Navigation
Back up to About Overview
[+] Expand All
[-] Collapse All
A
C
- C Series Controllers
- boot messages, viewing
- interface information
- monitoring
- system date, viewing
- system information, viewing
- C-Web interface
- conventions
- currently active service sessions
- viewing on SAE
- customer support 1
D
- device drivers
- simulated, configuring 1
- viewing on SAE
- documentation
E
- equipment registration
- viewing on SAE
- event messages. See logging
F
I
- interfaces
- information, viewing
- iptables Linux tool
- monitoring
J
L
- license
- viewing on SAE
- licenses
- logging
- configuration statements
- configuring component
- file folders
- file logging, configuring
- log files
- messages
- categories
- filters 1, 2
- format
- severity levels
- overview
- system log, configuring
- login registration
- viewing on SAE
- logrotate utility
- configuration statements
- configuring
- overview
M
- manuals
- MIBs
- monitoring tools
N
- network devices
- Network Time Protocol. See NTP
- NIC (network information collector)
- agents, viewing
- hosts, viewing
- monitoring
- resolution data, troubleshooting
- resolution data, viewing
- C-Web interface
- SRC CLI 1, 2, 3
- statistics, viewing
- notice icons
- NTP (Network Time Protocol)
- monitoring
- C-Web interface
- SRC CLI 1, 2
- statistics, viewing
P
- policies
- SNMP information, viewing
- viewing on SAE
- portals, testing
R
- RADIUS statistics
- redirect server
- statistics, viewing
- router interfaces
- viewing on SAE
- routing table, viewing
S
- SAE (service activation engine)
- configuration, viewing
- directory blacklist, viewing
- SNMP information, viewing
- SAE (service activation engine), configuring
- simulated router driver
- security certificates
- information, viewing
- server processes
- SNMP information, viewing
- service sessions
- SNMP information, viewing
- services
- viewing on SAE
- simulated router driver, configuring
- simulated subscribers
- SNMP agent
- SNMP alarm
- SNMP chassis alarms
- SNMP events 1, 2
- SNMP monitors
- alarms 1
- Boolean test
- existence test
- threshold test 1, 2
- chassis alarms 1, 2, 3
- events 1, 2
- overview
- security name
- statement hierarchy
- SNMP traps
- alarm state transitions
- configuring 1, 2
- event traps
- notifications
- overview
- performance traps
- SRC CLI, viewing
- SRC components
- activity, monitoring
- information, viewing
- storing log messages
- subscriber session count by managed router
- viewing on SAE
- subscriber sessions
- logging in
- logging out
- SNMP information, viewing
- viewing on SAE 1
- support, technical See technical support
- system logging. See logging
T
- technical support
- testing
- text conventions defined
- threads
- viewing on SAE
- traps. See SNMP traps
- troubleshooting
U
- user permissions, viewing
- users, viewing
Download This Guide
Configuring Simulated Router Drivers (SRC CLI)
You configure a simulated router in the same way that you configure a real router.
Before you configure a simulated router driver:
- Make sure that you configure an interface classification
script for the simulated router.
See Classification Scripts Overview.
- Configure the SAE to instantiate a simulated router driver for each simulated router that you create.
- (Optional) Configure a session store for a simulated router
driver. The driver uses the session store to store subscriber sessions,
service sessions, and policies.
See Configuring the Session Store Feature (SRC CLI).
Use the following configuration statements to configure simulated router drivers:
shared sae configuration driver simulated name {driver-type (junos | junose | pcmm); router-version router-version ; driver-address driver-address ; transport-router transport-router ; }
To configure simulated router drivers:
- From configuration mode, access the configuration statement
that configures simulated router drivers. In this sample procedure,
west-region is the name of the SAE group, and default@simjunos is
the name of the simulated router driver.[edit]user@host# edit shared sae group west-region configuration driver simulated default@simJunos
- Configure the type of device that the simulated driver
simulates.[edit shared sae group west-region configuration driver simulated default@simJunos] user@host# set driver-type (junos | junose | pcmm)
- (Optional) Configure the version of the router software
to simulate. This is the software version that is sent by the router.[edit shared sae group west-region configuration driver simulated default@simJunos] user@host# set router-version router-version
- Configure the IP address of the device driver.[edit shared sae group west-region configuration driver simulated default@simJunos] user@host# set driver-address driver-address
- (Optional) Configure the name of a virtual router that
is used to connect to the SAE. This value is passed to the router
initialization script. It is not supported on the device running Junos
OS.[edit shared sae group west-region configuration driver simulated default@simJunos] user@host# set transport-router transport-router
- (Optional) Verify the configuration of the simulated driver.
[edit shared sae group west-region configuration driver simulated default@simJunos]
user@host# show
driver-type junos; router-version 8.4; driver-address 10.10.90.5;
For information about setting up SAE groups, see Configuring an SAE Group.
Related Documentation
- Configuring a Simulated Router Driver for Testing (C-Web Interface)
- Simulated Router Drivers for the SRC Software Overview