Lab 13: Configuring Frame Relay Networks and Controlling Frame Relay ARP-Part I

 <  Free Open Study  >  

Lab 12: Configuring PPP Analog Backup for Synchronous Links ”Part II

Lab Walkthrough

Attach two routers in a back-to-back manner using either V.35 cables or CSU/DSUs with a crossover cable, as depicted in Chapter 1 for additional help in configuring and attaching modems to a router's AUX port.

The design requirements call for you to use EIGRP as the routing protocol. The requirements also call for you to dial only when the PPP circuit is lost. To force an interface to be in a standby mode and to pick up and dial only under a unique circumstance, Cisco offers the backup interface command.

The backup interface command specifies that an interface stays idle until certain circumstances occur:

  • The primary link goes down, resulting in loss of the data link layer.

  • The load on the primary link reaches a certain threshold.

  • The load on the primary link exceeds a specified threshold.

The backup interface command is used on the serial interface that is your primary interface. If you have a 2503 router, two serials, and one ISDN port, and if you were backing up the serial interface with the ISDN interface, the serial interface is referred to as the primary interface, and the ISDN is called the secondary. The backup interface command would go on the serial interface, called the primary interface, not the ISDN interface. The syntax for the backup command is as follows , entered in interface mode:

  backup interface   interface_name_or_type  

You also can configure a time period specifying how much time should elapse before a secondary link status changes after primary link status has changed. There are two way to accomplish this:

  • A delay that applies after the primary link goes down but before the secondary link is activated.

  • A delay that applies after the primary link comes up but before the secondary link is deactivated. The syntax used to insert a delay is as follows:

      backup delay  {  enable-delay   never  }{  disable-delay   never  } 
  • A backup load also can be specified. This tells the secondary link to activate based on the amount of traffic on the primary link. This is done with the following command:

      backup load  {  enable-threshold   never  }{  disable-load   never  } 

As soon as the backup command is entered on an interface, it immediately forces it into a standby state. Example 4-29 shows a link in backup mode.When the interface is in this state, it does not respond to ping s.

Example 4-29 Status of Link with the backup Command
 Async1 is standby mode, line protocol is down   Hardware is Async Serial   Internet address is 192.168.128.10/30   MTU 1500 bytes, BW 38 Kbit, DLY 100000 usec, rely 255/255, load 1/255   Encapsulation PPP, loopback not set, keepalive not set   DTR is pulsed for 5 seconds on reset   LCP Closed   Closed: IPCP, CDPCP 

In this circumstance, the backup command will come in handy. When deploying a backup strategy with the backup command, you should limit dialing to one side of the network. You might encounter scenarios in which multiple sites dial into the same BRI port or analog ports. If the backup command is places on both ends of the link, you run the risk of having the host stay in a down standby mode on one side of the link. A good example of this could be with Frame Relay, where each side of the link is dependent only on the local Frame Relay switch. In a Frame Relay network, it is possible of have one end of the link "Line UP, Protocol UP"; the backup command would not activate the secondary link, while, at the same time, the end of the Frame Relay network might be down. Therefore, it is recommended that you use the backup command only on the remote end of the link.

With a backup strategy in mind, focus on configuring the branch router first. To configure the branch router, you need to perform the following:

  • Perform initial setup of the router. This includes a host name and a username for sug_corp, along with a password.

  • Configure the Token Ring interface for IP, and ping RS6000. Use the IP address of 172.200.1.1/24 for the To0 port of the router.

  • Configure the Serial 0 interface for PPP and IP. Use the IP address of 196.168.128.6/30.

  • Configure EIGRP on the router, use AS 2001, and use the networks 196.168.128.0 and 172.200.0.0.

After this is complete, your config should have parts that resemble the ones in Example 4-30.

Example 4-30 Initial Setup of the sug_branch
  hostname sug_branch   !   enable password cisco   !    username sug_corp password 0 cub9biggs graphics/u2190.gif Used for CHAP    ip subnet-zero   !   interface Serial0   ip address 192.168.128.6 255.255.255.252   no ip directed-broadcast   encapsulation ppp   no ip mroute-cache   no fair-queue   ppp authentication chap   !   interface Serial1   no ip address   no ip directed-broadcast   shutdown   !   interface TokenRing0   ip address 172.200.1.1 255.255.255.0   no ip directed-broadcast   ring-speed 16   !   router eigrp 2001   network 192.168.128.0   network 172.200.0.0   no auto-summary   !   no ip classless   !   line con 0   line aux 0   line vty 0 4   login   !   end  

Before concerning yourself with the modem and the dial backup configuration, you should configure the host site. Configuring the sug_corp router is similar to configuring the sug_branch router. To configure the sug_corp router, perform the following actions:

  • Perform initial setup of the router. This includes the host name and a username for sug_branch, along with a password.

  • Configure the Ethernet interface for IP, and ping the mainframe. Use the IP address of 172.16.1.1/24 for the E0 port of the router.

  • Configure the Serial 0 interface for PPP and IP. Use the IP address of 196.168.128.5/30.

  • Configure EIGRP on the router, use AS 2001, and use the networks 196.168.128.0 and 172.16.0.0.

