You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sessions are established for ipv4 peers and not with ipv6 peers
show ip bgp summary
IPv4 Unicast Summary:
BGP router identifier 10.1.0.32, local AS number 65100 vrf-id 0
BGP table version 6427
RIB entries 12851, using 1644928 bytes of memory
Peers 24, using 494208 KiB of memory
Peer groups 2, using 128 bytes of memory
Neighbhor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd NeighborName
----------- --- ----- --------- --------- -------- ----- ------ --------- -------------- --------------
10.0.0.1 4 65200 3211 3232 6427 0 0 00:01:04 6370 ARISTA01T2
10.0.0.5 4 65200 3211 3232 6427 0 0 00:01:04 6370 ARISTA03T2
10.0.0.9 4 65200 3211 3232 6427 0 0 00:01:04 6370 ARISTA05T2
10.0.0.13 4 65200 3211 3232 6427 0 0 00:01:04 6370 ARISTA07T2
Total number of neighbors 24
show ipv6 bgp summary
IPv6 Unicast Summary:
BGP router identifier 10.1.0.32, local AS number 65100 vrf-id 0
BGP table version 6427
RIB entries 0, using 0 bytes of memory
Peers 0, using 0 KiB of memory
Peer groups 0, using 0 bytes of memory
Neighbhor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd NeighborName
----------- --- ---- --------- --------- -------- ----- ------ --------- -------------- --------------
Total number of neighbors 0
Following error is seen. Commands after ip nht resolve-via-default are failed.
[220|mgmtd] sending configuration
[221|zebra] sending configuration
[227|bgpd] sending configuration
[237|staticd] sending configuration
Waiting for children to finish applying config...
line 355: % Unknown command[4]: address-family ipv6 unicast
line 356: % Unknown command[4]: network fc00:1::/64
line 360: % Unknown command[4]: neighbor fc00::2 activate
line 361: % Unknown command[4]: neighbor fc00::6 activate
line 362: % Unknown command[4]: neighbor fc00::a activate
line 363: % Unknown command[4]: neighbor fc00::e activate
line 364: % Unknown command[4]: neighbor fc00::42 activate
line 365: % Unknown command[4]: neighbor fc00::46 activate
line 366: % Unknown command[4]: neighbor fc00::4a activate
line 367: % Unknown command[4]: neighbor fc00::4e activate
line 368: % Unknown command[4]: neighbor fc00::52 activate
line 369: % Unknown command[4]: neighbor fc00::56 activate
line 370: % Unknown command[4]: neighbor fc00::5a activate
line 371: % Unknown command[4]: neighbor fc00::5e activate
line 372: % Unknown command[4]: neighbor fc00::62 activate
line 373: % Unknown command[4]: neighbor fc00::66 activate
line 374: % Unknown command[4]: neighbor fc00::6a activate
line 375: % Unknown command[4]: neighbor fc00::6e activate
line 376: % Unknown command[4]: neighbor fc00::72 activate
line 377: % Unknown command[4]: neighbor fc00::76 activate
line 378: % Unknown command[4]: neighbor fc00::7a activate
line 379: % Unknown command[4]: neighbor fc00::7e activate
line 380: % Unknown command[4]: neighbor fc00::82 activate
line 381: % Unknown command[4]: neighbor fc00::86 activate
line 382: % Unknown command[4]: neighbor fc00::8a activate
line 383: % Unknown command[4]: neighbor fc00::8e activate
line 384: % Unknown command[4]: exit-address-family
line 385: Warning[4]...: early exit from config file
docker_routing_config_mode
is set tosplit
modeipv6 neighbor activate are run after the following command
ip nht resolve-via-default
ip nht resolve-via-default
are failed.Potential suspect is this PR: https://github.com/sonic-net/sonic-buildimage/pull/20269/files#diff-8d9a6c3c705361c0b2105f78bc826617853ee00ed9208b6f241b4ad1587977ce
The text was updated successfully, but these errors were encountered: