4-15
Cisco 11000 Series Secure Content Accelerator Configuration Guide
78-13124-06
Chapter 4 Using the Configuration Manager
Configuring the Device
4.
The default polling interval is 86400 seconds (one day). To change this
interval to 43200 seconds (12 hours), enter use the sntp interval command.
(config[SCA])# sntp interval 43200
(config[SCA])#
5.
To view the results of these commands, you can use either the show sntp or
show device command. The show sntp command and an example of returned
information are below.
(config[SCA])# show sntp
SNTP server sources:
10.1.24.2
(0/6 fails/tries, stratum 2)
10.1.24.4
(0/0 fails/tries, stratum 2)
10.2.22.2
(0/0 fails/tries, stratum 2)
10.2.22.6
(0/0 fails/tries, stratum 2)
SNTP synchronization interval: 43200 (seconds)
(config[SCA])#
The show device command and an example of returned information are
presented below.
(config[SCA])# show device
...
SNTP sync'ing
:
every 43200 (s) from 10.1.24.2, 10.1.24.4,
10.2.22.2, 10.2.22.6
...
Any errors resulting from polling or synchronization are written to syslog messages.
Example: Restricting Access using an Access List
Access lists permit or deny management access to the device or module. Up to 999
access lists can be configured. Access lists are created then assigned for use by the
telnet and Web management subsystems. An access list can be used by the SNMP
subsystem as well. This example demonstrates how to create two access lists and
assign each to a management subsystem.
1.
Enter Privileged and Configuration modes.
SCA> enable
SCA# configure
(config[myDevice)#