Navigation
Table of Contents
Guide That Contains This Content
[+] Expand All
[-] Collapse All
Related Documentation
Configuring Basic Local Properties for the SRC 3GPP Gy (SRC CLI)
The local configuration for SRC's Gy component defines the directory where the shared configuration is and points to the component namespace.
Use the following configuration statements to configure basic local properties for SRC's Gy:
slot number gy-3gpp { shared shared; }
To configure basic local properties:
- From configuration mode, access the statement that configures
the local properties. [edit]user@host# edit slot 0 gy-3gpp
- Specify the configuration namespace for SRC's Gy as the
path, relative to the root of the static configuration properties,
that defines the object for the namespace. [edit slot 0 gy-3gpp]user@host# set shared shared
For example:
[edit slot 0 gy-3gpp]user@host# set shared /3gpp-gy-shareNote: All SRC's Gy instances pointing to the same shared namespace run in the same redundant community.
- (Optional) Verify your configuration.
[edit slot 0 gy-3gpp] user@host# show gy { 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; } initial { directory-connection { backup-urls ''; check-interval 60; credentials ********; principal cn=conf,o=Operators,o=UMC; timeout 10; url ldap://127.0.0.1:389/; } directory-eventing { dispatcher-pool-size 1; event-base-dn o=umc; eventing; polling-interval 30; signature-dn o=umc; } dynamic-dn ou=dynamicConfiguration,ou=Configuration,o=Management,o=umc; static-dn 'l=3GPP-Gy, ou=staticConfiguration,ou=Configuration,o=Management,o=umc'; } logger error { file { filename var/log/3gpp-gy-error.log; filter /error-; maximum-file-size 2000000; rollover-filename var/log/3gpp-gy-error.alt; } } logger info { file { filename var/log/3gpp-gy-info.log; filter /debug-; maximum-file-size 2000000; rollover-filename var/log/3gpp-gy-info.alt; } } shared /3gpp-gy-share;