Case Study 2: Frame Relay and OSPF Solution

Size: px
Start display at page:

Download "Case Study 2: Frame Relay and OSPF Solution"

Transcription

1 Case Study 2: Frame Relay and OSPF Solution Objective In this case study, you troubleshoot a complex scenario involving Frame Relay and Open Shortest Path First (OSPF). Figure 2-1 shows the topology for this case study. Figure 2-1 Topology for the Case Study Lo 0 Lo / /24 Lo /24 ISP1A DCE S0/ /30 RIP Lo /24 Lo /24 S0/ /30 DTE SanJose1 S0/ /24 DLCI 102 DLCI 103 Adtran 1/1 Frame Relay OSPF Area 0 Adtran 1/2 DLCI 201 DLCI 301 S0/ /24 Westasman London Fa0/ /24 OSPF Area 1 Stub Adtran Atlas 500 Adtran 2/1 S /24 Baypointe London Fa0/ /24 OSPF Area 2 Stub Scenario The International Travel Agency (ITA) hired you as a networking consultant to help troubleshoot and fix a problem it is having part of its network. A few days ago, ITA decided to readdress and reconfigure the connections among SanJose1, Westasman, and Baypointe. Routing Information Protocol (RIP) and static routes were being used for routing traffic in Figure 2-1. Then one of the network administrators decided to use the more efficient routing protocol, OSPF. ITA reconfigured this part of its network to use OSPF as its routing protocol and added some other features that are described next. Unfortunately, this action has broken ITA s network. The company has decided that it does not want to go back to using RIP and static routes. Instead, ITA wants to hire you to correct its problems this new configuration. You need to use the following specifications.

2 2 Cisco Networking Academy Program CCNP 4: Network Troubleshooting Lab Companion Using Figure 2-1, you must configure the network the following specifications: All routers should be able to reach (ping) all interfaces on the other routers. All interfaces on all routers should be able to reach the Internet. You can test this by pinging , , and from all routers. Westasman should be able to ping these IP addresses using its loopback interface of SanJose1 should be the default gateway (the gateway of last resort) for Westasman and Baypointe. SanJose1 and ISP1A will not be running dynamic routing protocols. ISP1A has a static route for the /16 network, pointing toward SanJose1. OSPF is the routing protocol between SanJose1, Westasman, and Baypointe. SanJose1, Westasman, and Baypointe are connected via point-to-multipoint Frame Relay, SanJose1 acting as the hub router and Westasman and Baypointe as the spoke routers. The OSPF routers are using message digest (MD5) authentication the password itsasecret. Loopback 0 interfaces are being used for OSPF Router IDs on all OSPF routers. Baypointe s /24 network is a stub network in OSPF area 2. Westasman s /24 network is a stub network in OSPF area 1. Westasman is also routing RIP on a separate interface. These networks include /24 and /24 and need to be redistributed into OSPF so that the other routers can route to these subnets. Baypointe and SanJose 1 can test this by pinging and (For purposes of this lab, these networks are configured as loopback interfaces on Westasman.) Notes Your router interfaces might differ depending on the model number. For example, if Baypointe is a 2600 series router instead of a 1700 series, the interfaces would be Serial 0/0.1 and FastEthernet 0/0. You do not need to connect FastEthernet interfaces to switches or hubs. Broken running-configs contain no keepalive statements, which keep the port in an up state. You do not need to make changes to the ISP1A router. Connectivity and routing problems might be because of multiple issues on multiple routers. In other words, making a correct change on a router might solve one problem, but routing might still not be taking place because of other problems this or other routers. Be sure you have a reason for making every change. Making random or incorrect changes might introduce new problems to the scenario. Even though you might see the problem immediately using show running-config, use other show and debug commands to view these outputs. Some of these commands might include the following: ➐ ➐ ➐ ➐ ➐ ➐ show ip ospf show ip ospf [neighbor interface database] debug ip ospf [events adj packet] debug ip rip show ip route show protocols

