Ts Lab03 Free

50
CCIE R&S Troubleshooting 2.0 Lab3 Page 1 of 50 © 2009 Narbik Kocharians. All rights reserved CCIE R&S Troubleshooting 2.0 www.MicronicsTraining.com Narbik Kocharians CCIE #12410 R&S, Security, SP Dan Shechter CCIE #13685 R&S, Security, SP Troubleshooting LAB 3 Questions & Answers

Transcript of Ts Lab03 Free

Page 1: Ts Lab03 Free

CCIE R&S Troubleshooting 2.0 Lab­3 Page 1 of 50 © 2009 Narbik Kocharians. All rights reserved

CCIE R&S Troubleshooting 2.0

www.MicronicsTraining.com

Narbik Kocharians CCIE #12410

R&S, Security, SP

Dan Shechter CCIE #13685

R&S, Security, SP

Troubleshooting

LAB 3

Questions & Answers

Page 2: Ts Lab03 Free

CCIE R&S Troubleshooting 2.0 Lab­3 Page 2 of 50 © 2009 Narbik Kocharians. All rights reserved

Page 3: Ts Lab03 Free

CCIE R&S Troubleshooting 2.0 Lab­3 Page 3 of 50 © 2009 Narbik Kocharians. All rights reserved

The Serial connection between R1 and R3

The Serial connection between R4 and R5

Page 4: Ts Lab03 Free

CCIE R&S Troubleshooting 2.0 Lab­3 Page 4 of 50 © 2009 Narbik Kocharians. All rights reserved

Frame­relay Switch connections

R1

R2

R3

R4

R5

R6

S0/0

S0/1

S0/2

S0/3

S1/0

S1/1

S1/2

S0/0

S0/0

S0/0

S0/0

S0/0

S0/0

S0/1

Page 5: Ts Lab03 Free

CCIE R&S Troubleshooting 2.0 Lab­3 Page 5 of 50 © 2009 Narbik Kocharians. All rights reserved

Frame­relay DLCI connections:

Router Local DLCI Connecting to: R1 102

112 103 104 105 106

R2 R2 R3 R4 R5 R6

R2 201 211 203 204 205 206

R1 R1 R3 R4 R5 R6

R3 301 302 304 305 306

R1 R2 R4 R5 R6

R4 401 402 403 405 406

R1 R2 R3 R5 R6

R5 501 502 503 504 506

R1 R2 R3 R4 R6

R6 601 602 603 604 605

R1 R2 R3 R4 R5

Page 6: Ts Lab03 Free

CCIE R&S Troubleshooting 2.0 Lab­3 Page 6 of 50 © 2009 Narbik Kocharians. All rights reserved

F0/23­24

F0/19­20

F0/19­20

F0/21­22 F0/21­22

SW­1 SW­2

SW­3 SW­4

Page 7: Ts Lab03 Free

CCIE R&S Troubleshooting 2.0 Lab­3 Page 7 of 50 © 2009 Narbik Kocharians. All rights reserved

Lab Setup:

• Download the initial configuration file from the “Initial­config” folder

• No Static routes, No default routes, NO Policy Based Routing is allowed, unless otherwise specified.

• Use the following IP addressing chart for the BB routers:

Router Interface / IP address BB1 F0/0 – 9.9.16.21 /24 BB2 F0/0 – 14.7.225.22 /24 BB3 F0/0 – 9.9.31.23 /24

Ticket 1

SW4 can’t reach R1’s Loopback 0 IP address. You should fix this problem WITHOUT changing the configuration on SW4, R1 or R2.

Before we start the troubleshooting process, the problem should be verified. Therefore, let’s try to Ping R1’s Lo0 from SW4.

To verify R1’s Lo0’s IP address:

On R1

R1#Show run int Lo0 Building configuration...

Current configuration : 83 bytes ! interface Loopback0 ip address 14.7.99.1 255.255.255.255 ip ospf 1 area 0

end

On SW4

SW4#Ping 14.7.99.1

Type escape sequence to abort. Sending 5, 100­byte ICMP Echos to 14.7.99.1, timeout is 2 seconds:

Page 8: Ts Lab03 Free

CCIE R&S Troubleshooting 2.0 Lab­3 Page 8 of 50 © 2009 Narbik Kocharians. All rights reserved

..... Success rate is 0 percent (0/5)

As described in the ticket, SW4 can NOT ping R1’s Lo0. Let’s check SW4’s routing table to see if it has a route to that destination:

On SW4

SW4#Show ip route

Default gateway is 14.7.124.254

Host Gateway Last Use Total Uses Interface ICMP redirect cache is empty SW4#

It is obvious that this switch is configured as a host and NOT a router, WELL..... this should NOT matter, but let’s see if the default gateway address is reachable from the local switch:

On SW4

SW4#Ping 14.7.124.254

Type escape sequence to abort. Sending 5, 100­byte ICMP Echos to 14.7.124.254, timeout is 2 seconds: ..... Success rate is 0 percent (0/5)

Hmm……Let’s check the ARP table for 14.7.124.254:

On SW4

SW4#Show ARP

Protocol Address Age (min) Hardware Addr Type Interface Internet 14.7.124.14 ­ 000c.302d.9980 ARPA Vlan124 Internet 14.7.124.254 0 Incomplete ARPA

It is obvious that this switch can NOT resolve the MAC address for its default gateway. To fix this problem, we must find out which router has the 14.7.124.254 IP address. Looking at the disgram we can see that there are ONLY two routers on VLAN 124, R1 and R2. Let’s check R1’s F0/0 interface:

On R1

R1#Show run int F0/0 | B interface

interface FastEthernet0/0

Page 9: Ts Lab03 Free

CCIE R&S Troubleshooting 2.0 Lab­3 Page 9 of 50 © 2009 Narbik Kocharians. All rights reserved

ip address 14.7.124.1 255.255.255.0 ip ospf 1 area 0 duplex auto speed auto standby 1 ip 14.7.124.254 standby 1 priority 109 standby 1 preempt standby 1 mac­address 0000.1111.2222

end

The above show command reveals that SW4’s gateway address is an HSRP virtual IP address with a virtual MAC address of 0000.1111.2222.

Let’s verify SW4’s reachability to R1’s F0/0 IP address:

On SW4

SW4#Ping 14.7.124.1

Type escape sequence to abort. Sending 5, 100­byte ICMP Echos to 14.7.124.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round­trip min/avg/max = 1/200/1000 ms

The result of the above ping command verifies that SW4 has reachability to R1, therefore, HSRP configuration should be verified next:

On R1

R1#Show standby brief P indicates configured to preempt. |

Interface Grp Pri P State Active Standby Virtual IP Fa0/0 1 109 P Active local unknown 14.7.124.254

GOOD NEWS, the output of the above show command reveals a potential problem, R1 thinks of itself as the active router but it can NOT see the standby router. Let’s check R2’s configuration, may be R2 HSRP is incorrectly configured?

On R2

R2#Show run int F0/0 | B interface

interface FastEthernet0/0 ip address 14.7.124.2 255.255.255.0 ip ospf 1 area 0 duplex auto speed auto

Page 10: Ts Lab03 Free

CCIE R&S Troubleshooting 2.0 Lab­3 Page 10 of 50 © 2009 Narbik Kocharians. All rights reserved

standby 1 ip 14.7.124.254 standby 1 mac­address 0000.1111.2222

end

R2’s configuration looks correct; it’s similar to R1’s configuration. Let’s check the status of R2’s HSRP:

On R2

R2#Show standby brief P indicates configured to preempt. |

Interface Grp Pri P State Active Standby Virtual IP Fa0/0 1 100 Active local unknown 14.7.124.254

R2’s HSRP status is identical to the status of R1’s HSRP. R2 thinks of itself as the active router but does NOT see a standby router. The question is, can R2 and R1 communicate? Based on the diagram they should be running OSPF and they should be in the same VLAN. Are they OSPF neighbors? Do they have reachability to each other? Since they are connected via SW1, let’s check the VLAN assignment on SW1:

On SW1

SW1#Show vlan brie | Exc unsup

VLAN Name Status Ports ­­­­ ­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­ ­­­­­­­­­ ­­­­­­­­­­­­­­­­­­­­­­­­­­­­ ­­­ 1 default active Fa0/3, Fa0/7, Fa0/8, Fa0/9

Fa0/10, Fa0/14, Fa0/15, Fa0/16

Fa0/17, Fa0/18, Fa0/19, Fa0/20

Gi0/1, Gi0/2 25 VLAN0025 active 99 VLAN0099 active 124 VLAN0124 active Fa0/1, Fa0/2 216 VLAN0216 active Fa0/6, Fa0/11 225 VLAN0225 active Fa0/5, Fa0/12 231 VLAN0231 active Fa0/13

YES, they are configured in the correct VLAN, Let’s see if they can Ping each other’s IP address:

On R1

R1#Ping 14.7.124.2

Type escape sequence to abort. Sending 5, 100­byte ICMP Echos to 14.7.124.2, timeout is 2 seconds:

Page 11: Ts Lab03 Free

CCIE R&S Troubleshooting 2.0 Lab­3 Page 11 of 50 © 2009 Narbik Kocharians. All rights reserved

!!!!! Success rate is 100 percent (5/5), round­trip min/avg/max = 1/1/4 ms

The ping is successful as well, Have they established an OSPF neighbor adjacency?

On R1

R1#Show ip ospf neighbor

