Can anyone tell me what this means? I am having a hard time finding any documentation on it.
xxxx#sh ip bgp sum
BGP router identifier xxxxxxxx, local AS number xxxx
BGP table version is 105, main routing table version 105
300136 network entries using 35115912 bytes of memory
300137 path entries using 15607124 bytes of memory
51456/7 BGP path/bestpath attribute entries using 6380544 bytes of memory
46319 BGP AS-PATH entries using 1207906 bytes of memory
0 BGP route-map cache entries using 0 bytes of memory
0 BGP filter-list cache entries using 0 bytes of memory
BGP using 58311486 total bytes of memory
300122 received paths for inbound soft reconfiguration
BGP activity 3512567/3212429 prefixes, 4056758/3756619 paths, scan interval 60 secs
Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd
xxxx:xxx:61F::11 4 701 251053 262007 0 0 0 00:04:51 (NoNeg)
xx.xx.228.5 4 701 5404546 267918 105 0 0 00:22:44 6
{ 3 comments… read them below or add one }
Hello,
you may need a neigh x:x:X activate in address-family IPv6 unicast on the other device.
that no neg may mean no negotiate or no neighbor
verify also if your local node can reach the BGP endpoint.
Hello ,
>> I have to add prefix-list “irvine-routes” which should be carry lower metric to EIGRP neighbor devices.
if you want to provide a lower seed metric for this subset you need to use an higher BW parameter because EIGRP metric is inversely proportional to min BW on path.
add a line
default-metric 1544 1 255 1 1500
and rewrite the current comand as:
redistribute bgp 65461 route-map bgp-to-eigrp
if you want a better metrice:
route-map bgp-to-eigrp permit 10
match ip address prefix-list irvine-routes
set metric 4000 1 255 1 1500
It means that your router is advertising a capability that the peer is not configured for. Think it’s usually to do with ipv4/ipv6 address family advertisements.
You must log in to post a comment.