After completing this, your configuration should resemble Example 4-31.

Example 4-31 sug_corp Listing
  hostname sug_corp   !   enable password cisco   !    username sug_branch password 0 cub9biggs graphics/u2190.gif Used for CHAP    !   interface Ethernet0   ip address 172.16.1.1 255.255.255.0   !   interface Serial0   ip address 192.168.128.5 255.255.255.252   encapsulation ppp   no fair-queue   clockrate 64000   ppp authentication chap   !   interface Serial1   no ip address   shutdown   !   router eigrp 2001   network 192.168.128.0   network 172.16.0.0   no auto-summary   !   no ip classless   !   line con 0   line aux 0   line vty 0 4   login   !   end  

At this time, you should have full IP connectivity from the RS6000 to the mainframe. Test for full connectivity by issuing ping s from RS6000 to the mainframe. Also check the route table on each side of the network to ensure that the 172.16.1.0 and 172.200.1.0 networks are being advertised to each other. An EIGRP neighbor also should be built over the serial interface. Example 4-32 lists the route table on sug_branch followed by the show eigrp neighbors command.

Example 4-32 Routing Table on sub_branch and show eigrp neighbor Command
 sug_branch#  show ip route  Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP        D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area        N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2        E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP        i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default        U - per-user static route, o - ODR        T - traffic engineered route Gateway of last resort is not set      192.168.128.0/24 is variably subnetted, 3 subnets, 2 masks D       192.168.128.8/30 [90/70440192] via 192.168.128.5, 00:09:19, Serial0 C       192.168.128.4/30 is directly connected, Serial0 C       192.168.128.5/32 is directly connected, Serial0      172.200.0.0/24 is subnetted, 1 subnets C       172.200.1.0 is directly connected, TokenRing0      172.16.0.0/24 is subnetted, 1 subnets  D      172.16.1.0 [90/2195456] via 192.168.128.5, 00:09:19, Serial0 graphics/u2190.gif Corp Subnet  sug_branch# sug_branch#  show ip eigrp neighbors  IP-EIGRP neighbors for process 2001 H   Address                 Interface   Hold Uptime   SRTT   RTO  Q  Seq                                         (sec)         (ms)       Cnt Num 0   192.168.128.5           Se0           12 00:09:38   32   200  0  5 sug_branch# 

After you verify that routes are being exchanged and that an EIGRP neighbor is established, you can configure the dial backup portion of the lab.

Starting with the sub_branch router, follow the four-step process for configuring PPP over asynchronous interfaces. The steps to do this are as follows:

Step 1. Configure the modem and asynchronous port of the router. Use the show line command to identify the absolute line number.

Step 2. Define and configure PPP on the asynchronous interfaces.

Step 3. Configure IP on the asynchronous interface.

Step 4. Configure DDR on the asynchronous interface.

The configuration for the async ports on both routers will be similar to those in past labs, with the main difference being that of a routing protocol. Under the async port, you will need to have the async default routing command for EIGRP. Because you will be using the backup interface command, the dialer list can permit all IP traffic on the sug_branch router. Until the backup interface command is added, you will see the link immediately dial if EIGRP is configured. If you perform a debug dialer, you will see that an EIGRP multicast is bringing up the dialer, as demonstrated in Example 4-33.

Example 4-33 Example of debug dialer
  11:25:13: Async1: Dialing cause ip (s=192.168.128.10, d=224.0.0.10) graphics/u2190.gif EIGRP   multicast  11:25:13: Async1: Attempting to dial 5496870 11:25:13: CHAT1: Attempting async line dialer script 11:25:13: CHAT1: Dialing using Modem script: dialsug & System script: none 11:25:13: CHAT1: process started 11:25:13: CHAT1: Asserting DTR 11:25:13: CHAT1: Chat script dialsug started 

On the sug_corp router, there will be no need for a dialer list because this side of the network will not be responsible for establishing or maintaining the link.

Example 4-34 shows the configurations for the SuperGreat network in their entirety.

