Download This Guide
Related Documentation
- SAE Accounting
- Configuring the SAE to Manage JunosE Routers (SRC CLI)
- Adding Devices Running Junos OS and Virtual Routers Overview
- Adding the Server Certificate on the Device
- Adding the Client Certificate on the Router
- Adding Virtual Routers Individually (C-Web Interface)
- Configuring the SAE to Manage JunosE Routers (SRC CLI)
- Specifying JunosE Router Initialization Scripts on the SAE (SRC CLI)
- Configuring Service Scopes (SRC CLI)
- Types of Tracking Plug-Ins
- Classification Scripts Overview
Adding JunosE Routers and Virtual Routers (SRC CLI)
The SAE uses router and virtual router objects to manage interfaces on JunosE virtual routers. Each JunosE router in the SRC network and its virtual routers (VRs) must have a configuration.
There are three ways to add routers:
- Adding Operative JunosE Routers and Virtual Routers
- Adding Routers Individually (SRC CLI)
- Adding Virtual Routers Individually (SRC CLI)
Adding Operative JunosE Routers and Virtual Routers
To add routers and JunosE VRs that are currently operative and have an operating SNMP agent:
- In operational mode, enter the following command:user@host> 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.
After you add routers and JunosE VRs through network discovery, configure the virtual router’s managing SAE address.
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. 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 routers running Junos OS.
- (Optional) Disable the accounting-per-attachment feature
to calculate accounting for each policy list on the basis of the accounting
flag status of each policy rule in the policy list.[edit shared network device junose_boston]user@host# set no-accounting-per-attachment
Note:
- To enable the accounting-per-attachment feature, configure the accounting-per-attachment option at the [edit shared network device] hierarchy.
- By default, the accounting-per-attachment feature is not set.
- You must restart the sscc connection for the configuration changes to take effect.
- You can configure the accounting-per-attachment feature under the [edit shared sae group group-name configuration driver junose] or [edit shared network device] hierarchy. The settings configured under the [edit shared network device] hierarchy override the settings under the [edit shared sae group group-name configuration driver junose] hierarchy.
- (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 no-accounting-per-attachment; 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)
You can add a virtual router to an existing router.
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. 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 virtual router. [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 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 virtual router 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# set tracking-plug-in [ tracking-plug-in ...]
- (Optional) Specify a list of plug-ins that are notified
of interface events for this virtual router. [edit shared network device junose_boston virtual-router vr1] user@host# set authentication-plug-in [ authentication-plug-in ...]
- (Optional) Specify a single-tracking plug-in or a list
of tracking plug-ins used to track subscriber sessions associated
with this virtual router. [edit shared network device junose_boston virtual-router vr1] user@host# set user-tracking-plug-in [ user-tracking-plug-in ...]
- Configure the delay time (in milliseconds) for dual-stack
interfaces. dual-stack-delay is not configured by default.[edit shared sae group west-region configuration driver junose] user@host# dual-stack-delay delay
- (Optional) Specify the VPN identifier used by this virtual
router. For edge devices, you can specify VRF instead of a string
to use the VRF instance reported by the device as the VPN identifier.
For example, if you specify VRF for a JunosE router, the VPN identifier
is the name of the virtual router.[edit shared network device junose_boston virtual-router vr1] user@host# set vpn-id (vpn-id | VRF)
- (Optional) Verify your configuration.
[edit shared network device junose_boston virtual-router vr1] user@host# show authentication-plug-in ldap-auth; dual-stack-delay 1000; local-address-pools 10.0.0.1; sae-connection 10.212.10.2; scope POP-Ottawa; snmp-read-community ********; snmp-write-community ********; static-address-pools 10.10.0.1; user-tracking-plug-in fileAuth; vpn-id 123;
Related Documentation
- Configuring the SAE to Manage JunosE Routers (SRC CLI)
- Specifying JunosE Router Initialization Scripts on the SAE (SRC CLI)
- Configuring Service Scopes (SRC CLI)
- Types of Tracking Plug-Ins
- Classification Scripts Overview