[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]


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 {
description description; 

management-address management-address; 

device-type (junose| junos| pcmm| proxy); 

qos-profile [qos-profile...];
}


To add a router object:

  1. From configuration mode, access the configuration statements that configure network devices. This sample procedure uses proxy_device as the name of the router.
  2. user@host# edit shared network device proxy_device 
    
    
    
  3. (Optional) Add a description for the router object.
  4. [edit shared network device proxy_device] 
    
    user@host# set description description 
    
    
    
  5. (Optional) Add the IP address of the router object.
  6. [edit shared network device proxy_device] 
    
    user@host# set management-address management-address 
    
    
    
  7. Set the type of device that you are adding to proxy.
  8. [edit shared network device proxy_device] 
    
    user@host# set device-type proxy 
    
    
    
  9. (Optional) Verify your configuration.
  10. [edit shared network device proxy_device] 
    
    user@host# show 
    
    description "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-router name {
sae-connection [sae-connection...]; 

snmp-read-community snmp-read-community; 

snmp-write-community snmp-write-community; 

scope [scope...]; 

tracking-plug-in [tracking-plug-in...];
}


To add a virtual router:

  1. 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.
  2. user@host# edit shared network device proxy_device virtual-router default 
    
    
    
  3. Specify the addresses of SAEs that can manage this router. This step is required for the SAE to work with the router.
  4. [edit shared network device proxy_device virtual-router default] 
    
    user@host# set sae-connection [sae-connection...] 
    
    
    
  5. (Optional) Specify an SNMP community name for SNMP read-only operations for this virtual router.
  6. [edit shared network device proxy_device virtual-router default] 
    
    user@host# set snmp-read-community snmp-read-community 
    
    
    
  7. (Optional) Specify an SNMP community name for SNMP write operations for this virtual router.
  8. [edit shared network device proxy_device virtual-router default] 
    
    user@host# set snmp-write-community snmp-write-community 
    
    
    
  9. (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.
  10. [edit shared network device proxy_device virtual-router default] 
    
    user@host# set scope [scope...] 
    
    
    
  11. (Optional) Specify the plug-ins that track interfaces that the SAE manages on this virtual router.
  12. [edit shared network device proxy_device virtual-router default] 
    
    user@host# set tracking-plug-in [tracking-plug-in...]
    
    
    
  13. (Optional) Verify your configuration.
  14. [edit shared network device proxy_device virtual-router default] 
    
    user@host# show 
    
    sae-connection 10.8.221.45;
    
    snmp-read-community ********;
    
    snmp-write-community ********;
    
    scope POP-Toronto;
    
    tracking-plug-in flexRadius;
    

[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]