Neighbor ID Pri State Dead Time Address Interface 14.7.99.2 1 FULL/DR 00:00:35 14.7.124.2 FastEthernet0/0

The output of the above commands verifies that they are neighbors and obviously they have reachability because Ping was successful. What if something is blocking HSRP on VLAN 124? And may be that is why SW4 could NOT resolve the HSRP’s IP address and R1 and R2 can NOT exchange HSRP messages? Well….Since no access­list was seen on the F0/0 interface of R1 and R2, can it be the switch to which they are connected? Let’s check SW1’s configuration for the MAC address configured for HSRP:

On SW1

SW1#Show run | Inc 0000.1111.2222

mac­address­table static 0000.1111.2222 vlan 124 drop

YES……. We can see that SW1 is configured to drop all packets with a MAC address of 0000.1111.2222 as source OR destination. Let’s remove this bogus command from SW1 and see the results:

On SW1

SW1(config)#NO mac­address­table static 0000.1111.2222 VLAN 124 DROP

Once this is removed, you should see the following messages on R2 regarding HSRP:

%HSRP­5­STATECHANGE: FastEthernet0/0 Grp 1 state Active ­> Speak %HSRP­5­STATECHANGE: FastEthernet0/0 Grp 1 state Speak ­> Standby

Note, R2 transitioned from Active to standby which means that they can NOW send and receive HSRP hellos.

On R1

R1#Show standby brief

Page 12: Ts Lab03 Free

CCIE R&S Troubleshooting 2.0 Lab­3 Page 12 of 50 © 2009 Narbik Kocharians. All rights reserved

P indicates configured to preempt. |

Interface Grp Pri P State Active Standby Virtual IP Fa0/0 1 109 P Active local 14.7.124.2 14.7.124.254

On R2

R2#Show standby brief P indicates configured to preempt. |

Interface Grp Pri P State Active Standby Virtual IP Fa0/0 1 100 Standby 14.7.124.1 local 14.7.124.254

The outputs of the above show commands verify that R1 and R2 are exchanging HSRP messages. Let’s see if SW4 can ping R1’s Lo0 interface:

On SW4

SW4#Ping 14.7.124.254

Type escape sequence to abort. Sending 5, 100­byte ICMP Echos to 14.7.124.254, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round­trip min/avg/max = 1/201/1000 ms

SW4#Show ARP

Protocol Address Age (min) Hardware Addr Type Interface Internet 14.7.124.1 83 000f.2413.cbc0 ARPA Vlan124 Internet 14.7.124.14 ­ 000c.302d.9980 ARPA Vlan124 Internet 14.7.124.254 0 0000.1111.2222 ARPA Vlan124

Success……………….

Important issues:

In HSRP, the hello packets are sent with destination MAC address of the HSRP group MAC address, in this case 0000.1111.2222, and because SW1 was filtering that MAC address, R1 and R2 could NOT exchange hellos.

As far as ARP, remember that the ARP replies are sent with the source MAC address of the HSRP group, and since SW1 was filtering that MAC address, ARP replies NEVER passed from R1/R2 through SW1 all the way to SW4.

The “Mac address­table static drop” global configuration command enables MAC address filtering and instructs the switch to DRP traffic with the configured MAC address as source OR destination.

Page 13: Ts Lab03 Free

CCIE R&S Troubleshooting 2.0 Lab­3 Page 13 of 50 © 2009 Narbik Kocharians. All rights reserved

Ticket 2

The serial connection between R1 and R3 is about to be converted from HDLC to Frame­ relay. In order to prepare for the move, R1 and R3 were configured as if they are connected via a frame­relay switch, but the link between these two routers won’t stay up. Fix this problem such that the link comes up without any problem.

Let’s verify the problem:

On R1

R1#Show int S0/1 | Inc line protocol

Serial0/1 is up, line protocol is down

On R3

R3#Show int S0/1 | Inc line protocol

Serial0/1 is up, line protocol is down (looped)

Note the output of the above show commands verify that both interfaces are physically UP, but the line protocol is DOWN. Since the link protocol of Frame­relay is LMI, let’s enable LMI debugging on R1, may be this will give us a clue:

On R1

R1#Debug Frame­relay lmi interface S0/1

Frame Relay LMI debugging is on Displaying lmi data from interface Serial0/1 only

RT IE 1, length 1, type 0 KA IE 3, length 2, yourseq 3 , myseq 0 Serial0/1(in): Unexpected StEnq Serial0/1(out): StEnq, myseq 3, yourseen 0, DTE down datagramstart = 0xB7FFE74, datagramsize = 13 FR encap = 0xFCF10309 00 75 01 01 00 03 02 03 00

Note the output of the above debug command verifies that R1 received LMI status requests (StEnq), but since this router is NOT configured as a frame­relay switch, it did not send a message back to R3, and it did not know what to do with the StEnq.

Since R1 and R3 are connected to each other directly through a serial interface and NOT a Frame­relay switch, they never receive a reply for their LMI status queries.

Page 14: Ts Lab03 Free

CCIE R&S Troubleshooting 2.0 Lab­3 Page 14 of 50 © 2009 Narbik Kocharians. All rights reserved

This problem can be resolved in two different ways:

1. Configure one of the routers as a Frame­relay switch 2. Disable LMIs

Configuring one of the routers as a Frame­relay switch should NOT be a solution, because the ticket states that in the future the routers will be connected via a Frame­relay switch. Therefore, disabling LMI is the ONLY solution.

On R1

R1(config)#Int S0/1 R1(config­if)#No Keepalive

Note immediately after entering the command, you should receive the following message:

%LINEPROTO­5­UPDOWN: Line protocol on Interface Serial0/1, changed state to up

On R3

R3(config)#Int S0/1 R3(config­if)#NO Keepalive

On this router you should receive the following console messages:

%LINEPROTO­5­UPDOWN: Line protocol on Interface Serial0/1, changed state to up

%OSPF­5­ADJCHG: Process 1, Nbr 14.7.99.1 on Serial0/1 from LOADING to FULL, Loading Done

%BGP­5­ADJCHANGE: neighbor 14.7.13.1 Up

%OSPF­5­ADJCHG: Process 1, Nbr 14.7.99.1 on OSPF_VL0 from LOADING to FULL, Loading Done

WOW…it looks like many problems were resolved with this solution. To verify and test the configuration:

On R3

R3#Ping 14.7.13.1

Type escape sequence to abort. Sending 5, 100­byte ICMP Echos to 14.7.13.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round­trip min/avg/max = 1/1/4 ms

Page 15: Ts Lab03 Free

CCIE R&S Troubleshooting 2.0 Lab­3 Page 15 of 50 © 2009 Narbik Kocharians. All rights reserved

Ticket 3

R3 is configured to deny ingress telnet session. A route­map is configured to implement this policy. When testing this policy you realized that Telnet is still working. Fix this problem. You should configure a route­map to accomplish this task.

To verify the problem:

On R1

R1#Telnet 14.7.13.3 Note Telnet traffic is getting in. Trying 14.7.13.3 ... Open

Password required, but none set

[Connection to 14.7.13.3 closed by foreign host]

Let’s verify the configured route­map on R3:

On R3

R3#Show route­map

route­map TST, permit, sequence 10 Match clauses: ip address (access­lists): 103

Set clauses: interface Null0

Policy routing matches: 0 packets, 0 bytes

The output of the above show command reveals the following:

• The route­map is called TST • It’s matching on packets using access­list 103 • The route­map is configured to drop packets by sending the matched packets to Null

interface. • BUT there are NO packets matched against the route­map

Let’s verify the access­list (103):

On R3

R3#Show access­list 103

Extended IP access list 103

Page 16: Ts Lab03 Free

CCIE R&S Troubleshooting 2.0 Lab­3 Page 16 of 50 © 2009 Narbik Kocharians. All rights reserved

10 permit tcp any host 14.7.13.3 eq telnet (10 matches) 20 permit tcp any host 14.7.34.3 eq telnet 30 permit tcp any host 14.7.99.3 eq telnet

Note the output of the above show command reveals that packets are matched against the Telnet coming from R3, which means the following:

• The access­list (103) is configured correctly • The route­map “TST” is configured correctly

So…….why is it that R3 does NOT send Telnet packets to NULL interface? Let’s have a look at RFC 1812 requirements for IP routers:

When a router receives an IP packet, it must decide whether the packet is addressed to the router (and should be delivered locally) or the packet is addressed to another system (and should be handled by the forwarder).

Translation:

When a router receives a packet it must determine the destination of the packet, if the packet is destined to one of the router’s interface’s IP address, then, it must deliver it locally, or else, it should route the packet/s. which means that Telnet packet to R3 will NOT be routes, hence, will NOT apply the policy based routing using the route­map called “TST”. Since the task requires configuring a route­map to prevent Telnet traffic, the “IP local Policy” command which applies the route­map to locally generated traffic must be configured.

To accomplish this task using a route­map:

• Configure an Access­list to match Telnet traffic • Configure a route­map to reference the access­list from previous step and send the

packet/s to NULL interface • Apply the route­map on locally originated traffic

On R3

R3(config)#Access­list 133 permit tcp any eq Telnet any

R3(config)#Route­map TST permit 10 R3(config­route­map)#Match ip address 133 R3(config­route­map)#Set interface NULL 0

R3(config)#IP local policy route­map TST

To verify the configuration:

Page 17: Ts Lab03 Free

CCIE R&S Troubleshooting 2.0 Lab­3 Page 17 of 50 © 2009 Narbik Kocharians. All rights reserved

