Hi,
I have got a very basic BGP setup on a Catalyst 3750:
interface Loopback0 ip address 10.0.0.1 255.255.255.255
interface Vlan1 ip address 192.168.1.1 255.255.255.0
router bgp 100 no synchronization bgp log-neighbor-changes network 10.0.0.0 network 192.168.1.0 no auto-summary
Both the Loopback and Vlan interface are shown in the routing table as connected.
For some reason only the 192 route is shown in the BGP table:
Network Next Hop Metric LocPrf Weight Path
*> 192.168.1.0 0.0.0.0 0 32768 iAny ideas will be appreciated.
Paul