|
|
This chapter discusses specific steps used to initially configure the ATM switch router.
![]() |
Note This chapter provides advanced configuration instructions for the Catalyst 8540 MSR, Catalyst 8510 MSR, and LightStream 1010 ATM switch routers. For conceptual and background information, refer to the Guide to ATM Technology . For complete descriptions of the commands mentioned in this chapter, refer to the ATM Switch Router Command Reference publication. |
This chapter includes the following sections:
The ATM switch router defaults to a working configuration suitable for most networks. However, you might need to customize the configuration for your network.
The ATM switch router has a console terminal line that might require configuration. For line configuration, you must first set up the line for the terminal or the asynchronous device attached to it. For a complete description of configuration tasks and commands used to set up your terminal line and settings, refer to the Configuration Fundamentals Configuration Guide and Dial Solutions Configuration Guide.
You can connect a modem to the console port. The following settings on the modem are required:
You can configure your modem by setting the DIP switches on the modem or by connecting the modem to terminal equipment. Refer to the user manual provided with your modem for the correct configuration information.
![]() |
Note Because there are no hardware flow control signals available on the console port, the console port terminal characteristics should match the modem settings. |
The ATM switch has two types of terminal lines: a console line and an auxiliary line. For line configuration, you must first set up the lines for the terminals or other asynchronous devices attached to them. For a complete description of configuration tasks and commands used to set up your lines, modems, and terminal settings, refer to the Configuration Fundamentals Configuration Guide and Dial Solutions Configuration Guide.
Consider the following information you might need before you configure your ATM switch router:
When you first power up your console and ATM switch router, a screen similar to the following from a Catalyst 8540 MSR appears:
Restricted Rights Legend
Use, duplication, or disclosure by the Government is
subject to restrictions as set forth in subparagraph
(c) of the Commercial Computer Software - Restricted
Rights clause at FAR sec. 52.227-19 and subparagraph
(c) (1) (ii) of the Rights in Technical Data and Computer
Software clause at DFARS sec. 252.227-7013.
cisco Systems, Inc.
170 West Tasman Drive
San Jose, California 95134-1706
Cisco Internetwork Operating System Software
IOS (tm) PNNI Software (cat8540m-WP-M), Version 12.0(4a)W5(10.44), INTERIM TEST
SOFTWARE
Copyright (c) 1986-1999 by cisco Systems, Inc.
Compiled Tue 17-Aug-99 03:18 by
Image text-base: 0x60010930, data-base: 0x60936000
CUBI Driver subsystem initializing ...
primary interrupt reg read FFC00
secondary interrupt reg read EA800
*** this cpu is the primary
Enabling the MS timer
Switch Fabric Driver subsystem initializing ...
found
smid=0
smid=2
smid=4
smid=6
smid=1
smid=3
smid=5
smid=7
in cfc_init
... DONE
IDPROM in slot 0 not properly programmed
cisco C8540MSR (R5000) processor with 262144K bytes of memory.
R5000 processor, Implementation 35, Revision 2.1 (512KB Level 2 Cache)
Last reset from power-on
3 Ethernet/IEEE 802.3 interface(s)
11 ATM network interface(s)
507K bytes of non-volatile configuration memory.
20480K bytes of Flash PCMCIA card at slot 0 (Sector size 128K).
8192K bytes of Flash PCMCIA card at slot 1 (Sector size 128K).
8192K bytes of Flash internal SIMM (Sector size 256K).
%ENABLING INTERFACES.PLEASE WAIT...
%Secondary CPU has not booted IOS
Press RETURN to get started!
![]() |
Note If an rommon> prompt appears, your switch requires a manual boot to recover. Refer to the Configuration Fundamentals Configuration Guide for instructions on manually booting from Flash memory. |
| Command | Purpose | |
|---|---|---|
Step 1 | | Installs the BOOTP server code on the workstation, if it is not already installed. |
Step 2 | | Determines the MAC address from the label on the chassis. |
Step 3 | | Adds an entry in the BOOTP configuration file (usually /usr/etc/bootptab) for each switch. Press Return after each entry to create a blank line between each entry. See the example BOOTP configuration file that follows. |
Step 4 | Switch# reload | Restarts the ATM switch router to automatically request the IP address from the BOOTP server. |
The following example BOOTP configuration file shows the added entry:
# /etc/bootptab: database for bootp server (/etc/bootpd) # # Blank lines and lines beginning with '#' are ignored. # # Legend: # # first field -- hostname # (may be full domain name and probably should be) # # hd -- home directory # bf -- bootfile # cs -- cookie servers # ds -- domain name servers # gw -- gateways # ha -- hardware address # ht -- hardware type # im -- impress servers # ip -- host IP address # lg -- log servers # lp -- LPR servers # ns -- IEN-116 name servers # rl -- resource location protocol servers # sm -- subnet mask # tc -- template host (points to similar host entry) # to -- time offset (seconds) # ts -- time servers # <information deleted> # ######################################################################### # Start of individual host entries ######################################################################### Switch: tc=netcisco0: ha=0000.0ca7.ce00: ip=172.31.7.97: dross: tc=netcisco0: ha=00000c000139: ip=172.31.7.26: <information deleted>
The ATM switch router ships with a preconfigured ATM address. The Integrated Local Management Interface (ILMI) protocol uses the first 13 bytes of this address as the switch prefix that it registers with end systems. Autoconfiguration also allows the ATM switch router to establish itself as a node in a single-level Private Network-Network Interface (PNNI) routing domain.
For a description of the autoconfigured ATM address and considerations when assigning a new address, refer to the Guide to ATM Technology.
To configure a new ATM address that replaces the previous ATM address when running IISP software only, see the "Configuring the ATM Address" section.
To configure a new ATM address that replaces the previous ATM address and generates a new PNNI node ID and peer group ID, see the "Configuring an ATM Address and PNNI Node Level" section.
Each of the ATM switch router's physical interfaces has a default configuration, listed in "Configuring Interfaces." You can accept the defaults, or you can override them by reconfiguring the physical interface.
The following example describes modifying an OC-3c interface from the default settings to the following:
To change the configuration of the example interface, perform the following steps, beginning in global configuration mode:
| Command | Purpose | |
|---|---|---|
Step 1 | Switch(config)# interface atm card/subcard/port Switch(config-if)# | Selects the physical interface to be configured. |
Step 2 | Switch(config-if)# no scrambling cell-payload | Disables cell-payload scrambling. |
Step 3 | Switch(config-if)# no scrambling sts-stream | Disables STS-stream scrambling. |
Step 4 | Switch(config-if)# sonet stm-1 | Configures SONET mode as SDH/STM-1. |
Example
The following example shows how to disable cell-payload scrambling and STS-stream scrambling and changes the SONET mode of operation to Synchronous Digital Hierarchy/Synchronous Transfer Module 1 (SDH/STM-1) of OC-3c physical interface ATM 0/0/0:
Switch(config)# interface atm 0/0/0 Switch(config-if)# no scrambling cell-payload Switch(config-if)# no scrambling sts-stream Switch(config-if)# sonet stm-1
To change any of the other physical interface default configurations, refer to the commands in the ATM Switch Router Command Reference publication.
To display the physical interface configuration, use the following privileged EXEC commands:
Command | Purpose |
|---|---|
|
|
|
|
Switch# show controllers atm 0/0/0 IF Name: ATM0/0/0 Chip Base Address: A8808000 Port type: 155UTP Port rate: 155 Mbps Port medium: UTP Port status:SECTION LOS Loopback:None Flags:8300 TX Led: Traffic Pattern RX Led: Traffic Pattern TX clock source: network-derived Framing mode: stm-1 Cell payload scrambling off Sts-stream scrambling off <information deleted>
The following example displays the OC-3c physical layer scrambling configuration after modification of the defaults using the more system:running-config command:
Switch# more system:running-config ! version XX.X <information deleted> ! interface ATM0/0/0 no keepalive atm manual-well-known-vc atm access-group tod1 in atm pvc 0 35 rx-cttr 3 tx-cttr 3 interface ATM0 0 any-vci encap qsaal sonet stm-1 no scrambling sts-stream no scrambling cell-payload ! <information deleted>
IP addresses can be configured on the multiservice route processor interfaces. Each IP address is configured for one of the following types of connections:
![]() |
Note These IP connections are used only for network management. |
To configure the switch to communicate via the Ethernet interface, provide the IP address and subnet mask bits for the interface.
This section includes the following:
Define subnet mask bits as a decimal number between 0 and 22 for Class A addresses, between 0 and 14 for Class B addresses, or between 0 and 6 for Class C addresses. Do not specify 1 as the number of bits for the subnet field. That specification is reserved by Internet conventions.
To configure the IP address, perform the following steps, beginning in global configuration mode:
| Command | Purpose | |
|---|---|---|
Step 1 | Switch(config)# interface ethernet 0 Switch(config-if)# | Selects the interface to be configured. |
Step 2 | Switch(config-if)# ip address ip-address mask | Configures the IP and subnetwork address. |
Switch(config)# interface ethernet 0 Switch(config-if)# ip address 172.20.40.93 255.255.255.0
To display the IP address configuration, use the following privileged EXEC commands:
Command | Purpose |
|---|---|
| |
|
|
The following example shows how to use the show interfaces command to display the IP address of interface ethernet 0:
Switch# show interfaces ethernet 0 Ethernet0 is up, line protocol is up Hardware is SonicT, address is 0040.0b0a.1080 (bia 0040.0b0a.1080) Internet address is 172.20.40.93/24 <information deleted>
The following example uses the more system:running-config command to display the IP address of interface ethernet 0:
Switch# more system:running-config ! version XX.X <information deleted> ! interface Ethernet0 ip address 172.20.40.93 255.255.255.0 ! <information deleted>
After you have configured the IP address(es) for the Ethernet interface, test for connectivity between the switch and a host. The host can reside anywhere in your network. To test for Ethernet connectivity, use the following EXEC command:
Command | Purpose |
|---|---|
|
|
The following example show how to test the Ethernet connectivity from the switch to a workstation with an IP address of 172.20.40.201:
Switch# ping ip 172.20.40.201 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.20.40.201, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 1/202/1000 ms
This section describes network clocking configuration of the ATM switch router. Properly synchronized network clocking is important in the transmission of constant bit rate (CBR) and variable bit rate real time (VBR-RT) data. For an overview of network clocking and network clock configuration issues, refer to the chapter "Network Clock Synchronization" in the Guide to ATM Technology .
This section includes the following:
Different types of network clock sources are available on the ATM switch router, both internal and external. Table 3-1 provides a summary of network clocking features.
| Platform | Up/Down Detection | Loss of Synchronization Detection | Phase Adjustment Cutover | Stratum 3 Clock | BITS1 Port | Clock Source Preference |
|---|---|---|---|---|---|---|
Catalyst 8540 MSR with network clock module | Yes | Yes | Yes | Yes | Yes | Best |
Catalyst 8510 MSR | Yes | Yes | Yes | No | No | Medium |
LightStream 1010 with FC-PFQ | Yes | Yes | Yes | No | No | Medium |
Catalyst 8540 MSR without network clock module | Yes | No | No | No | No | Poor |
LightStream 1010 with FC-PCQ | Yes | No | No | No | No | Poor |
| 1BITS = Building Integrated Timing Supply |
To configure the network clocking priorities and sources, use the following command in global configuration mode:
Command | Purpose |
|---|---|
|
|
![]() |
Note Specifying the keyword system with the network-clock-select command selects the route processor reference clock (a stratum 4 clock source) or the network clock module (a stratum 3 clock source), if present. |
Systems equipped with the network clock module can derive clocking from a Building Integrated Timing Supply (BITS) source. To specify the line type attached to the BITS ports on the network clock module and to assign a priority to a port, use the following commands in global configuration mode:
Command | Purpose |
|---|---|
|
|
|
|
The following example shows how to configure the network clock priorities:
Switch(config)# network-clock-select 1 atm 0/0/0 Switch(config)# network-clock-select 2 atm 0/0/3
![]() |
Note This configuration assumes that a full-width module, such as the 4-port OC-12c module, is being used to derive clocking. If port adapters inserted into carrier modules are used, the priority 1 and 2 source ports must be on different port adapters. |
The following example shows how to configure the network clock to revert to the highest priority clock source after a failure and takeover by the source with the next lowest priority.
Switch(config)# network-clock-select revertive
To configure the network clocking priorities and sources, use the following command in global configuration mode:
Command | Purpose |
|---|---|
|
|
![]() |
Note Specifying the keyword system with the network-clock-select command selects the processor card reference clock (a stratum 4 clock source). |
The following example shows how to configure the network clock priorities:
Switch(config)# network-clock-select 1 atm 0/0/0 Switch(config)# network-clock-select 2 atm 0/0/3
The following example shows how to configure the network clock to revert to the highest priority clock source after a failure and takeover by the source with the next lowest priority.
Switch(config)# network-clock-select revertive
To configure where each interface receives its transmit clocking, perform the following steps, beginning in global configuration mode:
| Command | Purpose | |
|---|---|---|
Step 1 | Switch(config)# interface atm card/subcard/port Switch(config-if)# | Selects the interface to be configured. |
Step 2 | Switch(config-if)# clock source {free-running | loop-timed | network-derived} | Configures the interface clock source. |
![]() |
Caution If the Network Clock Distribution Protocol (NCDP) is running on an interface, you should not override that port's clock source by configuring it to free-running or loop-timed. Doing so could cause synchronization problems, particularly in the case of loop-timed, which could cause a clocking loop to be formed on a link. See the "Configuring Network Clocking with NCDP" section. |
The following example configures ATM interface 3/0/0 to receive its transmit clocking from a network-derived source:
Switch(config)# interface atm 3/0/0 Switch(config-if)# clock source network-derived
To show the switch's network clocking configuration, use the following privileged EXEC commands:
Command | Purpose |
|---|---|
| |
|
|
|
|
The following example shows the configured network clock sources on a Catalyst 8510 MSR or LightStream 1010:
Switch# show network-clocks clock configuration is NON-Revertive Priority 1 clock source: ATM1/0/0 Priority 2 clock source: ATM1/1/0 Priority 3 clock source: No clock Priority 4 clock source: No clock Priority 5 clock source: System clock Current clock source:System clock, priority:5
![]() |
Note A source listed as "No clock" indicates that no clock source configured at that priority. |
The following example shows the switch clock source configuration with the network clock module installed:
Switch# show network-clocks Network clocking information: --------------------------------------- Source switchover mode: revertive Netclkd state: Active Source selection method: provisioned NCLKM hardware status: installed & usable NCLKM status: software enabled Primary clock source: ATM0/0/0 Secondary clock source: not configured Present clock source: NCLKM Stratum 3 osc (0)
The following example shows the clock source configuration stored in the running configuration:
Switch# more system:running-config ! <information deleted> ! network-clock-select revertive network-clock-select 1 ATM0/0/0 <information deleted>
The Network Clock Distribution Protocol (NCDP) provides a means by which a network can synchronize automatically to a primary reference source (PRS). To do so, NCDP constructs and maintains a spanning network clock distribution tree. This tree structure is superimposed on the network nodes by the software, resulting in an efficient, synchronized network suitable for transport of traffic with inherent synchronization requirements, such as voice and video.
The following sections provide instructions for configuring NCDP. For a description of how NCDP works, refer to the Guide to ATM Technology .
Figure 3-1 shows a network of six ATM switch routers with clocking derived from a stratum 3 PRS. Node A is configured to receive priority 1 clocking on two of its ports, while node B is configured to receive priority 2 clocking on one of its ports.