3 Cisco Networking Academy Program CCNP 4: Network Troubleshooting Lab Companion Step 1 Cable the lab as shown in Figure 2-1. Load the LabA-16SanJose1BrokenConfig.txt, LabA-16WestasmanBrokenConfig.txt, and LabA-16BaypointeBrokenConfig.txt configuration files. Load the working config for the ISP1A router: LabA-16ISP1AWorkingConfig.txt. (See detailed instructions in the introduction to Appendix A, Supplemental Troubleshooting Labs and Case Studies, found in CCNP 4: Network Troubleshooting Lab Companion.) Step 2 Verify the running configuration of all the routers the Broken config files. For example, if you used a 1700 router instead of a 2600 router, be sure that your router has the same configuration information for FastEthernet 0 as the 2600 listing has for FastEthernet 0/0. Make any necessary adjustments to your current running configs. Step 3 Troubleshoot and fix any problems. List the problem, the commands you used to troubleshoot the problem, and the command you used to fix it. Broken Configs NOTE: When you use the broken configs, first erase the startup-config and reload the router, and then enter global configuration mode (Router(config)#) before pasting these configs into the appropriate router. ISP1A Router Configuration This is a good config. No changes to this router need to be made. Case Study 2 ISP1A-config.txt These configs are designed to create a desired result in a router for a troubleshooting exercise. They are not intended to represent a real working production lab configuration. Some commands will not work as entered. It is intended that this configuration will be used for all of this module s labs, so some of the entries and errors might not apply to every lab. config t hostname ISP1A interface Loopback0 ip address interface Loopback1 ip address interface Loopback2 ip address interface Serial0/1 ip address clockrate 64000

4 4 Cisco Networking Academy Program CCNP 4: Network Troubleshooting Lab Companion interface Serial1 ip address clockrate ip classless ip route end SanJose1 Router Broken Config Case Study 2 SanJose1-brokenconfig.txt These configs are designed to create a desired result in a router for a troubleshooting exercise. They are not intended to represent a real working production lab configuration. Some commands will not work as entered. It is intended that this configuration will be used for all of this module s labs, so some of the entries and errors might not apply to every lab. config t hostname SanJose1 interface Loopback0 ip address interface Serial0/0 encapsulation frame-relay frame-relay lmi-type ansi interface Serial0 encapsulation frame-relay frame-relay lmi-type ansi interface Serial0/0.1 multipoint ip address ip ospf message-digest-key 1 md5 7 sanjosepassword frame-relay interface-dlci 102 frame-relay interface-dlci 103 interface Serial0.1 multipoint ip address ip ospf message-digest-key 1 md5 7 sanjosepassword frame-relay interface-dlci 102 frame-relay interface-dlci 103 interface Serial0/1 ip address interface Serial1 ip address network area 0 area 0 authentication message-digest ip classless

5 Cisco Networking Academy Program CCNP 4: Network Troubleshooting Lab Companion line con 0 logging synchronous end Westasman Router Broken Config Case Study 2 Westasman-brokenconfig.txt These configs are designed to create a desired result in a router for a troubleshooting exercise. They are not intended to represent a real working production lab configuration. Some commands will not work as entered. It is intended that this configuration will be used for all of this module s labs, so some of the entries and errors might not apply to every lab. config t hostname Westasman interface Loopback0 ip address interface Loopback1 ip address interface Loopback2 ip address interface FastEthernet0/0 ip address no keepalive interface FastEthernet0 ip address no keepalive interface Serial0/0 ip address encapsulation frame-relay ip ospf message-digest-key 1 md5 7 itsasecret frame-relay interface-dlci 201 frame-relay lmi-type ansi interface Serial0 ip address encapsulation frame-relay ip ospf message-digest-key 1 md5 7 itsasecret frame-relay interface-dlci 201 frame-relay lmi-type ansi redistribute rip network area 0 network area 1 area 0 authentication message-digest area 1 stub router rip passive-interface FastEthernet0/0 passive-interface Serial0/0 network ip classless

6 6 Cisco Networking Academy Program CCNP 4: Network Troubleshooting Lab Companion line con 0 logging synchronous end Baypointe Router Broken Config Case Study 2 Baypointe-brokenconfig.txt These configs are designed to create a desired result in a router for a troubleshooting exercise. They are not intended to represent a real working production lab configuration. Some commands will not work as entered. It is intended that this configuration will be used for all of this module s labs, so some of the entries and errors might not apply to every lab. config t hostname Baypointe interface Loopback0 ip address interface Serial0/0 encapsulation frame-relay interface Serial0 encapsulation frame-relay interface Serial0/0.1 point-to-point ip address ip mtu 1300 no arp frame-relay frame-relay interface-dlci 301 interface Serial0.1 point-to-point ip address ip mtu 1300 no arp frame-relay frame-relay interface-dlci 301 interface FastEthernet0/0 ip address no keepalive interface FastEthernet0 ip address no keepalive network area 2 network area 0 area 0 authentication message-digest area 2 stub ip classless line con 0 logging synchronous end

7 Cisco Networking Academy Program CCNP 4: Network Troubleshooting Lab Companion Correct Outputs Following are some output examples that you should see after everything is configured correctly: ISP1A>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, ia - IS-IS inter area * - candidate default, U - per-user static route, o - ODR P - periodic downloaded static route Gateway of last resort is not set S /16 [1/0] via /30 is subnetted, 1 subnets C is directly connected, Serial0/ /24 is subnetted, 1 subnets C is directly connected, Loopback /24 is subnetted, 1 subnets C is directly connected, Loopback /24 is subnetted, 1 subnets C is directly connected, Loopback2 SanJose1#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, ia - IS-IS inter area * - candidate default, U - per-user static route, o - ODR P - periodic downloaded static route Gateway of last resort is to network /32 is subnetted, 1 subnets C is directly connected, Loopback /16 is variably subnetted, 7 subnets, 2 masks O E /24 [110/20] via , 00:05:30, Serial0/0.1 O E /24 [110/20] via , 00:05:30, Serial0/0.1 O IA /24 [110/782] via , 00:05:30, Serial0/0.1 O IA /24 [110/782] via , 00:05:30, Serial0/0.1 O /32 [110/781] via , 00:05:30, Serial0/0.1 O /32 [110/781] via , 00:05:31, Serial0/0.1 C /24 is directly connected, Serial0/ /30 is subnetted, 1 subnets C is directly connected, Serial0/1 S* /0 [1/0] via SanJose1#show ip ospf Routing Process ospf 10" ID Supports only single TOS(TOS0) routes It is an autonomous system boundary router Redistributing External Routes from, SPF schedule delay 5 secs, Hold time between two SPFs 10 secs Minimum LSA interval 5 secs. Minimum LSA arrival 1 secs Number of external LSA 5. Checksum Sum 0x25651 Number of DCbitless external LSA 0 Number of DoNotAge external LSA 0 Number of areas in this router is 1. 1 normal 0 stub 0 nssa External flood list length 0 Area BACKBONE(0) Number of interfaces in this area is 1 Area has message digest authentication

8 8 Cisco Networking Academy Program CCNP 4: Network Troubleshooting Lab Companion SPF algorithm executed 7 times Area ranges are Number of LSA 5. Checksum Sum 0x2245E Number of DCbitless LSA 0 Number of indication LSA 0 Number of DoNotAge LSA 0 Flood list length 0 SanJose1#show ip ospf neighbor Neighbor ID Pri State Dead Time Address Interface FULL/ - 00:01: Serial0/ FULL/ - 00:01: Serial0/0.1 SanJose1#show ip ospf database OSPF Router ID ( ) (Process ID 10) Router Link States (Area 0) Link ID ADV Router Age Seq# Checksum Link count x x158C x xB x xDF7E 3 Summary Net Link States (Area 0) Link ID ADV Router Age Seq# Checksum x x756B x x1D4 Type-5 AS External Link States Link ID ADV Router Age Seq# Checksum Tag x xA96A x x222B x xC97B x x97EE x x SanJose1# SanJose1#show ip ospf interface s 0/0.1 Serial0/0.1 is up, line protocol is up Internet Address /24, Area 0 Process ID 10, Router ID , Network Type POINT_TO_MULTIPOINT, Cost --output omitted-- Westasman#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, ia - IS-IS inter area * - candidate default, U - per-user static route, o - ODR P - periodic downloaded static route Gateway of last resort is to network C C C O IA /32 is subnetted, 1 subnets is directly connected, Loopback /16 is variably subnetted, 7 subnets, 2 masks /24 is directly connected, Loopback /24 is directly connected, Loopback /24 [110/846] via , 00:14:03, Serial0/0

9 Cisco Networking Academy Program CCNP 4: Network Troubleshooting Lab Companion C /24 is directly connected, FastEthernet0/0 O /32 [110/845] via , 00:14:03, Serial0/0 C /24 is directly connected, Serial0/0 O /32 [110/64] via , 00:14:04, Serial0/0 O*E /0 [110/1] via , 00:14:04, Serial0/0 Westasman#ping Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to , timeout is 2 seconds: Success rate is 100 percent (5/5), round-trip min/avg/max = 64/68/72 ms Westasman#show ip ospf neighbor Neighbor ID Pri State Dead Time Address Interface FULL/ - 00:01: Serial0/0 Westasman#show ip ospf database OSPF Router ID ( ) (Process ID 10) Router Link States (Area 0) Link ID ADV Router Age Seq# Checksum Link count x x158C x xB x xDF7E 3 Summary Net Link States (Area 0) Link ID ADV Router Age Seq# Checksum x x756B x x1D4 Router Link States (Area 1) Link ID ADV Router Age Seq# Checksum Link count x x152D 1 Summary Net Link States (Area 1) Link ID ADV Router Age Seq# Checksum x x x x5A x xCD1C x xE3B x x4543 Type-5 AS External Link States Link ID ADV Router Age Seq# Checksum Tag x xA96A x x222B x xC97B x x97EE x x Westasman#show ip ospf interface s 0/0 Serial0/0 is up, line protocol is up Internet Address /24, Area 0 Process ID 10, Router ID , Network Type POINT_TO_MULTIPOINT, Cost

10 10 Cisco Networking Academy Program CCNP 4: Network Troubleshooting Lab Companion : 64 Transmit Delay is 1 sec, State POINT_TO_MULTIPOINT, Timer intervals configured, Hello 30, Dead 120, Wait 120, Retransmit 5 Hello due in 00:00:24 Index 1/1, flood queue length 0 Next 0x0(0)/0x0(0) Last flood scan length is 6, maximum is 6 Last flood scan time is 0 msec, maximum is 0 msec Neighbor Count is 1, Adjacent neighbor count is 1 Adjacent neighbor Suppress hello for 0 neighbor(s) Message digest authentication enabled Youngest key id is 1 Baypointe#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, ia - IS-IS inter area * - candidate default, U - per-user static route, o - ODR P - periodic downloaded static route Gateway of last resort is to network /32 is subnetted, 1 subnets C is directly connected, Loopback /16 is variably subnetted, 7 subnets, 2 masks O E /24 [110/20] via , 00:15:52, Serial0.1 O E /24 [110/20] via , 00:15:52, Serial0.1 C /24 is directly connected, FastEthernet0 O IA /24 [110/1563] via , 00:15:52, Serial0.1 O /32 [110/1562] via , 00:15:52, Serial0.1 C /24 is directly connected, Serial0.1 O /32 [110/781] via , 00:15:52, Serial0.1 O*E /0 [110/1] via , 00:15:52, Serial0.1 Baypointe#ping Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to , timeout is 2 seconds: Success rate is 100 percent (5/5), round-trip min/avg/max = 64/67/68 ms Baypointe#ping Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to , timeout is 2 seconds: Success rate is 100 percent (5/5), round-trip min/avg/max = 76/79/80 ms Baypointe#show ip ospf neighbor Neighbor ID Pri State Dead Time Address Interface FULL/ - 00:01: Serial0.1 Baypointe#show ip ospf database OSPF Router ID ( ) (Process ID 10)

11 Cisco Networking Academy Program CCNP 4: Network Troubleshooting Lab Companion Router Link States (Area 0) Link ID ADV Router Age Seq# Checksum Link count x x158C x xB x xDF7E 3 Summary Net Link States (Area 0) Link ID ADV Router Age Seq# Checksum x x756B x x1D4 Router Link States (Area 2) Link ID ADV Router Age Seq# Checksum Link count x x55E0 1 Summary Net Link States (Area 2) Link ID ADV Router Age Seq# Checksum x x x x6F6A x x3C x xBD2A x xC8F8 Type-5 AS External Link States Link ID ADV Router Age Seq# Checksum Tag x xA96A x x222B x xC97B x x97EE x x Baypointe#show ip ospf interface s 0.1 Serial0.1 is up, line protocol is up Internet Address /24, Area 0 Process ID 10, Router ID , Network Type POINT_TO_MULTIPOINT, Cost : 781 Transmit Delay is 1 sec, State POINT_TO_MULTIPOINT, Timer intervals configured, Hello 30, Dead 120, Wait 120, Retransmit 5 Hello due in 00:00:01 Index 1/1, flood queue length 0 Next 0x0(0)/0x0(0) Last flood scan length is 2, maximum is 2 Last flood scan time is 0 msec, maximum is 0 msec Neighbor Count is 1, Adjacent neighbor count is 1 Adjacent neighbor Suppress hello for 0 neighbor(s) Message digest authentication enabled Youngest key id is 1

12 12 Cisco Networking Academy Program CCNP 4: Network Troubleshooting Lab Companion Case Study 2: Errors in Configurations You should have identified and corrected (see case #1) the errors that appear in Table 2-1. Table 2-1 Configuration Errors Problems to Be Corrected 1 OSPF network-type mismatch Frame Relay (extra) 2 Incorrect OSPF authentication key 3 Redistribute RIP missing subnets keyword 4 OSPF missing default-information originate 5 Absence of a default route 6 Interface loopback 0 duplicate IP addresses 7 MTU sizes OSPF stuck in exchange state 8 Incorrect OSPF authentication key 9 OSPF networks in incorrect areas 10 Missing ip ospf message-digest-key 11 Missing frame-relay lmi-type ansi 12 Inverse ARP disabled NOTE: If you want to see the error messages, debug messages, and so on of each problem, out the effect of the other possible problems, consider the following. After you get this scenario working properly, re-inject an original problem back into the network and view the results. Fix this problem and then do the same another one of the original problems. ISP1A This configuration has no errors. SanJose1 Problem 2 interface Serial0/0.1 multipoint ip ospf message-digest-key 1 md5 7 sanjosepassword interface Serial0/0.1 multipoint no ip ospf mes sage-digest-key 1 md5 7 sanjosepassword ip ospf message-digest-key 1 md5 7 itsasecret

13 Cisco Networking Academy Program CCNP 4: Network Troubleshooting Lab Companion Problem 1 interface Serial0/0.1 <missing <ip ospf network point-to-multipoint > interface Serial0/0.1 ip ospf network point-to-multipoint (or similar fix) Problem 4 <missing "default-information originate"> With default-information originate Problem 5 <missing default route> ip route Westasman Problem 6 interface Loopback0 ip address interface Loopback0 ip address Problem 1 interface Serial0/0 <missing <ip ospf network point-to-multipoint > interface Serial0/0 ip ospf network point-to-multipoint (or similar fix) Problem 3 redistribute rip redistribute rip subnets

14 14 Cisco Networking Academy Program CCNP 4: Network Troubleshooting Lab Companion Baypointe Problem #7 interface Serial0/0.1 point-to-point ip mtu 1300 interface Serial0/0.1 point-to-point no ip mtu 1300 Problem 10 interface Serial0/0.1 point-to-point <missing "ip ospf message-digest-key 1 md5 7 itsasecret"> interface Serial0/0.1 point-to-point ip ospf message-digest-key 1 md5 7 itsasecret Problem 1 interface Serial0/0.1 <missing <ip ospf network point-to-multipoint"> interface Serial0/0.1 ip ospf network point-to-multipoint (or similar fix) Problem 9 network area 2 network area 0 no network area 2 no network area 0 network area 0 network area 2 Problem 11 interface Serial0/0 <missing "frame-relay lmi-type ansi"> interface Serial0/0.1 frame-relay lmi-type ansi

15 Cisco Networking Academy Program CCNP 4: Network Troubleshooting Lab Companion Problem 12 interface Serial0/0.1 no arp frame-relay interface Serial0/0.1 arp frame-relay Case Study 2: Correct Configs (Complete) ISP1A Router Configuration ISP1A#show running-config Building configuration... Current configuration: version 12.0 service timestamps debug uptime service timestamps log uptime no service password-encryption hostname ISP1A ip subnet-zero ip audit notify log ip audit po max-events 100 process-max-time 200 interface Loopback0 ip address interface Loopback1 ip address interface Loopback2 ip address interface FastEthernet0/0 shutdown interface Serial0/0 no ip mroute-cache shutdown

16 16 Cisco Networking Academy Program CCNP 4: Network Troubleshooting Lab Companion interface BRI0/0 shutdown isdn guard-timer 0 on-expiry accept interface FastEthernet0/1 shutdown interface Serial0/1 ip address clockrate ip classless ip route no ip http server line con 0 transport input none line aux 0 line vty 0 4 no scheduler allocate end SanJose1 Router Configuration SanJose1#show running-config Building configuration... Current configuration: version 12.0 service timestamps debug uptime service timestamps log uptime no service password-encryption hostname SanJose1 ip subnet-zero ip audit notify log ip audit po max-events 100 process-max-time 200 interface Loopback0 ip address

17 Cisco Networking Academy Program CCNP 4: Network Troubleshooting Lab Companion interface FastEthernet0/0 shutdown interface Serial0/0 encapsulation frame-relay no ip mroute-cache cdp enable frame-relay lmi-type ansi interface Serial0/0.1 multipoint ip address ip ospf message-digest-key 1 md5 7 itsasecret ip ospf network point-to-multipoint frame-relay interface-dlci 102 frame-relay interface-dlci 103 interface Serial0/1 ip address network area 0 default-information originate area 0 authentication message-digest ip classless ip route no ip http server line con 0 transport input none line aux 0 line vty 0 4 login end Westasman Router Configuration Westasman#show running-config Building configuration... Current configuration: version 12.0 service timestamps debug uptime service timestamps log uptime no service password-encryption hostname Westasman ip subnet-zero

18 18 Cisco Networking Academy Program CCNP 4: Network Troubleshooting Lab Companion ip audit notify log ip audit po max-events 100 process-max-time 200 interface Loopback0 ip address interface Loopback1 ip address interface Loopback2 ip address interface FastEthernet0/0 ip address no keepalive interface Serial0/0 ip address encapsulation frame-relay ip ospf message-digest-key 1 md5 7 itsasecret ip ospf network point-to-multipoint no ip mroute-cache cdp enable frame-relay interface-dlci 201 frame-relay lmi-type ansi interface FastEthernet0/1 shutdown interface Serial0/1 shutdown redistribute rip subnets network area 0 network area 1 area 0 authentication message-digest area 1 stub router rip passive-interface FastEthernet0/0 passive-interface Serial0/0 network ip classless no ip http server line con 0 transport input none line aux 0 line vty 0 4 login

19 Cisco Networking Academy Program CCNP 4: Network Troubleshooting Lab Companion no scheduler allocate end Baypointe Router (1700 Series) Configuration Baypointe#show running-config Building configuration... Current configuration: version 12.0 service timestamps debug uptime service timestamps log uptime no service password-encryption hostname Baypointe memory-size iomem 25 ip subnet-zero process-max-time 200 interface Loopback0 ip address interface Serial0 encapsulation frame-relay no ip mroute-cache cdp enable frame-relay lmi-type ansi interface Serial0.1 point-to-point ip address ip ospf message-digest-key 1 md5 7 itsasecret ip ospf network point-to-multipoint frame-relay interface-dlci 301 interface Serial1 shutdown interface FastEthernet0 ip address no keepalive network area 0 network area 2 area 0 authentication message-digest area 2 stub ip classless no ip http server

20 20 Cisco Networking Academy Program CCNP 4: Network Troubleshooting Lab Companion line con 0 transport input none line aux 0 line vty 0 4 login end

CIS 83 LAB 2 - Single Area OSPF Rich Simms September 12, Objective. Scenario. Topology

CIS 83 LAB 2 - Single Area OSPF Rich Simms September 12, Objective. Scenario. Topology CIS 83 LAB 2 - Single Area OSPF Rich Simms September 12, 2006 Objective The objective of this lab is to become familiar setting up and configuring OSPF on three routers for a single area. OSPF is our first

More information

Chapter 3 Lab 3-2, Multi-Area OSPF with Stub Areas and Authentication

Chapter 3 Lab 3-2, Multi-Area OSPF with Stub Areas and Authentication NPv6 ROUTE hapter 3 Lab 3-2, Multi-Area OSPF with Stub Areas and Authentication Topology Objectives Background onfigure multiple-area OSPF on a r. Verify multiple-area behavior. onfigure OSPF stub, totally

More information

Configuration and Management of Networks

Configuration and Management of Networks onfiguration and Management of Networks SPF Virtual Links and Area Summarization The lab is built on the topology: bjectives Background! onfigure multi-area SPF on a r.! Verify multi-area behavior.! reate

More information

Chapter 3 Lab 3-4, OSPF over Frame Relay

Chapter 3 Lab 3-4, OSPF over Frame Relay Chapter 3 Lab 3-4, OSPF over Frame Relay Topology Objectives Background Configure OSPF over Frame Relay. Use non-broadcast and point-to-multipoint OSPF network types. Modify default OSPF timers. You are

More information

Chapter 1 Lab 1-1, Single-Area OSPF Link Costs and Interface Priorities

Chapter 1 Lab 1-1, Single-Area OSPF Link Costs and Interface Priorities Chapter 1 Lab 1-1, Single-Area OSPF Link Costs and Interface Priorities Topology Objectives Configure single-area OSPF on a router. Advertise loopback interfaces into OSPF. Verify OSPF adjacencies. Verify

More information

Chapter 3 Lab 3-3, OSPF Virtual Links and Area Summarization

Chapter 3 Lab 3-3, OSPF Virtual Links and Area Summarization NPv6 RUTE hapter 3 Lab 3-3, SPF Virtual Links and Area Summarization Topology bjectives Background onfigure multi-area SPF on a r. Verify multi-area behavior. reate an SPF virtual link. Summarize an area.

More information

Lab Configuring IGRP Instructor Version 2500

Lab Configuring IGRP Instructor Version 2500 Lab 7.3.5 Configuring IGRP Instructor Version 2500 Objective Setup IP an addressing scheme using class C networks. Configure IGRP on routers. Background/Preparation Cable a network similar to the one in

More information

Chapter 3 Lab 3-1, Single-Area OSPF Link Costs and Interface Priorities

Chapter 3 Lab 3-1, Single-Area OSPF Link Costs and Interface Priorities NPv6 ROUTE hapter 3 Lab 3-1, Single-Area OSPF Link osts and Interface Priorities Topology Objectives onfigure single-area OSPF on a router. Advertise loopback interfaces into OSPF. Verify OSPF adjacencies.

More information

Lab 4: Routing using OSPF

Lab 4: Routing using OSPF Network Topology:- Lab 4: Routing using OSPF Device Interface IP Address Subnet Mask Gateway/Clock Description Rate Fa 0/0 172.16.1.17 255.255.255.240 ----- R1 LAN R1 Se 0/0/0 192.168.10.1 255.255.255.252

More information

Chapter 3 Lab 3-2, Multi-Area OSPFv2 and OSPFv3 with Stub Area

Chapter 3 Lab 3-2, Multi-Area OSPFv2 and OSPFv3 with Stub Area Chapter 3 Topology Objectives Configure multi-area OSPFv2 for IPv4. Configure multi-area OSPFv3 for IPv6 Verify multi-area behavior. Configure stub and totally stubby areas for OSPFv2. Configure stub and

More information

Lab- Configuring Basic Single-Area OSPFv2

Lab- Configuring Basic Single-Area OSPFv2 Lab- onfiguring Basic Single-Area OSPFv2 Topology G0/0 G0/0 2013 isco and/or its affiliates. All rights reserved. This document is isco Public. Page 1 of 29 Addressing Table Objectives Device Interface

More information

Configuring Redundant Routing on the VPN 3000 Concentrator

Configuring Redundant Routing on the VPN 3000 Concentrator Configuring Redundant Routing on the VPN 3000 Concentrator Document ID: 13354 Contents Introduction Prerequisites Requirements Components Used Conventions Configure Network Diagram Router Configurations

More information

Chapter 5: Maintaining and Troubleshooting Routing Solutions

Chapter 5: Maintaining and Troubleshooting Routing Solutions Chapter 5: Maintaining and Troubleshooting Routing Solutions CCNP TSHOOT: Maintaining and Troubleshooting IP Networks Course v6 1 Troubleshooting Network Layer Connectivity 2 Routing and Routing Data Structures

More information

Config. Router# show ip ospf

Config. Router# show ip ospf Config cc na c ookb ook.com R1(config)#router ospf 10 R1(config-router)#router-id 0.0.0.1 Do router-id first, before relationships are formed using it R3(config-router)#do clear ip ospf process Necessary

More information

CIS 83 LAB 3 - EIGRP Rich Simms September 23, Objective. Scenario. Topology

CIS 83 LAB 3 - EIGRP Rich Simms September 23, Objective. Scenario. Topology CIS 83 LAB 3 - EIGRP Rich Simms September 23, 2006 Objective The objective of this lab is to become familiar setting up and configuring EIGRP on three routers. EIGRP is a Cisco proprietary distance-vector

More information

Configuring and Troubleshooting Frame Relay

Configuring and Troubleshooting Frame Relay Configuring and Troubleshooting Frame Relay Document ID: 16563 Interactive: This document offers customized analysis of your Cisco device. Contents Introduction Before You Begin Conventions Prerequisites

More information

Cisco Configuring and Troubleshooting Frame Relay

Cisco Configuring and Troubleshooting Frame Relay Table of Contents Configuring and Troubleshooting Frame Relay...1 Related Information...2 Introduction...3 Configuring Basic Frame Relay...6 Introduction...6 Network Diagram...6 Configurations...6 debug

More information

Basic Router Configuration

Basic Router Configuration This section includes information about some basic router configuration, and contains the following sections: Default Configuration, on page 1 Configuring Global Parameters, on page 2 Configuring Gigabit

More information

Lab - Configuring Multi-area OSPFv3 Topology

Lab - Configuring Multi-area OSPFv3 Topology Topology 2017 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 8 Addressing Table Device Interface IPv6 Address R1 R2 R3 S0/0/0 (DCE) Lo0 Lo1 Lo2 Lo3 S0/0/0 S0/0/1

More information

Configuration and Management of Networks

Configuration and Management of Networks onfiguration and Management of Networks Single Area SPF Link osts and Interface Priorities The lab is built on the topology: bjectives Background! onfigure single-area SPF on a r.! Advertise loopback interfaces

More information

OSPF Support for Multi-VRF on CE Routers

OSPF Support for Multi-VRF on CE Routers OSPF Support for Multi-VRF on CE Routers Finding Feature Information OSPF Support for Multi-VRF on CE Routers Last Updated: June 24, 2011 The OSPF Support for Multi-VRF on CE Routers feature provides the

More information

LAB8: OSPF IPv4. OSPF: Virtual Link. Disclaimer

LAB8: OSPF IPv4. OSPF: Virtual Link. Disclaimer Page1 AB8: OSPF IPv4 Disclaimer This onfiguration Guide is designed to assist members to enhance their skills in respective technology area. While every effort has been made to ensure that all material

More information

RealCiscoLAB.com. Chapter 6 Lab 6-2, Using the AS_PATH Attribute. Topology. Objectives. Background. CCNPv6 ROUTE

RealCiscoLAB.com. Chapter 6 Lab 6-2, Using the AS_PATH Attribute. Topology. Objectives. Background. CCNPv6 ROUTE RealCiscoLAB.com CCNPv6 ROUTE Chapter 6 Lab 6-2, Using the AS_PATH Attribute Topology Objectives Background Use BGP commands to prevent private AS numbers from being advertised to the outside world. Use

More information

Configuring Networking Protocols

Configuring Networking Protocols 11 CHAPTER This chapter describes how to configure the ML-Series card for supported IP routing protocols. It is intended to provide enough information for a network administrator to get the protocols up

More information

Troubleshooting Routing Solutions

Troubleshooting Routing Solutions Chapter 5: Maintaining and Troubleshooting Routing Solutions CCNP TSHOOT: Maintaining and Troubleshooting IP Networks Course v6 1 Chapter 5 Objectives Diagnose network layer connectivity problems using

More information

Cisco Configuring Hub and Spoke Frame Relay

Cisco Configuring Hub and Spoke Frame Relay Table of Contents Configuring Hub and Spoke Frame Relay...1 Introduction...1 Before You Begin...1 Conventions...1 Prerequisites...1 Components Used...1 Configure...1 Network Diagram...2 Configurations...2

More information

OSPF Commands. Cisco IOS IP Command Reference, Volume 2 of 3: Routing Protocols IP2R-61

OSPF Commands. Cisco IOS IP Command Reference, Volume 2 of 3: Routing Protocols IP2R-61 OSPF Commands Use the commands in this chapter to configure and monitor the Open Shortest Path First (OSPF) routing protocol. For OSPF configuration information and examples, refer to the Configuring OSPF

More information

Lab 3.5.1: Basic Frame Relay

Lab 3.5.1: Basic Frame Relay Lab 3.5.1: Basic Frame Relay Topology Diagram Addressing Table Device Interface IP Address Subnet Mask R1 R2 Default Gateway Fa0/0 192.168.10.1 255.255.255.0 N/A S0/0/1 10.1.1.1 255.255.255.252 N/A S0/0/1

More information

Lab VTY Restriction Instructor Version 2500

Lab VTY Restriction Instructor Version 2500 Lab 11.2.6 VTY Restriction Instructor Version 2500 NOTE: The loopback entry in this graphic is not required in the lab. Objective Scenario Use the access-class and line commands to control Telnet access

More information

Lab - Configuring Basic Single-Area OSPFv2

Lab - Configuring Basic Single-Area OSPFv2 Lab - Configuring Basic Single-Area SPFv2 Topology Addressing Table Device Interface IP Address Subnet Mask Default Gateway G0/0 192.168.1.1 255.255.255.0 N/A R1 S0/0/0 (DCE) 192.168.12.1 255.255.255.252

More information

OSPF Stub Router Advertisement

OSPF Stub Router Advertisement The feature allows you to bring a new router into a network without immediately routing traffic through the new router and allows you to gracefully shut down or reload a router without dropping packets

More information

Initial Configurations for OSPF over a Point to Point Link

Initial Configurations for OSPF over a Point to Point Link Initial onfigurations for OSPF over a Point to Point Link Document ID: 13687 ontents Introduction Prerequisites Requirements omponents Used onventions OSPF over a Point to Point Link with IP Addresses

More information

Cisco Press CCIE Practical Studies CCIE Practice Lab: Enchilada Solutions

Cisco Press CCIE Practical Studies CCIE Practice Lab: Enchilada Solutions Cisco Press CCIE Practical Studies CCIE Practice Lab: Solutions Cisco Press CCIE Practical Studies CCIE Practice Lab: LAB Book Chapter Book Page The 18 1161 Overview... 3 Technical Details... 3 Table 54-1:

More information

CCIE R&S Lab Workbook Volume I Version 5.0

CCIE R&S Lab Workbook Volume I Version 5.0 Copyright Information, Inc. All rights reserved. The following publication, CCIE R&S Lab Workbook Volume I Version 5.0, was developed by Internetwork Expert, Inc. All rights reserved. No part of this publication

More information

Building the Routing Table. Introducing the Routing Table Directly Connected Networks Static Routing Dynamic Routing Routing Table Principles

Building the Routing Table. Introducing the Routing Table Directly Connected Networks Static Routing Dynamic Routing Routing Table Principles Building the Routing Table Introducing the Routing Table Directly Connected Networks Static Routing Dynamic Routing Routing Table Principles Introducing the Routing Table R1# show ip route Codes: C - connected,

More information

Chapter 4 Lab 4-2, Redistribution Between EIGRP and OSPF

Chapter 4 Lab 4-2, Redistribution Between EIGRP and OSPF Chapter 4 Lab 4-2, Redistribution Between EIGRP and OSPF Topology Objectives Review EIGRP and OSPF configuration. Redistribute into EIGRP. Redistribute into OSPF. Summarize routes in EIGRP. Filter routes

More information

CCNA Semester 2 labs. Part 2 of 2 Labs for chapters 8 11

CCNA Semester 2 labs. Part 2 of 2 Labs for chapters 8 11 CCNA Semester 2 labs Part 2 of 2 Labs for chapters 8 11 8.2.4.5 Lab - Configuring Basic Single-Area OSPFv2 8.3.3.6 Lab - Configuring Basic Single-Area OSPFv3 9.2.2.7 Lab - Configuring and Verifying Standard

More information

Chapter 6 Lab 6-3, Configuring IBGP and EBGP Sessions, Local Preference, and MED

Chapter 6 Lab 6-3, Configuring IBGP and EBGP Sessions, Local Preference, and MED Chapter 6 Lab 6-3, Configuring IBGP and EBGP Sessions, Local Preference, and MED Topology Objectives Background For IBGP peers to correctly exchange routing information, use the next-hop-self command with

More information

Chapter 7 Lab 7-1, Configuring BGP with Default Routing

Chapter 7 Lab 7-1, Configuring BGP with Default Routing Chapter 7 Topology Objectives Configure BGP to exchange routing information with two ISPs. Background The International Travel Agency (ITA) relies extensively on the Internet for sales. For this reason,

More information

Layer3 VPN with OSPF Protocol between CE-PE

Layer3 VPN with OSPF Protocol between CE-PE MPLS Layer3 VPN with OSPF Protocol between CE-PE Disclaimer This Configuration Guide is designed to assist members to enhance their skills in particular technology area. While every effort has been made

More information

EIGRP Lab / lo1. .1 lo / /30

EIGRP Lab / lo1. .1 lo / /30 EIGRP Lab 172,16,1.0/24.1 lo1 192.168.20.0/30.2.1 Merida fa0 fa0 Vargas lo2.1 lo2.5.1 lo1 192.168.30.0/24 172.16.2.0/24 192.168.20.4.0/30 Scenario: Loopback0 is used for RouterID Loopback1 is a virtual

More information

Lab Troubleshooting Routing Issues with show ip route and show ip protocols Instructor Version 2500

Lab Troubleshooting Routing Issues with show ip route and show ip protocols Instructor Version 2500 Lab 9.3.5 Troubleshooting Routing Issues with show ip route and show ip protocols Instructor Version 2500 Objective Use the show ip route and show ip protocol commands to diagnose a routing configuration

More information

Lab Configuring Static NAT

Lab Configuring Static NAT Lab 10.5.1 Configuring Static NAT Objective Configure Network Address Translation (NAT) static translation to provide reliable outside access to three shared company servers. Scenario Step 1 The International

More information

Lab Configuring Basic Integrated IS-IS

Lab Configuring Basic Integrated IS-IS Lab 7.7.1 Configuring Basic Integrated IS-IS Objective In this lab, basic Integrated IS-IS will be configured. IS-IS authentication will also be implemented for security purposes. Scenario The IS-IS routing

More information

OSPF Virtual Link. Contents. Prerequisites. Document ID: Requirements. Components Used

OSPF Virtual Link. Contents. Prerequisites. Document ID: Requirements. Components Used OSPF Virtual Link Document ID: 47866 Contents Introduction Prerequisites Requirements Components Used Conventions Configure Network Diagram Configurations How the Virtual Link Operates Calculate the Shortest

More information

Chapter 7 Lab 7-2, Using the AS_PATH Attribute

Chapter 7 Lab 7-2, Using the AS_PATH Attribute Chapter 7 Topology Objectives Use BGP commands to prevent private AS numbers from being advertised to the outside world. Use the AS_PATH attribute to filter BGP routes based on their source AS numbers.

More information

Lab Configuring 802.1Q Trunk-Based Inter-VLAN Routing (Instructor Version Optional Lab)

Lab Configuring 802.1Q Trunk-Based Inter-VLAN Routing (Instructor Version Optional Lab) (Instructor Version Optional Lab) Instructor Note: Red font color or gray highlights indicate text that appears in the instructor copy only. Optional activities are designed to enhance understanding and/or

More information

Configuration and Management of Networks

Configuration and Management of Networks Configuring BGP using the AS_PATH attribute Topology Objectives Background Use BGP commands to prevent private AS numbers from being advertised to the outside world. Use the AS_PATH attribute to filter

More information

IPv6 Tunnel through an IPv4 Network

IPv6 Tunnel through an IPv4 Network IPv6 Tunnel through an IPv4 Network Document ID: 25156 Contents Introduction Prerequisites Requirements Components Used Conventions Configure Network Diagram Configurations (Manual IPv6 Mode) Configurations

More information

Lab Troubleshooting Routing Issues with debug Instructor Version 2500

Lab Troubleshooting Routing Issues with debug Instructor Version 2500 Lab 9.3.7 Troubleshooting Routing Issues with debug Instructor Version 2500 Objective Utilize a systematic OSI troubleshooting process to diagnose routing problems. Use various show commands to gather

More information

address-family ipv4 vrf vrf-name - Selects a per-vrf instance of a routing protocol.

address-family ipv4 vrf vrf-name - Selects a per-vrf instance of a routing protocol. LAB 1: Initial MPLS VPN Setup LAB 2: Running OSPF between PE and CE Routers LAB 3: Running BGP between PE and CE Routers LAB 4: Overlapping VPNs LAB 1: Initial MPLS VPN Setup Introduction: Introduction

More information

Lab b Standard ACLs Instructor Version 2500

Lab b Standard ACLs Instructor Version 2500 Lab 11.2.1b Standard ACLs Instructor Version 2500 Objective Scenario Plan, configure, and apply a standard ACL to permit or deny specific traffic and test the ACL to determine if the desired results were

More information

Cisco Press CCIE Practical Studies CCIE Practice Lab: Unnamed Solutions

Cisco Press CCIE Practical Studies CCIE Practice Lab: Unnamed Solutions Cisco Press CCIE Practical tudies CCIE Practice Lab: olutions olutions brought to you by a division of kyline Computer Corporation CCIE Practical tudies Cisco Press CCIE Practical tudies CCIE Practice

More information

Explanation: In order to verify proper route redistribution, use the "show ip route" command on all routers

Explanation: In order to verify proper route redistribution, use the show ip route command on all routers QUESTION 401 The 192.168.0.0/16 network is not being propagated throughout the network via BGP as expected. Observe the BGP configuration commands from the advertising router shown below. Router bgp 65111

More information

The following questions are designed to test your understanding of this chapter s

The following questions are designed to test your understanding of this chapter s Review Questions The following questions are designed to test your understanding of this chapter s material. For more information on how to get additional questions, please see www.lammle.com/ccn a. You

More information

Configuring OSPF. Finding Feature Information. Contents

Configuring OSPF. Finding Feature Information. Contents Configuring OSPF First Published: May 5, 2008 Last Updated: March 18 2011 This module describes how to configure Open Shortest Path First (OSPF). OSPF is an Interior Gateway Protocol (IGP) developed by

More information

Ch. 5 Maintaining and Troubleshooting Routing Solutions. Net412- Network troubleshooting

Ch. 5 Maintaining and Troubleshooting Routing Solutions. Net412- Network troubleshooting Ch. 5 Maintaining and Troubleshooting Routing Solutions Net412- Network troubleshooting Troubleshooting Routing Network Layer Connectivity EIGRP OSPF 2 Network Connectivity Just like we did when we looked

More information

Lab 4-3a Configuring IS-IS over Frame Relay: Router Used As Frame Switch

Lab 4-3a Configuring IS-IS over Frame Relay: Router Used As Frame Switch Lab 4-3a Configuring IS-IS over Frame Relay: Router Used As Frame Switch Learning Objectives Configure and verify Frame Relay point-to-point subinterfaces Configure and verify the operation of Integrated

More information

Networkers 2001, Australia

Networkers 2001, Australia Networkers 2001, Australia March 28-30, Brisbane 1 Troubleshooting OSPF Jono Ladmore 2001, Cisco Systems, Inc. Presentation_ID 2 Agenda LSA Details Troubleshooting Commands Common Issues Troubleshooting

More information

Lab Troubleshooting Using traceroute Instructor Version 2500

Lab Troubleshooting Using traceroute Instructor Version 2500 Lab 9.3.4 Troubleshooting Using traceroute Instructor Version 2500 294-833 CCNA 2: Routers and Routing Basics v 3.1 - Lab 9.3.4 Copyright 2003, Cisco Systems, Inc. Objective Use the traceroute Cisco IOS

More information

Lab Configuring Multi-Area Integrated IS-IS

Lab Configuring Multi-Area Integrated IS-IS Lab 7.7.2 Configuring Multi-Area Integrated IS-IS Objective In this lab, multiarea Integrated IS-IS and level-specific routers will be configured. Scenario Previous tests demonstrated that Integrated IS-IS

More information

Cisco Press CCIE Practical Studies CCIE Practice Lab: Skynet Solutions

Cisco Press CCIE Practical Studies CCIE Practice Lab: Skynet Solutions Cisco Press CCIE Practical Studies CCIE Practice Lab: Solutions Cisco Press CCIE Practical Studies CCIE Practice Lab: Overview... 3 Technical Details... 3 Table 51-1: Names and Interfaces used... 3 Lab

More information

RealCiscoLAB.com. Chapter 6 Lab 6-1, Configuring BGP with Default Routing. Configure BGP to exchange routing information with two ISPs.

RealCiscoLAB.com. Chapter 6 Lab 6-1, Configuring BGP with Default Routing. Configure BGP to exchange routing information with two ISPs. RealCiscoLAB.com CCNPv6 ROUTE Chapter 6 Lab 6-1, Configuring BGP with Default Routing Topology Objectives Background Configure BGP to exchange routing information with two ISPs. The International Travel

More information

Troubleshooting LSP Failure in MPLS VPN

Troubleshooting LSP Failure in MPLS VPN Troubleshooting LSP Failure in MPLS VPN Document ID: 23565 Contents Introduction Prerequisites Requirements Components Used Conventions Network Diagram Router Configurations Problem Cause of the LSP Failure

More information

Lab Configuring Per-Interface Inter-VLAN Routing (Solution)

Lab Configuring Per-Interface Inter-VLAN Routing (Solution) (Solution) Topology Addressing Table Objectives Device Interface IP Address Subnet Mask Default Gateway R1 G0/0 192.168.20.1 255.255.255.0 N/A G0/1 192.168.10.1 255.255.255.0 N/A S1 VLAN 10 192.168.10.11

More information

Lab Configuring IPv4 Static and Default Routes (Solution)

Lab Configuring IPv4 Static and Default Routes (Solution) (Solution) Topology Addressing Table Device Interface IP Address Subnet Mask Default Gateway R1 G0/1 192.168.0.1 255.255.255.0 N/A S0/0/1 10.1.1.1 255.255.255.252 N/A R3 G0/1 192.168.1.1 255.255.255.0

More information

OSPF Demand Circuit Feature

OSPF Demand Circuit Feature OSPF Demand Circuit Feature Document ID: 5132 Contents Introduction Prerequisites Requirements Components Used Conventions How Is OSPF over Demand Circuit Different from a Normal Circuit? Suppressed Periodic

More information

Lab 2.8.1: Basic Static Route Configuration

Lab 2.8.1: Basic Static Route Configuration Topology Diagram Addressing Table Device Interface IP Address Subnet Mask Default Gateway R1 Fa0/0 172.16.3.1 255.255.255.0 N/A S0/0/0 172.16.2.1 255.255.255.0 N/A Fa0/0 172.16.1.1 255.255.255.0 N/A R2

More information

Lab Configuring ISDN Dial Backup

Lab Configuring ISDN Dial Backup Lab 8.7.1 Configuring ISDN Dial Backup Objective Configure ISDN dial backup for a fixed Frame Relay WAN link. Scenario The network engineer for the International Travel Agency (ITA) is responsible for

More information

Lab Configuring OSPF Timers 2500 Series

Lab Configuring OSPF Timers 2500 Series Lab 2.3.5 Configuring OSPF Timers 2500 Series Objective Setup an IP addressing scheme for OSPF area. Configure and verify OSPF routing. Modify OSPF interface timers to adjust efficiency of network. Background/Preparation

More information

Lab Configuring Per-Interface Inter-VLAN Routing (Instructor Version)

Lab Configuring Per-Interface Inter-VLAN Routing (Instructor Version) (Instructor Version) Instructor Note: Red font color or Gray highlights indicate text that appears in the instructor copy only. Topology Addressing Table Objectives Device Interface IP Address Subnet Mask

More information

Lab 5-3 Redistribution Between EIGRP and IS-IS

Lab 5-3 Redistribution Between EIGRP and IS-IS Lab 5-3 Redistribution Between EIGRP and IS-IS Learning Objectives Review basic configuration of EIGRP and IS-IS Redistribute into EIGRP Redistribute into IS-IS Use a standard access list to select routes

More information

CCNA 4 - Final Exam (B)

CCNA 4 - Final Exam (B) CCNA 4 - Final Exam (B) 1. Identify the factors that contribute to congestion on an Ethernet LAN. (Choose three.) improper placement of enterprise level servers addition of hosts to a physical segment

More information

The commands in this appendix are organized in the following sections:

The commands in this appendix are organized in the following sections: The commands in this appendix are organized in the following sections: General s Comparison of Configuration File s General Configuration s General Interface Configuration s General IP s IP Configuration

More information

Lab - Troubleshooting Connectivity Issues

Lab - Troubleshooting Connectivity Issues Lab - Troubleshooting Connectivity Issues Topology Addressing Table R1 ISP Objectives Device Interface IP Address Subnet Mask Default Gateway G0/1 192.168.1.1 255.255.255.0 N/A S0/0/0 10.1.1.1 255.255.255.252

More information

How to Configure a Cisco Router Behind a Non-Cisco Cable Modem

How to Configure a Cisco Router Behind a Non-Cisco Cable Modem How to Configure a Cisco Router Behind a Non-Cisco Cable Modem Document ID: 19268 Contents Introduction Prerequisites Requirements Components Used Conventions Configure Network Diagram Configurations Verify

More information

CCIE Warm-Up (Volume II)

CCIE Warm-Up (Volume II) CCIE Warm-Up (Volume II) Written by Thomas P. Larus CCIE 10,014 Distributed by IPexpert, Inc. (www.ipexpert.com) For technical support please visit www.certificationtalk.com Revision 2004-06-14 ii Copyright

More information

Lab : OSPF Troubleshooting Lab

Lab : OSPF Troubleshooting Lab Topology Diagram Addressing Table Device Interface IP Address Subnet Mask Default Gateway Fa0/0 10.10.0.1 255.255.252.0 N/A HQ S0/0/0 172.16.7.1 255.255.255.252 N/A S0/0/1 172.16.7.5 255.255.255.252 N/A

More information

Contents. Introduction. Prerequisites. Requirements

Contents. Introduction. Prerequisites. Requirements Contents Introduction Prerequisites Requirements Components Used Configure Network Diagram Configurations Verify Inheritence with EIGRP Named mode Route Replication with EIGRP name mode Routing Context

More information

LAB5: OSPF IPv4. OSPF: Stub. Disclaimer

LAB5: OSPF IPv4. OSPF: Stub. Disclaimer Page1 LAB5: SPF IPv4 Disclaimer This onfiguration Guide is designed to assist members to enhance their skills in respective technology area. While every effort has been made to ensure that all material

More information

Configuring IS IS over IPv6

Configuring IS IS over IPv6 Configuring IS IS over IPv6 Document ID: 40262 Contents Introduction Prerequisites Requirements Components Used Conventions Configure Network Diagram Configurations Verify Troubleshoot Troubleshooting

More information

Lab 5-1 Hot Standby Router Protocol

Lab 5-1 Hot Standby Router Protocol Lab 5-1 Hot Standby Router Protocol Topology Diagram Objective Configure inter-vlan routing with HSRP to provide redundant, fault tolerant routing to the internal network. Scenario Step 1 HSRP provides

More information

Seattle Cisco Users Group

Seattle Cisco Users Group Seattle Cisco Users Group CCNA Lab Project Joe Rinehart MBA, CCIE #14256 CCNP/DP/VP December 18, 2010 Table of Contents 1. Introduction... 3 1.1. The CCNA Certification... 3 1.2. Purpose of the Lab Project...

More information

Sample Configuration for OSPFv3

Sample Configuration for OSPFv3 Sample Configuration for OSPFv3 Document ID: 112100 Contents Introduction Prerequisites Requirements Components Used Conventions Configure Network Diagram Configuration Verify Troubleshoot Related Information

More information

GRE Tunnel with VRF Configuration Example

GRE Tunnel with VRF Configuration Example GRE Tunnel with VRF Configuration Example Document ID: 46252 Contents Introduction Prerequisites Requirements Components Used Conventions Configure Network Diagram Configurations Verify Troubleshoot Caveats

More information

Configuring OSPF. Finding Feature Information

Configuring OSPF. Finding Feature Information This module describes how to configure Open Shortest Path First (OSPF). OSPF is an Interior Gateway Protocol (IGP) developed by the OSPF working group of the Internet Engineering Task Force (IETF). OSPF

More information

Chapter 6: Network Layer

Chapter 6: Network Layer Chapter 6: Network Layer Introduction to Networks Intro to Networks v5 Network Layer Intro to Networks v5 2 The Network Layer End to End Transport processes Addressing end devices Encapsulation of Packets

More information

Adapted from the Synchronization example in g/case/studies/icsbgp4.html

Adapted from the Synchronization example in   g/case/studies/icsbgp4.html Adapted from the Synchronization example in http://www.cisco.com/en/us/docs/internetworkin g/case/studies/icsbgp4.html When an AS provides transit service to other ASs when there are non-bgp routers in

More information

Implement Static Routes for IPv6 Configuration Example

Implement Static Routes for IPv6 Configuration Example Implement Static Routes for IPv6 Configuration Example Document ID: 113361 Contents Introduction Prerequisites Components Used Conventions Configure Network Diagram Configurations Verify Related Information

More information

Chapter 8 Lab 8-3, Configuring 6to4 Tunnels

Chapter 8 Lab 8-3, Configuring 6to4 Tunnels Chapter 8 Lab 8-3, Configuring 6to4 Tunnels Topology Objectives Configure EIGRP for IPv4. Create a 6to4 tunnel. Configure static IPv6 routes. Background In this lab, you configure EIGRP for full connectivity

More information

Chapter 4 Lab 4-1, Redistribution Between RIP and OSPF

Chapter 4 Lab 4-1, Redistribution Between RIP and OSPF hapter 4 Lab 4-1, Redistribution Between RIP and OSPF Topology Objectives Review configuration and verification of RIP and OSPF. onfigure passive interfaces in both RIP and OSPF. Filter routing updates

More information

Distance vector Routing protocols. 2000, Cisco Systems, Inc. 9-1

Distance vector Routing protocols. 2000, Cisco Systems, Inc. 9-1 Distance vector Routing protocols 2000, Cisco Systems, Inc. 9-1 IP Routing Configuration Tasks Router configuration Select routing protocols Specify networks or interfaces RIP Network 172.16.0.0 IGRP,

More information

RR> RR> RR>en RR# RR# RR# RR# *Oct 2 04:57:03.684: %AMDP2_FE-6-EXCESSCOLL: Ethernet0/2 TDR=0, TRC=0 RR#

RR> RR> RR>en RR# RR# RR# RR# *Oct 2 04:57:03.684: %AMDP2_FE-6-EXCESSCOLL: Ethernet0/2 TDR=0, TRC=0 RR# RR> RR> RR>en *Oct 2 04:57:03.684: %AMDP2_FE-6-EXCESSCOLL: Ethernet0/2 TDR=0, TRC=0 term len 0 show run Building configuration... Current configuration : 2568 bytes version 15.4 service timestamps debug

More information

Configuring GRE Tunnel Over Cable

Configuring GRE Tunnel Over Cable Configuring GRE Tunnel Over Cable Document ID: 12084 Introduction Before You Begin Conventions Prerequisites Components Used Background Theory Configure Network Diagram Configurations Verify Troubleshoot

More information

Cisco Press CCIE Practical Studies CCIE Practice Lab: Darth Reid Solutions

Cisco Press CCIE Practical Studies CCIE Practice Lab: Darth Reid Solutions Cisco Press CCIE Practical Studies CCIE Practice Lab: Solutions Cisco Press CCIE Practical Studies CCIE Practice Lab: LAB Book Chapter Book Page 18 1143 Overview... 3 Technical Details... 3 Table 52-1:

More information

3 ROUTER SETUP WITH FRAME RELAY CONFIGURATION OF FRAME RELAY ROUTER

3 ROUTER SETUP WITH FRAME RELAY CONFIGURATION OF FRAME RELAY ROUTER 3 ROUTER SETUP WITH FRAME RELAY R2 s0 Network 192.168.1.0 s1 DCE * Frame Relay Network * s0 192.168.1.0 s0 DCE R1 Hardware Requirement: 1 Router with t 2 Serials 2 Router with 1 Serial 2 DTE/DCE Serial

More information

Lab Configuring OSPF Authentication 2500 Series

Lab Configuring OSPF Authentication 2500 Series Lab 2.3.4 Configuring OSPF Authentication 2500 Series Objective Setup an IP addressing scheme for Open Shortest Path First (OSPF) area. Configure and verify OSPF routing. Introduce OSPF authentication

More information

Configuration and Management of Networks 2012

Configuration and Management of Networks 2012 Configuring BGP with default routing Topology Objectives Background Instructions Configure BGP to exchange routing information with two ISPs. The International Travel Agency (ITA) relies extensively on

More information

Lab Configuring Static Routes Instructor Version 2500

Lab Configuring Static Routes Instructor Version 2500 Lab 6.1.6 Configuring Static Routes Instructor Version 2500 Objective Configure static routes between routers to allow data transfer between routers without the use of dynamic routing protocols. Background/Preparation

More information

Symbols. Numerics I N D E X

Symbols. Numerics I N D E X I N D E X Symbols? (question mark), CLI help system, 126 Numerics A 2-router BGP topology, configuring, 279 284 4-router BGP topology, configuring, 266, 276 279 ABRs (area border routers), 9, 87, 95, 141

More information