BGP What?
November 5, 2012 8:28 AM Subscribe
I need to answer these three questions for Mr. Orsonet. Does anyone know how to find the answers? It's not for a test or anything - nothing nefarious going on.
Q1: After a router reboot you notice you are not receiving any BGP routes from the service provider, what command would you run to verify the BGP neighborship with the service provider and what would you look for?
Q2: What does the command "no synchronization" achieve in a BGP configuration
Q3: At a High Level what 2 commands are required to establish a BGP Neighbor relationship?
posted by orsonet to computers & internet (4 answers total)
Regardless, some Cisco/ IOS specific answers below.
A1 - "show ip bgp neighbor" and check the state of the remote end. Google bgp states, but any result other than established means something is going on.
A2 - that command disables synchronization, which is what allows your AS to redistribute IG routes or other AS routes. Sync is disabled by default.
A3 - "2 commands" seems oddly like a test question. You need at minimum 2 pieces of information, remote AS and the remote IP to setup a neighbor, but in cisco land those are entered in the same "command". Maybe they mean add the peer as #1 and then activate the connection as #2? Or enabling BGP on the router as #1 and then add the peer as #2? It's just oddly phrased.
> Does anyone know how to find the answers?
For BGP intro, this cisco doc on basic BGP is pretty good place to start. in general? Google mostly, also on the job training, classes, and enjoying reading networking blogs. Also the book 'Network Warrior' is a must for any networking pro or want-to-be pro.
posted by anti social order at 9:39 AM on November 5, 2012 [1 favorite]