On R1

R1#Telnet 14.7.13.3

Trying 14.7.13.3 ... % Connection timed out; remote host not responding

Ticket 4

BB2 is configured to filter all incoming Eigrp routes. R5 can’t get Eigrp routes from BB2. Fix this problem while ensuring that the routes received from BB2 are reachable by R5.

Note R5 is getting the following messages which tells us that its neighbor adjacency to BB2 is flapping:

%DUAL­5­NBRCHANGE: IP­EIGRP(0) 256: Neighbor 14.7.225.22 (FastEthernet0/0) is down: retry limit exceeded %DUAL­5­NBRCHANGE: IP­EIGRP(0) 256: Neighbor 14.7.225.22 (FastEthernet0/0) is up: new adjacency

Note the routing table of R5 will reveal NO route/s from BB2 when its checked while the adjacency is UP:

On R5

R5#Show ip route eigrp

14.0.0.0/8 is variably subnetted, 10 subnets, 2 masks D EX 14.7.13.0/24 [170/2560002816] via 14.7.25.2, 01:00:29, FastEthernet0/1 D EX 14.7.34.0/24 [170/2560002816] via 14.7.25.2, 00:58:43, FastEthernet0/1 D 14.7.99.2/32 [90/156160] via 14.7.25.2, 05:24:01, FastEthernet0/1 D EX 14.7.99.3/32 [170/2560002816] via 14.7.25.2, 00:58:18, FastEthernet0/1 D EX 14.7.99.1/32 [170/2560002816] via 14.7.25.2, 05:24:01, FastEthernet0/1 D 14.7.124.0/24 [90/30720] via 14.7.25.2, 05:24:01, FastEthernet0/1

The ticket states that BB2 is filtering all incoming Eigrp routes. But if BB2 does NOT know about the 14.7.0.0 major network, how can its routes be reachable? BB2 will NOT know how to return the traffic.

One way to allow communication with BB2’s routes is to use NAT. But R5 is configured with NAT, Let’s check and see R5’s NAT configuration:

On R5

R5#Show run | Inc interface|nat

Page 18: Ts Lab03 Free

CCIE R&S Troubleshooting 2.0 Lab­3 Page 18 of 50 © 2009 Narbik Kocharians. All rights reserved

interface Loopback0 ip nat inside interface FastEthernet0/0 ip nat outside interface Serial0/0 interface Serial0/0.56 point­to­point ip nat inside interface FastEthernet0/1 ip nat inside interface Serial0/1 ip nat inside source list 122 interface FastEthernet0/0 overload

Based on the above output, it is obvious that NAT is used to hide the 14.7.0.0 major network behind R5’s F0/0 interface, which allows BB2 to return traffic without knowing about the networks that are present behind R5.

To cross eliminate NAT as a problem, let’s enable debugging NAT on R5:

On R5

R5#Debug ip nat

IP NAT debugging is on NAT: translation failed (F), dropping packet s=14.7.225.5 d=224.0.0.10 NAT: translation failed (F), dropping packet s=14.7.99.5 d=224.0.0.10 NAT: translation failed (F), dropping packet s=14.7.225.5 d=224.0.0.10 NAT: translation failed (E), dropping packet s=14.7.225.5 d=14.7.225.22

WELL…..based on the above output, it looks like R5 is trying to perform NAT on Eigrp packets and because of its failure, the packets are dropped.

The following verifies the access­list used to define the packets that are to be NATed:

On R5

R5#Show ip access­list 122

Extended IP access list 122 10 permit ip any any (14201 matches)

The output of the above show command reveals that R5 is configured to translate all packets including Eigrp. Whereas, it should be configured to NAT everything except Eigrp.

The following configures R5 to NAT everything but Eigrp packets:

On R5

Page 19: Ts Lab03 Free

CCIE R&S Troubleshooting 2.0 Lab­3 Page 19 of 50 © 2009 Narbik Kocharians. All rights reserved

R5(config)#NO access­list 122

R5(config)#Access­list 122 deny eigrp any any R5(config)#Access­list 122 permit ip any any

Instead of waiting for the neighbor adjacency to come up, let’s clear the neighbor table of R5:

On R5

R5#Clear ip eigrp neighbor

You should receive the following messages:

%DUAL­5­NBRCHANGE: IP­EIGRP(0) 256: Neighbor 14.7.225.22 (FastEthernet0/0) is down: manually cleared %DUAL­5­NBRCHANGE: IP­EIGRP(0) 256: Neighbor 14.7.25.2 (FastEthernet0/1) is down: manually cleared %DUAL­5­NBRCHANGE: IP­EIGRP(0) 256: Neighbor 14.7.225.22 (FastEthernet0/0) is up: new adjacency %DUAL­5­NBRCHANGE: IP­EIGRP(0) 256: Neighbor 14.7.25.2 (FastEthernet0/1) is up: new adjacency

To verify the configuration:

On R5

R5#Show ip route eigrp

22.0.0.0/32 is subnetted, 1 subnets D 22.22.22.22 [90/156160] via 14.7.225.22, 00:02:07, FastEthernet0/0

14.0.0.0/8 is variably subnetted, 10 subnets, 2 masks D EX 14.7.13.0/24 [170/2560002816] via 14.7.25.2, 00:02:03, FastEthernet0/1 D EX 14.7.34.0/24 [170/2560002816] via 14.7.25.2, 00:02:03, FastEthernet0/1 D 14.7.99.2/32 [90/156160] via 14.7.25.2, 00:02:03, FastEthernet0/1 D EX 14.7.99.3/32 [170/2560002816] via 14.7.25.2, 00:02:03, FastEthernet0/1 D EX 14.7.99.1/32 [170/2560002816] via 14.7.25.2, 00:02:03, FastEthernet0/1 D 14.7.124.0/24 [90/30720] via 14.7.25.2, 00:02:03, FastEthernet0/1

To test reachability:

On R5

R5#Ping 22.22.22.22 source loopback 0

Type escape sequence to abort. Sending 5, 100­byte ICMP Echos to 22.22.22.22, timeout is 2 seconds: Packet sent with a source address of 14.7.99.5

Page 20: Ts Lab03 Free

CCIE R&S Troubleshooting 2.0 Lab­3 Page 20 of 50 © 2009 Narbik Kocharians. All rights reserved

!!!!! Success rate is 100 percent (5/5), round­trip min/avg/max = 1/2/4 ms

To verify the configuration:

On R5

R5#Show ip nat translations

Pro Inside global Inside local Outside local Outside global icmp 14.7.225.5:1 14.7.99.5:1 22.22.22.22:1 22.22.22.22:1

Ticket 5

Routers R2 and R6 are NOT getting routes from BB2. These routes are important. Fix this problem.

Let’s see the networks advertised by BB2:

On BB2

BB2#Show run | S router eigrp

router eigrp 256 network 14.0.0.0 network 22.0.0.0 distribute­list 22 in no auto­summary

BB2#Show ip int brief

Interface IP­Address OK? Method Status Protocol FastEthernet0/0 14.7.225.22 YES manual up up

FastEthernet0/1 unassigned YES unset administratively down down Loopback0 22.22.22.22 YES manual up up

Let’s verify if R5 receives routes from BB2:

On R5

R5#Show ip route eigrp

22.0.0.0/32 is subnetted, 1 subnets

Page 21: Ts Lab03 Free

CCIE R&S Troubleshooting 2.0 Lab­3 Page 21 of 50 © 2009 Narbik Kocharians. All rights reserved

D 22.22.22.22 [90/156160] via 14.7.225.22, 00:18:55, FastEthernet0/0 14.0.0.0/8 is variably subnetted, 10 subnets, 2 masks

D EX 14.7.13.0/24 [170/2560002816] via 14.7.25.2, 00:18:51, FastEthernet0/1 D EX 14.7.34.0/24 [170/2560002816] via 14.7.25.2, 00:18:51, FastEthernet0/1 D 14.7.99.2/32 [90/156160] via 14.7.25.2, 00:18:51, FastEthernet0/1 D EX 14.7.99.3/32 [170/2560002816] via 14.7.25.2, 00:18:51, FastEthernet0/1 D EX 14.7.99.1/32 [170/2560002816] via 14.7.25.2, 00:18:51, FastEthernet0/1 D 14.7.124.0/24 [90/30720] via 14.7.25.2, 00:18:51, FastEthernet0/1

The routing table of R5 verifies that it receives 22.22.22.22 /32 prefix from BB2. Let’s check R6’s routing table:

On R6

R6#Show ip route 22.22.22.22

% Network not in table

Does R6 receive any prefix/s from R5?

R6#Show ip route eigrp

14.0.0.0/8 is variably subnetted, 6 subnets, 2 masks D 14.7.25.0/24 [90/2172416] via 14.7.56.5, 00:00:21, Serial0/0.56 D 14.7.99.5/32 [90/2297856] via 14.7.56.5, 00:00:21, Serial0/0.56 D 14.7.225.0/24 [90/2172416] via 14.7.56.5, 00:00:21, Serial0/0.56

R6 has all R5’s connected routes, but NOT prefix 22.22.22.22 /32. Let’s check R5’s Eigrp configuration:

On R5

R5#Show run | S eigrp

router eigrp 256 network 14.0.0.0 no auto­summary eigrp stub connected

access­list 122 deny eigrp any any

Note the “eigrp stub connected” configuration causes R5 to advertise ONLY its connected routes and this is the reason that R6 can ONLY see R5’s directly connected prefixes. Since the ticket did not prohibit us from removing any commands, the easiest solution is to remove the configuration.

