--- Quoting Xavier Beaudouin on 2005/09/04 at 22:37 +0200: > rbgp2#sh ip bgp > BGP table version is 19, local router ID is 192.168.0.31 > Status codes: s suppressed, d damped, h history, * valid, > best, i - > internal, > r RIB-failure, S Stale > Origin codes: i - IGP, e - EGP, ? - incomplete > > Network Next Hop Metric LocPrf Weight Path > *> 19.218.104.0/23 192.168.0.241 0 65336 i > r> 192.168.0.0 192.168.0.241 0 65336 i > *> 193.218.105.0 192.168.0.241 0 65336 i > > > As you se the netmask for /24 network has gone between cisco and > openbgpd.
IOS won't show classful masks. 192.168.0.0 is a legacy Class C block being advertised with a classful 255.255.255.0 mask so IOS drops the mask. Same applies to 193.218.105.0. There's nothing broken here. .joel