Cisco BGP
From HackerNet
Revision as of 10:53, 4 September 2015 by Helikopter (talk | contribs) (Created page with "Border Gateway Protocol kommunicerar på TCP port 179. ==States== '''TCP''' ===Idle State=== ConnectRetry timer 120 sekunder ===Connect State=== ===Active State=== BGP spea...")
Border Gateway Protocol kommunicerar på TCP port 179.
Contents
States
TCP
Idle State
ConnectRetry timer 120 sekunder
Connect State
Active State
BGP speaker försöker nå peer med TCP
BGP
OpenSent State
BGP version, AS number, hold time, BGP ID
Börja skicka keepalives
OpenConfirm State
Established State
Skicka uppdateringar
Neighbor up
Konfiguration
router bgp [ASN] ! neighbor [ip-address] remote-as [ASN] neighbor [ip-address] update-source [interface] neighbor [ip-address] ebgp-multihop 2 neighbor [ip-address] next-hop-self ! network [ip-address] mask [subnet-mask] ! bgp default local-preference 100 no synchronization
show ip bgp summary
clear ip bgp *