Топология.
Настройка:
R1:
Router> enR2:
Router# configure terminal
Router(config)# hostname R1
R1(config)# ipv6 unicast-routing
R1(config)# interface fastethernet 0/0
R1(config-if)# ipv6 enable
R1(config-if)# ipv6 address 2001:128:0:30::1/64
R1(config-if)# ipv6 rip cisco enable
R1(config-if)# no shutdown
R1(config)# interface fastethernet 0/1
R1(config-if)# ipv6 enable
R1(config-if)# ipv6 address 2001:128:0:10::1/64
R1(config-if)# ipv6 rip cisco enable
R1(config-if)# no shutdown
R1(config)# interface fastethernet 1/0
R1(config-if)# ipv6 enable
R1(config-if)# ipv6 address 2001:128:0:20::1/64
R1(config-if)# ipv6 rip cisco enable
R1(config-if)# no shutdown
R1# copy running-config startup-config
Router> enR3:
Router# configure terminal
Router(config)# hostname R2
R2(config)# ipv6 unicast-routing
R2(config)# interface fastEthernet 0/0
R2(config-if)# ipv6 enable
R2(config-if)# ipv6 address 2001:128:0:30::2/64
R2(config-if)# ipv6 rip cisco enable
R2(config-if)# no shutdown
R2(config)# interface fastEthernet 0/1
R2(config-if)# ipv6 enable
R2(config-if)# ipv6 address 2001:129:0:30::2/64
R2(config-if)# ipv6 rip cisco enable
R2(config-if)# no shutdown
R2(config)# interface fastEthernet 1/0
R2(config-if)# ipv6 enable
R2(config-if)# ipv6 address 2001:127:0:10::1/64
R2(config-if)# ipv6 rip cisco enable
R2(config-if)# no shutdown
R2# copy running-config startup-config
Router> enПроверяем:
Router# configure terminal
Router(config)# hostname R3
R3(config)# ipv6 unicast-routing
R3(config)# interface fastEthernet 0/0
R3(config-if)# ipv6 enable
R3(config-if)# ipv6 address 2001:129:0:10::1/64
R3(config-if)# ipv6 rip cisco enable
R3(config-if)# no shutdown
R3(config)# interface fastEthernet 0/1
R3(config-if)# ipv6 enable
R3(config-if)# ipv6 address 2001:129:0:30::1/64
R3(config-if)# ipv6 rip cisco enable
R3(config-if)# ipv6 rip cisco default-information originate
R3(config-if)# no shutdown
R3(config)# interface fastEthernet 1/0
R3(config-if)# ipv6 enable
R3(config-if)# ipv6 address 2001:129:0:20::1/64
R3(config-if)# ipv6 rip cisco enable
R3(config-if)# no shutdown
R3(config)# interface serial 0/3/0
R3(config-if)# ipv6 enable
R3(config-if)# ipv6 address 2001:126:0:10::2/64
R3(config-if)# no shutdown
R3(config)# ipv6 route ::/0 2001:126:0:10::1
R3# copy running-config startup-config
Таблица маршрутизации 1:
Таблица маршрутизации 2:
Таблица маршрутизации 3:
PS RIPng в отличие от RIPv2, не имеет механизма авторизации. предполагается что роутеры должны авторизоваться при помощи IPSec который встроен в протокол ipv6.
Комментариев нет:
Отправить комментарий
Примечание. Отправлять комментарии могут только участники этого блога.