Problem with routing protocol RIPng after shutdown another router.
AP
|
|---Host1
|
R3-------R2-(eth5,eth3,eth2)------------R1(gateway)
|
|(Vlan5,Vlan6 on eth4)
|
Host2
[admin@R2] > /interface ethernet print
Flags: X - disabled, R - running, S - slave
# NAME MTU MAC-ADDRESS ARP MASTER-PORT SWITCH
0 ether1-inna 1500 XX:XX:XX:XX:XX:XX enabled none switch1
1 R ;;; Komp1
ether2-local-master 1500 XX:XX:XX:XX:XX:XX enabled none switch1
2 S ;;; AP
ether3-local-slave 1500 XX:XX:XX:XX:XX:XX enabled ether2-local-master switch1
3 R ;;; Terminal
ether4-local-slave 1500 XX:XX:XX:XX:XX:XX enabled none switch1
4 RS ;;; Net
ether5-local-slave 1500 XX:XX:XX:XX:XX:XX enabled ether2-local-master switch1
[admin@R2] > /interface vlan print
Flags: X - disabled, R - running, S - slave
# NAME MTU ARP VLAN-ID INTERFACE
0 R vlan_5 1500 proxy-arp 5 ether4-local-slave
1 R vlan_6 1500 enabled 6 ether4-local-slave
[admin@R2] > /ipv6 address print
Flags: X - disabled, I - invalid, D - dynamic, G - global, L - link-local
# ADDRESS FROM-... INTERFACE ADV
0 G 2001:xxx:aaa:3::1/64 vlan_5 no
1 G 2001:xxx:bbb:35::2/64 bridge1 no
2 G 2001:xxx:aaa:4::1/64 vlan_6 no
[admin@R2] > /routing ripng interface print
Flags: I - invalid, X - disabled, P - passive
0 interface=all in-prefix-list="" out-prefix-list=""
[admin@R2] > /routing ripng print
distribute-default: never
redistribute-static: no
redistribute-connected: yes
redistribute-ospf: no
redistribute-bgp: no
metric-default: 1
metric-static: 1
metric-connected: 1
metric-ospf: 1
metric-bgp: 1
update-timer: 30s
timeout-timer: 3m
garbage-timer: 2m
R2 in the routing table does not address types connect, but all rip. ???
[admin@R2] > /routing ripng route print
Flags: C - connect, S - static, R - rip, O - ospf, B - bgp
# DST-ADDRESS GATEWAY METRIC TIMEOUT
0 R 2000::/3 2 2m51s
1 R 2001:xxx:ccc:35::/64 2 2m51s
2 R 2001:xxx:bbb:35::/64 1
3 R 2001:xxx:aaa:2::/64 2 2m51s
4 R 2001:xxx:aaa:3::/64 1
5 R 2001:xxx:aaa:4::/64 1
I shutdown router R3.
I look route on R2 and see(metric 16 on connected networks):
[admin@R2] > /routing ripng route print
Flags: C - connect, S - static, R - rip, O - ospf, B - bgp
# DST-ADDRESS GATEWAY METRIC TIMEOUT
0 R 2000::/3 2 2m32s
1 R 2001:xxx:ccc:35::/64 2 2m32s
2 C 2001:xxx:bbb:35::/64 16 1m32s
3 R 2001:xxx:aaa:2::/64 2 2m18s
4 C 2001:xxx:aaa:3::/64 16 1m32s
5 C 2001:xxx:aaa:4::/64 16 1m32s
[admin@R2] > ping 2001:xxx:aaa:3::15
HOST SIZE TTL TIME STATUS
2001:xxx:aaa:3::15 56 64 8ms echo reply
sent=1 received=1 packet-loss=0% min-rtt=8ms avg-rtt=8ms max-rtt=8ms
[admin@R2] > /routing ripng route print
Flags: C - connect, S - static, R - rip, O - ospf, B - bgp
# DST-ADDRESS GATEWAY METRIC TIMEOUT
0 R 2000::/3 2 2m57s
1 R 2001:xxx:ccc:35::/64 2 2m57s
Where is now redistribute connected networks?
I can rerun:
[admin@R2] > /routing ripng interface disable 0
[admin@R2] > /routing ripng interface enable 0
[admin@R2] > /routing ripng route print
Flags: C - connect, S - static, R - rip, O - ospf, B - bgp
# DST-ADDRESS GATEWAY METRIC TIMEOUT
0 R 2000::/3 2 2m57s
1 R 2001:xxx:ccc:35::/64 2 2m57s
2 R 2001:xxx:bbb:35::/64 1
3 R 2001:xxx:aaa:3::/64 1
4 R 2001:xxx:aaa:4::/64 1