ok, so I'm messing with the ipv6 toplogy for TSHOOT. I have everything working except for RIP_NG. I mean it works, except between DSW1 and R4. DSW1 is getting rip updates from R4 but R4 is not receiving them from DSW1.
R4#sh run int f1/0
Building configuration...
Current configuration : 176 bytes
!
interface FastEthernet1/0
no ip address
duplex auto
speed auto
ipv6 address 2026::2:1/122
ipv6 address FE80::CE03:27FF:FEBB:10 link-local
ipv6 rip RIP_ZONE enable
end
R4#sh ipv6 rip database
RIP process "RIP_ZONE", local RIB
R4#sh ipv6 int f1/0
FastEthernet1/0 is up, line protocol is up
IPv6 is enabled, link-local address is FE80::CE03:27FF:FEBB:10
Global unicast address(es):
2026::2:1, subnet is 2026::2:0/122
Joined group address(es):
FF02::1
FF02::2
FF02::9
FF02::1:FF02:1
FF02::1:FFBB:10
MTU is 1500 bytes
ICMP error messages limited to one every 100 milliseconds
ICMP redirects are enabled
ND DAD is enabled, number of DAD attempts: 1
ND reachable time is 30000 milliseconds
ND advertised reachable time is 0 milliseconds
ND advertised retransmit interval is 0 milliseconds
ND router advertisements are sent every 200 seconds
ND router advertisements live for 1800 seconds
Hosts use stateless autoconfig for addresses.
DSW1#sh run int f0/0
Building configuration...
Current configuration : 176 bytes
!
interface FastEthernet0/0
no ip address
duplex auto
speed auto
ipv6 address 2026::2:2/122
ipv6 address FE80::CE03:27FF:FEBB:11 link-local
ipv6 rip RIP_ZONE enable
end
DSW1#sh ipv6 rip data
RIP process "RIP_ZONE", local RIB
2026::2:0/122, metric 2
FastEthernet0/0/FE80::CE03:27FF:FEBB:10, expires in 162 secs
DSW1#sh ipv6 int f0/0
FastEthernet0/0 is up, line protocol is up
IPv6 is enabled, link-local address is FE80::CE03:27FF:FEBB:11
Global unicast address(es):
2026::2:2, subnet is 2026::2:0/122
Joined group address(es):
FF02::1
FF02::2
FF02::9
FF02::1:FF02:2
FF02::1:FFBB:11
MTU is 1500 bytes
ICMP error messages limited to one every 100 milliseconds
ICMP redirects are enabled
ND DAD is enabled, number of DAD attempts: 1
ND reachable time is 30000 milliseconds
ND advertised reachable time is 0 milliseconds
ND advertised retransmit interval is 0 milliseconds
ND router advertisements are sent every 200 seconds
ND router advertisements live for 1800 seconds
Hosts use stateless autoconfig for addresses.
So does anyone see what I'm doing wrong?