Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation
Guide That Contains This Content
[+] Expand All
[-] Collapse All

    Configuring the SRC 3GPP Gy Interface (SRC CLI)

    Use the following configuration statements to configure SRC's Gy interface:

    slot number gy-3gpp gy {destination-host destination-host;destination-realm destination-realm;diameter-peer [diameter-peer.....];protocol (tcp | sctp);port port;address address;origin-host origin-host;origin-realm origin-realm;}

    Note: SRC's Gy uses its own Diameter stack, which is configured under the [edit slot 0 gy-3gpp gy] hierarchy. It does not use the Diameter stack configured under the [edit system diameter] hierarchy; this Diameter stack is used for SAE and router communication.

    To configure SRC's Gy interface:

    1. From configuration mode, access the statement that configures SRC's Gy interface.
      user@host# edit slot 0 gy-3gpp gy
    2. (Optional) Specify the Diameter identifier for the remote endpoint, which is the destination of the Diameter message. The Destination-Host AVP (AVP Code 293) is of the DiameterIdentity type and is present in all Diameter messages.
      [edit slot 0 gy-3gpp gy]user@host# set destination-host destination-host
    3. Specify the Diameter identifier for the realm of the remote endpoint, which is the destination of the Diameter message. The Destination-Realm AVP (AVP Code 283) is of the DiameterIdentity type and is present in all Diameter messages.
      [edit slot 0 gy-3gpp gy]user@host# set destination-realm destination-realm
    4. Specify the list of remote Diameter peers (OCSes) that connect to SRC's Gy over the Gy interface.
      [edit slot 0 gy-3gpp gy]user@host# set diameter-peer [diameter-peer....]

      Each Diameter peer you specify must be previously configured under the [edit shared network diameter peer] hierarchy.

    5. (Optional) Specify the protocol for the transport connection.
      [edit slot 0 gy-3gpp gy]user@host# set protocol [(tcp | sctp)...]
    6. (Optional) Specify the port to use for incoming connections.
      [edit slot 0 gy-3gpp gy]user@host# set port port
    7. Specify the local address of the peer.
      [edit slot 0 gy-3gpp gy]user@host# set address address
    8. Specify the Diameter identifier for the local endpoint that is the originator of the Diameter message.
      [edit slot 0 gy-3gpp gy]user@host# set origin-host origin-host
    9. Specify the Diameter identifier for the realm of the local endpoint that is the originator of the Diameter message.
      [edit slot 0 gy-3gpp gy]user@host# set origin-realm origin-realm
    10. (Optional) Verify your configuration.
      [edit slot 0 gy-3gpp gy] 
      user@host# show 
      address 10.212.10.10;
      destination-realm englab.juniper.net;
      diameter-peer bng-kelpie;
      origin-host c3bng-src10.englab.juniper.net;
      origin-realm englab.juniper.net;
      port 53868;
      protocol tcp;
      }

    Modified: 2015-06-17