Navigation
Table of Contents
Guide That Contains This Content
[+] Expand All
[-] Collapse All
Related Documentation
- C Series
- Creating Grouped Configurations for the SAE (SRC CLI)
- Configuring the SAE to Manage JunosE Routers (C-Web Interface)
- Monitoring Interactions Between the SAE and the Router Running JunosE Software
- Troubleshooting Problems with Managing JunosE Routers
- Developing Router Initialization Scripts for Network Devices and Juniper Networks Routers
- SAE Accounting
- Adding Routers Individually (SRC CLI)
Configuring the SAE to Manage JunosE Routers (SRC CLI)
To set up the SAE to manage JunosE routers, configure a router driver that specifies a COPS server that can accept COPS connections from the COPS client in JunosE routers.
Use the following configuration statements to configure the SAE to manage JunosE routers:
shared sae configuration driver junose {accounting-per-attachment;backlog backlog ; cached-driver-expiration cached-driver-expiration ; cops-handler-threads cops-handler-threads ; cops-message-maximum-length cops-message-maximum-length ; cops-message-read-buffer-size cops-message-read-buffer-size ; cops-message-write-buffer-size cops-message-write-buffer-size ; drop-unmanaged-interfaces-xdr-driver; dual-stack-delay delaykeepalive-interval keepalive-interval ; message-timeout message-timeout ; no-accounting-per-attachment;pending-address-timeout pending-address-timeout ; track-unmanaged-interfaces-xdr-driver; }
To configure the SAE to manage JunosE routers:
- From configuration mode, access the configuration statement
that configures the JunosE router driver. In this sample procedure,
the JunosE driver is configured in the west-region group. user@host# edit shared sae group west-region configuration driver junose
- (Optional) Disable the accounting-per-attachment feature
to calculate accounting statistics for each policy list on the basis
of the accounting flag status of each policy rule in the policy list.[edit shared sae group west-region configuration driver junose]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 sae group group-name configuration driver junose] 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.
- Configure the port number of the SAE COPS server. The
port number must match the configuration of the SRC client in the
JunosE router.[edit shared sae group west-region configuration driver junose] user@host# set cops-server-port cops-server-port
- Configure the number of outstanding connection attempts
before connections are dropped. [edit shared sae group west-region configuration driver junose] user@host# set backlog backlog
- 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
- Configure the interval between keepalive messages sent
from the COPS client (the JunosE router). [edit shared sae group west-region configuration driver junose] user@host# set keepalive-interval keepalive-interval
- Configure the timeout interval in which the COPS server
waits for a response to COPS requests.[edit shared sae group west-region configuration driver junose] user@host# set message-timeout message-timeout
- Configure the maximum length of a COPS message.[edit shared sae group west-region configuration driver junose] user@host# set cops-message-maximum-length cops-message-maximum-length
- Configure the buffer size for receiving COPS messages
from the JunosE client. We recommend that you use the default setting
unless you are instructed to change it by Juniper Networks.[edit shared sae group west-region configuration driver junose] user@host# set cops-message-read-buffer-size cops-message-read-buffer-size
- Configure the buffer size for sending COPS messages to
the JunosE client. We recommend that you use the default setting unless
you are instructed to change it by Juniper Networks. [edit shared sae group west-region configuration driver junose] user@host# set cops-message-write-buffer-size cops-message-read-buffer-size
- Configure the maximum time that a DHCP address request
remains pending. [edit shared sae group west-region configuration driver junose] user@host# set pending-address-timeout pending-address-timeout
- Configure the size of the thread pool for handling unsolicited
messages. These threads are shared among all JunosE router drivers.[edit shared sae group west-region configuration driver junose] user@host# set cops-handler-threads cops-handler-threads
- Configure the minimum amount of time to keep the state
of a router driver after its COPS connection has been closed.[edit shared sae group west-region configuration driver junose] user@host# set cached-driver-expiration cached-driver-expiration
- (Optional) If you are using COPS-XDR, specify whether
or not the JunosE router driver keeps a record of unmanaged interfaces. [edit shared sae group west-region configuration driver junose] user@host# set drop-unmanaged-interfaces-xdr-driver
- (Optional) Enable or disable sending of interface-tracking
events for unmanaged interfaces for the XDR router driver.[edit shared sae group west-region configuration driver junose] user@host# set track-unmanaged-interfaces-xdr-driver
- (Optional) Verify your configuration.
[edit shared sae group west-region configuration driver junose] user@host# show no-accounting-per-attachment; cops-server-port 3288; backlog 50; keepalive-interval 45; message-timeout 120000; cops-message-maximum-length 200000; cops-message-read-buffer-size 30000; cops-message-write-buffer-size 30000; pending-address-timeout 5000; cops-handler-threads 20; cached-driver-expiration 600; drop-unmanaged-interfaces-xdr-driver; track-unmanaged-interfaces-xdr-driver;
Related Documentation
- C Series
- Creating Grouped Configurations for the SAE (SRC CLI)
- Configuring the SAE to Manage JunosE Routers (C-Web Interface)
- Monitoring Interactions Between the SAE and the Router Running JunosE Software
- Troubleshooting Problems with Managing JunosE Routers
- Developing Router Initialization Scripts for Network Devices and Juniper Networks Routers
- SAE Accounting
- Adding Routers Individually (SRC CLI)