CCNPv7 ROUTE
Chapter 1 Lab 1-1, Basic RIPng and Default Gateway Configuration
Instructor VersionTopologyObjectives
ã
Configure IP! addressing
ã
Configure and erify RIPng on R1 and R#
ã
Configure IP! static routes between R# and R$
ã
Propagate a default route using RIPng
ã
%&a'ine the RIP process and RIP database
( #)1* Cisco and+or its affiliates ll rights resered his docu'ent is Cisco Public
Page 1 of 11
CCNPv7 ROUTE
Lab 1-1, Basic RIPng and Default Gateway Configuration
Backgroun
In this lab you will be configuring a new networ. to connect a co'pany/s %ngineering, 0ar.eting, and ccounting depart'ents using IP! and RIPng on two routers ou will also be configuring IP! static routing between the co'pany/s gateway router 2R#3 and an I4P 2R$3 he gateway router will propagate the IP! default route ia RIPng our tas. is to configure RIPng to enable full connectiity between all routers
Note!
his lab uses Cisco 15*1 routers with Cisco I64 Release 17 * with IP Base he switches are Cisco 84-C#5!)-#*-L with 9ast %thernet interfaces, therefore the router will use routing 'etrics associated with a 1)) 0b+s interface Depending on the router or switch 'odel and Cisco I64 4oftware ersion, the co''ands aailable and output produced 'ight ary fro' what is shown in this lab
Re uire Resources
ã
$ routers 2Cisco I64 Release 17 # or co'parable3
ã
# switches 2L: interfaces3
ã
4erial and %thernet cables
#tep $! #uggeste starting con%igurations&
a pply the following configuration to each router along with the appropriate
'ostna(e
he
e)ec*ti(eout $ $
co''and should only be used in a lab eniron'ent
Router(config)#
no ip domain-lookup
Router(config)#
line con 0
Router(config-line)#
logging synchronous
Router(config-line)#
exec-timeout 0 0
#tep +! Con%igure aressing an loopbacks&
b ;sing the addressing sche'e in the diagra', apply IP! addresses to the 9ast %thernet interfaces and serial interfaces R1, R#, and R$ hen create Loopbac.1 on R1, Loopbac.# on R#, and Loopbac.$ on R$ and address the' according to the diagra'
R1(config)#
interface GigabitEthernet 0/0
R1(config-if)#
description Engineering Department
R1(config-if)#
ipv6 address 200!db !cafe!!!/6#
R1(config-if)#
ipv6 address fe 0!! link-local
R1(config-if)#
no shutdo$n
R1(config-if)#
exit
R1(config)#
interface serial 0/0/0
R1(config-if)#
description %erial link to &2
R1(config-if)#
ipv6 address 200!db !cafe!2!!/6#
R1(config-if)#
ipv6 address fe 0!! link-local
R1(config-if)#
clock rate 6#000
R1(config-if)#
no shutdo$n
R2(config)#
interface GigabitEthernet 0/0
R2(config-if)#
description 'ccounting Department
R2(config-if)#
ipv6 address 200!db !cafe!(!!/6#
R2(config-if)#
ipv6 address fe 0!!2 link-local
R2(config-if)#
no shutdo$n
R2(config-if)#
exit
R2(config)#
interface )oopback 0
R2(config-if)#
description *arketing Department
R2(config-if)#
ipv6 address 200!db !cafe!0!!/6#
( #)1! Cisco and+or its affiliates ll rights resered his docu'ent is Cisco Public
Page # of 11
CCNPv7 ROUTE
Lab 1-1, Basic RIPng and Default Gateway Configuration
R2(config-if)#
ipv6 address fe 0!!2 link-local
R2(config-if)#
exit
R2(config)#
interface )oopback
R2(config-if)#
description *arketing Department
R2(config-if)#
ipv6 address 200!db !cafe!!!/6#
R2(config-if)#
ipv6 address fe 0!!2 link-local
R2(config-if)#
exit
R2(config)#
interface )oopback 2
R2(config-if)#
description *arketing Department
R2(config-if)#
ipv6 address 200!db !cafe!2!!/6#
R2(config-if)#
ipv6 address fe 0!!2 link-local
R2(config-if)#
exit
R2(config)#
interface %erial 0/0/0
R2(config-if)#
description %erial link to &
R2(config-if)#
ipv6 address 200!db !cafe!2!!2/6#
R2(config-if)#
ipv6 address fe 0!!2 link-local
R2(config-if)#
no shutdo$n
R2(config-if)#
exit
R2(config)#
interface %erial 0/0/
R2(config-if)#
description %erial link to &(
R2(config-if)#
ipv6 address 200!db !feed!!!2/6#
R2(config-if)#
ipv6 address fe 0!!2 link-local
R2(config-if)#
clock rate 6#000
R2(config-if)#
no shutdo$n
R2(config-if)#
exit
R3(config)#
interface %erial 0/0/
R3(config-if)#
description %erial link to &2
R3(config-if)#
ipv6 address 200!db !feed!!!/6#
R3(config-if)#
ipv6 address fe 0!!( link-local
R3(config-if)#
no shutdo$n
Leae the switch in its default 2blan.3 configuration By default, all switch ports are in <L:1 and are not ad'inistratiely down
Note!
If the switch has been preiously configured, erase the startup config, delete the lan dat file fro' flash 'e'ory, and reload the switch c <erify that the line protocol of each interface is up and that you can successfully ping across each lin. ou should see output si'ilar to the following on each router
R2#
sho$ ipv6 interface brief
GigabitEthernet0/0 [up/up] FE0!!2 2001! !$%FE!3!!1&erial0/0/0 [up/up] FE0!!2 2001! !$%FE!2!!2&erial0/0/1 [up/up] FE0!!2 2001! !FEE !1!!2'oopbac10 [up/up] FE0!!2 2001! !$%FE!10!!1'oopbac11 [up/up] FE0!!2 2001! !$%FE!11!!1'oopbac12 [up/up] FE0!!2
( #)1! Cisco and+or its affiliates ll rights resered his docu'ent is Cisco Public
Page $ of 11
CCNPv7 ROUTE
Lab 1-1, Basic RIPng and Default Gateway Configuration
2001! !$%FE!12!!1R2#
#tep ,! Con%igure RIPng on R+ an R,&
a fter you hae i'ple'ented your addressing sche'e, enable RIPng on R1 using the following co''ands in global configuration 'ode
R1(config)#
ipv6 router rip &+,.G-&.ng
*+, routing not enable.R1(config)#
ipv6 unicast-routing
R1(config)#
ipv6 router rip &+,.G-&.ng
R1(config-rtr)#
exit
R1(config)#
interface gigabitethernet 0/0
R1(config-if)#
ipv6 rip &+,.G-&.ng enable
R1(config-if)#
exit
R1(config)#
interface serial 0/0/0
R1(config-if)#
ipv6 rip &+,.G-&.ng enable
:otice that IP! routing 'ust be enabled prior to configuring RIPng using the
ipv- unicast*routing
co''and he networ. state'ent has been eli'inated in RIPng RIPng routing is enabled at the interface leel instead, and is identified by a locally significant process na'e as 'ultiple processes can be created with RIPng b Configure RIPng on R# using the following co''ands
R2(config)#
ipv6 unicast-routing
R2(config)#
interface serial 0/0/0
R2(config-if)#
ipv6 rip &+,.G-&.ng enable
R2(config-if)#
exit
R2(config)#
interface gigabitEthernet 0/0
R2(config-if)#
ipv6 rip &+,.G-&.ng enable
R2(config-if)#
exit
R2(config)#
interface loopback 0
R2(config-if)#
ipv6 rip &+,.G-&.ng enable
R2(config-if)#
exit
R2(config)#
interface loopback
R2(config-if)#
ipv6 rip &+,.G-&.ng enable
R2(config-if)#
exit
R2(config)#
interface loopback 2
R2(config-if)#
ipv6 rip &+,.G-&.ng enable
s shown on R#, the RIPng process can be configured on the interface without first configuring the RIPngprocess in global configuration 'ode he RIPng process will auto'atically be created if it doesn/t alreadye&ist
#tep .! Veri%y t'e RIPng con%iguration&
a <erify that the RIPng process is running on R#
R2#
sho$ ipv6 protocols
*+, Routing +rotocol i connecte.*+, Routing +rotocol i application*+, Routing +rotocol i *+, Routing +rotocol i rip R4*G-R*+ng *nterface! 'oopbac12 'oopbac11
( #)1! Cisco and+or its affiliates ll rights resered his docu'ent is Cisco Public
Page * of 11