Difference between revisions of "RIP IPv6 Cisco IOS"

From Teknologisk videncenter
Jump to: navigation, search
m
m (IPv4/IPv6 Dualstack example)
 
Line 8: Line 8:
 
  ip address 10.0.2.1 255.255.255.0
 
  ip address 10.0.2.1 255.255.255.0
 
  ipv6 address 2001:DB8:CAFE:2::1/64
 
  ipv6 address 2001:DB8:CAFE:2::1/64
  ipv6 rip RIP-V6 enable  
+
  <notice>ipv6 rip RIP-V6 enable</notice>
 
!
 
!
 
</source>
 
</source>
 +
 
=Testing=
 
=Testing=
 
<source lang=cli>
 
<source lang=cli>

Latest revision as of 12:07, 31 October 2013

Configuring IPv6 RIPng

This output is taken from the RIPng Dual-Stack Example

IPv4/IPv6 Dualstack example

ipv6 unicast-routing
!
interface FastEthernet0/0
 ip address 10.0.2.1 255.255.255.0
 ipv6 address 2001:DB8:CAFE:2::1/64
 <notice>ipv6 rip RIP-V6 enable</notice> 
!

Testing

R4#<input>show ipv rip database</input> 
RIP process "RIP-V6" local RIB 
 2001:DB8:CAFE::/64, metric 3, installed
    Serial0/0/0/FE80::290:2BFF:FEC1:AB60, expires in 166 sec
 2001:DB8:CAFE:1::/64, metric 3, installed
    Serial0/0/0/FE80::290:2BFF:FEC1:AB60, expires in 166 sec
 2001:DB8:CAFE:3::/64, metric 2, installed
    Serial0/0/0/FE80::290:2BFF:FEC1:AB60, expires in 166 sec
 2001:DB8:CAFE:100A::/64, metric 3, installed
    Serial0/0/0/FE80::290:2BFF:FEC1:AB60, expires in 166 sec
 2001:DB8:CAFE:100B::/64, metric 2, installed
    Serial0/0/0/FE80::290:2BFF:FEC1:AB60, expires in 166 sec
 2001:DB8:CAFE:100C::/64, metric 2, installed
    Serial0/0/0/FE80::290:2BFF:FEC1:AB60, expires in 166 sec
 2001:DB8:CAFE:100D::/64, metric 2
    Serial0/0/0/FE80::290:2BFF:FEC1:AB60, expires in 166 sec
R4#