Example 4-34 Complete Configurations for SuperGreat Network with Backup
  hostname sug_corp   !   enable password cisco   !   username sug_branch password 0 cub9biggs   !   interface Ethernet0   ip address 172.16.1.1 255.255.255.0   !   interface Serial0   ip address 192.168.128.5 255.255.255.252   encapsulation ppp   no fair-queue   clockrate 64000   ppp authentication chap   !   interface Async1   ip address 192.168.128.9 255.255.255.252   encapsulation ppp   async default routing   async mode interactive   dialer in-band   dialer idle-timeout 300   dialer map ip 192.168.128.10 name sug_branch broadcast 5496550   ppp authentication chap   !   router eigrp 2001   network 192.168.128.0   network 172.16.0.0   no auto-summary   !   ip classless   !   line con 0   line aux 0   autoselect ppp   modem InOut   modem autoconfigure discovery   transport input all   rxspeed 38400   txspeed 38400   line vty 0 4   login   !   end  ________________________________________________________________  hostname sug_branch   !   enable password cisco   !   username sug_corp password 0 cub9biggs   ip subnet-zero   chat-script dialsug "" "ATZ&F" OK "ATDT5496870" TIMEOUT 60 CONNECT   !   interface Serial0   ip address 192.168.128.6 255.255.255.252   no ip directed-broadcast   encapsulation ppp   no ip mroute-cache   backup interface Async1   no fair-queue   ppp authentication chap   !   interface TokenRing0   ip address 172.200.1.1 255.255.255.0   no ip directed-broadcast   ring-speed 16   !   interface Async1   ip address 192.168.128.10 255.255.255.252   no ip directed-broadcast   encapsulation ppp   dialer in-band   dialer map ip 192.168.128.9 name sug_corp broadcast 5496870   dialer-group 1   async default routing   async mode interactive   ppp authentication chap   !   router eigrp 2001   network 172.200.0.0   network 192.168.128.0   no auto-summary   !   ip classless   !   dialer-list 1 protocol ip permit   !   line con 0   transport input none   line aux 0   autoselect ppp   script dialer dialsug   modem InOut   modem autoconfigure discovery   transport input all   speed 38400   line vty 0 4   login   !   end  

The SuperGreat network can be tested for backup by unplugging or shutting down the serial interface on the corporate end. Immediately upon link loss, you should see the branch router call the remote. The routing table will then converge over the async interface. Example 4-35 highlights this process in effect.

Example 4-35 Output from debug dialer and Route Table Convergence on the sug_branch Router
 sug_branch#  show ip route  Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP        D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area        N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2        E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP        i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default        U - per-user static route, o - ODR        T - traffic engineered route Gateway of last resort is not set      192.168.128.0/24 is variably subnetted, 3 subnets, 2 masks D       192.168.128.8/30 [90/70440192] via 192.168.128.5, 00:04:19, Serial0 C       192.168.128.4/30 is directly connected, Serial0 C       192.168.128.5/32 is directly connected, Serial0      172.200.0.0/24 is subnetted, 1 subnets C       172.200.1.0 is directly connected, TokenRing0      172.16.0.0/24 is subnetted, 1 subnets  D       172.16.1.0 [90/2195456] via 192.168.128.5, 00:04:43, Serial0 graphics/u2190.gif Corp   Ethernet  sug_branch# sug_branch#  11:34:49: %LINK-3-UPDOWN: Interface Serial0, changed state to down graphics/u2190.gif Serial   Drops  11:34:50: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0, changed state  to down 11:35:06: Async1: re-enable timeout  11:35:06: Async1: Dialing cause ip (s=192.168.128.10, d=224.0.0.10) graphics/u2190.gif EIGRP forces   dial  11:35:06: Async1: Attempting to dial 5496870 11:35:06: CHAT1: Attempting async line dialer script 11:35:06: CHAT1: Dialing using Modem script: dialsug & System script: none 11:35:06: CHAT1: process started 11:35:06: CHAT1: Asserting DTR 11:35:06: CHAT1: Chat script dialsug started 11:35:25: CHAT1: Chat script dialsug finished, status = Success 11:35:25: CHAT1: Chat script dialsug finished, status = Success 11:35:32: dialer Protocol up for As1  11:35:32: %LINEPROTO-5-UPDOWN: Line protocol on Interface Async1, changed state   to up graphics/u2190.gif Async UP  sug_branch# sug_branch# sug_branch#  show ip route  Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP        D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area        N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2        E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP        i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default        U - per-user static route, o - ODR        T - traffic engineered route Gateway of last resort is not set      192.168.128.0/24 is variably subnetted, 2 subnets, 2 masks C       192.168.128.8/30 is directly connected, Async1 C       192.168.128.9/32 is directly connected, Async1      172.200.0.0/24 is subnetted, 1 subnets C       172.200.1.0 is directly connected, TokenRing0      172.16.0.0/24 is subnetted, 1 subnets  D       172.16.1.0 [90/69953792] via 192.168.128.9, 00:00:21, Async1 graphics/u2190.gif Corp Ethernet   Reported over the async int.  sug_branch# sug_branch#  ping 172.16.1.1  Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.16.1.1, timeout is 2 seconds:  !!!!! graphics/u2190.gif The BANGS are our friends  Success rate is 100 percent (5/5), round-trip min/avg/max = 200/238/324 ms sug_branch# 
 <  Free Open Study  >  


CCIE Practical Studies, Volume I
CCIE Practical Studies, Volume I
ISBN: 1587200023
EAN: 2147483647
Year: 2001
Pages: 283
Authors: Karl Solie

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net