Adding Objects for Network Devices
For each network device that the SAE manages, add a router object and virtual router object.
Use the following configuration statements to add a router object:
shared network device name {descriptiondescription; management-addressmanagement-address; device-type (junose| junos| pcmm| proxy); qos-profile [qos-profile...];}
- From configuration mode, access the configuration statements that configure network devices. This sample procedure uses proxy_device as the name of the router.
user@host#edit shared network device proxy_device- (Optional) Add a description for the router object.
[edit shared network device proxy_device]user@host#set descriptiondescription- (Optional) Add the IP address of the router object.
[edit shared network device proxy_device]user@host#set management-addressmanagement-address- Set the type of device that you are adding to proxy.
[edit shared network device proxy_device]user@host#set device-type proxy- (Optional) Verify your configuration.
[edit shared network device proxy_device]user@host#showdescription "Third-party router";management-address 192.168.9.25;device-type proxy;interface-classifier {rule rule-0 {script #;}}Adding Virtual Router Objects
Use the following configuration statements to add a virtual router:
shared network device name virtual-routername{sae-connection [sae-connection...]; snmp-read-communitysnmp-read-community; snmp-write-communitysnmp-write-community; scope [scope...]; tracking-plug-in [tracking-plug-in...];}
- From configuration mode, access the configuration statements for virtual routers. This sample procedure uses proxy_device as the name of the router object. For third-party devices, use the name default for the virtual router.
user@host#edit shared network device proxy_device virtual-router default- Specify the addresses of SAEs that can manage this router. This step is required for the SAE to work with the router.
[edit shared network device proxy_device virtual-router default]user@host#set sae-connection[sae-connection...]- (Optional) Specify an SNMP community name for SNMP read-only operations for this virtual router.
[edit shared network device proxy_device virtual-router default]user@host#set snmp-read-communitysnmp-read-community- (Optional) Specify an SNMP community name for SNMP write operations for this virtual router.
[edit shared network device proxy_device virtual-router default]user@host#set snmp-write-communitysnmp-write-community- (Optional) Specify service scopes assigned to this virtual router. The scopes are available for subscribers connected to this virtual router for selecting customized versions of services.
[edit shared network device proxy_device virtual-router default]user@host#set scope[scope...]- (Optional) Specify the plug-ins that track interfaces that the SAE manages on this virtual router.
[edit shared network device proxy_device virtual-router default]user@host#set tracking-plug-in[tracking-plug-in...]- (Optional) Verify your configuration.
[edit shared network device proxy_device virtual-router default]user@host#showsae-connection 10.8.221.45;snmp-read-community ********;snmp-write-community ********;scope POP-Toronto;tracking-plug-in flexRadius;