On R5

R5(config)#Router eigrp 256 R5(config­router)#NO eigrp stub

Page 22: Ts Lab03 Free

CCIE R&S Troubleshooting 2.0 Lab­3 Page 22 of 50 © 2009 Narbik Kocharians. All rights reserved

Note once the configuration is removed the local router will re­establish its neighbor adjacency with its directly connected neighbors.

To verify the configuration:

On R6

R6#Show ip route eigrp

22.0.0.0/32 is subnetted, 1 subnets D 22.22.22.22 [90/2300416] via 14.7.56.5, 00:02:02, Serial0/0.56

14.0.0.0/8 is variably subnetted, 12 subnets, 2 masks D EX 14.7.13.0/24 [170/2560514816] via 14.7.56.5, 00:02:02, Serial0/0.56 D 14.7.25.0/24 [90/2172416] via 14.7.56.5, 00:02:04, Serial0/0.56 D EX 14.7.34.0/24 [170/2560514816] via 14.7.56.5, 00:02:02, Serial0/0.56 D 14.7.99.2/32 [90/2300416] via 14.7.56.5, 00:02:02, Serial0/0.56 D EX 14.7.99.3/32 [170/2560514816] via 14.7.56.5, 00:02:02, Serial0/0.56 D EX 14.7.99.1/32 [170/2560514816] via 14.7.56.5, 00:02:02, Serial0/0.56 D 14.7.99.5/32 [90/2297856] via 14.7.56.5, 00:02:04, Serial0/0.56 D 14.7.124.0/24 [90/2174976] via 14.7.56.5, 00:02:02, Serial0/0.56 D 14.7.225.0/24 [90/2172416] via 14.7.56.5, 00:02:04, Serial0/0.56

R6#Ping 22.22.22.22

Type escape sequence to abort. Sending 5, 100­byte ICMP Echos to 22.22.22.22, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round­trip min/avg/max = 1/2/4 ms

To verify the configuration on R2:

On R2

R2#Show ip route eigrp

22.0.0.0/32 is subnetted, 1 subnets D 22.22.22.22 [90/158720] via 14.7.25.5, 00:05:25, FastEthernet0/1

14.0.0.0/8 is variably subnetted, 12 subnets, 2 masks D 14.7.46.0/24 [90/2684416] via 14.7.25.5, 00:05:19, FastEthernet0/1 D 14.7.56.0/24 [90/2172416] via 14.7.25.5, 00:05:26, FastEthernet0/1 D 14.7.99.6/32 [90/2300416] via 14.7.25.5, 00:05:19, FastEthernet0/1 D 14.7.99.5/32 [90/156160] via 14.7.25.5, 00:05:26, FastEthernet0/1

D 14.7.225.0/24 [90/30720] via 14.7.25.5, 00:05:26, FastEthernet0/1

R2#Ping 22.22.22.22

Type escape sequence to abort. Sending 5, 100­byte ICMP Echos to 22.22.22.22, timeout is 2 seconds:

Page 23: Ts Lab03 Free

CCIE R&S Troubleshooting 2.0 Lab­3 Page 23 of 50 © 2009 Narbik Kocharians. All rights reserved

!!!!! Success rate is 100 percent (5/5), round­trip min/avg/max = 1/2/4 ms

Ticket 6

When testing this network, you realized that R1 can NOT reach R6’s Lo0 interface. Fix this problem using minimum number of commands.

Let’s verify the problem:

On R1

R1#Ping 14.7.99.6

Type escape sequence to abort. Sending 5, 100­byte ICMP Echos to 14.7.99.6, timeout is 2 seconds: ..... Success rate is 0 percent (0/5)

Let’s check R1’s routing table:

R1#Show ip route 14.7.99.6

Routing entry for 14.7.99.6/32 Known via "ospf 1", distance 110, metric 193, type inter area Last update from 14.7.13.3 on Serial0/1, 00:06:13 ago Routing Descriptor Blocks: * 14.7.13.3, from 14.7.99.4, 00:06:13 ago, via Serial0/1

Route metric is 193, traffic share count is 1

Explaining the highlighted areas:

• It’s a route to 14.7.99.6 /32 • It’s known via OSPF, its an inter­area route, and the ABR is R4 • The route is pointing in the right direction through R3 (14.7.13.3).

To verify the route:

R1#Traceroute 14.7.99.6

Type escape sequence to abort. Tracing the route to 14.7.99.6

1 14.7.13.3 0 msec 0 msec 4 msec 2 * * *

Page 24: Ts Lab03 Free

CCIE R&S Troubleshooting 2.0 Lab­3 Page 24 of 50 © 2009 Narbik Kocharians. All rights reserved

3 * *

Note the route from R1 to R6’s Lo0 is through R3, and it looks like the problem is at R3. Let’s look at R3’s routing table:

On R3

R3#Show ip route 14.7.99.6

Routing entry for 14.7.99.6/32 Known via "ospf 1", distance 110, metric 257, type inter area Last update from 14.7.13.1 on Serial0/1, 00:21:21 ago Routing Descriptor Blocks: * 14.7.13.1, from 14.7.99.4, 00:21:21 ago, via Serial0/1

Route metric is 257, traffic share count is 1

R3#Show ip route | Inc 14.7.99.6

O IA 14.7.99.6/32 [110/257] via 14.7.13.1, 00:23:05, Serial0/1

The output of the above show commands reveal that R3 know about the ABR but the most important information here is that R3 is pointing back to R1 to route to R6’s Lo0 IP address. Let’s have a look at R3’s OSPF interfaces:

On R3

R3#Show ip ospf interface brief

Interface PID Area IP Address/Mask Cost State Nbrs F/C VL0 1 0 14.7.13.3/24 64 P2P 1/1 Se0/0.34 1 1 14.7.34.3/24 64 P2P 1/1 Se0/1 1 1 14.7.13.3/24 64 P2P 1/1 Lo0 1 3 14.7.99.3/32 1 LOOP 0/0

From the output of the above show command we can see that R3 has a virtual­link configured and Lo0 of this router is configured in area 3, and that is why this router has a virtual­link configured.

BUT why is R3 pointing back to R1 for a route whose ABR is R4?

We all know that by default all inter­area routes must traverse through the backbone area (Area 0), therefore, its logical why R3 must go through area 0, but in Cisco IOS 12.3(7)T and better transit capability is enabled by default. Let’s check R3’s OSPF configuration:

On R3

R3#Show run | S router ospf

Page 25: Ts Lab03 Free

CCIE R&S Troubleshooting 2.0 Lab­3 Page 25 of 50 © 2009 Narbik Kocharians. All rights reserved

router ospf 1 log­adjacency­changes no capability transit area 1 virtual­link 14.7.99.1

WOW……. The transit capability is disabled, so R3 must go through area 0 to connect to inter­area routes. Let’s enable this feature and verify the path:

On R3

R3(config)#Router ospf 1 R3(config­router)#capability transit

We should immediately see the following message:

%BGP­5­ADJCHANGE: neighbor 14.7.99.6 Up

Let’s verify the configuration:

On R3

R3#Show ip route | Inc 14.7.99.6

O IA 14.7.99.6/32 [110/129] via 14.7.34.4, 00:03:55, Serial0/0.34

R3#Traceroute 14.7.99.6

Type escape sequence to abort. Tracing the route to 14.7.99.6

1 14.7.34.4 28 msec 28 msec 24 msec 2 14.7.46.6 56 msec * 52 msec

Note R3 is taking the correct route toward R6’s Lo0 IP address. The following verifies R1’s path to R6’s Lo0 IP address.

On R1

R1#traceroute 14.7.99.6

Type escape sequence to abort.

Tracing the route to 14.7.99.6

1 14.7.124.2 0 msec 0 msec 0 msec

Page 26: Ts Lab03 Free

CCIE R&S Troubleshooting 2.0 Lab­3 Page 26 of 50 © 2009 Narbik Kocharians. All rights reserved

2 14.7.25.5 0 msec 0 msec 4 msec 3 14.7.56.6 28 msec * 28 msec

To test the connection:

On R1

R1#Ping 14.7.99.6

Type escape sequence to abort. Sending 5, 100­byte ICMP Echos to 14.7.99.6, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round­trip min/avg/max = 112/114/116 ms

Ticket 7

R5 is NOT getting any BGP routes in it’s routing table. Configure R5 to fix this problem, ensure that R6 sees valid BGP routes; R5 should also have these routes in its routing table.

Let’s verify the problem:

On R5

R5#Show ip route bgp

R5#

Note R5 does NOT have any BGP routes in it’s routing table.

R5#Show ip bgp

BGP table version is 1, local router ID is 14.7.99.5 Status codes: s suppressed, d damped, h history, * valid, > best, i ­ internal,

r RIB­failure, S Stale Origin codes: i ­ IGP, e ­ EGP, ? ­ incomplete

Network Next Hop Metric LocPrf Weight Path * i9.9.1.1/32 9.9.16.21 0 100 0 9116 i

Note the route is in BGP table but did NOT get injected into the routing table, but why? Let’s check this route in detail:

Page 27: Ts Lab03 Free

CCIE R&S Troubleshooting 2.0 Lab­3 Page 27 of 50 © 2009 Narbik Kocharians. All rights reserved

On R5

R5#Show ip bgp 9.9.1.1

BGP routing table entry for 9.9.1.1/32, version 0 Paths: (1 available, no best path)

