Adding JUNOS Routing Platforms and Virtual Routers (SRC CLI)
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:
- Adding Operative JUNOS Routing Platforms (SRC CLI)
- Adding Routers Individually (SRC CLI)
- Adding Virtual Routers Individually (SRC CLI)
Adding Operative JUNOS Routing Platforms (SRC CLI)
To add to the directory routers and JUNOS VRs that are currently operative and have an operating SNMP agent:
- In operational mode, enter the following command:request network discovery network network <community community >
where:
- network —Address (with or without mask) of the network to discover
- community —Name of the SNMP community to which the devices belong
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.
Adding Routers Individually (SRC CLI)
Use the following configuration statements to add a router:
To add a router:
- From configuration mode, access the configuration statements
that configure network devices. You must specify the name of a device
with lowercase characters. This procedure uses junose_boston as the
name of the router.user@host# edit shared network device junose_boston
The same procedure can be used for JUNOS routers.
- (Optional) Add a description for the router. [edit shared network device junose_boston] user@host# set description description
- (Optional) Add the IP address of the router. [edit shared network device junose_boston] user@host# set management-address management-address
- (Optional) Specify the type of device that you are adding. [edit shared network device junose_boston] user@host# set device-type junose
- (Optional) Specify quality of service (QoS) profiles that
are configured on the router. [edit shared network device junose_boston] user@host# set qos-profile [ qos-profile ...]
- (Optional) Verify your configuration.
[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 #; } }
Adding Virtual Routers Individually (SRC CLI)
Use the following configuration statements to add a virtual router:
To add a virtual router:
- From configuration mode, access the configuration statements
for virtual routers. You must specify the name of a device with lowercase
characters. This procedure uses junose_Boston as the name of the router
and vr1 as the name of the virtual router. user@host# edit shared network device junose_boston virtual-router vr1
- 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 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# set sae-connection [sae1! sae2!] - (Optional) Specify an SNMP community name for SNMP read-only
operations for this VR. [edit shared network device junose_boston virtual-router vr1] user@host# set snmp-read-community snmp-read-community
- (Optional) Specify an SNMP community name for SNMP write
operations for this virtual router. [edit shared network device junose_boston virtual-router vr1] user@host# set snmp-write-community snmp-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 junose_boston virtual-router vr1] user@host# set scope [ scope ...]
- (Optional) Specify the list of IP address pools that
a JUNOSe virtual router currently manages and stores. [edit shared network device junose_boston virtual-router vr1] user@host# set local-address-pools local-address-pools
- (Optional) Specify the list of
IP address pools that a JUNOSe VR manages but does not store. [edit shared network device junose_boston virtual-router vr1] user@host# set static-address-pools static-address-pools
- (Optional) Specify the plug-ins
that track interfaces that the SAE manages on this virtual router. [edit shared network device junose_boston virtual-router vr1] user@host# tracking-plug-in [ tracking-plug-in ...]
- (Optional) Verify your configuration.
[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;