One of our customers is going multi-homed and we are providing the primary feed and doing all the configuration on there router. This is my first BGP config so I am sure I am missing something but I have our router and theres configured and I can ping from there router to any address on the internet but from there network (16X.X.X.X/24) I can only ping to networks directly connected to our router.
Customer router:
!
router bgp XXX
no synchronization
bgp log-neighbor-changes
network 16X.X.X.X mask 255.255.255.0
neighbor 6Y.Y.Y.Y remote-as YYY
neighbor 16Z.Z.Z.Z remote-as ZZZ
no auto-summary
!
Our router:
!
router bgp YYY
bgp log-neighbor-changes
network 16X.X.X.X mask 255.255.255.0
neighbor 6Y.Y.Y.Y remote-as XXX
!
There secondary provider doesn't have there circuit installed yet so I am only testing our half of the circuit. Our upstream provider doesn't have our BGP set-up yet so I am thinking maybe this is why I can only ping our network but since this is my first experience with BGP I wanted to ask so if it is a problem on my end I can fix it now. If it maters, our customer needs to be multi-homed becuase they have servers that need to be accesible 24X7 from IP based equipment that will only peer to an IP address.
Thanks
Customer router:
!
router bgp XXX
no synchronization
bgp log-neighbor-changes
network 16X.X.X.X mask 255.255.255.0
neighbor 6Y.Y.Y.Y remote-as YYY
neighbor 16Z.Z.Z.Z remote-as ZZZ
no auto-summary
!
Our router:
!
router bgp YYY
bgp log-neighbor-changes
network 16X.X.X.X mask 255.255.255.0
neighbor 6Y.Y.Y.Y remote-as XXX
!
There secondary provider doesn't have there circuit installed yet so I am only testing our half of the circuit. Our upstream provider doesn't have our BGP set-up yet so I am thinking maybe this is why I can only ping our network but since this is my first experience with BGP I wanted to ask so if it is a problem on my end I can fix it now. If it maters, our customer needs to be multi-homed becuase they have servers that need to be accesible 24X7 from IP based equipment that will only peer to an IP address.
Thanks