Not advertised to any peer 9116 9.9.16.21 (inaccessible) from 14.7.56.6 (14.7.99.6) Origin IGP, metric 0, localpref 100, valid, internal

We can clearly see the problem; the next hop IP address which is 9.9.16.21 is inaccessible. This means that its NOT in R5’s routing table. Let’s verify that:

On R5

R5#Show ip route 9.9.16.21

% Network not in table

Since the ticket states that R5 should be configured to fix the problem, the following configures R5 to set the next hop IP address to be 14.7.56.6:

On R5

R5(config)#route­map TST permit 10 R5(config­route­map)#set ip next­hop 14.7.56.6

R5(config)#Router bgp 56 R5(config­router)#Neighbor 14.7.56.6 route­map TST in

R5#cle ip bgp * in

Let’s have a look at R5’s BGP entry for 9.9.1.1

On R5

R5#Show ip bgp 9.9.1.1

BGP routing table entry for 9.9.1.1/32, version 2 Paths: (1 available, best #1, table Default­IP­Routing­Table) Flag: 0x820

Not advertised to any peer 9116

14.7.56.6 from 14.7.56.6 (14.7.99.6) Origin IGP, metric 0, localpref 100, valid, internal, best

Page 28: Ts Lab03 Free

CCIE R&S Troubleshooting 2.0 Lab­3 Page 28 of 50 © 2009 Narbik Kocharians. All rights reserved

R5#Show ip bgp

BGP table version is 2, local router ID is 14.7.99.5 Status codes: s suppressed, d damped, h history, * valid, > best, i ­ internal,

r RIB­failure, S Stale Origin codes: i ­ IGP, e ­ EGP, ? ­ incomplete

Network Next Hop Metric LocPrf Weight Path *>i9.9.1.1/32 14.7.56.6 0 100 0 9116 i

NOW......Let’s check the routing table of R5:

R5#Sho ip route bgp

9.0.0.0/32 is subnetted, 1 subnets B 9.9.1.1 [200/0] via 14.7.56.6, 00:04:31

Ticket 8

You were given the following problem to fix: R3 is configured to receive multicast flow for 239.3.3.3 group destination. When testing this connection, they realized that R6 can NOT ping 239.3.3.3.

To verify the problem:

On R6

R6#Ping 239.3.3.3

Type escape sequence to abort. Sending 1, 100­byte ICMP Echos to 239.3.3.3, timeout is 2 seconds: .

Let’s check the mroute table of R6:

On R6

R6#Show ip mroute

IP Multicast Routing Table Flags: D ­ Dense, S ­ Sparse, B ­ Bidir Group, s ­ SSM Group, C ­ Connected,

L ­ Local, P ­ Pruned, R ­ RP­bit set, F ­ Register flag, T ­ SPT­bit set, J ­ Join SPT, M ­ MSDP created entry, X ­ Proxy Join Timer Running, A ­ Candidate for MSDP Advertisement, U ­ URD, I ­ Received Source Specific Host Report,

Page 29: Ts Lab03 Free

CCIE R&S Troubleshooting 2.0 Lab­3 Page 29 of 50 © 2009 Narbik Kocharians. All rights reserved

Z ­ Multicast Tunnel, z ­ MDT­data group sender, Y ­ Joined MDT­data group, y ­ Sending to MDT­data group

Outgoing interface flags: H ­ Hardware switched, A ­ Assert winner Timers: Uptime/Expires Interface state: Interface, Next­Hop or VCD, State/Mode

(*, 224.0.1.40), 10:40:36/stopped, RP 0.0.0.0, flags: DCL Incoming interface: Null, RPF nbr 0.0.0.0 Outgoing interface list: Serial0/0.46, Forward/Sparse, 01:18:36/00:02:24

Note there are NO entries for 239.3.3.3 group, which means that R6 does not send Multicast traffic toward R3.

Let’s verify the multicast configuration of R6:

On R6

R6#Show run | Inc multi|pim|interface

ip multicast­routing multilink bundle­name authenticated interface Loopback0 interface Tunnel46 interface FastEthernet0/0 interface Serial0/0 interface Serial0/0.46 point­to­point ip pim sparse­mode frame­relay interface­dlci 604

interface Serial0/0.56 point­to­point frame­relay interface­dlci 605

interface FastEthernet0/1 neighbor 14.7.99.3 ebgp­multihop 255

We can se that Multicast routing is enabled and the interface toward R3 is configured to operate in PIM sparse­mode. Therefore, there should be an RP, let’s verify R6’s RP mapping:

On R6

R6#Show ip pim rp mapping

PIM Group­to­RP Mappings

R6#

Since we did not see a static RP configuration in R6, therefore, Its safe to assume that there should be a BSR or a Mapping­agent.

Let’s check the neighbor adjacency to ensure that R6 has a neighbor adjacency with R4:

Page 30: Ts Lab03 Free

CCIE R&S Troubleshooting 2.0 Lab­3 Page 30 of 50 © 2009 Narbik Kocharians. All rights reserved

On R6

R6#Show ip pim neighbor

PIM Neighbor Table Mode: B ­ Bidir Capable, DR ­ Designated Router, N ­ Default DR Priority,

S ­ State Refresh Capable Neighbor Interface Uptime/Expires Ver DR Address Prio/Mode 14.7.46.4 Serial0/0.46 01:30:16/00:01:28 v2 1 / S

Since R6 has established a neighbor adjacency with R4, we should move closer to R3 and examine R4’s RP mapping:

On R4

R4#Show ip pim rp mapping

PIM Group­to­RP Mappings This system is a candidate RP (v2) R4#

On R4

R4#Show run | Inc ip pim

ip pim sparse­mode ip pim sparse­mode

ip pim bsr­candidate Loopback0 0 ip pim rp­candidate Loopback0

The output of the above show commands reveal that R4 does NOT know about RP, But R4 is the BSR candidate. Let’s check the BSR status of R4:

On R4

R4#Show ip pim bsr­router

PIMv2 Bootstrap information This system is a candidate BSR

Candidate BSR interface Loopback0 PIMv2 is not configured ­ BSR messages not originated

Candidate RP: 14.7.99.4(Loopback0) PIMv2 is not configured on Loopback0 ­ not advertised

Note the output of the above command tells us that Lo0 interface was used as the source of BSR­ candidate and RP­candidate BUT PIM is NOT configured on the lo0 interface of this router, this can be verified by the following show command:

Page 31: Ts Lab03 Free

CCIE R&S Troubleshooting 2.0 Lab­3 Page 31 of 50 © 2009 Narbik Kocharians. All rights reserved

On R4

R4#Show run int Lo0 | B interface

interface Loopback0 ip address 14.7.99.4 255.255.255.255 ip ospf 1 area 1

end

To configure the loopback 0 interface:

On R4

R4(config)#int lo0 R4(config­if)#ip pim sparse­mode

We should see the following message:

DR change from neighbor 0.0.0.0 to 14.7.99.4 on interface Loopback0

To verify the configuration:

On R4

R4#Show ip pim rp mapping

PIM Group­to­RP Mappings This system is a candidate RP (v2) This system is the Bootstrap Router (v2)

Group(s) 224.0.0.0/4 RP 14.7.99.4 (?), v2 Info source: 14.7.99.4 (?), via bootstrap, priority 0, holdtime 150

Uptime: 00:01:21, expires: 00:02:06

The output of the above show command reveals that R4 is the elected BSR and the RP for all Multicast groups.

Let’s have a look at R6’s RP mappings:

On R6

R6#Show ip pim rp mapping

PIM Group­to­RP Mappings

Group(s) 224.0.0.0/4 RP 14.7.99.4 (?), v2

Page 32: Ts Lab03 Free

CCIE R&S Troubleshooting 2.0 Lab­3 Page 32 of 50 © 2009 Narbik Kocharians. All rights reserved

Info source: 14.7.99.4 (?), via bootstrap, priority 0, holdtime 150 Uptime: 00:03:42, expires: 00:02:18

To test the configuration:

On R6

R6#Ping 239.3.3.3

Type escape sequence to abort. Sending 1, 100­byte ICMP Echos to 239.3.3.3, timeout is 2 seconds:

Reply to request 0 from 14.7.34.3, 208 ms

On R4

R4#Show ip mroute

IP Multicast Routing Table Flags: D ­ Dense, S ­ Sparse, B ­ Bidir Group, s ­ SSM Group, C ­ Connected,

L ­ Local, P ­ Pruned, R ­ RP­bit set, F ­ Register flag, T ­ SPT­bit set, J ­ Join SPT, M ­ MSDP created entry, X ­ Proxy Join Timer Running, A ­ Candidate for MSDP Advertisement, U ­ URD, I ­ Received Source Specific Host Report, Z ­ Multicast Tunnel, z ­ MDT­data group sender, Y ­ Joined MDT­data group, y ­ Sending to MDT­data group

Outgoing interface flags: H ­ Hardware switched, A ­ Assert winner Timers: Uptime/Expires Interface state: Interface, Next­Hop or VCD, State/Mode

(*, 239.3.3.3), 00:06:47/00:02:36, RP 14.7.99.4, flags: S Incoming interface: Null, RPF nbr 0.0.0.0 Outgoing interface list: Serial0/0.34, Forward/Sparse, 00:06:47/00:02:36

(14.7.46.6, 239.3.3.3), 00:01:24/00:02:02, flags: T Incoming interface: Serial0/0.46, RPF nbr 14.7.46.6 Outgoing interface list: Serial0/0.34, Forward/Sparse, 00:01:24/00:03:04

(*, 224.0.1.40), 01:52:58/stopped, RP 0.0.0.0, flags: DCL Incoming interface: Null, RPF nbr 0.0.0.0 Outgoing interface list: Serial0/0.34, Forward/Sparse, 01:52:58/00:00:00

Page 33: Ts Lab03 Free

CCIE R&S Troubleshooting 2.0 Lab­3 Page 33 of 50 © 2009 Narbik Kocharians. All rights reserved

Ticket 9

R4 and R6 are connected via the frame­relay cloud; R6 can NOT reach R4’s Lo44 IPv6 address. Fix this problem.

To verify the problem, let’s find out R4’s Lo44’s IPv6 address:

On R4

R4#Show run int lo44 | B interface

interface Loopback44 no ip address ipv6 address 2002:E07:2204:44::44/64

end

On R6

R6#ping ipv6 2002:E07:2204:44::44

Type escape sequence to abort. Sending 5, 100­byte ICMP Echos to 2002:E07:2204:44::44, timeout is 2 seconds: ..... Success rate is 0 percent (0/5)

As we can see the IPv6 address of Lo44 interface is NOT reachable. Let’s see if R4 receives the ICMP packets, may be it can receive them but its NOT sending back a reply.

On R4

R4#Debug ipv6 icmp

On R6

R6#ping ipv6 2002:E07:2204:44::44

Type escape sequence to abort. Sending 5, 100­byte ICMP Echos to 2002:E07:2204:44::44, timeout is 2 seconds: ..... Success rate is 0 percent (0/5)

Note the debug resulted to NO output, because the ICMPv6 packets never arrived at R4.

Let’s display R6’s IPv6 routing table to determine the next hop IPv6 address:

On R6

Page 34: Ts Lab03 Free

CCIE R&S Troubleshooting 2.0 Lab­3 Page 34 of 50 © 2009 Narbik Kocharians. All rights reserved

R6#Show ipv6 route

IPv6 Routing Table ­ 4 entries Codes: C ­ Connected, L ­ Local, S ­ Static, R ­ RIP, B ­ BGP

U ­ Per­user Static route, M ­ MIPv6 I1 ­ ISIS L1, I2 ­ ISIS L2, IA ­ ISIS interarea, IS ­ ISIS summary O ­ OSPF intra, OI ­ OSPF inter, OE1 ­ OSPF ext 1, OE2 ­ OSPF ext 2 ON1 ­ OSPF NSSA ext 1, ON2 ­ OSPF NSSA ext 2 D ­ EIGRP, EX ­ EIGRP external

S ::/0 [1/0] via ::, Tunnel46

C 2002:E07:2E06:46::/64 [0/0] via ::, Tunnel46

L 2002:E07:2E06:46::6/128 [0/0] via ::, Tunnel46

L FF00::/8 [0/0] via ::, Null0

Note there is a static default route pointing to the tunnel 46 interface. Let’s check the configuration of Tunnel 46 interface:

On R6

R6#Show run int tunnel 46 | B interface interface Tunnel46 no ip address no ip redirects ipv6 address 2002:E07:2E06:46::6/64 tunnel source Serial0/0.46 tunnel mode ipv6ip 6to4

end

Note the most important information here is the fact that the tunnel mode is “6to4”, this should have been obvious because the IPv6 address starts with “2002”, since 2002:: is allocated to 6to4 IPv6 addresses. Let’s decode the IPv6 address of R6’s tunnel 46 interface in this case 2002:E07:2E06:46::6:

Word Meaning 0x2002 6to4 Prefix 0xE07 6to4 tunnel endpoint IPv6 address. This translates to decimal 14.7 0x2E06 6to4 Tunnel endpoint IPv6 address. This translates to decimal 46.6 0x46 Subnet ID 0x6 Host ID

Note 2002 is concatenated to the translated IPv4 address of R6’s S0/0.46 interface, the IPv4 address of S0/0.46 interface is translated into a 6to4 IPv6 address, because it is configured as the tunnel source.

Page 35: Ts Lab03 Free

CCIE R&S Troubleshooting 2.0 Lab­3 Page 35 of 50 © 2009 Narbik Kocharians. All rights reserved

To see the IPv4 address of this interface:

On R6

R6#Show ip int br S0/0.46

Interface IP­Address OK? Method Status Protocol Serial0/0.46 14.7.46.6 YES NVRAM up up

Let’s go through the same process for R4, first let’s verify the configuration of Tunnel 46 interface on R4:

On R4

R4#Show run int tunnel 46 | B interface

interface Tunnel46 no ip address no ip redirects ipv6 address 2002:E07:2204:46::4/64 tunnel source Serial0/0.46 tunnel mode ipv6ip 6to4

end

Note traffic from R6 to 2002:E07:2204::/80 should be encapsulated in IP and sent to 14.7.34.4, BUT this is R4’s S0/0.34’s IP address and R4’s Tunnel 46 interface is configured with S0/0.46 as the source of the tunnel. Let’s change the source to match the 6to4 address and test

On R4

R4(config)#int tunnel 46 R4(config­if)#Tunnel source S0/0.34

To test and verify the configuration:

On R6

R6#ping ipv6 2002:E07:2204:44::44

Word Meaning 0x2002 6to4 Prefix 0xE07 6to4 tunnel endpoint IPv6 address. This translates to decimal 14.7 0x2204 6to4 Tunnel endpoint IPv6 address. This translates to decimal 34.4 0x44 Subnet ID 0x44 Host ID

Page 36: Ts Lab03 Free

CCIE R&S Troubleshooting 2.0 Lab­3 Page 36 of 50 © 2009 Narbik Kocharians. All rights reserved

Type escape sequence to abort. Sending 5, 100­byte ICMP Echos to 2002:E07:2204:44::44, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round­trip min/avg/max = 64/66/68 ms

Note the ping is successful.

On R4

ICMPv6: Received echo request from 2002:E07:2E06:46::6 ICMPv6: Sending echo reply to 2002:E07:2E06:46::6 ICMPv6: Received echo request from 2002:E07:2E06:46::6 ICMPv6: Sending echo reply to 2002:E07:2E06:46::6 ICMPv6: Received echo request from 2002:E07:2E06:46::6 ICMPv6: Sending echo reply to 2002:E07:2E06:46::6 ICMPv6: Received echo request from 2002:E07:2E06:46::6 ICMPv6: Sending echo reply to 2002:E07:2E06:46::6 ICMPv6: Received echo request from 2002:E07:2E06:46::6

As expected, R4 sees the ICMPv6 packets.

Ticket 10

SW1 and SW2 can NOT ping each other over the 14.7.111.0 /24 segment. Fix this problem.

Let’s verify the problem:

On SW1

SW1#Ping 14.7.111.12

Type escape sequence to abort. Sending 5, 100­byte ICMP Echos to 14.7.111.12, timeout is 2 seconds: ..... Success rate is 0 percent (0/5)

Let’s check the configuration of the interfaces on these switches:

On SW1

SW1#Show run int f0/4 | B interface

interface FastEthernet0/4 no switchport

Page 37: Ts Lab03 Free

CCIE R&S Troubleshooting 2.0 Lab­3 Page 37 of 50 © 2009 Narbik Kocharians. All rights reserved

ip address 14.7.111.11 255.255.255.0 end

On SW2

SW2#Show run int f0/6 | B interface

interface FastEthernet0/6 no switchport ip address 14.7.111.12 255.255.255.0

end

Well the configuration of the switches looks fine. But these interfaces on SW1 and SW2 are connected to R4 and R6 respectively, and R4 and R6 are connected via a frame­relay connection. Let’s check the configuration of R4’s F0/0 and R6’s F0/1 interface:

On R4

R4#Show run int F0/0 | B interface

interface FastEthernet0/0 no ip address duplex auto speed auto xconnect 14.7.99.6 46 encapsulation mpls

end

On R6

R6#Show run int F0/1 | B interface

interface FastEthernet0/1 no ip address duplex auto speed auto xconnect 14.7.99.4 64 encapsulation mpls

end

It is obvious that Any Transport Over MPLS of AToM is used to provide reachability. Let’s check LDP neighbor adjacency between the routers:

On R6

R6#Show mpls ldp neighbor

Peer LDP Ident: 14.7.99.4:0; Local LDP Ident 14.7.99.6:0 TCP connection: 14.7.99.4.646 ­ 14.7.99.6.29184 State: Oper; Msgs sent/rcvd: 150/148; Downstream

Page 38: Ts Lab03 Free

CCIE R&S Troubleshooting 2.0 Lab­3 Page 38 of 50 © 2009 Narbik Kocharians. All rights reserved

Up time: 01:54:39 LDP discovery sources: Serial0/0.46, Src IP addr: 14.7.46.4 Targeted Hello 14.7.99.6 ­> 14.7.99.4, active, passive

Addresses bound to peer LDP Ident: 14.7.99.4 14.7.46.4 14.7.34.4

The output of the above command displays that LDP neighbor of this router (R6), in this case R4 is the ONLY neighbor to the local router. This means that both R4 and R6 are configured correctly as far as LDP and MPLS.

To see the interfaces that are running MPLS:

On R6

R6#Show MPLS interfaces

Interface IP Tunnel Operational Serial0/0.46 Yes (ldp) No Yes R6#

Since LDP and MPLS is configured correctly let’s look at AToM’s configuration closely:

On R4

R4#Show mpls ldp neighbor

Peer LDP Ident: 14.7.99.6:0; Local LDP Ident 14.7.99.4:0 TCP connection: 14.7.99.6.29184 ­ 14.7.99.4.646 State: Oper; Msgs sent/rcvd: 164/166; Downstream Up time: 02:08:29 LDP discovery sources: Serial0/0.46, Src IP addr: 14.7.46.6 Targeted Hello 14.7.99.4 ­> 14.7.99.6, active, passive

Addresses bound to peer LDP Ident: 9.9.16.6 14.7.99.6 14.7.46.6 14.7.56.6

R4#

AToM uses targeted LDP session between the routers to form an AToM VC, for this to work the two routers had to go through a discovery process using UDP 646 and once they discovered each other, a TCP session will be established using port 646 on the server side and a high port on the client side, this is displayed in the output of the above show command. In the lower part of the output the details of the targeted LDP session is displayed, in this case the two routers are directly connected and therefore, the output displays the direction of the Hellos going from 14.7.99.4à 14.7.99.6. Since the information shows no errors, let’s check the status of the VC on R4 and then on R6:

On R4

Page 39: Ts Lab03 Free

CCIE R&S Troubleshooting 2.0 Lab­3 Page 39 of 50 © 2009 Narbik Kocharians. All rights reserved

R4#Show MPLS L2transport vc

Local intf Local circuit Dest address VC ID Status ­­­­­­­­­­­­­ ­­­­­­­­­­­­­­­­­­­­­­­­­­ ­­­­­­­­­­­­­­­ ­­­­­­­­­­ ­­­­­­­­­ ­ Fa0/0 Ethernet 14.7.99.6 46 DOWN

On R6

R6#Show MPLS L2transport vc

Local intf Local circuit Dest address VC ID Status ­­­­­­­­­­­­­ ­­­­­­­­­­­­­­­­­­­­­­­­­­ ­­­­­­­­­­­­­­­ ­­­­­­­­­­ ­­­­­­­­­ ­ Fa0/1 Ethernet 14.7.99.4 64 DOWN

The vc is down on both routers; VCs are negotiated over the targeted LDP session. Let’s check the “Xconnect” command once again:

On R4

R4#Show run | Inc xconnect

xconnect 14.7.99.6 46 encapsulation mpls

On R6

R6#Show run | Inc xconnect Note the VC­IDs DO NOT match

xconnect 14.7.99.4 64 encapsulation mpls

In AToM the VC­IDs MUST match or else the VC can NOT be negotiated properly, let’s change R4’s VC­ID to match R6’s.

On R4

R4(config)#int F0/0 R4(config­if)#NO xconnect 14.7.99.6 46 encapsulation MPLS R4(config­if)#xconnect 14.7.99.6 64 encapsulation MPLS

To verify the configuration:

On R4

R4#Show MPLS L2transport vc

Page 40: Ts Lab03 Free

CCIE R&S Troubleshooting 2.0 Lab­3 Page 40 of 50 © 2009 Narbik Kocharians. All rights reserved

Local intf Local circuit Dest address VC ID Status ­­­­­­­­­­­­­ ­­­­­­­­­­­­­­­­­­­­­­­­­­ ­­­­­­­­­­­­­­­ ­­­­­­­­­­ ­­­­­­­­­ ­ Fa0/0 Ethernet 14.7.99.6 64 UP

On R6

R6#Show MPLS L2transport vc

Local intf Local circuit Dest address VC ID Status ­­­­­­­­­­­­­ ­­­­­­­­­­­­­­­­­­­­­­­­­­ ­­­­­­­­­­­­­­­ ­­­­­­­­­­ ­­­­­­­­­ ­ Fa0/1 Ethernet 14.7.99.4 64 UP

To test the configuration:

On SW1

SW1#Ping 14.7.111.12

Type escape sequence to abort. Sending 5, 100­byte ICMP Echos to 14.7.111.12, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round­trip min/avg/max = 67/67/68 ms

Ticket 11

You were called to fix a configuration problem that implements the following policy: SW1 should be configured to immediately transmit OSPF packets to R1 and R2’s F0/0 interface, this policy should be implemented no matter what other traffic is accumulated on R1 and R2’s interface’s buffer. SW1 should also be configured to limit OSPF bandwidth to 33.3 Mbits/sec.

Let’s check SW1’s interface configuration facing R1 and R2:

On SW1

SW1#Show run int F0/1 | B interface

interface FastEthernet0/1 switchport access vlan 124 srr­queue bandwidth shape 0 0 0 4 priority­queue out

Page 41: Ts Lab03 Free

CCIE R&S Troubleshooting 2.0 Lab­3 Page 41 of 50 © 2009 Narbik Kocharians. All rights reserved

mls qos trust dscp end

SW1#Show run int F0/2 | B interface

interface FastEthernet0/2 switchport access vlan 124 srr­queue bandwidth shape 0 0 0 4 priority­queue out mls qos trust dscp

end

Let’s start checking one item at a time, the first thing to check is if MPLS qos is enabled on the switch:

On SW1

SW1#Show mls qos

QoS is enabled QoS ip packet dscp rewrite is enabled

Mls Qos is enabled. The next step is to see if priority queueing is enabled and if the priority queue is shaped to 1/3 of the interface’s bandwidth:

On SW1

SW1#Show run int F0/1 | B interface

interface FastEthernet0/1 switchport access vlan 124 srr­queue bandwidth shape 0 0 0 4 priority­queue out mls qos trust dscp

end

Note even though Priority Queueing is enabled, there are two errors here and they are as follows:

1. Queue number, Q4 is NOT the priority queue; Q1 is the priority queue. 2. The shaping value is incorrect; it should have been shaped to 1/3 rd and NOT 1/4 th .

Let’s correct the errors and verify the configuration:

On SW1

SW1(config)#int range f0/1­2 SW1(config­if­range)#srr­queue bandwidth shape 3 0 0 0

Page 42: Ts Lab03 Free

CCIE R&S Troubleshooting 2.0 Lab­3 Page 42 of 50 © 2009 Narbik Kocharians. All rights reserved

Before the configuration is verified, we must map OSPF to Q1. By default the Precedence value of the routing protocols are set to 6, which is the same as DSCP CS6 with a decimal value of 48.

Let’s view the mapping of DSCP values to the queues:

On SW1

SW1#Show MLS qos maps dscp­output­q

Dscp­outputq­threshold map: d1 :d2 0 1 2 3 4 5 6 7 8 9 ­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­ 0 : 02­01 02­01 02­01 02­01 02­01 02­01 02­01 02­01 02­01 02­01 1 : 02­01 02­01 02­01 02­01 02­01 02­01 03­01 03­01 03­01 03­01 2 : 03­01 03­01 03­01 03­01 03­01 03­01 03­01 03­01 03­01 03­01 3 : 03­01 03­01 04­01 04­01 04­01 04­01 04­01 04­01 04­01 04­01 4 : 01­01 01­01 01­01 01­01 01­01 01­01 01­01 01­01 04­01 04­01 5 : 04­01 04­01 04­01 04­01 04­01 04­01 04­01 04­01 04­01 04­01 6 : 04­01 04­01 04­01 04­01

Note DSCP value of 48 maps to Queue 4 Threshold 1, this should be changed to Q1T1, as follows:

On SW1

SW1(config)#mls qos srr­queue output dscp­map queue 1 48

SW1#Show MLS qos maps dscp­output­q

Dscp­outputq­threshold map: d1 :d2 0 1 2 3 4 5 6 7 8 9 ­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­ 0 : 02­01 02­01 02­01 02­01 02­01 02­01 02­01 02­01 02­01 02­01 1 : 02­01 02­01 02­01 02­01 02­01 02­01 03­01 03­01 03­01 03­01 2 : 03­01 03­01 03­01 03­01 03­01 03­01 03­01 03­01 03­01 03­01 3 : 03­01 03­01 04­01 04­01 04­01 04­01 04­01 04­01 04­01 04­01 4 : 01­01 01­01 01­01 01­01 01­01 01­01 01­01 01­01 01­01 04­01 5 : 04­01 04­01 04­01 04­01 04­01 04­01 04­01 04­01 04­01 04­01 6 : 04­01 04­01 04­01 04­01

This looks MUCH better. The last thing to do is to check the trust state of the interfaces running OSPF. This MUST be done because if the switch is NOT configured to trust the DSCP values, then they are dropped.

On SW1

SW1#Show run int F0/2 | Inc mls

mls qos trust dscp

Page 43: Ts Lab03 Free

CCIE R&S Troubleshooting 2.0 Lab­3 Page 43 of 50 © 2009 Narbik Kocharians. All rights reserved

SW1#Show run int F0/1 | Inc mls

mls qos trust dscp

Success…………………………

Ticket 12

R2 is configured to be accessed via SSH, but the network administrator can ONLY access R2 via Telnet. Fix this problem. The username and the password is “CCIE”.

Let’s verify the configuration by using SSH to R2 from R1:

On R1

R1#ssh ­l CCIE 14.7.99.2

% Connection refused by remote host

Let’s check to see if SSH is enabled on R2:

On R2

R2#Show ip ssh

SSH Disabled ­ version 1.99 %Please create RSA keys (of atleast 768 bits size) to enable SSH v2. Authentication timeout: 120 secs; Authentication retries: 3

Note the output of the above command actually tells us what needs to be configured. Let’s create the keys:

R2(config)#IP domain name CCIE R2(config)#Crypto key generate rsa general­keys modulus 1024

You should see the following messages:

The name for the keys will be: R2.CCIE

% The key modulus size is 1024 bits % Generating 1024 bit RSA keys, keys will be non­exportable...[OK]

%SSH­5­ENABLED: SSH 1.99 has been enabled

Page 44: Ts Lab03 Free

CCIE R&S Troubleshooting 2.0 Lab­3 Page 44 of 50 © 2009 Narbik Kocharians. All rights reserved

Since SSH is enabled, let’s SSH from R1 to R2 again:

On R1

R1#ssh ­l CCIE 14.7.99.2

Password:

Password:

Password:

% Authentication failed. [Connection to 14.7.99.2 closed by foreign host]

Even though the correct password was entered, connection was refused due to failed authentication, may be SSH is filtered? Let’s check the VTY lines on R2:

On R2

R2#Show run | S vty

line vty 0 4 login transport input telnet

Note SSH is NOT enabled as a valid method for accessing the VTY lines. Let’s fix this:

On R2

R2(config)#line VTY 0 4 R2(config­line)#Transport input ssh

To verify the configuration:

On R1

R1#ssh ­l CCIE 14.7.99.2

Password:

Password:

Password:

% Authentication failed.

[Connection to 14.7.99.2 closed by foreign host]

Page 45: Ts Lab03 Free

CCIE R&S Troubleshooting 2.0 Lab­3 Page 45 of 50 © 2009 Narbik Kocharians. All rights reserved

Once again the same result. Let’s check to see if R2 is configured with a username and password for the user CCIE:

On R2

R2#Show run | Inc aaa|login|username|line|pass

no service password­encryption no aaa new­model line con 0 line aux 0 line vty 0 4 login

The above output reveals that aaa is NOT enabled, username and pass pair is NOT configured, and the “line vty 0 4” is NOT configured with “login local”, let’s start configuring:

On R2

R2(config)#username CCIE password CCIE

R2(config)#line vty 0 2 R2(config­line)#login local

To verify the configuration:

On R1

R1#ssh ­l CCIE 14.7.99.2

Password: Enter the password “CCIE”

R2> Perfect, it is working.

Ticket 13

R2 is configured to detect unreachable Telnet clients and once detected it should disconnect them. But your client is stating that it is NOT working, fix this problem.

Remember, Telnet does NOT have a built­in keepalive operation and it totally relies on TCP keepalives:

Page 46: Ts Lab03 Free

CCIE R&S Troubleshooting 2.0 Lab­3 Page 46 of 50 © 2009 Narbik Kocharians. All rights reserved

On R2

R2#Show run | Inc tcp

service tcp­keepalives­out R2#

Note R2 will ONLY activate TCP keepalives for outgoing TCP sessions and NOT for incoming. Let’s configure so it will also do it for incoming sessions:

On R2

R2(config)#service tcp­keepalives­in

Ticket 14

The BGP network was configured to use MED such that R3 prefers R6 as a gateway to reach the prefixes in AS 9116. But for what ever reason R3 is using R1 as the preferred gateway. You should fix this problem such that R3 prefers R6 as its primary gateway, you should use MED to accomplish this task.

Let’s verify the problem:

On R3

R3#Show ip bgp

BGP table version is 2, local router ID is 14.7.99.3 Status codes: s suppressed, d damped, h history, * valid, > best, i ­ internal,

r RIB­failure, S Stale Origin codes: i ­ IGP, e ­ EGP, ? ­ incomplete

Network Next Hop Metric LocPrf Weight Path * 9.9.1.1/32 14.7.99.6 10 0 56 9116 i *> 14.7.13.1 0 1 9116 i

Note R3 is going through 14.7.13.1 (R1) and NOT R6. Let’s look at this entry closer:

On R3

R3#Show ip bgp 9.9.1.1

BGP routing table entry for 9.9.1.1/32, version 2

Page 47: Ts Lab03 Free

CCIE R&S Troubleshooting 2.0 Lab­3 Page 47 of 50 © 2009 Narbik Kocharians. All rights reserved

Paths: (2 available, best #2, table Default­IP­Routing­Table) Advertised to update­groups:

1 56 9116 14.7.99.6 (metric 129) from 14.7.99.6 (14.7.99.6) Origin IGP, metric 10, localpref 100, valid, external

1 9116 14.7.13.1 from 14.7.13.1 (14.7.99.1) Origin IGP, localpref 100, valid, external, best

Note the output of the above show command reveals that the local router takes R1 (14.7.13.1) because it has a lower metric value (No value means zero) assign. When a router compares the MED attribute coming from two routers, it will always take the lower value, because the lower value has more preference. But its VERY important to know the path selection process and order, the follows identifies the steps:

1. Prefer the path with the highest WEIGHT. Note: WEIGHT is a Cisco­specific parameter. It is local to the router on which it is configured. Both path have the same weight.

2. Prefer the path with the highest LOCAL_PREF. Note: A path without LOCAL_PREF is considered to have had the value set with the “bgp default local­preference” command, or to have a value of 100 by default. Both paths have the same local preference.

3. Prefer the path that was locally originated via a network or aggregate BGP subcommand or through redistribution from an IGP. Local paths that are sourced by the Network or Redistribute commands are preferred over local aggregates that are sourced by the aggregate­address command. None of the paths are locally originated.

4. Prefer the path with the shortest AS_PATH. Note: Be aware of these items:

• This step is skipped if you have configured the bgp Bestpath as­path ignore command.

• An AS_SET counts as 1, no matter how many ASes are in the set.

• The AS_CONFED_SEQUENCE and AS_CONFED_SET are not included in the AS_PATH length.

Both paths have the same as path length.

5. Prefer the path with the lowest Origin type. Note: IGP is lower than Exterior Gateway Protocol (EGP), and EGP is lower than

Page 48: Ts Lab03 Free

CCIE R&S Troubleshooting 2.0 Lab­3 Page 48 of 50 © 2009 Narbik Kocharians. All rights reserved

INCOMPLETE. Both paths have the same origin.

6. Prefer the path with the lowest Multi­Exit Discriminator (MED). Note: Be aware of these items:

• This comparison only occurs if the first (the neighboring) AS is the same in the two paths. Any confederation sub­ASs are ignored. In other words, MEDs are compared only if the first AS in the AS_SEQUENCE is the same for multiple paths. Any preceding AS_CONFED_SEQUENCE is ignored.

• If bgp always­compare­med is enabled, MEDs are compared for all paths. You must disable this option over the entire AS. Otherwise, routing loops can occur.

• If bgp Bestpath med­confed is enabled, MEDs are compared for all paths that consist only of AS_CONFED_SEQUENCE. These paths originated within the local confederation.

• THE MED of paths that are received from a neighbor with a MED of 4,294,967,295 is changed before insertion into the BGP table. The MED changes to to 4,294,967,294.

• Paths received with no MED are assigned a MED of 0, unless you have enabled bgp Bestpath med missing­as­worst . If you have enabled “bgp Bestpath med missing­as­worst”, the paths are assigned a MED of 4,294,967,294.

• The bgp deterministic med command can also influence this step. Refer to How BGP Routers Use the Multi­Exit Discriminator for Best Path Selection for a demonstration. Both paths have different MED values. Lets stop here and check MED configurations.

Therefore, in order to influence R3’s preference such that it takes R6, we will configure the following:

On R3

R3(config)#router bgp 3 R3(config­router)#bgp Bestpath med missing­as­worst

To affect BGP with this policy:

R3#Clear ip bgp * IN

To verify the configuration:

On R3

R3#Show ip bgp 9.9.1.1

BGP routing table entry for 9.9.1.1/32, version 2 Paths: (2 available, best #2, table Default­IP­Routing­Table)

Advertised to update­groups:

Page 49: Ts Lab03 Free

CCIE R&S Troubleshooting 2.0 Lab­3 Page 49 of 50 © 2009 Narbik Kocharians. All rights reserved

1 56 9116 14.7.99.6 (metric 129) from 14.7.99.6 (14.7.99.6) Origin IGP, metric 10, localpref 100, valid, external

1 9116 14.7.13.1 from 14.7.13.1 (14.7.99.1) Origin IGP, metric 4294967295, localpref 100, valid, external, best

Ticket 15

Your client is complaining that timezone can NOT be configured on R2. Fix this problem.

Let’s verify the configuration by configuring Antarctica (UTC +12)on R2:

On R2

R2(config)#Clock timezone UTC +12 exit timezone UTC +12

^ % Invalid input detected at '^' marker.

WOW…What could be wrong here? The commands are entered correctly, but what is EXIT? Let’s try one keyword at a time:

On R2

R2(config)#Clock ? <cr>

R2(config)#exit

OK.....It looks like an alias was configured, let’s check for aliases on R2:

On R2

R2#Show run | Inc alias

alias configure clock exit

HAHAHAHA good one, Let’s remove the bogus alias:

On R2

R2(config)#NO alias configure clock exit

Page 50: Ts Lab03 Free

CCIE R&S Troubleshooting 2.0 Lab­3 Page 50 of 50 © 2009 Narbik Kocharians. All rights reserved

To verify the configuration:

On R2

R2(config)#Clock timezone UTC +12

We should see the following console messages:

%SYS­6­CLOCKUPDATE: System clock has been updated from 01:59:43 UTC Sat Mar 2 2002 to 01:59:43 UTC Sat Mar 2 2002, configured from console by console.

Congratulations, you just completed one of the lab number 3.