Software Configuration of ATM ISE Line Cards for Cisco 12000 Series Routers
How to Perform a Basic Configuration of the 4-Port ATM ISE Line Card
7
Cisco IOS Release 12.0(27)S
Configuring UNI and NNI Cell Support
You can designate that the cell format for an interface be either User Network Interface (UNI) or
Network Node Interface (NNI). The default setting is UNI. Use the
atm maxvpi-bits
command to
change the maximum VPI range from 0..255 (UNI) to 0..4095 (NNI).
Router(config)#
interface atm 2/2
Router(config-if)#
atm maxvip-bits 12
To change the interface setting back to NNI, use the
no
form of this command:
no maxvip-bits 12
.
This configuration should be entered before the connection is added.
Troubleshooting Tips
To verify the operation of the interfaces configured on the 4-Port ATM ISE line card, use the following
commands:
To display information about the current state of the ATM network, use the following commands:
Step 6
no shutdown
Example:
Router(config-if)# no shutdown
Change the state of the interface to up and enable the
interface.
Step 7
Press
Ctrl-Z
Exit configuration mode.
Perform this after completing all desired configuration
commands on the interface or subinterface.
Step 8
copy running-config startup-config
Write the new configuration to memory.
Command or Action
Purpose
Command
Purpose
Router#
show
version
Displays the configuration of the system hardware, the software release, the
names and sources of configuration files, and the boot images. Verify that
the list includes the newly configured 4-Port ATM ISE line card ports and
interfaces.
Router#
show
gsr
Displays information about the hardware modules installed in the
Cisco 12000 Series Router.
Router#
show
interfaces atm
slot/port
Displays information about the ATM interfaces. For example, to display
information about slot 2, port 0, enter:
Router#
show
interfaces atm2/0
Router#
show running-config
Displays information about the currently running configuration in RAM.