![]() |
Catalyst 8500 CSR Software Feature and Configuration Guide, 12.0(x)W5(6f)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Configuring the Catalyst 8500 Software
![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Configuring the Catalyst 8500 SoftwareThis chapter describes how to configure the Catalyst 8500 campus switch router and provides enough information to get the switch router up and running. For detailed information about Cisco IOS commands, refer to the Cisco IOS command references. Overview of Router Configuration TasksBefore configuring your switch router, you should have the following information available:
A switch router initially refers to entries about networks or subnetworks that are directly connected. Each interface must be configured with an IP address and IP subnet mask, which the network administrator enters into a configuration file. The high-level router configuration tasks are as follows: Step 1 Set up the hardware as described in the Catalyst 8510 Chassis Installation Guide or the Catalyst 8540 Chassis Installation Guide. Step 2 Initially configure the software as described later in this chapter. Step 3 Configure any interface or interface management tasks as described in this chapter. Step 4 Configure protocol-specific features on your switch router as described in the appropriate chapters of the other Cisco IOS software configuration guides. Step 5 If desired, perform system management tasks to monitor and fine-tune the performance of your switch router in the network. Entering Configuration ModeYou can configure the switch router from the command-line interface (CLI) that runs on the Catalyst 8500 campus switch router console or terminal. You can also configure Cisco routers using remote access. The Cisco IOS command interpreter, called the EXEC, interprets the commands you type and executes the requested operations. To use the CLI, your terminal must be connected to the switch router through the console port or one of the TTY lines. By default, the terminal is configured to a basic configuration, which should work for most terminal sessions. However, you may want to alter the terminal settings. For security purposes, the EXEC has two levels of access to commands: user mode and privileged mode. You can view information about the switch router in user mode, but you cannot modify anything. Privileged mode supports access to the configuration modes, manipulation of the configuration files, detailed examination of the switch router, as well as debugging and testing commands. Step 1 Connect a console terminal to the Catalyst 8500 campus switch router, then power up the system. For instructions, see the Catalyst 8510 Campus Switch Router Processor and Line Module Installation Guide or the Catalyst 8540 Campus Switch Router Processor and Line Module Installation Guide. Step 2 When you are prompted to enter the initial dialog, answer no to enter configuration mode:
The following user EXEC prompt appears: Step 3 To access privileged EXEC mode, enter the enable command.
The prompt changes to the privileged EXEC (enable) prompt:
Step 4 To access configuration mode, enter the configure terminal command:
You can now enter any changes you want to the factory-default configuration file. To exit configuration mode, press Ctrl-Z. Displaying the Operating ConfigurationTo see the current operating configuration, enter the show running-config command at the enable prompt:
To see the configuration in NVRAM, enter the show startup-config command:
If you have made changes to the configuration, but have not yet written them to NVRAM, the results of the show running-config and show startup-config commands will differ. See the section "Saving Configuration Changes to NVRAM" in this chapter. Overview of Interface ConfigurationThese general instructions apply to all interface configuration processes. Two types of interfaces are supported: physical and virtual interfaces. The types of physical interfaces on a device depend on its interface processors or port adapters. The virtual interfaces that Cisco campus switch routers support include subinterfaces and IP tunnels. Configuring multiple virtual interfaces, or subinterfaces, on a single physical interface allows greater flexibility and connectivity on the network. A subinterface is a mechanism that allows a single physical interface to support multiple logical interfaces or networks. That is, several logical interfaces or networks can be associated with a single hardware interface. To configure an interface, follow these steps: Step 1 Begin interface configuration in global configuration mode. Step 2 Enter the configure command at the privileged EXEC prompt to enter global configuration mode. Step 3 Once in the global configuration mode, start configuring the interface by entering the interface command. Step 4 Identify the interface type followed by the slot number of the line module, the number 0, and the port number. For example, to configure the Fast Ethernet port on slot 1, port 2, you enter this command:
See the next section, "Configuring the Catalyst 8500 Interfaces," for more information on the physical interface addresses. These numbers are assigned at the factory at the time of installation or when line modules are added to a system and can be displayed with the show interfaces command. A report is provided for each interface that the switch router supports, as seen in the following partial sample display: Router# show interfaces
Ethernet 0/0/0 is up, line protocol is up
Hardware is Sonict, address is 172.68.16.0/24
MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec, rely 255/255, load 1/255
Encapsulation ARPA, loopback not set, keepalive set (10 sec)
To see a list of the system software and hardware, use the show hardware command. Step 5 Follow each interface command with the interface configuration commands your particular interface requires. The commands you enter define the protocols and applications that will run on the interface. The commands are collected and applied to the interface command until you enter another interface command, a command that is not an interface configuration command, or you enter Ctrl-Z to get out of configuration mode and return to privileged EXEC mode. Step 6 Once an interface is configured, you can check its status by entering the show commands provided at the end of each configuration section. Configuring the Catalyst 8500 InterfacesThis section explains what port addresses and physical interface addresses are and provides procedures to configure interfaces for communication over a LAN. To configure the interface parameters, you need your interface network addresses and subnet mask information. Consult your network administrator for this information. Port AddressesEach interface (or port) in the Catalyst 8500 is designated by several different types of addresses. The physical interface address is the actual physical location (slot/line module/port) of the interface connector within the chassis. The system software uses the physical addresses to control activity within the switch router and to display status information. These physical slot/card/port addresses are not used by other devices in the network; they are specific to the individual router and its internal components and software. A second type of address is the Media Access Control (MAC) address or hardware address, which is a standard data link layer address required for every port or device that connects to a network. Other devices in the network use these addresses to locate specific ports in the network and to create and update routing tables and data structures. Physical Interface AddressesPhysical port addresses specify the actual physical location of each module port on the rear of the switch router. The address is composed of a three-part number in the following format: slot number/0/port number The first number identifies the slot in which the line module is installed. Module slots are numbered 0 to 12, from top to bottom. The second number indicates the line module. When the module consists of a single cardas in the case of the Catalyst 8500 campus switch routerthis number is always 0. The third number identifies the physical port number on the line module. The port numbers always begin at 0 and, when facing the rear of the switch router, are numbered from the left port to the right port. The number of additional ports depends on the number of ports available on the line module. The interface ports on the Ethernet modules maintain the same address regardless of whether other modules are installed or removed. However, when you move a line module to a different slot, the first number in the address changes to reflect the new slot number. You can identify module ports by physically checking the slot/0/port location on the back of the switch router. You can also use Cisco IOS commands to display information about a specific interface, or all the interfaces, in the switch router. Catalyst 8510 Line Module PortsFigure 4-1 and Figure 4-2 illustrate the ports on the Catalyst 8510 line modules. Figure 4-1: Ports on the Catalyst 8510 UTP FastEthernet Line Module
Figure 4-2: Ports on the Catalyst 8510 FX FastEthernet Line Module
Catalyst 8540 Line Module PortsFigure 4-3 and Figure 4-4 illustrate the ports on the Catalyst 8540 line modules Figure 4-3: Ports on the UTP FastEthernet Line Module
The 10/100BaseT Ethernet line module has 16 ports. This module is used for 10-Mbps or 100-Mbps Layer 2 or Layer 3 unshielded twisted pair (UTP) connections. It supports half-duplex and full-duplex connections and Fast EtherChannel operation. Figure 4-4: Ports on the FX Fiber-Optic FastEthernet Module
The 100BaseFX multimode fiber Ethernet line module provides 16 multimode fiber ports with MTRJ connectors. You can use this module for 100-Mbps Layer 2 or Layer 3 fiber-optic connections. This module supports ull-duplex connections as well as Fast EtherChannel operation. Configuring the Ethernet InterfacesPerform the following tasks to configure features on an Ethernet, Fast Ethernet, or Gigabit Ethernet interface. The first task is required; the remaining tasks are optional. 1. Specify an Ethernet, Fast Ethernet, or Gigabit Ethernet interface. 2. Specify an Ethernet encapsulation method. 3. Specify virtual LANs (VLANs). Configuring Ethernet 10BaseT and 100BaseTAssign an IP address to the Ethernet 10BaseT or 100BaseT interface of your switch router so that it can be recognized as a device on the Ethernet LAN. The Fast Ethernet interface supports 10-Mbps and 100-Mbps speeds with Cisco 10BaseT and 100BaseT routers, hubs, switches, and switch routers.
When autonegotiation is enabled on an Ethernet interface, the Catalyst 8500 automatically detects the port speed (10 Mbps or 100 Mbps) of the partner port. By default, autonegotiation is disabled. To enable autonegotiation on a specific FastEthernet port, issue the following command: (config-if)# speed auto When this command is disabled, the saved values for port speed are restored. The speed auto command is unique to the Catalyst 8500 family of switch routers. Verifying 10/100BaseT OperationOnce you have configured Ethernet 10/100 BaseT operation, you can monitor the settings using the following commands: Table 4-1: Monitoring 10/100 BaseT Operation
Configuring the Gigabit Ethernet InterfaceTo configure the gigabit Ethernet interface, follow these steps:
Specifying Virtual LANsA virtual LAN (VLAN) is an emulation of a standard LAN that allows data transfer and communication to occur without the traditional restraints placed on the network. It can also be considered a broadcast domain set up within a switch. With VLANs, switches can support more than one subnet (VLAN) on each switch, and give routers and switches the opportunity to support multiple subnets on a single physical link. A group of devices on a LAN are configured so that they communicate as if they were attached to the same wire, when they are actually located on different LAN segments. The Catalyst 8500 supports up to 255 VLANs per system. VLANs enable efficient traffic separation and provide excellent bandwidth utilization. VLANs also alleviate scaling issues by logically segmenting the physical LAN structure into different subnetworks so that packets are switched only between ports within the same VLAN. This can be very useful for security, broadcast containment, and accounting. The Catalyst 8500 supports a port-based VLAN on a trunk port, which is a port that carries the traffic of multiple VLANs. Each frame transmitted on a trunk link is tagged as belonging to only one VLAN. The Catalyst 8500 supports VLAN frame encapsulation via the Inter-Switch Link (ISL) protocol and the 802.1q standard. ISL is a Cisco protocol for interconnecting multiple switches and maintaining VLAN information as traffic travels between switches. For more information, see "Configuring Encapsulation Over EtherChannel" in the section "Configuring the EtherChannel." The VLAN configuration example below assumes the following, as shown in Figure 4-5:
Figure 4-5: Example of a VLAN Configuration in a Catalyst 8500 Environment
To configure VLANs on the Catalyst 8500 campus switch router as shown in this example, follow these steps: When configuring ISL or 802.1q with IP, you cannot configure IP addresses on a subinterface unless the VLANs are already configured (that is, you have already entered the encapsulation isl or encapsulation dot1q command). That is not the case with IPX, howeveryou can configure IPX networks on a subinterface even when the VLANs have not been configured. The maximum VLAN/bridge group values obtainable are as follows:
Verifying VLAN OperationOnce the VLANS are configured on the switch router, you can monitor their operation using the following commands: Table 4-2: VLAN Monitoring and Troubleshooting Commands Configuring the IP Routing ProtocolsThis section briefly describes how to configure the switch router for each of the IP routing protocols that the switch router supports. It is intended to provide enough information for any network administrator to get the protocols up and running. However, note that this configuration section is not intended to provide in-depth configuration for each protocol. For such information, please refer to any of the protocol configuration guides in the public domain. IP routing is enabled by default on the switch router. The selection of IP as a routing protocol requires that you set both global and interface parameters. The global tasks include:
To configure the interface, assign network and subnetwork addresses and the appropriate IP subnet mask. Supported Routing ProtocolsThe Catalyst 8500 campus switch router supports the following routing protocols:
Note The Catalyst 8500 campus switch router does not support Next Hop Resolution Protocol (NHRP). The following table includes the Cisco IOS commands used to configure each of these routing protocols, but you need to configure only those protocols that you run on your network. Verifying IP OperationOnce IP routing is configured, you can monitor and troubleshoot the protocol operation using the following commands: Table 4-3: IP Monitoring and Troubleshooting Commands Configuring the Novell IPX ProtocolCisco's implementation of the Novell Internetwork Packet Exchange (IPX) protocol provides all of the functionality of a Novell external bridge (Novell refers to their router functionality as bridging). IPX is a proprietary protocol. Novell IPX can be described as follows:
Novell IPX uses the following protocols and services
Note The Catalyst 8500 campus switch router does not support the NetWare Link Services Protocol (NLSP). An IPX network address consists of a network number and a node number, expressed in the format network.node. The network number is a 4-byte (32-bit) number that identifies the physical network. The network number is expressed in hexadecimal and must be unique throughout the entire IPX internetwork. When configuring an IPX network number, you can omit the leading zeros. The node number identifies a node on the network. It is a 48-bit number, represented by dotted triplets of 4-digit hexadecimal numbers. The node number is normally the MAC address of the NetWare node or router interface. Since both the network number and the host address are needed to deliver traffic to a host, addresses are usually given as network numbers, followed by host addresses, separated with dots, as in the example: 4a.0000.0c00.23fe. In this example, the network number is 4a, and the host address is 0000.0c00.23fe. The serial interface does not have a MAC address. It uses the default Novell node address, which is the MAC address of the first activated interface. Configuration TasksTo configure Novell IPX as a routing protocol, you must configure both global and interface parameters. The global configuration tasks are as follows: 1. Start the IPX routing process. 2. Enable load sharing if appropriate for your network.
The interface configuration tasks are:
2. Set the optional encapsulation type, if it is different from the default. This section does not describe IPX configuration in detail. Please refer to the IPX documentation on the Cisco Documentation CD for detailed conceptual and configuration information. Verifying IPX OperationThe argument number is the number of the Novell network to which that interface is attached. Novell packets received on an interface that does not have a Novell network number are ignored. Once IPX routing is configured, you can monitor and troubleshoot the protocol operation using the following commands: Table 4-4: IPX Monitoring Commands
Table 4-5: IPX Troubleshooting Commands
Configuring IP Multicast RoutingAs networks increase in size, multicast routing becomes critically important as a means to determine which segments require multicast traffic and which do not. Internet Protocol Multicast is a routing technique that allows IP traffic to be propagated from one source to a number of destinations, or from many sources to many destinations. Rather than sending one packet to each destination, one packet is sent to the multicast group identified by a single IP destination group address. IP multicast routing arose because unicast and broadcast techniques do not effectively handle the requirements of new applications. In addition, multicast addressing supports transmission of a single IP datagram to multiple hosts. A principle component of IP multicast is the Internet Group Membership Protocol (IGMP). With IGMP, a class D address is used to dynamically register an individual host in a multicast group. Hosts identify their group membership by sending IGMP messages to the switch router. Traffic is sent to all members of a multicast group. A host can be a member of more than one group at a time. Also, a host does not need to be a member of a group to send data to that group. Enabling Protocol Independent Multicast (PIM) on an interface also enables IGMP operation on that interface. The routing protocols that the switch router uses to discover multicast groups and build routes for each group follow:
About Protocol Independent MulticastPIM includes two different modes of behavior for dense and sparse traffic environments. These are referred to as dense mode and sparse mode. PIM dense mode assumes that the downstream networks want to receive the datagrams forwarded to them. The switch router forwards all packets on all outgoing interfaces until pruning and truncation occurs.Thus, interfaces with PIM dense mode enabled receive the multicast data stream until it times out. PIM dense mode is most useful under these conditions:
PIM sparse mode assumes that the downstream networks do not want to forward multicast packets for a group unless there is an explicit request for the traffic. PIM sparse mode defines a rendezvous point, which is used as a registration point to facilitate the proper routing of packets. When a sender wants to send data, it first sends the data to the rendezvous point. When a router is ready to receive data, it registers with the rendezvous point. After the data stream begins to flow from the sender to the rendezvous point and then to the receiver, routers in the data path optimize the path by automatically removing any unnecessary hops, including the rendezvous point. PIM sparse mode is optimized for environments in which there are many multipoint data streams and each multicast stream goes to a relatively small number of LANs in the internetwork. PIM sparse mode is most useful under these conditions:
Configuration TasksTo configure IP multicast routing, follow these steps: Verifying IP Multicast OperationOnce IP multicast routing is configured, you can monitor and troubleshoot its operation using the following commands: Table 4-6: Verifying and Troubleshooting Multicast Operation Configuring BridgingCisco IOS software supports transparent bridging for Ethernet. In addition, Cisco supports all the mandatory Management Information Base (MIB) variables specified for transparent bridging in RFC 1286. Cisco IOS software bridging functionality combines the advantages of a spanning-tree bridge and a full multiprotocol router. This combination provides the speed and protocol transparency of an adaptive spanning-tree bridge, along with the functionality, reliability, and security of a router. The Catalyst 8500 campus switch router can be configured to serve as both an IP and IPX router and a MAC-level bridge, bridging any traffic that cannot otherwise be routed. For example, a router routing IP traffic can also bridge the Digital local-area transport (LAT) protocol or NetBIOS traffic. To configure bridging, you must perform the following tasks:
To set up the switch router for bridging, follow these steps: For additional transparent bridging configuration tasks, such as configuring bridged VLANs and routing between VLANs, as well as adjusting the Spanning-Tree Protocol, refer to the Cisco IOS documents on those subjects. Monitoring the Bridging OperationOnce the VLANS are configured on the switch router, you can monitor their operation using the following commands: Table 4-7: Monitoring Transparent Bridging Operation Configuring Integrated Routing and BridgingYour network may require you to bridge local traffic within several segments while having hosts on the bridged segments reach the hosts or routers on routed networks. For example, if you are migrating bridged topologies into routed topologies, you may want to start by connecting some of the bridged segments to the routed networks. Using the Integrated Routing and Bridging (IRB) feature, you can route a given protocol between routed interfaces and bridge groups within a single switch router. Specifically, local or unroutable traffic will be bridged among the bridged interfaces in the same bridge group, while routable traffic will be routed to other routed interfaces or bridge groups. Because bridging is in the data-link layer (Layer 2) and routing is in the network layer (Layer 3), they have different protocol configuration models. With IP, for example, bridge group interfaces belong to the same network and have a collective IP network address. In contrast, each routed interface represents a distinct network and has its own IP network address. Integrated routing and bridging uses the concept of a Bridge Group Virtual Interface (BVI) to enable these interfaces to exchange packets for a given protocol. A BVI is a virtual interface within the switch router that acts like a normal routed interface. A BVI does not support bridging, but it actually represents the corresponding bridge group to routed interfaces within the switch router. The interface number is the link between the BVI and the bridge group. The Catalyst 8500 campus switch router supports the routing of IP and IPX between routed interfaces and bridged interfaces in the same router, in both fast-switching and process-switching paths. Configuration ConsiderationsConsider the following before configuring IRB:
Configuration TasksConfiguring integrated routing and bridging consists of two key tasks: 1. Configuring bridge groups and routed interfaces (a) Enable bridging (b) Assign bridge groups to interfaces (c) Configure routing for desired protocols 2. Configuring IRB and the BVI (a) Enable IRB (b) Configure the BVI (c) Enable the BVI to accept routed packets (d) Enable routing on the BVI for desired protocols When you configure the BVI and enable routing on it, packets that come in on a routed interface destined for a host on a segment that is in a bridge group complete the following process: The packet is routed to the BVI.From the BVI, the packet is forwarded to the bridging engine. From the bridging engine, the packet exits through a bridged interface. Similarly, packets that come in on a bridged interface but are sent to a host on a routed interface go first to the BVI. Then the BVI forwards the packets to the routing engine before sending them out on the routed interface. Verifying IRB OperationOnce IRB is configured, you can monitor the IRB operation using the following command: Table 4-8: Verifying IRB Operation Configuring the EtherChannelEtherChannel is a trunking technology that groups together multiple full-duplex 802.3 Ethernet interfaces to provide fault-tolerant high-speed links between switches, routers, and servers. EtherChannel is a logical aggregation of multiple Ethernet interfaces. EtherChannel forms a single higher bandwidth routing or bridging endpoint. EtherChannel is designed primarily for host-to-switch connectivity or Inter-Switch Link (ISL) switch-to-switch connectivity (for example, connectivity to a Catalyst 5500 switch). In summary, EtherChannel provides the following benefits:
The EtherChannel interface (consisting of up to four Ethernet interfaces) is treated as a single interface, which is called a port channel. You must configure EtherChannel on the EtherChannel interface rather than on the individual member Ethernet interfaces. You create the EtherChannel interface by using the interface port-channel interface configuration command. The switch router supports up to 64 port channels. EtherChannel connections are fully compatible with Cisco IOS VLAN and routing technologies. The ISL VLAN trunking protocol can carry multiple VLANs across an EtherChannel, and routers attached to EtherChannel links can provide full multiprotocol routing with support for host standby using Host Standby Router Protocol (HSRP). The Catalyst 8500 campus switch router supports Fast EtherChannel (FEC) and Gigabit EtherChannel (GEC). Cisco's Fast EtherChannel technology builds upon standards-based 802.3 full-duplex Fast Ethernet to provide a reliable high-speed solution for the campus network backbone. Fast EtherChannel provides bandwidth scalability within the campus by providing increments of 200 Mbps to 800 Mbps. Cisco's Gigabit EtherChannel technology provides bandwidth scalability within the campus by providing increments of 2 Gbps to 8 Gbps. Configuration TasksConfiguring a Fast EtherChannel or a gigabit EtherChannel consists of the following required steps: 1. Create an EtherChannel (port-channel) and assign a network (IP or IPX) address. 2. Assign the Fast Ethernet or gigabit Ethernet interfaces (up to four) to the port-channel. Note When assigning interfaces to a specific port-channel, the interfaces must be all FEC or all gigabit Ethernet. You cannot mix interface types within a single port-channel. Configuring the EtherChannel InterfaceTo configure the EtherChannel interface, perform the following tasks beginning in global configuration mode: For information on other configuration tasks for the EtherChannel, refer to the section "Configure an Ethernet or Fast Ethernet Interface" in the chapter "Configuring Interfaces" of the Configuration Fundamentals Configuration Guide. Assigning Interfaces to the EtherChannelYou can now assign the Fast Ethernet or gigabit Ethernet interfaces to the EtherChannel. Removing an Interface from the EtherChannelYou might need to remove a Fast Ethernet interface or gigabit Ethernet from an EtherChannel. To perform this task, follow these steps, beginning in global configuration mode:
The Cisco IOS software automatically removes a Fast Ethernet or gigabit Ethernet interface from the EtherChannel if the interface goes down, and the software automatically adds the interface to the EtherChannel when the interface is back up. Currently, EtherChannel relies on keepalives to detect whether the line protocol is up or down. Keepalives are enabled by default on the Fast Ethernet and gigabit Ethernet interfaces. If the line protocol on the interface goes down because it did not receive a keepalive signal, the EtherChannel detects that the line protocol is down and removes the interface from the EtherChannel. However, if the line protocol remains up because keepalives are disabled on the Fast Ethernet or gigabit Ethernet interface, the EtherChannel cannot detect this link failure (other than a cable disconnect) and does not remove the interface from the EtherChannel even if the line protocol goes down. This can result in unpredictable behavior. Configuring Encapsulation Over EtherChannelWhen configuring encapsulation over FEC or GEC, be sure to configure the ISL or 802.1q over the EtherChannel (that is, the port-channel interface), not on its member ports. Further, make sure that you do not apply protocol-level configuration (such as an IP address or a bridge group assignment) to the member interfaces. All protocol-level configuration should be on the port-channel or on its subinterface. You must configure ISL or 802.1q encapsulation on the partner system of the EtherChannel as well. Note When configuring encapsulation on EtherChannel, you can not configure both ISL and 802.1q on the same EtherChannel interface. To configure encapsulation over Fast EtherChannel or gigabit EtherChannel, follow these steps: Monitoring EtherChannel StatusOnce Fast EtherChannel or gigabit EtherChannel is configured, you can monitor its operation using the following command: Table 4-9: Monitoring EtherChannel Operation
Saving Configuration Changes to NVRAMWhenever you make changes to the switch router configuration, you must save the changes; if you do not, the changes will be lost if there is a system reload or power outage. The two types of configuration files are stored in different forms of memory: the running configuration is stored in RAM; the startup configuration is stored in nonvolatile random-access memory (NVRAM). To save your configuration changes to NVRAM so that they are not lost during a power cycle or power outage, take these steps:
This concludes the procedure for configuring the Catalyst 8500 campus switch router. Refer to the appendix "Comprehensive Configuration Examples" for real-world switch router configuration examples. More Configuration InformationAfter you have installed the Catalyst 8500 campus switch router hardware, checked all external connections, turned on the system power, allowed the system to boot up, and minimally configured the system, you might need to perform more complete and complex configurations, which are beyond the scope of this text. The Cisco IOS software running your Catalyst 8500 campus switch router contains extensive features and functionality. The effective use of many of many of these features is easier if you have more information at hand. For additional information on Cisco IOS software and configuring your router, refer to the following documentation resources: For systems with Cisco IOS Release 10.0 (1) or later, refer to the following publications: Cisco IOS Software Command Summary Configuration Builder Getting Started Guide Cisco Management Information Base (MIB) User Quick Reference Debug Command Reference Router Products Command Reference Router Products Configuration Guide System Error Messages Troubleshooting Internetworking Systems For systems with Cisco IOS Release 11.2(1) or later, refer to the following modular configuration and modular command reference publications, as appropriate for your configuration: Bridging and IBM Networking Configuration Guide Bridging and IBM Networking Command Reference Cisco IOS Software Command Summary Cisco IOS Solutions for Voice, Video, and Home Applications Cisco Management Information Base (MIB) User Quick Reference Configuration Builder Getting Started Guide Configuration Fundamentals Configuration Guide Configuration Fundamentals Command Reference Debug Command Reference Network Protocols Configuration Guide, Parts 1, 2, and 3 Network Protocols Command Reference, Parts 1, 2, and 3 Quality of Service Solutions Security Configuration Guide Security Command Reference System Error Messages Troubleshooting Internetworking Systems Wide-Area Networking Configuration Guide Wide-Area Networking Command Reference
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|