On JUNOS routing platforms, the SAE manages interfaces. The SRC module associates a virtual router called default with each JUNOS routing platform. Each JUNOS routing platform in the SRC network and its associated virtual router (VR) called default must appear in the directory. The VRs are not actually configured on the JUNOS routing platform; the VR in the directory provides a way for the SAE to manage the interfaces on the JUNOS routing platform.
You can add routers the following ways:
To add to the directory routers and JUNOS VRs that are currently operative and have an operating SNMP agent:
where:
If you add a router using the discover network feature, the software adds the IP address of the first SNMP agent on the router to respond to the discover request.
Use the following configuration statements to add a router:
- shared network device name {
- description description ;
- management-address management-address ;
- device-type (junose| junos| pcmm| third-party);
- qos-profile [ qos-profile ...];
- }
To add a router:
The same procedure can be used for JUNOS routers.
[edit shared network device junose_boston]
user@host# show
description "Juniper Networks E320";
management-address 10.10.8.27;
device-type junose;
qos-profile dhcp-default;
interface-classifier {
rule rule-0 {
script #;
}
}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 ...];
- local-address-pools local-address-pools ;
- static-address-pools static-address-pools ;
- tracking-plug-in [ tracking-plug-in ...];
- }
To add a virtual router:
- [edit shared network device junose_boston virtual-router
vr1]
- user@host# set sae-connection [ sae-connection ...]
To specify the active SAE and the redundant SAE, enter an exclamation point (!) after the hostname or IP address of the connected SAE. For example:
[edit shared network device junose_boston virtual-router vr1]
user@host# show
sae-connection 192.168.10.25;
snmp-read-community ********;
snmp-write-community ********;
scope POP-Boston;
local-address-pools "(10.25.8.0 10.25.20.255])";
static-address-pools "({10.30.30.0/24,10.30.30.0,10.30.30.255})";
tracking-plug-in flexRadius;