CCNPv7 ROUTE
Chapter 1 Lab 1-1, Basic RIPng and Default Gateway Configuration
Instructor Version
Topology
Objectives
• 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 dia gra', apply IP! addresses to the 9as t %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
R3(config-if)# ipv6 address fe"0!!(
200!db"!feed!!!/6#
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 ca n 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!!1
R2#
#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 RIPng
process in global configuration 'ode" he RIPng process will auto'atically be created if it doesn/t already
e&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
CCNPv7 ROUTE Lab 1-1, Basic RIPng and Default Gateway Configuration
'oopbac10
GigabitEthernet0/0
&erial0/0/0
Re.itribution!
one
R2#
8hich interfaces are inoled in the RIPng routing process on router R#=
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Loopbac. 1), 11, 1#, 4erial )+)+) and Gigabit%thernet )+) are each participating in the RIPng routing
process on R#"
8hich actie interface2s3 are :6 inoled in the RIPng routing process on router R#=
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
he 4erial )+)+1 is not p articipating in the RIPng routing process on R#"
b" ;se the s'o/ ipv- route co''and to iew R1/s IP! routing table"
R1#ho5 ip, route
*+, Routing 4able - .efault - 6 entrie
$o.e! $ - $onnecte.7 ' - 'ocal7 & - &tatic7 - +er-uer &tatic route
- G+7 R - R*+7 *1 - *&*& '17 *2 - *&*& '2
*% - *&*& interarea7 *& - *&*& u88ar97 " - E*GR+7 E: - E*GR+ e;ternal
" - " "efault7 "p - " +refi;7 "$E - "etination7 "r - Re.irect
- &+F *ntra7 * - &+F *nter7 E1 - &+F e;t 17 E2 - &+F e;t 2
1 - &+F &&% e;t 17 2 - &+F &&% e;t 27 a - %pplication
$ 2001!"!$%FE!1!!/< [0/0]
,ia GigabitEthernet0/07 .irectl9 connecte.
' 2001!"!$%FE!1!!1/12 [0/0]
,ia GigabitEthernet0/07 recei,e
$ 2001!"!$%FE!2!!/< [0/0]
,ia &erial0/0/07 .irectl9 connecte.
' 2001!"!$%FE!2!!1/12 [0/0]
,ia &erial0/0/07 recei,e
R 2001!"!$%FE!3!!/< [120/2]
,ia FE0!!27 &erial0/0/0
R 2001!"!$%FE!10!!/< [120/2]
,ia FE0!!27 &erial0/0/0
R 2001!"!$%FE!11!!/< [120/2]
,ia FE0!!27 &erial0/0/0
R 2001!"!$%FE!12!!/< [120/2]
,ia FE0!!27 &erial0/0/0
' FF00!!/ [0/0]
,ia ull07 recei,e
R1#
8hat is the ne&t-hop address and the type of IP! address for the RIPng routes on R1=
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
9%?)@@# which is the IP! lin.-local address of R#/s serial )+)+) interface"
( #)1! Cisco and+or its affiliates" ll rights resered" his docu'ent is Cisco Public" Page 7 of 11
CCNPv7 ROUTE Lab 1-1, Basic RIPng and Default Gateway Configuration
c" Ping the follow ing re'ote address es #))1@db?@cafe@$@@1, #))1@db?@cafe@1)@@1, and #))1@db?@feed@1@@1"
8hich pings were successful and which were not= If there were any pings that were unsuccessful,
e&plain the reason why"
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Pings to #))1@db?@cafe@$@@1 and #))1@db?@cafe@1)@@1 were successful" Pings to #))1@db?@feed@1@@1 were
unsuccessful" he pings to #))1@db?@feed@1@@1 were unsuccessful because R1 does not hae a route to
that prefi& and does not hae a default route"
#tep 0! Con%igure IPv- static routing bet/een R, an R.&
a" Configure an IP! static route on R$ forwarding all pac.ets for the #))1@DB?@C9%@@+*? prefi& to R#"
R3(config)# ipv6 unicast-routing
R3(config)# ipv6 route 200!db"!cafe!!/#" 200!db"!feed!!!2
Note@ he ipv- unicast*routing co''and is reAuired for a router to forward IP! pac.ets, howeer IP!
static routes can be configured without this co''and and forwarding IP! pac.ets will be successful"
oweer, it is suggested to use the ipv- unicast*routing co''and"
b" Configure an IP! default static route on R#, forwarding pac.ets to R$" Propagate the default route to
other RIPng routers in addition to other routes in R#/s routing table"
R2(config)# ipv6 route !!/0 200!db"!feed!!!
#tep 1! Propagate t'e e%ault route along /it' ot'er routes via RIPng an veri%y&
a" Propagate the default route to other RIPn g routers in addition to other route s in R#/s routing table"
R2(config)# interface serial 0/0/0
R2(config-if)# ipv6 rip &+,.G-&.ng default-information srcinate
he srcinate .eyword propagates the default route in addition to other routes in R#/s routing table"
b" Display the RIPng routes in R1/s IP! routing table" <erify that R1 is receiing both an IP! default route
and other routes fro' R# ia RIPng"
R1# sho$ ipv6 route rip
*+, Routing 4able - .efault - 10 entrie
$o.e! $ - $onnecte.7 ' - 'ocal7 & - &tatic7 - +er-uer &tatic route
- G+7 R - R*+7 *1 - *&*& '17 *2 - *&*& '2
*% - *&*& interarea7 *& - *&*& u88ar97 " - E*GR+7 E: - E*GR+ e;ternal
" - " "efault7 "p - " +refi;7 "$E - "etination7 "r - Re.irect
- &+F *ntra7 * - &+F *nter7 E1 - &+F e;t 17 E2 - &+F e;t 2
1 - &+F &&% e;t 17 2 - &+F &&% e;t 27 a - %pplication
R !!/0 [120/2]
,ia FE0!!27 &erial0/0/0
R 2001!"!$%FE!3!!/< [120/2]
,ia FE0!!27 &erial0/0/0
R 2001!"!$%FE!10!!/< [120/2]
,ia FE0!!27 &erial0/0/0
R 2001!"!$%FE!11!!/< [120/2]
,ia FE0!!27 &erial0/0/0
R 2001!"!$%FE!12!!/< [120/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
,ia FE0!!27 &erial0/0/0
R1#
8hat is the RIPng hop count for the default and other routes= %&plain how the hop count is d eter'ined"
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
he hop count for all RIPng routes is #" RIPng router includes itself in the hop count" 9or e&a'ple,
#))1@DB?@C9%@$@@+!* is # hops away, R1 plus R#"
c" o chec. whether you hae full connectiity, fro' R1 ping the interfaces on R# and R$" If you hae
successfully pinged all the re'ote interfaces, congratulations ou hae configured RIPng including a
default route"
#tep -! Propagate only t'e e%ault route via RIPng an veri%y&
a" Re'oe the preious co''and that propagates the default route using the srcinate .eyword and replace
it with the sa'e co''and using the only .eyword"
R2(config)# interface serial 0/0/0
R2(config-if)# no ipv6 rip &+,.G-&.ng default-information srcinate
R2(config-if)# ipv6 rip &+,.G-&.ng default-information only
b" Display the RIPng routes in R1/s IP! routing table" <erify that R1 is only receiing an IP! default route
fro' R# ia RIPng" ou will need to wait for the routes to e&pire on R1 or issue the clear ipv- rip
ROUTIN2*RIPng co''and to clear the RIPng databases on R1 and R#"
R1# clear ipv6 rip &+,.G-&.ng
R1# sho$ ipv6 route rip
*+, Routing 4able - .efault - entrie
$o.e! $ - $onnecte.7 ' - 'ocal7 & - &tatic7 - +er-uer &tatic route
- G+7 R - R*+7 *1 - *&*& '17 *2 - *&*& '2
*% - *&*& interarea7 *& - *&*& u88ar97 " - E*GR+7 E: - E*GR+ e;ternal
" - " "efault7 "p - " +refi;7 "$E - "etination7 "r - Re.irect
- &+F *ntra7 * - &+F *nter7 E1 - &+F e;t 17 E2 - &+F e;t 2
1 - &+F &&% e;t 17 2 - &+F &&% e;t 27 a - %pplication
R !!/0 [120/2]
,ia FE0!!27 &erial0/0/0
R1#
#tep 7! E)a(ine t'e RIPng process on R,&
a" 6n R#, use the s'o/ ipv- rip co''and to display the RIPng process"
R2# sho$ ipv6 rip
R*+ proce R4*G-R*+ng7 port =217 8ulticat-group FF02!!67 pi. 2<0
%.8initrati,e .itance i 120> ?a;i8u8 path i 1
p.ate e,er9 30 econ.7 e;pire after 10
@ol..o5n lat 0 econ.7 garbage collect after 120
&plit horiAon i onB poion re,ere i off
"efault route are generate.
+erio.ic up.ate 337 trigger up.ate =
Full %.,ertie8ent 07 "ela9e. E,ent 0
*nterface!
'oopbac12
'oopbac11
( #)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
'oopbac10
GigabitEthernet0/0
&erial0/0/0
Re.itribution!
one
R2#
ow 'any RIPng processes are running on R# and what are the process na'es=
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
here is only one RIPng process running on R# with the process na'e R6;I:G-RIPng"
8hat port nu'ber does RIPng use=
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Port 7#1"
8hat destination address and type of address does RIPng use to send updates=
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
RIPng uses the IP! 'ulticast address 99)#@@5"
"
#tep 3! E)a(ine t'e RIPng atabase an ne)t*'ops on R,&
a" 6n R#, e&a'ine the RIPng database"
R2# sho$ ipv6 rip database
R*+ proce R4*G-R*+ng7 local R*
2001!"!$%FE!1!!/<7 8etric 27 intalle.
&erial0/0/0/FE0!!17 e;pire in 1C1 ec
2001!"!$%FE!2!!/<7 8etric 2
&erial0/0/0/FE0!!17 e;pire in 1C1 ec
R2#
ow 'any entries are in the RIP database=
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
wo, #))1@DB?@C9%@1@@+!* and #))1@DB?@C9%@#@@+!*"
8hich entry is installed in the IP! routing table and why is the other route not included=
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
6nly the #))1@DB?@C9%@1@@+!* entry is installed in the IP! routing table" he #))1@DB?@C9%@#@@+!* is
not installed as a RIPng route because it is installed as a directly connected networ. which has a lower
ad'inistratie distance"
8hat is the ne&t-hop IP! address and e&it-interface of both RIP database entries=
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
( #)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
Bothe entries hae the ne&t-hop address 9%?)@@# and e&it-interface serial )+)+)"
8hat happens when Ee&pires in n secondsF reaches )= 8 hat .eeps this alue fro' e&piring=
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
8hen the countdown ti'er reaches ), the route is re'oed fro' the routing table and 'ar.ed as e&pired"
RIPng sends periodic updates eery $) seconds which refreshes the countdown ti'er"
b" 6n R#, e&a'ine the nu'ber of ne&t-hops for the RIPng process"
R2# sho$ ipv6 rip &+,.G-&.ng next-hops
R*+ proce R4*G-R*+ng7 e;t @op
FE0!!1/&erial0/0/0 [2 path]
R2#
8hy are there two paths fro' the ne&t-hop 9%?)@@1+4erial)+)+) but only one route in the IP! routing
table using the ne&t-hop 9%?)@@1=
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
6ne path is for the #))1@DB?@C9%@1@@+!* prefi& which is in the IP! routing table" he second path is f or
the #))1@DB?@C9%@#@@+!* prefi& which is not using the ne&t-hop 9%?)@@1 because its directly connected
networ. 2ad'inistratie distance of )3 is a better path" his can be erified using the ebug ipv- rip
co''and"
( #)1! Cisco and+or its affiliates" ll rights resered" his docu'ent is Cisco Public" Page 5 of 11
CCNPv7 ROUTE Lab 1-1, Basic RIPng and Default Gateway Configuration
4evice Con%igurations 5Instructor version6
Router R+
hotna8e R1
D
ip, unicat-routing
D
interface GigabitEthernet0/0
.ecription Engineering "epart8ent
ip,
ip, a..re
a..re FE0!!1 lin-local
2001!"!$%FE!1!!1/<
ip, rip R4*G-R*+ng enable
D
interface &erial0/0/0
.ecription &erial lin to R2
ip, a..re FE0!!1 lin-local
ip, a..re 2001!"!$%FE!2!!1/<
ip, rip R4*G-R*+ng enable
cloc rate <000
D
ip, router rip R4*G-R*+ng
D
en.
Router R,
hotna8e R2
D
ip, unicat-routing
D
interface 'oopbac10
.ecription ?areting "epart8ent
ip, a..re FE0!!2 lin-local
ip, a..re 2001!"!$%FE!10!!1/<
ip, rip R4*G-R*+ng enable
D
interface 'oopbac11
.ecription ?areting "epart8ent
ip, a..re FE0!!2 lin-local
ip, a..re 2001!"!$%FE!11!!1/<
ip, rip R4*G-R*+ng enable
D
interface 'oopbac12
.ecription ?areting "epart8ent
ip,
ip, a..re
a..re FE0!!2 lin-local
2001!"!$%FE!12!!1/<
ip, rip R4*G-R*+ng enable
D
interface GigabitEthernet0/0
.ecription %ccounting "epart8ent
ip, a..re FE0!!2 lin-local
ip, a..re 2001!"!$%FE!3!!1/<
ip, rip R4*G-R*+ng enable
D
interface &erial0/0/0
.ecription &erial lin to R1
( #)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
ip, a..re FE0!!2 lin-local
ip, a..re 2001!"!$%FE!2!!2/<
ip, rip R4*G-R*+ng enable
ip, rip R4*G-R*+ng .efault-infor8ation onl9
D
interface &erial0/0/1
.ecription &erial lin to R3
ip, a..re FE0!!2 lin-local
ip, a..re 2001!"!FEE"!1!!2/<
cloc rate <000
D
ip, route !!/0 2001!"!FEE"!1!!1
ip, router rip R4*G-R*+ng
D
en.
Router R.
hotna8e R3
D
ip, unicat-routing
D
interface &erial0/0/1
.ecription &erial lin to R2
ip, a..re FE0!!3 lin-local
ip, a..re 2001!"!FEE"!1!!1/<
D
ip, route 2001!"!$%FE!!/< 2001!"!FEE"!1!!2
D
en.
( #)1! Cisco and+or its affiliates" ll rights resered" his docu'ent is Cisco Public" Page 11 of 11