hit counter script

Configuring An Ethernet Interface - Cisco CSS11501 - 100Mbps Ethernet Load Balancing Device Configuration Manual

11000 series secure content accelerator
Hide thumbs Also See for CSS11501 - 100Mbps Ethernet Load Balancing Device:
Table of Contents

Advertisement

Configuring the Device
Note

Configuring an Ethernet Interface

Cisco 11000 Series Secure Content Accelerator Configuration Guide
4-16
2.
Create an access list allowing management access to all IP addresses.
(config[myDevice)]# access-list 1 permit 0.0.0.0 255.255.255.255
Create an access list allowing access from a single computer.
3.
(config[myDevice])# access-list 2 permit 10.1.4.5 0.0.0.0
Assign the first access list to the Web management subsystem.
4.
(config[myDevice])# web-management access-list 1
5.
Assign the second access list to the telnet subsystem, allowing management
access only from the specific IP address.
(config[myDevice])# telnet access-list 2
6.
Exit to Privileged mode and save the configuration to flash memory. If it is
not saved, the configuration is lost during a power cycle or when the reload
command is used.
(config[myDevice])# finished
SCA# write flash
SCA#
In FIPS Mode, access lists can be configured but assigned only to the
SNMP subsystem.
The Ethernet interfaces on the SSL appliance can be configured at either 10þMbps
or 100þMbps and half or full duplex. Enter Privileged and Configuration modes.
In the following example, the "Network" interface of myDevice is forced to full
duplex. Make sure to save this configuration to flash.
(config[myDevice])# interface network
(config-if[network])# duplex full
(config-if[network])# speed 100
(config-if[network])# finished
SCA#
Chapter 4
Using the Configuration Manager
78-13124-05

Advertisement

Table of Contents
loading

Table of Contents