CertExams.com Simulator Lab Exercises Answers

Enabling RIPng on two routers and pinging between them

Description: This lab exercise demonstrates testing the connectivity using ping between two routers configured with RIP routing processes.

lab image

Instructions:

1. Enter into privileged mode on router London (LD).

2. Enter into global configuration mode.

3. Enter the command "ipv6 unicast-routing" that enables the forwarding of IPv6 unicast datagrams globally on the router. 

4. Enter into interface configuration mode and then assign IPv6 address on the interface. and then use the command "ipv6 rip <name> enable command to enable the specified RIP routing process on an interface.

5. Use the command "no shutdown" to start the protocol and issue copy run start config command

6. Enter into privileged mode on router Newyork (NY).

7. Enter into global configuration mode.

8. Enter the command "ipv6 unicast-routing" that enables the forwarding of IPv6 unicast datagrams globally on the router.

9. Enter into interface configuration mode and then assign IPv6 address on the interface. and then use the command "ipv6 rip <name> enable command to enable the specified RIP routing process on an interface. 

10. Use the command "no shutdown" to start the protocol and issue copy run start config command 

11. Ping LD from NY and test for connectivity.

LD>enable
LD#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
LD(config)#ipv6 unicast-routing
LD(config)#interface serial 0/0
LD(config-if)#ipv6 address 2001:3abc:d00:4ab:2::1/64
LD(config-if)#ipv6 rip process1 enable
LD(config-if)#no shutdown
LD(config-if)#exit
LD(config)#exit
LD#copy running-config startup-config
LD#

NY>enable
NY#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
NY(config)#
ipv6 unicast-routing
NY(config)#interface serial 0/0
NY(config-if)#ipv6 address 2001:3abc:d00:4ab:2::2/64
NY(config-if)#ipv6 rip process1 enable
NY(config-if)#no shutdown
NY(config-if)#exit
NY(config)#exit
NY#copy running-config startup-config
NY#ping ipv6 2001:3abc:d00:4ab:2::1/64

CertExams Blog!  Certexams.com Facebook Page Certexams.com Twitter Page Certexams on YouTube