C H A P T E R 3 Initially Configuring the ATM Switch Router 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.
Chapter 3 Initially Configuring the ATM Switch Router Methods for Configuring the ATM Switch Router Methods for Configuring the ATM Switch Router The ATM switch router defaults to a working configuration suitable for most networks. However, you might need to customize the configuration for your network. Note If your Telnet station or SNMP network management workstation is on a different network from the switch, you must add a static routing table entry to the routing table.
Chapter 3 Initially Configuring the ATM Switch Router Configuration Prerequisites Verifying Software and Hardware Installed on the 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.
Chapter 3 Initially Configuring the ATM Switch Router Configuring the BOOTP Server 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.
Chapter 3 Initially Configuring the ATM Switch Router Configuring the ATM Address Example 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.
Chapter 3 Initially Configuring the ATM Switch Router Modifying the Physical Layer Configuration of an ATM Interface Manually Setting the ATM Address To configure a new ATM address that replaces the previous ATM address when running IISP software only, see the “Configuring the ATM Address” section on page 10-5.
Chapter 3 Initially Configuring the ATM Switch Router Configuring the IP Interface To display the physical interface configuration, use the following privileged EXEC commands: Command Purpose show controllers atm card/subcard/port Shows the physical layer configuration. more system:running-config Shows the physical layer scrambling configuration.
Chapter 3 Initially Configuring the ATM Switch Router Configuring the IP Interface 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.
Chapter 3 Initially Configuring the ATM Switch Router Configuring the IP Interface Examples 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.
Chapter 3 Initially Configuring the ATM Switch Router Configuring Network Clocking Configuring Network Clocking 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.
Chapter 3 Initially Configuring the ATM Switch Router Configuring Network Clocking Configuring Network Clock Sources and Priorities (Catalyst 8540 MSR) To configure the network clocking priorities and sources, use the following command in global configuration mode: Note Command Purpose network-clock-select {priority {{atm | cbr} card/subcard/port} | bits {0 | 1} | system} | bits {e1 | t1} | revertive Configures the network clock priority.
Chapter 3 Initially Configuring the ATM Switch Router Configuring Network Clocking Configuring Network Clock Sources and Priorities (Catalyst 8510 MSR and LightStream 1010) To configure the network clocking priorities and sources, use the following command in global configuration mode: Note Command Purpose network-clock-select {priority {{atm | cbr} card/subcard/port} | system} | revertive Configures the network clock priority.
Chapter 3 Initially Configuring the ATM Switch Router Configuring Network Clocking Example 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 Displaying the Network Clocking Configuration To show the switch’s network clocking configuration, use the following privileged EXEC commands: Command Purpose show network-clocks Shows the network clocking configur
Chapter 3 Initially Configuring the ATM Switch Router Configuring Network Clocking Configuring Network Clocking with NCDP 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.
Chapter 3 Initially Configuring the ATM Switch Router Configuring Network Clocking Enabling NCDP To enable NCDP, use the following global configuration command for each node that you want to configure for NCDP: Command Purpose ncdp Enables NCDP. Configuring Network Clock Sources and Priorities You must specify the clocking sources, their priorities, and associated stratums used by NCDP in constructing the clock distribution tree.
Chapter 3 Initially Configuring the ATM Switch Router Configuring Network Clocking 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.
Chapter 3 Initially Configuring the ATM Switch Router Configuring Network Clocking Command Purpose show ncdp status Displays NCDP status. show ncdp timers Displays NCDP timer information.
Chapter 3 Initially Configuring the ATM Switch Router Configuring Network Routing Configuring Network Routing 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.
Chapter 3 Initially Configuring the ATM Switch Router Configuring Online Diagnostics (Catalyst 8540 MSR) Examples 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. Switch(config)# hostname Publications Publications# End with CNTL/Z.
Chapter 3 Initially Configuring the ATM Switch Router Configuring Online Diagnostics (Catalyst 8540 MSR) OIR Test (Catalyst 8540 MSR) Online insertion and removal (OIR) tests check the functioning of the switch fabric and interfaces on a per-port basis. The switch router performs these tests when the system boots up and when you insert a port adapter or interface module into a slot. The OIR test sends a packet to the interface loopback and expects to receive it back within a certain time period.
Chapter 3 Initially Configuring the ATM Switch Router Configuring Online Diagnostics (Catalyst 8540 MSR) Command Purpose diag online snake timer [seconds] Specifies the time interval for the snake test. The default interval is 60 seconds. no diag online [access | oir | snake] Disables the online diagnostic tests. debug diag online [access | oir | snake] Enables debugging of online diagnostic tests. no debug diag online [access | oir | snake] Disables debugging of online diagnostic tests.
Chapter 3 Initially Configuring the ATM Switch Router Configuring Online Diagnostics (Catalyst 8540 MSR) The following example shows how to display the status of the OIR test: Switch# show diag online status oir ======== Online OIR Test Status ======== Current Test Status : Test is Enabled -------- Bootup OIR status -------Port Card Type Pkt Size Result _______ ___________ _________ ___________________ 00/0/00 8T1 IMA PAM 300 OIR_SUCCESS 00/0/01 8T1 IMA PAM 300 OIR_SUCCESS 00/0/02 8T1 IMA PAM 300 OIR_SUC
Chapter 3 Initially Configuring the ATM Switch Router Configuring Redundancy and Enhanced High System Availability (Catalyst 8540 MSR) The following example shows how to display the details and status of the snake test: 8540MSR#show diag online snake ======== Online Snake Test Status and Details ======== -------- Test Status -------Current Test Status : Test is Enabled Current Test Type : Normal Snake Last Test Status : Pass Last Test Run Time : 1w1d Last Test Success Time : 1w1d -------- Test Details Sna
Chapter 3 Initially Configuring the ATM Switch Router Configuring Redundancy and Enhanced High System Availability (Catalyst 8540 MSR) Route Processor Redundant Operation (Catalyst 8540 MSR) 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.
Chapter 3 Initially Configuring the ATM Switch Router Configuring Redundancy and Enhanced High System Availability (Catalyst 8540 MSR) Configuring Route Processor Redundancy (Catalyst 8540 MSR) For redundant operation, the following requirements must be met: • Two route processors and three switch cards are required. • The route processors must have identical hardware configurations. This includes variables such as DRAM size, presence or absence of network clock modules, and so on.
Chapter 3 Initially Configuring the ATM Switch Router Configuring Redundancy and Enhanced High System Availability (Catalyst 8540 MSR) 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.
Chapter 3 Initially Configuring the ATM Switch Router Configuring Redundancy and Enhanced High System Availability (Catalyst 8540 MSR) Immediately Synchronizing Route Processor Configurations (Catalyst 8540 MSR) To immediately synchronize the configurations used by the two route processors, use the following privileged EXEC command on the primary route processor: Command Purpose redundancy manual-sync {startup-config | running-config | both} Immediately synchronizes the configuration.
Chapter 3 Initially Configuring the ATM Switch Router Configuring Redundancy and Enhanced High System Availability (Catalyst 8540 MSR) Displaying the Route Processor Redundancy Configuration (Catalyst 8540 MSR) To display the route processor redundancy configuration, use the following privileged EXEC command: Command Purpose show redundancy Displays the redundancy configuration.
Chapter 3 Initially Configuring the ATM Switch Router Configuring Redundancy and Enhanced High System Availability (Catalyst 8540 MSR) 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.
Chapter 3 Initially Configuring the ATM Switch Router Configuring Redundancy and Enhanced High System Availability (Catalyst 8540 MSR) Configuring Switch Fabric Enhanced High System Availability Operation (Catalyst 8540 MSR) 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.
Chapter 3 Initially Configuring the ATM Switch Router Configuring Redundancy and Enhanced High System Availability (Catalyst 8540 MSR) Displaying the Preferred Switch Processor Redundancy Configuration (Catalyst 8540 MSR) To display the preferred switch processor redundancy configuration, use the following privileged EXEC command: Command Purpose show preferred-switch-card-slots Displays the redundancy configuration.
Chapter 3 Initially Configuring the ATM Switch Router Configuring SNMP and RMON 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.
Chapter 3 Initially Configuring the ATM Switch Router Testing the Configuration • Confirming the Software Version on page 3-34 • Confirming Power-on Diagnostics (Catalyst 8540 MSR) on page 3-35 • Confirming the Ethernet Configuration on page 3-36 • Confirming the ATM Address on page 3-37 • Testing the Ethernet Connection on page 3-37 • Confirming the ATM Connections on page 3-38 • Confirming the ATM Interface Configuration on page 3-38 • Confirming the Interface Status on page 3-39 • Conf
Chapter 3 Initially Configuring the ATM Switch Router Testing the Configuration See the “Displaying the Switch Processor EHSA Configuration (Catalyst 8540 MSR)” section on page 3-31 for an example of the show capability command.
Chapter 3 Initially Configuring the ATM Switch Router Testing the Configuration Confirming Power-on Diagnostics (Catalyst 8540 MSR) 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: . CPU-IDPROM: . ETHSRAM: . PCMCIA-Slot0: . NVRAM-Config: . DRAM: .
Chapter 3 Initially Configuring the ATM Switch Router Testing the Configuration 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) .....
Chapter 3 Initially Configuring the ATM Switch Router Testing the Configuration Confirming the ATM Address 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 47.0091.8100.0000.0001.0000.0001.4000.0c80.9010.00 47.0091.8100.0000.0001.0000.0001.4000.0c80.9020.00 47.0091.8100.
Chapter 3 Initially Configuring the ATM Switch Router Testing the Configuration Confirming the ATM Connections 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.
Chapter 3 Initially Configuring the ATM Switch Router Testing the Configuration Confirming the Interface Status 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 P2P P2MP PVCs 30 0 SoftPVCs 0 0 SVCs 0 0 PVPs SoftPVPs SVPs 1 1 0 1 0 0 TOTAL INSTALLED CONNECTIONS = Total 32 1 33 PER-INTERFACE STATUS SUMMARY AT 16:07:59 UTC Wed Nov 5 1997: Interface IF Admin Auto-Cfg ILMI
Chapter 3 Initially Configuring the ATM Switch Router Testing the Configuration Use the show atm vc interface card/subcard/port command to confirm the status of ATM virtual channels on a specific interface: Switch# show Interface ATM3/0/0 ATM3/0/0 ATM3/0/0 ATM3/0/0 ATM3/0/0 atm vc VPI 0 0 0 50 100 interface atm VCI Type 5 PVC 16 PVC 18 PVC 100 PVC 200 3/0/0 X-Interface X-VPI X-VCI ATM0 0 56 ATM0 0 36 ATM0 0 85 ATM3/0/1 60 200 ATM3/0/2 70 210 ATM3/0/3 80 220 SoftVC NOT CONNECTED Encap Status QSAAL
Chapter 3 Initially Configuring the ATM Switch Router Testing the Configuration Confirming the Running Configuration 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 ! ! interface Ethernet0 ip address 172.20.52.11 255.255.255.
Chapter 3 Initially Configuring the ATM Switch Router Testing the Configuration Confirming the Saved Configuration 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 ! ! interface Ethernet0 ip address 172.20.52.11 255.255.255.