ex6_RIPng
Router
RA
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
| enable configure terminal hostname RA ipv6 unicast-routing ipv6 router rip MYRIP exit interface fa 0/0 ipv6 address 2017:x::9999:9999:1/96 ipv6 rip MYRIP enable no shutdown interface fa 0/1 ipv6 address 2017:x:a::1/64 ipv6 rip MYRIP enable no shutdown interface fa 1/0 ipv6 address 2017:x:FFFF::FFFF:9/125 ipv6 rip MYRIP enable no shutdown interface se 0/2/0 ipv6 address 2017:x:FFFF::FFFF:1/125 ipv6 rip MYRIP enable clock rate 1000000 no shutdown exit exit copy r s
|
RB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
| enable configure terminal hostname RB ipv6 unicast-routing ipv6 router rip MYRIP exit interface fa 0/0 ipv6 address 2017:x:FFFF::FFFF:21/125 ipv6 rip MYRIP enable no shutdown interface fa 0/1 ipv6 address 2017:x:b::1/64 ipv6 rip MYRIP enable no shutdown interface fa 1/1 ipv6 address 2017:x:FFFF::FFFF:11/125 ipv6 rip MYRIP enable no shutdown interface se 0/2/0 ipv6 address 2017:x:FFFF::FFFF:2/125 ipv6 rip MYRIP enable clock rate 1000000 no shutdown exit exit copy r s
|
RC
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
| enable configure terminal hostname RC ipv6 unicast-routing ipv6 router rip MYRIP exit interface fa 1/0 ipv6 address 2017:x:FFFF::FFFF:A/125 ipv6 rip MYRIP enable no shutdown interface fa 0/1 ipv6 address 2017:x:c::1/64 ipv6 rip MYRIP enable no shutdown interface fa 1/1 ipv6 address 2017:x:FFFF::FFFF:12/125 ipv6 rip MYRIP enable no shutdown interface se 0/1/0 ipv6 address 2017:x:FFFF::FFFF:19/125 ipv6 rip MYRIP enable clock rate 1000000 no shutdown exit exit copy r s
|
RD
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
| enable configure terminal hostname RD ipv6 unicast-routing ipv6 router rip MYRIP exit interface fa 0/0 ipv6 address 2017:x:d::1/64 ipv6 rip MYRIP enable no shutdown interface fa 0/1 ipv6 address 2017:x:FFFF::FFFF:22/125 ipv6 rip MYRIP enable no shutdown interface se 0/2/0 ipv6 address 2017:x:FFFF::FFFF:1A/125 ipv6 rip MYRIP enable clock rate 1000000 no shutdown exit exit copy r s
|