Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

diameter

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
diameter {
    network-element element-name {
        dne-origin realm realm-name <host hostname>;
        forwarding {
            route dne-route-name {
                destination realm realm-name <host hostname>;
                function function-name <partition partition-name>;
                metric route-metric;
            }
        }
        function function-name;
        peer peer-name {
            priority priority-number;
        }
    }
    origin realm realm-name host hostname;
    peer peer-name {
        address ip-address;
        connect-actively {
            port port-number;
            transport transport-name;
        }
        logical-system logical-system-name  <routing-instance routing-instance-name> ;
        peer-origin realm realm-name host hostname;
        routing-instance routing-instance-name;
    }
    product-name name;
    transport transport-name {
        address;
        logical-system logical-system-name <routing-instance routing-instance-name>;
        routing-instance routing-instance-name;
    }
}

Hierarchy Level

content_copy zoom_out_map
[edit]

Description

Configure the Diameter base protocol for subscriber management.

The remaining statements are explained separately. Search for a statement in CLI Explorer or click a linked statement in the Syntax section for details.

Options

product-name name

Name of a product to advertise in the Capability Exchange Request and Capability-Exchange Answer messages to a Diameter peer. The name is included in the Diameter AVP Product-Name (269). If you change the product-name, the MX series router acting as a BNG disconnects all existing connections to Diameter peers and reconnects to those peers using the new product name.

  • Default: JUNOS

Required Privilege Level

admin—To view this statement in the configuration.

admin-control—To add this statement to the configuration.

Release Information

Statement introduced in Junos OS Release 9.6.

product-name option added in Junos OS Release 18.3R1 on MX Series routers.

footer-navigation