Cisco: BGP Peer Configure

From OnnoWiki
Revision as of 15:17, 22 December 2018 by Onnowpurbo (talk | contribs) (Created page with "Configuring BGP Peers You can configure a BGP peer within a BGP process. Each BGP peer has an associated keepalive timer and hold timers. You can set these timers either glob...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Configuring BGP Peers

You can configure a BGP peer within a BGP process. Each BGP peer has an associated keepalive timer and hold timers. You can set these timers either globally or for each BGP peer. A peer configuration overrides a global configuration.

Note You must configure the address family under neighbor configuration mode for each peer.

BEFORE YOU BEGIN

Ensure that you have enabled the BGP feature (see the “Enabling the BGP Feature” section).

SUMMARY STEPS

configure terminal
router bgp autonomous-system-number
neighbor ip-address remote-as as-number
(Optional) description text
(Optional) timers keepalive-time hold-time
(Optional) shutdown
address-family ipv4 { unicast | multicast }
(Optional) show bgp ipv4 { unicast | multicast } neighbors
(Optional) copy running-config startup-config


Pranala Menarik