RIPng Lab1:
Configuration
R1:
ipv6 cef
interface Loopback1
no ip address
ipv6 address ABCD:1111::1/32
ipv6 rip lab1 enable
!
!
interface Loopback2
no ip address
ipv6 address ABCD:1112::1/32
ipv6 rip lab1 enable
!
!
interface FastEthernet0/0
no ip address
duplex half
ipv6 address A:A:A::1/48
ipv6 rip lab1 enable
!
ipv6 router rip lab1
__________________________________________________________________________________
R2:
ipv6 unicast-routing
ipv6 cef
ipv6 cef
interface Loopback1
no ip address
ipv6 address 1111::1/16
ipv6 rip lab1 enable
!
!
interface Loopback2
no ip address
ipv6 address 2222::1/16
ipv6 rip lab1 enable
!
!
interface Loopback3
no ip address
ipv6 address 3333::1/16
ipv6 rip lab1 enable
!
!
interface FastEthernet0/0
no ip address
duplex half
ipv6 address A:A:A::2/48
ipv6 rip lab1 enable
!
ipv6 router rip lab1
!
!
________________________________________________________________________________
R1#SH IPV6 INTerface BRief
no ip address
ipv6 address 1111::1/16
ipv6 rip lab1 enable
!
!
interface Loopback2
no ip address
ipv6 address 2222::1/16
ipv6 rip lab1 enable
!
!
interface Loopback3
no ip address
ipv6 address 3333::1/16
ipv6 rip lab1 enable
!
!
interface FastEthernet0/0
no ip address
duplex half
ipv6 address A:A:A::2/48
ipv6 rip lab1 enable
!
ipv6 router rip lab1
!
!
________________________________________________________________________________
Verification R1
R1:
FastEthernet0/0 [up/up]
FE80::C800:17FF:FE84:0
A:A:A::1
Loopback1 [up/up]
FE80::C800:17FF:FE84:0
ABCD:1111::1
Loopback2 [up/up]
FE80::C800:17FF:FE84:0
ABCD:1112::1
R1#SH IPV6 PROtocols
IPv6 Routing Protocol is "connected"
IPv6 Routing Protocol is "ND"
IPv6 Routing Protocol is "rip lab1"
Interfaces:
Loopback2
Loopback1
FastEthernet0/0
Redistribution:
None
R1#SH IPV6 ROute RIp
IPv6 Routing Table - default - 10 entries
Codes: C - Connected, L - Local, S - Static, U - Per-user Static route
B - BGP, M - MIPv6, R - RIP, I1 - ISIS L1
I2 - ISIS L2, IA - ISIS interarea, IS - ISIS summary, D - EIGRP
EX - EIGRP external, ND - Neighbor Discovery
O - OSPF Intra, OI - OSPF Inter, OE1 - OSPF ext 1, OE2 - OSPF ext 2
ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2
R 1111::/16 [120/2]
via FE80::C801:FFF:FE20:0, FastEthernet0/0
R 2222::/16 [120/2]
via FE80::C801:FFF:FE20:0, FastEthernet0/0
R 3333::/16 [120/2]
via FE80::C801:FFF:FE20:0, FastEthernet0/0
R1#SH IPV6 RIp Database
RIP process "lab1", local RIB
A:A:A::/48, metric 2
FastEthernet0/0/FE80::C801:FFF:FE20:0, expires in 161 secs
1111::/16, metric 2, installed
FastEthernet0/0/FE80::C801:FFF:FE20:0, expires in 161 secs
2222::/16, metric 2, installed
FastEthernet0/0/FE80::C801:FFF:FE20:0, expires in 161 secs
3333::/16, metric 2, installed
FastEthernet0/0/FE80::C801:FFF:FE20:0, expires in 161 secs
Test end to end connectivity
R1#PING 3333::1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 3333::1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 52/108/216 ms
R1#
__________________________________________________________________________________
Verification R2
R2:
R2#SH IPV6 INTerface BRiefFastEthernet0/0 [up/up]
FE80::C801:FFF:FE20:0
A:A:A::2
Loopback1 [up/up]
FE80::C801:FFF:FE20:0
1111::1
Loopback2 [up/up]
FE80::C801:FFF:FE20:0
2222::1
Loopback3 [up/up]
FE80::C801:FFF:FE20:0
3333::1
R2#SH IPV6 PROtocols
IPv6 Routing Protocol is "connected"
IPv6 Routing Protocol is "ND"
IPv6 Routing Protocol is "rip lab1"
Interfaces:
Loopback3
Loopback2
Loopback1
FastEthernet0/0
Redistribution:
None
R2#SH IPV6 ROute RIp
IPv6 Routing Table - default - 11 entries
Codes: C - Connected, L - Local, S - Static, U - Per-user Static route
B - BGP, M - MIPv6, R - RIP, I1 - ISIS L1
I2 - ISIS L2, IA - ISIS interarea, IS - ISIS summary, D - EIGRP
EX - EIGRP external, ND - Neighbor Discovery
O - OSPF Intra, OI - OSPF Inter, OE1 - OSPF ext 1, OE2 - OSPF ext 2
ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2
R ABCD:1111::/32 [120/2]
via FE80::C800:17FF:FE84:0, FastEthernet0/0
R ABCD:1112::/32 [120/2]
via FE80::C800:17FF:FE84:0, FastEthernet0/0
R2#SH IPV6 RIp Database
RIP process "lab1", local RIB
A:A:A::/48, metric 2
FastEthernet0/0/FE80::C800:17FF:FE84:0, expires in 170 secs
ABCD:1111::/32, metric 2, installed
FastEthernet0/0/FE80::C800:17FF:FE84:0, expires in 170 secs
ABCD:1112::/32, metric 2, installed
FastEthernet0/0/FE80::C800:17FF:FE84:0, expires in 170 secs
Test end to end connectivity
R2#PING abcd:1112::1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to ABCD:1112::1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 40/88/120 ms
No comments:
Post a Comment