|
|
This chapter describes networking protocol configurations for your switch router. It provides initial configuration information so you can get your switch router up and running.
Unless otherwise noted, the information in this chapter applies to the Catalyst 8540 CSR, Catalyst 8510 CSR, and Catalyst 8540 MSR with Layer 3 functionality. For further information about the commands used in this chapter, refer to the command reference publications in the Cisco IOS documentation set and to "Command Reference."
This chapter includes the following sections:
![]() |
Note You are at Step 4 in the suggested process for configuring your switch router (see the "Suggested Procedure for Configuring Your Switch Router" section). You should have already completed general interface configurations and now be ready to proceed with configuring networking and routing protocols. |
You must also do the following global configurations:
Layer 3 switching supports the routing protocols listed and described in the following sections. For more information on these routing protocols, see the Cisco IOS Network Protocols Configuration Guide, Part I and Cisco IOS Network Protocols Configuration Guide, Part II .
Enhanced Interior Gateway Routing Protocol (EIGRP) is an enhanced version of IGRP that combines the advantages of link-state protocols with distance vector protocols. EIGRP incorporates the Diffusing Update Algorithm (DUAL). EIGRP includes features such as fast convergence, variable-length subnet masks, partial bounded updates, and multiple network-layer support.When a network topology change occurs, EIGRP checks its topology table for a suitable new route to the destination. If such a route exists in the table, EIGRP updates the routing table instantly.You can use the fast convergence and partial updates EIGRP provides to route IPX packets.
EIGRP saves bandwidth by sending routing updates only when routing information changes. The updates contain only information about the link that changed, not the entire routing table. EIGRP also takes into consideration the available bandwidth when determining the rate at which it transmits updates.
Border Gateway Protocol (BGP) is an Exterior Gateway Protocol (EGP) that allows you to set up an interdomain routing system to automatically guarantee the loop-free exchange of routing information between autonomous systems. In BGP each route consists of a network number, a list of autonomous systems that information has passed through (called the autonomous system path), and a list of other path attributes.
Layer 3 switching supports BGP version 4, including classless interdomain routing (CIDR). CIDR lets you reduce the size of your routing tables by creating aggregate routes resulting in supernets. CIDR eliminates the concept of network classes within BGP and supports the advertising of IP prefixes. CIDR routes can be carried by OSPF, EIGRP, and RIP.
Intermediate System-to-Intermediate System (IS-IS) is an OSI link-state hierarchical routing protocol that floods the network with link-state information to build a complete, consistent picture of the network topology. To simplify router design and operation, IS-IS distinguishes between Level 1 and Level 2 ISs. Level 1 ISs communicate with other Level 1 ISs in the same area. Level 2 ISs route between Level 1 areas and form an intradomain routing backbone. Hierarchical routing simplifies backbone design because Level 1 ISs only need to know how to get to the nearest Level 2 IS. The backbone routing protocol also can change without impacting the intra-area routing protocol.
![]() |
Note Layer 3 switching does not support the Next Hop Resolution Protocol (NHRP). |
| Command | Purpose | |
|---|---|---|
Step 1 | Router(config)# interface fastethernet slot/subslot/interface Router(config-if)# | Enters Ethernet interface configuration mode to configure a particular Fast Ethernet interface. |
Step 2 | Router(config-if)# ip address ip-address subnet-mask | |
Step 3 | Router(config-if)# exit Router(config)# | Returns to global configuration mode. |
Step 4 | Router(config)# router rip Router(config-router)# | Defines RIP as the routing protocol and starts the RIP routing process. |
Step 5 | Router(config-router)# network network-number | Specifies the IP address of the network of directly connected networks. The routing process associates interfaces with the appropriate addresses and begins processing packets on the specified network. |
Step 6 | Router(config-router)# exit Router(config)# | Returns to global configuration mode. |
Step 7 | Router(config)# router igrp autonomous-system-number Router(config-router)# | Defines IGRP as the IP routing protocol. The autonomous system number is the autonomous system to which this switch router belongs. |
Step 8 | Router(config-router)# network network-number | Defines the directly connected networks that run IGRP. |
Step 9 | Router(config-router)# exit Router(config)# | Returns to global configuration mode. |
Step 10 | Router(config)# router eigrp autonomous-system-number Router(config-router)# | Defines EIGRP as the IP routing protocol. The autonomous system number is the autonomous system to which this switch router belongs. |
Step 11 | Router(config-router)# network network-number | Defines the directly connected networks that run EIGRP. The network number is the number of the network that is advertised by this switch router. |
Step 12 | Router(config-router)# exit Router(config)# | Returns to global configuration mode. |
Step 13 | Router(config)# router ospf process-id Router(config-router)# | Defines OSPF as the IP routing protocol. The process ID identifies a unique OSPF router process. This number is internal to the switch router only; the process ID does not have to match the process IDs on other routers. |
Step 14 | Router(config-router)# network network-address wildcard-mask area area-id | Assigns an interface to a specific area.
|
Step 15 | Router(config-router)# exit Router(config)# | Returns to global configuration mode. |
Step 16 | Router(config)# router isis | |
Step 17 | Router(config-router)# net network-entity-title | Configures network entity titles (NETs) for the routing process; you can specify a name for a NET as well as an address. |
Step 18 | Router(config-router)# interface interface-type slot/subslot/interface Router(config-if)# | Enters interface configuration mode. |
Step 19 | Router(config-if)# ip router isis [tag] | Specifies that this interface should run IS-IS. |
Step 20 | Router(config-router)# end Router# | Returns to privileged EXEC mode. |
Step 21 | Router# copy system:running-config nvram:startup-config | Saves your configuration changes to NVRAM. |
Load balancing based on equal-cost paths is supported for all IP routing protocols. To configure load balancing for a routing protocol, perform the following steps, beginning in global configuration mode:
Step 1 | Router(config)# router protocol Router(config-router)# | Defines the routing protocol as rip, igrp, eigrp, ospf, bgp, or isis. |
Step 2 | Router(config-router)# maximum-paths num-paths | Specifies the maximum number of equal cost paths to use for load balancing. Up to two equal-cost paths are supported (six on the enhanced Gigabit Ethernet interfaces); one is the default. |
Command | Purpose |
|---|---|
| |
|
|
|
|
|
|
|
|
As networks increase in size, multicast routing becomes critically important as a means to determine which segments require multicast traffic and which do not. IP 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.
The routing protocols that the switch router uses to discover multicast groups and build routes for each group follow:
The Catalyst 8500 supports interoperability with routers configured for DVMRP.
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:
To configure IP multicast routing, perform the following steps:
| Command | Purpose | |
|---|---|---|
Step 1 | Router(config)# ip multicast-routing | Enables IP multicast on the switch router. |
Step 2 | Router(config)# interface Router(config-if)# | Enters Ethernet interface configuration mode to configure the Fast Ethernet interface. |
Step 3 | Router(config-if)# ip address ip-address subnet-mask | Assigns an IP address and subnet mask to the interface. |
Step 4 | Router(config-if)# ip pim [dense-mode | sparse-mode | sparse-dense-mode] | |
Step 5 | Router(config-if)# end Router# | Returns to privileged EXEC mode. |
Step 6 | Router# copy system:running-config nvram:startup-config | Saves your configuration changes to NVRAM. |
For complete configurations using PIM and DVMRP, see "Configuration Examples."
Your switch router supports IP unicast and IP multicast data packet fragmentation on the POS OC-12c uplink and ATM OC-3c and OC-12c uplink interfaces.
Command | Purpose |
|---|---|
|
|
|
|
|
|
IPX is a proprietary protocol. Novell IPX can be described as follows:
Novell IPX uses the following protocols and services:
![]() |
Note Layer 3 switching does not support the NetWare Link Services Protocol (NLSP). |
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.
To configure global parameters for Novell IPX routing, perform the following steps:
Step 2 Enable load sharing if appropriate for your network.
Once you have started IPX routing and enabled load sharing (if needed) on the router, you can configure the interface for Novell IPX routing.
To configure an interface for Novell IPX routing, perform the following steps:
You can assign multiple network numbers to an interface, allowing support of different encapsulation types. The IPX network number is the number of the Novell network to which the interface is attached. IPX packets received on an interface that does not have a network number are ignored.
Step 2 Set the optional encapsulation type, if it is different from the default.
The default encapsulation type for the switch router is novell-ether (Ethernet_802.3).
![]() |
Note This section does not describe IPX configuration in detail. Refer to the IPX documentation in the Cisco IOS documentation set for detailed conceptual and configuration information. |
| Command | Purpose | |
|---|---|---|
Step 1 | Router(config)# ipx routing | Enables Novell IPX routing and start the IPX routing process. If no node address is specified, the switch router uses the MAC address of the interface. |
Step 2 | Router(config)# ipx maximum-paths
| Allows load sharing over parallel metric paths to the destination. The maximum number of parallel paths is 6 for the enhanced Gigabit Ethernet interfaces and 2 for other interfaces; the default number is 1. |
Step 3 | Router(config)# interface Router(config-if)# | Enters Ethernet interface configuration mode to configure the Fast Ethernet interface. |
Step 4 | Router(config-if)# ipx network network [encapsulation encapsulation-type] [secondary] | Assigns a unique hexadecimal IPX network number (up to 8 numbers in length) to the interface. |
Step 5 | Router(config-if)# end Router# | Returns to privileged EXEC mode. |
Step 6 | Router# copy system:running-config nvram:startup-config | Saves your configuration changes to NVRAM. |
Once IPX routing is configured, you can monitor and troubleshoot the protocol operation using the following commands:
Command | Purpose |
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
AppleTalk refers to the Apple network protocol architecture. Layer 3 switching software supports AppleTalk Phase 1 and AppleTalk Phase 2. For AppleTalk Phase 2, Layer 3 switching software supports both extended and nonextended networks.
AppleTalk Enhanced IGRP provides automatic redistribution. By default, AppleTalk Routing Table Maintenance Protocol (RTMP) routes are automatically redistributed into Enhanced IGRP, and AppleTalk Enhanced IGRP routes are automatically redistributed into RTMP. If desired, you can turn off redistribution. You can also completely turn off AppleTalk Enhanced IGRP and AppleTalk RTMP either on the device or on its individual interfaces.
Interfaces that are configured for AppleTalk can be configured to use either RTMP, Enhanced IGRP, or both. If two neighboring routers are configured to use both RTMP and Enhanced IGRP, the Enhanced IGRP routing information supersedes the RTMP information; however, both routers continue to send RTMP routing updates. This feature allows you to control the excessive bandwidth usage of RTMP.
Apple Update-based Routing Protocol (AURP) can be enabled on a tunnel interface.
The AppleTalk protocol architecture requires that security measures be implemented at higher application levels. Layer 3 switching supports AppleTalk distribution lists, allowing control of routing updates on a per-interface basis.
To prevent any possible corruption of the AARP table in any AppleTalk node that is performing address gleaning through Media Access Control (MAC), Layer 3 switching AppleTalk does not forward packets with local source and destination network addresses.
To enable AppleTalk routing, first enable it on the router, and then configure it on each interface. All routers in a network or data link must agree on the cable range, default zone, and zone list. After an address and a zone name are assigned, the interface is enabled for packet processing.
To enable AppleTalk routing, perform the following steps, beginning in global configuration mode:
| Command | Description | |
|---|---|---|
Step 1 | Router(config)# appletalk routing router-number | Enables AppleTalk routing in the switch router with the default RTMP routing protocol. |
Step 2 | Router (config)# interface Router(config-if)# | Enters Ethernet interface configuration mode to configure the Gigabit Ethernet interface. |
Step 3 | Router(config-if)# appletalk cable-range cable-range | |
Step 4 | Router(config-if)# | Places the interface into a named zone. Multiple zone names can be assigned to one interface with AppleTalk 2. The first zone name is the default zone. |
Step 5 | Router(config-if)# end Router# | Returns to privileged EXEC mode. |
Step 6 | Router# copy system:running-config nvram:startup-config |
After you assign the address and zone names, the interface attempts to verify them with another operational router on the connected network. If there are any discrepancies, the interface does not become operational. If there are no neighboring operational routers, the device assumes the interface's configuration is correct, and the interface becomes operational.
Now that you have configured the networking protocols for your switch router, see "Configuring Bridging."
![]()
![]()
![]()
![]()
![]()
![]()
![]()
Posted: Tue Sep 26 13:25:51 PDT 2000
Copyright 1989-2000©Cisco Systems Inc.