EBGP Flashcards
What type of routing protocol exchanges information with a single autonomous system?
Interior Gateway Protocol (IGP)
What are the main three IGPs?
RIP
OSPF
EIGRP
What type of protocol exchanges routing information for different autonomous systems? BGP is an example of this.
Exterior Gateway Protocols
What TCP port does EBGP use?
179
When BGP is running between routers in different autonomous systems
EBGP
When BGP is running between routers in the same autonomous system
IBGP
Each ISP has their own _____
AS number
What command starts the BGP routing process for AS 1?
router bgp 1
How many routing processes are allowed per router?
1
The AS number is a ____ bit integer in the range from 1 to 65,534.
16
Does BGP automatically discover neighbors?
No
What option in addition to the network command uses a classful approach to insert a major network into the BGP table?
no mask
What command allows you to display the BGP configuration?
show run | section bgp
What command allows you to configure the external neighbors for R1 and R2 in bgp configuration mode? R1 (AS 100) - 192.168.1.11 R2 (AS 200) - 192.168.2.11
neighbor 192.168.1.11 remote-as 100
neighbor 192.168.2.11 remote-as 200
What command gives you an overview of the BGP status?
show ip bgp summary
What command supplies additional information about BGP connections to neighbors?
show ip bgp neighbors
What command allows you to view the entire BGP table?
show ip bgp
What symbol does the router use to show the best path towards the destination if alternative paths exist?
>
When BGP runs between two peers in the same AS, what is it referred to as?
IBGP
What command can you use to know the hold time on the two BGP peers?
show ip bgp neighbors
What does a next hop of 0.0.0.0 mean in the show ip bgp command output?
The network is locally originated via the network command in BGP
Because BGP does not use a neighbor discovery process like many other routing protocols, it is essential that every peer is manually configured and reachable through what protocol and port number?
TCP port 179
Once a peer has been configured with the “neighbor remote-as” command, the local BGP speaker will attempt to transmit an _____ message to the remote peer.
OPEN
If the OPEN message is not blocked by existing firewall rules or other security mechanisms, the remote peer will respond with a _____ message and will continue to periodically exchange these messages with the local peer.
KEEPALIVE