bgp Flashcards
what port does bgp use?
tcp 179
how do you configure
bgp asn 300
neighbor 2.2.2.2 asn 400
router bgp 300
bgp 2.2.2.2 remote-as 400
which show commands can we use for bgp verification?
show tcp brief (neighbor communication)
show ip bgp summary
in show ip bgp summary what are the implications of the Idle status?
bgp ip address shutdown is configured or
the router is waiting for the next tcp retry
in show ip bgp summary what are the implications of the Connect state?
the tcp connection is being established but is not complete
in show ip bgp summary what are the implications of the Active state?
Tcp connection is complete but no BGP messages have been sent yet
in show ip bgp summary what are the implications of the Opensent state?
Tcp established and the local router has sent the open message
in show ip bgp summary what are the implications of the Openconfirm state?
TCP ia established and an open message has been recieved
in show ip bgp summary what are the implications of the Established state?
the routers are bgp neibors and can exchange updates
what is the ebgp and ibgp administrative distances?
ebgp: 20
ibgp: 200