|
|
This chapter describes networking protocol configurations for your Server Load Balancing (SLB) switch. It provides initial configuration information so you can get your SLB switch up and running.
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 6 in the suggested process for configuring your SLB switch. See the "Configuring Your SLB Switch" section. By now you have set up the hardware and are ready to proceed with configuring networking protocols. |
The following global configurations are also required:
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.
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.
To configure routing protocols to run on a Fast Ethernet interface, perform the following steps:
| Command | Purpose | |
|---|---|---|
Step 1 | SLB-Switch(config)# interface fastethernet interface_number SLB-Switch(config-if)# | Enters Ethernet interface configuration mode to configure a particular Fast Ethernet interface. |
Step 2 | SLB-Switch(config-if)# ip address ip-address subnet-mask | |
Step 3 | SLB-Switch(config-if)# exit SLB-Switch(config)# | Exits interface configuration mode and steps back one level to global configuration mode. |
Step 4 | SLB-Switch(config)# router rip SLB-Switch(config-router)# | Defines RIP as the routing protocol and starts the RIP routing process. |
Step 5 | SLB-Switch(config-router)# network network-number | Specifies a directly connected network based on the Network Information Center (NIC) network numbernot a subnet number or individual address. The routing process associates interfaces with the appropriate addresses and begins processing packets on the specified network. |
Step 6 | SLB-Switch(config-router)# exit SLB-Switch(config)# | Returns to global configuration mode. |
Step 7 | SLB-Switch(config)# router igrp autonomous-system-number SLB-Switch(config-router)# | Define IGRP as the IP routing protocol. The autonomous system number to which this SLB switch belongs. |
Step 8 | SLB-Switch(config-router)# network network-number | Defines the directly connected networks that run IGRP. |
Step 9 | SLB-Switch(config-router)# exit SLB-Switch(config)# | Returns to global configuration mode. |
Step 10 | SLB-Switch(config)# router eigrp autonomous-system-number SLB-Switch(config-router)# | Defines EIGRP as the IP routing protocol. The autonomous system number to which this SLB switch belongs. |
Step 11 | SLB-Switch(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 SLB switch. |
Step 12 | SLB-Switch(config-router)# exit SLB-Switch(config)# | Returns to global configuration mode. |
Step 13 | SLB-Switch(config)# router ospf process-id SLB-Switch(config-router)# | Defines OSPF as the IP routing protocol. The process ID identifies a unique OSPF router process. This number is internal to the SLB switch only; the process ID does not have to match the process IDs on other routers. |
Step 14 | SLB-Switch(config-router)# network network-address wildcard-mask area area-id | Assigns an interface to a specific area.
|
Step 15 | SLB-Switch(config-router)# end SLB-Switch# | Returns to privileged EXEC mode. |
Step 16 | SLB-Switch# copy system:running-config nvram:startup-config | Saves your configuration changes to NVRAM. |
Command | Purpose |
|---|---|
SLB-Switch# show ip protocol | |
SLB-Switch# show ip route |
|
SLB-Switch# show ip interfaces |
|
SLB-Switch# debug ip rip |
|
|
|
![]()
![]()
![]()
![]()
![]()
![]()
![]()
Posted: Thu Sep 28 15:28:53 PDT 2000
Copyright 1989-2000©Cisco Systems Inc.