Difference between revisions of "RIP IPv6 Cisco IOS"

From Teknologisk videncenter
Jump to: navigation, search
m (Created page with "=Configuring IPv6 RIPng= ==IPv4/IPv6 Dualstack example== <source lang=cli> ipv6 unicast-routing ! interface FastEthernet0/1 ip address 10.14.0.2 255.255.255.0 ipv6 address 2001...")
 
m
Line 1: Line 1:
 
=Configuring IPv6 RIPng=
 
=Configuring IPv6 RIPng=
 +
This output is taken from the [[ITT_2013/Network_module_1/Assignment_Day_13|RIPng Dual-Stack Example]]
 
==IPv4/IPv6 Dualstack example==
 
==IPv4/IPv6 Dualstack example==
 
<source lang=cli>
 
<source lang=cli>
 
ipv6 unicast-routing
 
ipv6 unicast-routing
 
!
 
!
interface FastEthernet0/1
+
interface FastEthernet0/0
  ip address 10.14.0.2 255.255.255.0
+
  ip address 10.0.2.1 255.255.255.0
  ipv6 address 2001:10:14::2/64
+
  ipv6 address 2001:DB8:CAFE:2::1/64
  ipv6 rip RIP-Name Enable
+
  ipv6 rip RIP-V6 enable
 
!
 
!
 
</source>
 
</source>
 +
=Testing=
 +
<source lang=cli>
 +
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#
 +
</source>
 +
{{source cli}}
 +
[[Category:IPv6]]

Revision as of 12:06, 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
 ipv6 rip RIP-V6 enable 
!

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#