insubliminal
MIS
Hello,
Can someone please help with basic BGP setup with 3 routers?
I have Router A, B, and C. B is in the middle of A and C. I would like to have Routers A and C be in one AS and Router B in another AS. What simple commands do you need to get this going? I have the BGP process started and I had each router a nieghbor statement on each that is is adjacently attached to but I am not able to ping across A to C and C to A. Of course B can hit both. Any help will do.
Router A
s0/0 12.12.12.13/30
e0/0 192.168.1.1/24
AS 65008
Router B
s0/0 12.12.12.14/30
s0/1 12.8.8.18/30
e0/0 192.168.2.1/24
AS 65000
Router C
s0/0 12.8.8.17/30
e0/0 192.168.3.1/24
AS 65008
Router A has
router bgp 65008
network 192.168.1.0
neighbor 12.12.12.14 remote-as 65000
no auto-summary
Router B has
router bgp 65000
network 192.168.2.0
neighbor 12.12.12.13 remote-as 65008
neighbor 12.8.8.17 remote-as 65008
no auto-summary
Router C has
router bgp 65008
network 192.168.3.0
neighbor 12.8.8.18 remote-as 65000
no auto-summary
I cannot ping 192.168.3.1 from Router A and vice versa from Router C. What am I missing? Thanks,
Johnny K
Can someone please help with basic BGP setup with 3 routers?
I have Router A, B, and C. B is in the middle of A and C. I would like to have Routers A and C be in one AS and Router B in another AS. What simple commands do you need to get this going? I have the BGP process started and I had each router a nieghbor statement on each that is is adjacently attached to but I am not able to ping across A to C and C to A. Of course B can hit both. Any help will do.
Router A
s0/0 12.12.12.13/30
e0/0 192.168.1.1/24
AS 65008
Router B
s0/0 12.12.12.14/30
s0/1 12.8.8.18/30
e0/0 192.168.2.1/24
AS 65000
Router C
s0/0 12.8.8.17/30
e0/0 192.168.3.1/24
AS 65008
Router A has
router bgp 65008
network 192.168.1.0
neighbor 12.12.12.14 remote-as 65000
no auto-summary
Router B has
router bgp 65000
network 192.168.2.0
neighbor 12.12.12.13 remote-as 65008
neighbor 12.8.8.17 remote-as 65008
no auto-summary
Router C has
router bgp 65008
network 192.168.3.0
neighbor 12.8.8.18 remote-as 65000
no auto-summary
I cannot ping 192.168.3.1 from Router A and vice versa from Router C. What am I missing? Thanks,
Johnny K