To enable NCDP, use the following global configuration command for each node that you want to configure for NCDP:
Command | Purpose |
|---|---|
|
You must specify the clocking sources, their priorities, and associated stratums used by NCDP in constructing the clock distribution tree. To do so, use the following command in global configuration mode:
Command | Purpose |
|---|---|
|
|
| 1Allows you to specify a Building Integrated Timing Supply (BITS) source. This option is available only on the Catalyst 8540 MSR equipped with the network clock module. |
If you do not configure a clock source, NCDP advertises its default source of network clock, which is its local oscillator; if no nodes in the network have a clock source configured, the tree is built so that it is rooted at the switch having the highest stratum oscillator (lowest numerical value) and lowest ATM address.
The following example demonstrates configuring the network clock source, priority, and stratum on node A in Figure 3-1.
Switch(config)# ncdp source 1 atm 1/0/0 3 Switch(config)# ncdp source 1 atm 3/0/0 3
Optional NCDP parameters you can configure at the global level include the maximum number of hops between any two nodes, revertive behavior, and the values of the NCDP timers. To change any of these parameters from their defaults, use the following commands in global configuration mode:
Command | Purpose |
|---|---|
|
|
| |
|
When you specify a maximum diameter, you constrain the diameter of the spanning tree by specifying the maximum number of hops between any two nodes that participate in the protocol. Each node must be configured with the same maximum network diameter value for NCDP to operate correctly.
When you configure the NCDP as revertive, a clock source that is selected and then fails is selected again once it has become operational for a period of time. On the Catalyst 8510 MSR and LightStream 1010 platforms, if NCDP is configured to be revertive, a failed clocking source node after a switchover is restored to use after it has been functioning correctly for at least 1 minute. On the Catalyst 8540 MSR the failed source is restored after about 25 seconds. The network clock is, by default, configured as nonrevertive. Nonrevertive prevents a failed source from being selected again.
The following example shows setting the maximum number of hops to 11 and enabling revertive behavior:
Switch(config)# ncdp max-diameter 11 Switch(config)# ncdp revertive
On a per-interface basis, you can enable or disable NCDP, specify the cost metric associated with the port, and change the control virtual circuit used to transport protocol messages between adjacent protocol entities. To change any of these parameters from their defaults, use the following commands in interface configuration mode:
Command | Purpose |
|---|---|
|
|
|
|
|
|
The following example demonstrates setting the administrative weight on an interface:
Switch(config)# interface atm 0/0/0 Switch(config-if)# ncdp admin-weight 75
To display the NCDP configuration, use the following EXEC commands:
Command | Purpose |
|---|---|
| |
| |
| |
| |
|
The following example shows the NCDP status:
Switch# show ncdp status = ncdp switch information ==== enabled ============== non-revertive root clock source priority: 1 root clock source stratum level: 4 root clock source prs id: 255 stratum level of root switch: 4 clocking root address: 4700918100000000E0F75D040100E0F75D040100 hop count: 0 root path cost: 0 root port: 0 max age: 5 hello time: 500 priority of best source: 1 stratum level of best source: 4 prs id of best source: 255 switch stratum level: 4 address: 4700918100000000E0F75D040100E0F75D040100 switch max age: 5 switch hello time: 500 switch hold time: 500 max diameter: 5 converged root count: 359375 converged: 1 total timer events: 687271 total queue events: 0 rx config messages: 0 tx config messages: 363716 rx tcn messages: 0 tx tcn messages: 0 rx non-participant messages: 0 rx unknown messages: 0 Switch#
Circuit emulation services-interworking functions (CES-IWF) and constant bit rate (CBR) traffic relate to a quality of service (QoS) classification defined by the ATM Forum for Class A (ATM adaptation layer 1 [AAL1]) traffic in ATM networks. In general, Class A traffic pertains to voice and video transmissions, which have particular clocking requirements. For details, refer to "Configuring Circuit Emulation Services."
The default software image for the ATM switch router contains the Private Network-Network Interface (PNNI) routing protocol. The PNNI protocol provides the route dissemination mechanism for complete plug-and-play capability. The following section, "Configuring ATM Static Routes for IISP or PNNI," describes modifications that can be made to the default PNNI or Interim-Interswitch Signalling Protocol (IISP) routing configurations.
For routing protocol configuration information, refer to "Configuring ILMI,"and "Configuring ATM Routing and PNNI."
Static route configuration allows ATM call setup requests to be forwarded on a specific interface if the addresses match a configured address prefix. To configure a static route, use the following command in global configuration mode:
Command | Purpose |
|---|---|
|
|
![]() |
Note An interface must be User-Network Interface (UNI) or Interim Interswitch Signalling Protocol (IISP) to be configured with static route. Static routes configured as PNNI interfaces default as down. |
The following example shows how to use the atm route command to configure the 13-byte peer group prefix = 47.0091.8100.567.0000.0ca7.ce01 at interface ATM 3/0/0:
Switch(config)# atm route 47.0091.8100.567.0000.0ca7.ce01 atm 3/0/0 Switch(config)#
Although not required, the system clock and hostname should be set as part of the initial system configuration. To set these system parameters, perform the following steps, beginning in privileged EXEC mode:
| Command | Purpose | |
|---|---|---|
Step 1 | Switch# clock set hh:mm:ss day month year | Sets the system clock. |
Step 2 | Switch# configure terminal Switch(config)# | Enters global configuration mode from the terminal. |
Step 3 | Switch(config)# hostname name | Sets the system name. |
The following example shows how to configure the time, date, and month using the clock set command, enter global configuration mode, and assign a hostname.
Switch# clock set 15:01:00 17 October 1999 Switch# configure terminal Enter configuration commands, one per line. End with CNTL/Z. Switch(config)# hostname Publications Publications#
The following example shows how to confirm the clock setting using the show clock command:
Publications# show clock *15:03:12.015 UTC Fri Oct 17 1999
The ATM switch router supports redundant CPU operation with dual route processors. In addition, Enhanced High System Availability (EHSA) is provided in the switching fabric when three switch processors are installed in the chassis. These features and their configuration are described in the following sections:
The ATM switch router supports fault tolerance by allowing a secondary route processor to take over if the primary fails. This secondary, or redundant, route processor runs in standby mode. In standby mode, the secondary route processor is partially booted with the Cisco IOS software; however, no configuration is loaded.
At the time of a switchover, the secondary route processor takes over as primary and loads the configuration as follows:
The former primary then becomes the secondary route processor.
![]() |
Note If the secondary route processor is unavailable, a major alarm is reported. Use the show facility-alarm status command to display the redundancy alarm status. |
When the ATM switch router is powered on, the two route processors go through an arbitration to determine which is the primary route processor and which is the secondary. The following rules apply during arbitration:
During normal operation, the primary route processor is booted completely. The secondary CPU is partially up, meaning it stops short of parsing the configuration. From this point, the primary and secondary processors communicate periodically to synchronize any system configuration changes.
The following situations can cause a switchover of the primary route processor:
When a switchover occurs, permanent virtual channels (PVCs) are preserved; switched virtual channels (SVCs) and Integrated Local Management Interface (ILMI) address states are lost, and then restored after they are dynamically redetermined.
For redundant operation, the following requirements must be met:
If these requirements are met, the ATM switch router runs in redundant mode by default. The tasks described in the following sections are optional and used only to change nondefault values.
You can manually force the secondary route processor to take over as primary. To do so, use the following privileged EXEC command:
Command | Purpose |
|---|---|
|
As long as you have not changed the default configuration register setting, which is set to autoboot by default, the secondary route processor (formerly the primary) completes the boot process from standby mode.
![]() |
Note If the secondary route processor remains in ROM monitor mode, you can manually boot the processor from either the bootflash or Flash PC card. |
![]() |
Caution If no system image is specified in the startup configuration, the ROM monitor automatically boots the first system image on the Flash PC card in slot0. If there is no system image on the Flash PC card, or the Flash PC card is not available, the ROM monitor boots the first system image in bootflash. If there is no system image in bootflash, the switch remains in ROM monitor mode. |
To display the configuration register value, use the following privileged EXEC command:
Command | Purpose |
|---|---|
|
The following example shows the configuration register value:
Switch# show version Cisco Internetwork Operating System Software IOS (tm) PNNI Software (cat8540m-WP-M), Version XX.X(X)WX(X), RELEASE SOFTWARE Copyright (c) 1986-19XX by cisco Systems, Inc. Compiled Mon XX-XXX-XX 10:15 by integ Image text-base: 0x60010930, data-base: 0x606CE000 ROM: System Bootstrap, Version XX.XXX.X(X)WX(X) [BLD-JAGUAR120-4.0.9 ], E Switch uptime is 3 weeks, 5 days, 23 hours, 30 minutes System restarted by bus error at PC 0x6007EF24, address 0xFC System image file is "bootflash:cat8540m-wp-mz.XXX-X.X.WX.X.XX" cisco C8540MSR (R5000) processor with 65536K/256K bytes of memory. R5000 processor, Implementation 35, Revision X.X (512KB Level 2 Cache) Last reset from power-on 1 Ethernet/IEEE 802.3 interface(s) 9 ATM network interface(s) 507K bytes of non-volatile configuration memory. 8192K bytes of Flash PCMCIA card at slot 0 (Sector size 128K). 8192K bytes of Flash internal SIMM (Sector size 256K). Secondary is up Secondary has 0K bytes of memory. Configuration register is 0x100 (will be 0x2102 at next reload)
During normal operation, the startup and running configurations are synchronized by default between the two route processors. In the event of a switchover, the new primary route processor uses the current configuration. Configurations synchronize either immediately from the command line or during route processor switchover.
To immediately synchronize the configurations used by the two route processors, use the following privileged EXEC command on the primary route processor:
Command | Purpose |
|---|---|
|
|
In the following example, both the startup and running configurations are synchronized immediately:
Switch# redundancy manual-sync both
To manually synchronize the configurations used by the two route processors during a switchover, perform the following steps on the primary route processor, beginning in global configuration mode:
| Command | Purpose | |||
|---|---|---|---|---|
Step 1 | Switch(config)# redundancy Switch(config-r)# | Enters redundancy configuration mode. | ||
Step 2 | Switch(config-r)# main-cpu Switch(config-r-mc)# | Enters main-cpu configuration submode. | ||
Step 3 | Switch(config-r-mc)# sync config {startup | running | both}1 | Synchronizes either or both configurations during switchover or writing the files to NVRAM. | ||
Step 4 | Switch(config-r-mc)# end Switch# | Returns to privileged EXEC mode. | ||
Step 5 | Switch# copy running-config startup-config | Forces a manual synchronization of the configuration files in NVRAM.
|
| 1Alternatively, you can force an immediate synchronization by entering the redundancy manual-sync command in privileged EXEC mode. |
In the following example, both the startup and running configurations are synchronized:
Switch(config)# redundancy Switch(config-r)# main-cpu Switch(config-r-mc)# sync config both Switch(config-r-mc)# end Switch# copy running-config startup-config
To display the route processor redundancy configuration, use the following privileged EXEC command:
Command | Purpose |
|---|---|
|
In the following example shows the route processor redundancy configuration:
Switch# show redundancy This CPU is the PRIMARY Primary ------- Slot: 4 Uptime: 1 day, 18 hours, 40 minutes Image: PNNI Software (cat8540m-WP-M), Version 12.0(4a)W5(10.44) Time Since : Last Running Config. Sync: 3 hours, 13 minutes Last Startup Config. Sync: Never Last Restart Reason: Normal Boot Secondary --------- State: UP Slot: 8 Uptime: 3 hours, 16 minutes Image: PNNI Software (cat8540m-WP-M), Version 12.0(4a)W5(10.46)
Before removing a route processor that is running the IOS in secondary mode, it is necessary to change it to ROM monitor mode. You could use the reload command to force the route processor to ROM monitor mode but the automatic reboot would occur and you would interrupt switch traffic.
![]() |
Caution If you fail to prepare the secondary route processor for removal, the traffic through the switch could be interrupted. |
To change the secondary route processor to ROM monitor mode and eliminate the automatic reboot prior to removal, perform the following task beginning in privileged EXEC mode:
| Command | Purpose | |
|---|---|---|
Step 1 | Switch# copy running-config startup-config | Forces a manual synchronization of the configuration files in NVRAM. |
Step 2 | Switch)# redundancy prepare-for-cpu-removal | Changes the current route processor to ROM monitor mode prior to removal. |
The following example shows how to change the current route processor to ROM monitor mode prior to removal:
Switch# copy running-config startup-config Destination filename [startup-config]? Building configuration... EHSA:Syncing monvars to secondary, : BOOT= EHSA:Syncing monvars to secondary, : CONFIG_FILE= EHSA:Syncing monvars to secondary, : BOOTLDR=[OK] Switch# Switch# redundancy prepare-for-cpu-removal This command will cause this CPU to go to the rom monitor through a forced crash. After this cpu goes to the rom monitor prompt, it is safe to remove it from the chassis Please DO NOT REBOOT this cpu before removing it Do you want to remove it?[confirm]y Queued messages: 1d22h: %SYS-3-LOGGER_FLUSHING: System pausing to ensure console debugging outpu. *** System received a reserved exception *** signal= 0x9, code= 0x0, context= 0x61818df8 PC = 0x600b62e0, Cause = 0x20, Status Reg = 0x34008702 AT: be840000, V0: 9, V1: 0 A0: 2b, A1: 9, A2: 0 A3: 61818df8, T0: 30, T1: 34008701 T2: 34008700, T3: ffff00ff, T4: 61059f88 T5: 7f, T6: 0, T7: 0 S0: 34008701, S1: 1, S2: 9 S3: 0, S4: 61818df8, S5: 611f8540 S6: 611e3740, S7: 61363710, T8: 47d1 T9: 618189d8, K0: 61612634, K1: 600b7e30 GP: 61177fa0, SP: 61818da8, S8: 611e3740 RA: 600a81b8 STATUS: 34008702 mdlo_hi: 0, mdlo: 0 mdhi_hi: 0, mdhi: 0 bvaddr_hi: ffffffff, bvaddr_lo: ffffffff cause: 20, epc_hi: 0, epc:600b62e0 err_epc_hi: 0, err_epc: 200004 TIGER Masked Interrupt Register = 0x0000007f TIGER Interrupt Value Register = 0x00000020 monitor: command "boot" @Ø--<ÒagZç rommon 3 >
Slots 5, 6, and 7 in the ATM switch router chassis can accommodate either two or three switch processor cards, with a switching capacity of 10 Gbps each. The possible configurations are as follows:
When three switch processors are installed, two are active at any time, while the third runs in standby mode. By default, switch processors 5 and 7 are active and switch processor 6 is the standby. To force the standby switch processor to become active, use the redundancy preferred-switch-card-slots command.
![]() |
Caution Do not hot swap an active switch processor module before putting it in standby mode. Removing an active switch processor breaks active connections and stops the flow of traffic through the switch. Put an active switch in standby mode using the redundancy preferred-switch-card-slots command before removing it from the chassis. |
When a switchover to the standby switch processor occurs, the system resets and all connections are lost. When the system comes up again, all PVCs and SVCs are reestablished automatically.
To configure which two of the three switch processors are active and which runs in standby mode, use the following privileged EXEC command on the primary route processor:
Command | Purpose |
|---|---|
|
|
In the following example, the preferred switch processors are configured to be in slots 5 and 7 with the slot 6 switch processor running in standby mode:
Switch# redundancy preferred-switch-card-slots 5 7 The preferred switch cards selected are already active
![]() |
Note The preferred switch card slot configuration reverts to the default configuration when the switch is power cycled. |
To display the preferred switch processor redundancy configuration, use the following privileged EXEC command:
Command | Purpose |
|---|---|
|
The following example shows the preferred switch processor redundancy configuration:
Switch# show preferred-switch-card-slots The currently preferred switch card slots are slot: 5 and slot: 7 The currently active switch card slots are slot: 5 and slot: 7
To display the switch processor EHSA configuration, use the following privileged EXEC command:
Command | Purpose |
|---|---|
|
|
The following shows the primary switch processor EHSA configuration:
Switch# show capability primary Dram Size is :64 MB Pmem Size is :4 MB Nvram Size is :512 KB BootFlash Size is :8 MB ACPM hw version 5.2 ACPM functional version 4.0 Netclk Module present flag :16 NCLK hw version 3.1 NCLK func version 8.0 Printing the parameters for Switch card: 0 SWC0 HW version 7.2 SWC0 Functional version 1.2 SWC0 Table memory size: 0 MB SWC0 Feat Card Present Flag: 0 SWC0 Feat Card HW version 0.0 SWC0 Feat Card Functional version 0.0 Printing the parameters for Switch card: 1 SWC1 HW version 0.0 SWC1 Functional version 0.0 SWC1 Table memory size: 0 MB SWC1 Feat Card Present Flag: 0 SWC1 Feat Card HW version 0.0 SWC1 Feat Card Functional version 0.0 Printing the parameters for Switch card: 2 SWC2 HW version 7.2 SWC2 Functional version 1.2 SWC2 Table memory size: 0 MB SWC2 Feat Card Present Flag: 0 SWC2 Feat Card HW version 0.0 SWC2 Feat Card Functional version 0.0 Number of Controller supported in IOS: 7 Driver 0 type: 2560 super cam Functional Version 1.3 Driver 1 type: 2562 OC12 SPAM Functional Version 5.1 Driver 2 type: 2564 OC mother board Functional Version 5.1 Driver 3 type: 258 Switch Card Functional Version 1.0 Driver 4 type: 259 Switch Feature Card Functional Version 4.0
For detailed instructions on SNMP and general RMON configuration, refer to the Configuration Fundamentals Configuration Guide. For instructions on configuring ATM RMON, refer to "Configuring ATM Accounting and ATM RMON."
To save the running configuration to NVRAM, use the following command in privileged EXEC mode:
Command | Purpose |
|---|---|
|
|
The following sections describe tasks you can perform to confirm the hardware, software, and interface configuration:
![]() |
Note The following examples differ depending on whether the switch processor feature card is present. (Catalyst 8540 MSR) |
![]() |
Note The following examples differ depending on the feature card installed on the processor. (Catalyst 8510 MSR and LightStream 1010) |
Use the show hardware and show capability commands to confirm the correct hardware installation:
Switch# show hardware C8540 named Switch, Date: 08:36:44 UTC Fri May 21 1999 Slot Ctrlr-Type Part No. Rev Ser No Mfg Date RMA No. Hw Vrs Tst EEP ---- ------------ ---------- -- -------- --------- -------- ------- --- --- 0/* Super Cam 73-2739-02 02 07287xxx Mar 31 98 3.0 0/0 155MM PAM 73-1496-03 06 02180424 Jan 16 96 00-00-00 3.0 0 2 0/1 155MM PAM 73-1496-03 00 02180455 Jan 17 96 00-00-00 3.0 0 2 4/* Route Proc 73-2644-05 A0 03140NXK Apr 04 99 0 5.7 4/0 Netclk Modul 73-2868-03 A0 03140NSU Apr 04 99 0 3.1 5/* Switch Card 73-3315-08 B0 03170SMB May 03 99 0 8.3 5/0 Feature Card 73-3408-04 B0 03160S4H May 03 99 0 4.1 7/* Switch Card 73-3315-08 B0 03160SDT May 03 99 0 8.3 7/0 Feature Card 73-3408-04 B0 03160RQV May 03 99 0 4.1 8/* Route Proc 73-2644-05 A0 03140NXH Apr 04 99 0 5.7 8/0 Netclk Modul 73-2868-03 A0 03140NVT Apr 04 99 0 3.1 DS1201 Backplane EEPROM: Model Ver. Serial MAC-Address MAC-Size RMA RMA-Number MFG-Date ------ ---- -------- ------------ -------- --- ---------- ----------- C8540 2 6315484 00902156D800 1024 0 0 Mar 23 1999 cubi version : F Power Supply: Slot Part No. Rev Serial No. RMA No. Hw Vrs Power Consumption ---- ---------------- ---- ----------- ----------- ------- ----------------- 0 34-0829-02 A000 APQ0225000R 00-00-00-00 1.0 2746 cA
See the "Displaying the Switch Processor EHSA Configuration (Catalyst 8540 MSR)" section for an example of the show capability command.
Use the show hardware command to confirm the correct hardware installation:
Switch# show hardware LS1010 named ls1010_c5500, Date: XX:XX:XX UTC Thu Jan 8 1998 Feature Card's FPGA Download Version: 10 Slot Ctrlr-Type Part No. Rev Ser No Mfg Date RMA No. Hw Vrs Tst EEP ---- ------------ ---------- -- -------- --------- -------- ------- --- --- 0/0 T1 PAM 12-3456-78 00 00000022 Aug 01 95 00-00-00 0.4 0 2 0/1 T1 PAM 12-3456-78 00 00000025 Aug 01 95 00-00-00 0.4 0 2 1/0 155MM PAM 73-1496-03 06 02180446 Jan 17 96 00-00-00 3.0 0 2 1/1 QUAD DS3 PAM 73-2197-02 00 03656116 Dec 18 96 00-00-00 1.0 0 2 3/0 155MM PAM 73-1496-03 00 02180455 Jan 17 96 00-00-00 3.0 0 2 2/0 ATM Swi/Proc 73-1402-06 D0 07202996 Dec 20 97 00-00-00 4.1 0 2 2/1 FeatureCard1 73-1405-05 B0 07202788 Dec 20 97 00-00-00 3.2 0 2 DS1201 Backplane EEPROM: Model Ver. Serial MAC-Address MAC-Size RMA RMA-Number MFG-Date ------ ---- -------- ------------ -------- --- ---------- ----------- LS1010 2 69000050 00400B0A2E80 256 0 0 Aug 01 1995
Use the show version command to confirm the correct version and type of software and the configuration register are installed:
Switch# show version Cisco Internetwork Operating System Software IOS (tm) PNNI Software (cat8540m-WP-M), Version XX.X(X), RELEASE SOFTWARE Copyright (c) 1986-1998 by cisco Systems, Inc. Compiled XXX XX-XXX-XX XX:XX by Image text-base: 0x600108B4, data-base: 0x6057A000 ROM: System Bootstrap, Version XX.X(X) RELEASE SOFTWARE Switch uptime is 1 hour, 1 minute System restarted by reload System image file is "tftp://cat8540m-wp-mz_nimmu" cisco C8540MSR (R5000) processor with 65536K/256K bytes of memory. R5000 processor, Implementation 35, Revision 2.1 (512KB Level 2 Cache) Last reset from power-on 1 Ethernet/IEEE 802.3 interface(s) 8 ATM network interface(s) 507K bytes of non-volatile configuration memory. 16384K bytes of Flash PCMCIA card at slot 0 (Sector size 128K). 8192K bytes of Flash internal SIMM (Sector size 256K). Configuration register is 0x0
Use the show diag power-on command to confirm the power-on diagnostics:
Switch# show diag power-on Cat8540 Power-on Diagnostics Status (.=Pass,F=Fail,U=Unknown,N=Not Applicable) ----------------------------------------------------------------------------- Last Power-on Date: 1999/07/28 Time: 11:06:12 BOOTFLASH: . PCMCIA-Slot0: . PCMCIA-Slot1: . CPU-IDPROM: . NVRAM-Config: . ETHSRAM: . DRAM: . SARSRAM: . PS0: . PS2: N PS (12V): . FAN: . Temperature: . Bkp-IDPROM: . Ethernet-port Access: . Ethernet-port CAM-Access: . Ethernet-port Loopback: . Ethernet-port Loadgen: . Power-on Diagnostics Passed.
Use the show diag power-on command to confirm the power-on diagnostics:
NewLs1010# show diag power-on
LS1010 Power-on Diagnostics Status (.=Pass,F=Fail,U=Unknown,N=Not Applicable)
-----------------------------------------------------------------------------
Last Power-on Diags Date: 99/07/09 Time: 07:52:17 By: V 4.51
BOOTFLASH: . PCMCIA-Slot0: . PCMCIA-Slot1: N
CPU-IDPROM: . FCard-IDPROM: . NVRAM-Config: .
SRAM: . DRAM: .
PS1: . PS2: N PS (12V): .
FAN: . Temperature: . Bkp-IDPROM: .
MMC-Switch Access: . Accordian Access: .
LUT: . ITT: . OPT: . OTT: . STK: . LNK: . ATTR: . Queue: .
Cell-Memory: .
FC-PFQ
Access: .
RST: . REG: . IVC: . IFILL: . OVC: . OFILL: .
TEST:
CELL: . SNAKE: . RATE: . MCAST: . SCHED: .
TGRP: . UPC : . ABR : . RSTQ : .
Access/Interrupt/Loopback/CPU-MCast/Port-MCast/FC-MCast/FC-TMCC Test Status:
Ports 0 1 2 3
----------------------------------------------------------------------------
PAM 0/0 (IMA8T1) .....NN .....NN .....NN .....NN
Port 4 to 7 : .....NN .....NN .....NN .....NN
PAM 0/1 (IMA8E1) .....NN .....NN .....NN .....NN
Port 4 to 7 : .....NN .....NN .....NN .....NN
PAM 1/0 (FR4CE1) .....NN .....NN .....NN .....NN
PAM 1/1 (155UTP) .....NN .....NN .....NN .....NN
PAM 3/0 (T1) .....NN .....NN .....NN .....NN
PAM 3/1 (E1CEUTP) .....NN .....NN .....NN .....NN
PAM 4/0 (DS3) .....NN .....NN N N
PAM 4/1 (25M) .....NN .....NN .....NN .....NN
Port 4 to 7 : .....NN .....NN .....NN .....NN
Port 8 to 11: .....NN .....NN .....NN .....NN
FRPAM# ING-SSRAM ING-SDRAM EGR-SSRAM EGR-SDRAM LOOPBACK
------------------------------------------------------------------
PAM 1/0 (FR4CE1) . . . . .
Ethernet-port Access: . Ethernet-port CAM-Access: .
Ethernet-port Loopback: . Ethernet-port Loadgen: .
GEPAM Microcode: . GEPAM Access: .
GEPAM CAM Access: .
Power-on Diagnostics Passed.
Use the show interfaces command to confirm that the Ethernet interface on the route processor is configured correctly:
Switch# show interfaces ethernet 0
Ethernet0 is up, line protocol is up
Hardware is SonicT, address is 0000.0000.0000 (bia 0000.0000.0000)
Internet address is 172.20.52.20/26
MTU 1500 bytes, BW 10000 Kbit, DLY 1000 usec, rely 255/255, load 1/255
Encapsulation ARPA, loopback not set, keepalive set (10 sec)
ARP type: ARPA, ARP Timeout 04:00:00
Last input 00:00:00, output 00:00:00, output hang never
Last clearing of "show interface" counters never
Queueing strategy: fifo
Output queue 0/40, 0 drops; input queue 0/75, 0 drops
5 minute input rate 1000 bits/sec, 2 packets/sec
5 minute output rate 0 bits/sec, 1 packets/sec
69435 packets input, 4256035 bytes, 0 no buffer
Received 43798 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
0 input packets with dribble condition detected
203273 packets output, 24079764 bytes, 0 underruns
0 output errors, 0 collisions, 2 interface resets
0 babbles, 0 late collision, 0 deferred
0 lost carrier, 0 no carrier
0 output buffer failures, 0 output buffers swapped out
Use the show atm addresses command to confirm correct configuration of the ATM address for the ATM switch router:
Switch# show atm addresses Switch Address(es): 47.009181000000000100000001.000100000001.00 active Soft VC Address(es): 47.0091.8100.0000.0001.0000.0001.4000.0c80.9000.00 ATM1/1/0 47.0091.8100.0000.0001.0000.0001.4000.0c80.9010.00 ATM1/1/1 47.0091.8100.0000.0001.0000.0001.4000.0c80.9020.00 ATM1/1/2 47.0091.8100.0000.0001.0000.0001.4000.0c80.9030.00 ATM1/1/3 47.0091.8100.0000.0001.0000.0001.4000.0c81.8000.00 ATM3/0/0 47.0091.8100.0000.0001.0000.0001.4000.0c81.8000.63 ATM3/0/0.99 47.0091.8100.0000.0001.0000.0001.4000.0c81.8010.00 ATM3/0/1 47.0091.8100.0000.0001.0000.0001.4000.0c81.8020.00 ATM3/0/2 47.0091.8100.0000.0001.0000.0001.4000.0c81.8030.00 ATM3/0/3 47.0091.8100.0000.0001.0000.0001.4000.0c81.9000.00 ATM3/1/0 47.0091.8100.0000.0001.0000.0001.4000.0c81.9010.00 ATM3/1/1 47.0091.8100.0000.0001.0000.0001.4000.0c81.9020.00 ATM3/1/2 47.0091.8100.0000.0001.0000.0001.4000.0c81.9030.00 ATM3/1/3 <information deleted> ILMI Switch Prefix(es): 47.0091.8100.0000.0001.0000.0001 ILMI Configured Interface Prefix(es): LECS Address(es):
Command | Purpose |
|---|---|
|
|
For example, to test Ethernet connectivity from the switch to a workstation with an IP address of 172.20.40.201, enter the command ping ip 172.20.40.201. If the switch receives a response, the following message displays:
Switch# ping ip 172.20.40.201 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.20.40.201, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 1/202/1000 ms
Use the ping atm interface command to confirm that the ATM connections are configured correctly:
Switch# ping atm interface atm 3/0/0 0 5 seg-loopback Type escape sequence to abort. Sending Seg-Loopback 5, 53-byte OAM Echoes to a neighbour,timeout is 5 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/4 ms Switch#
Use the show atm interface command to confirm the ATM interfaces are configured correctly:
Switch# show atm interface atm 1/0/0
Interface: ATM1/0/0 Port-type: oc3suni
IF Status: UP Admin Status: up
Auto-config: disabled AutoCfgState: not applicable
IF-Side: Network IF-type: NNI
Uni-type: not applicable Uni-version: not applicable
Max-VPI-bits: 8 Max-VCI-bits: 14
Max-VP: 255 Max-VC: 16383
ConfMaxSvpcVpi: 255 CurrMaxSvpcVpi: 255
ConfMaxSvccVpi: 255 CurrMaxSvccVpi: 255
ConfMinSvccVci: 35 CurrMinSvccVci: 35
Svc Upc Intent: pass Signalling: Enabled
ATM Address for Soft VC: 47.0091.8100.0000.00e0.4fac.b401.4000.0c80.8000.00
Configured virtual links:
PVCLs SoftVCLs SVCLs TVCLs PVPLs SoftVPLs SVPLs Total-Cfgd Inst-Conns
4 0 0 0 1 0 0 5 3
Logical ports(VP-tunnels): 1
Input cells: 263109 Output cells: 268993
5 minute input rate: 0 bits/sec, 0 cells/sec
5 minute output rate: 1000 bits/sec, 2 cells/sec
Input AAL5 pkts: 171788, Output AAL5 pkts: 174718, AAL5 crc errors: 0
Use the show atm status command to confirm the status of ATM interfaces:
Switch# show atm status
NUMBER OF INSTALLED CONNECTIONS: (P2P=Point to Point, P2MP=Point to MultiPoint)
Type PVCs SoftPVCs SVCs PVPs SoftPVPs SVPs Total
P2P 30 0 0 1 1 0 32
P2MP 0 0 0 1 0 0 1
TOTAL INSTALLED CONNECTIONS = 33
PER-INTERFACE STATUS SUMMARY AT 16:07:59 UTC Wed Nov 5 1997:
Interface IF Admin Auto-Cfg ILMI Addr SSCOP Hello
Name Status Status Status Reg State State State
------------- -------- ------------ -------- ------------ --------- --------
ATM1/1/0 DOWN down waiting n/a Idle n/a
ATM1/1/1 DOWN down waiting n/a Idle n/a
ATM1/1/2 DOWN down waiting n/a Idle n/a
ATM1/1/3 DOWN down waiting n/a Idle n/a
ATM0 UP up n/a UpAndNormal Idle n/a
ATM3/0/0 UP up n/a UpAndNormal Active LoopErr
ATM3/0/0.99 UP up waiting WaitDevType Idle n/a
ATM3/0/1 UP up done UpAndNormal Active LoopErr
ATM3/0/2 UP up n/a UpAndNormal Active LoopErr
ATM3/0/3 UP up done UpAndNormal Active LoopErr
ATM3/1/0 UP up done UpAndNormal Active LoopErr
ATM3/1/1 UP up done UpAndNormal Active LoopErr
ATM3/1/2 UP up done UpAndNormal Active LoopErr
ATM3/1/3 UP up done UpAndNormal Active LoopErr
<information deleted>
Use the show atm vc command to confirm the status of ATM virtual channels:
Switch# show atm vc Interface VPI VCI Type X-Interface X-VPI X-VCI Encap Status ATM1/1/0 0 5 PVC ATM0 0 52 QSAAL DOWN ATM1/1/0 0 16 PVC ATM0 0 32 ILMI DOWN ATM1/1/1 0 5 PVC ATM0 0 53 QSAAL DOWN ATM1/1/1 0 16 PVC ATM0 0 33 ILMI DOWN ATM1/1/2 0 5 PVC ATM0 0 54 QSAAL DOWN ATM1/1/2 0 16 PVC ATM0 0 34 ILMI DOWN ATM1/1/3 0 5 PVC ATM0 0 55 QSAAL DOWN ATM1/1/3 0 16 PVC ATM0 0 35 ILMI DOWN ATM0 0 32 PVC ATM1/1/0 0 16 ILMI DOWN ATM0 0 33 PVC ATM1/1/1 0 16 ILMI DOWN ATM0 0 34 PVC ATM1/1/2 0 16 ILMI DOWN ATM0 0 35 PVC ATM1/1/3 0 16 ILMI DOWN ATM0 0 36 PVC ATM3/0/0 0 16 ILMI UP ATM0 0 37 PVC ATM3/0/1 0 16 ILMI UP ATM0 0 38 PVC ATM3/0/2 0 16 ILMI UP ATM0 0 39 PVC ATM3/0/3 0 16 ILMI UP ATM0 0 40 PVC ATM3/1/0 0 16 ILMI UP ATM0 0 41 PVC ATM3/1/1 0 16 ILMI UP ATM0 0 42 PVC ATM3/1/2 0 16 ILMI UP ATM0 0 43 PVC ATM3/1/3 0 16 ILMI UP <information deleted>
Use the show atm vc interface card/subcard/port command to confirm the status of ATM virtual channels on a specific interface:
Switch# show atm vc interface atm 3/0/0
Interface VPI VCI Type X-Interface X-VPI X-VCI Encap Status
ATM3/0/0 0 5 PVC ATM0 0 56 QSAAL UP
ATM3/0/0 0 16 PVC ATM0 0 36 ILMI UP
ATM3/0/0 0 18 PVC ATM0 0 85 PNNI UP
ATM3/0/0 50 100 PVC ATM3/0/1 60 200 DOWN
ATM3/0/2 70 210 UP
ATM3/0/3 80 220 UP
ATM3/0/0 100 200 SoftVC NOT CONNECTED
Use the show atm vc interface atm card/subcard/port vpi vci command to confirm the status of a specific ATM interface and virtual channel.
Switch# show atm vc interface atm 0/0/0 0 16 Interface: ATM0/0/0, Type: oc3suni VPI = 0 VCI = 16 Status: DOWN Time-since-last-status-change: 1w5d Connection-type: PVC Cast-type: point-to-point Packet-discard-option: enabled Usage-Parameter-Control (UPC): pass Wrr weight: 15 Number of OAM-configured connections: 0 OAM-configuration: disabled OAM-states: Not-applicable Cross-connect-interface: ATM0, Type: Unknown Cross-connect-VPI = 0 Cross-connect-VCI = 35 Cross-connect-UPC: pass Cross-connect OAM-configuration: disabled Cross-connect OAM-state: Not-applicable Encapsulation: AAL5ILMI Threshold Group: 6, Cells queued: 0 Rx cells: 0, Tx cells: 0 Tx Clp0:0, Tx Clp1: 0 Rx Clp0:0, Rx Clp1: 0 Rx Upc Violations:0, Rx cell drops:0 Rx pkts:0, Rx pkt drops:0 Rx connection-traffic-table-index: 3 Rx service-category: VBR-RT (Realtime Variable Bit Rate) Rx pcr-clp01: 424 Rx scr-clp01: 424 Rx mcr-clp01: none Rx cdvt: 1024 (from default for interface) Rx mbs: 50 Tx connection-traffic-table-index: 3 Tx service-category: VBR-RT (Realtime Variable Bit Rate) Tx pcr-clp01: 424 Tx scr-clp01: 424 Tx mcr-clp01: none Tx cdvt: none Tx mbs: 50
Use the more system:running-config command to confirm that the current configuration is correct:
Switch# more system:running-config version XX.X no service pad no service password-encryption ! hostname Switch ! <information deleted> ! interface Ethernet0 ip address 172.20.52.11 255.255.255.224 no ip directed-broadcast ! interface ATM-E0 no ip address no ip directed-broadcast atm pvc 0 29 pd on wrr-weight 15 rx-cttr 3 tx-cttr 3 interface ATM0 0 any-vci wrr-weight 15 encap ! interface Async1 no ip address no ip directed-broadcast hold-queue 10 in ! logging buffered 4096 debugging ! line con 0 exec-timeout 0 0 transport input none line vty 0 4 exec-timeout 0 0 no login ! end
Use the more nvram:startup-config command to confirm that the configuration saved in NVRAM is correct:
Switch# more nvram:startup-config version XX.X no service pad no service password-encryption ! hostname Switch ! <information deleted> ! interface Ethernet0 ip address 172.20.52.11 255.255.255.224 no ip directed-broadcast ! interface ATM-E0 no ip address no ip directed-broadcast ! interface Async1 no ip address no ip directed-broadcast hold-queue 10 in ! logging buffered 4096 debugging ! line con 0 exec-timeout 0 0 transport input none line vty 0 4 exec-timeout 0 0 no login ! end
![]()
![]()
![]()
![]()
![]()
![]()
![]()
Posted: Tue Aug 29 13:28:56 PDT 2000
Copyright 1989-2000©Cisco Systems Inc.