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