2013年7月9日 星期二

IPv6 Routing RIPng


R1#
=============================
hostname R1
!
interface FastEthernet0/0
 no ip address
 duplex auto
 speed auto
 ipv6 address 2001:1:1:1::1/64
 ipv6 enable

 ipv6 rip 10 enable

!
interface Serial1/0
 no ip address
 ipv6 address 2001:2:2:2::1/64
 ipv6 enable

 ipv6 rip 10 enable

!
ipv6 router rip 10
=============================


R2#
=============================
hostname R2
!
interface FastEthernet0/0
 no ip address
 duplex auto
 speed auto
 ipv6 address 2001:3:3:3::1/64
 ipv6 enable

 ipv6 rip 10 enable
!
interface Serial1/0
 no ip address
 ipv6 address 2001:2:2:2::2/64
 ipv6 enable

 ipv6 rip 10 enable
!
ipv6 router rip 10
============================= 


R1#sh ipv6 route rip
IPv6 Routing Table - 6 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
R   2001:3:3:3::/64 [120/2]
     via FE80::C801:3EFF:FE20:8, Serial1/0
R1#

R1#sh ipv6 rip database
RIP process "10", local RIB
 2001:2:2:2::/64, metric 2
     Serial1/0/FE80::C801:3EFF:FE20:8, expires in 167 secs
 2001:3:3:3::/64, metric 2, installed
     Serial1/0/FE80::C801:3EFF:FE20:8, expires in 167 secs
R1#

R2#sh ipv6 route rip
IPv6 Routing Table - 6 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
R   2001:1:1:1::/64 [120/2]
     via FE80::C800:3EFF:FE20:8, Serial1/0
R2#

R2#sh ipv6 rip database
RIP process "10", local RIB
 2001:1:1:1::/64, metric 2, installed
     Serial1/0/FE80::C800:3EFF:FE20:8, expires in 151 secs
 2001:2:2:2::/64, metric 2
     Serial1/0/FE80::C800:3EFF:FE20:8, expires in 151 secs
R2#

沒有留言:

張貼留言