Reference Guide
OS10(config-router-template)# remote-as 100
OS10(config-router-template)# exit
OS10(config-router-bgp-300)# neighbor 3.1.1.1
OS10(config-router-neighbor)# inherit template ebgppg
OS10(config-router-neighbor)# no shutdown
OS10(config-router-neighbor)# do commit
View peer group status
OS10(config-router-neighbor)# do show ip bgp peer-group ebgppg
Peer-group ebgppg, remote AS 100
BGP version 4
Minimum time between advertisement runs is 30 seconds
For address family: Unicast
BGP neighbor is ebgppg, peer-group external
Update packing has 4_OCTET_AS support enabled
Number of peers in this group 1
Peer-group members:
View running conguration
OS10(config-router-neighbor)# do show running-configuration bgp
!
router bgp 300
!
neighbor 3.1.1.1
inherit template ebgppg
no shutdown
!
template ebgppg
remote-as 100
Neighbor fall-over
The BGP neighbor fall-over feature reduces the convergence time while maintaining stability. When you enable fall-over, BGP tracks IP
reachability to the peer remote address and the peer local address.
When remote or peer local addresses become unreachable, BGP brings the session down with the peer. For example, if no active route
exists in the routing table for peer IPv6 destinations/local address, BGP brings the session down.
By default, the hold time governs a BGP session. Congure BGP fast fall-over on a per-neighbor or peer-group basis. BGP routers typically
carry large routing tables as frequent session resets are not desirable. If fail-over is enabled, the connection to an internal BGP peer is
immediately reset if the host route added to reach the internal peer fails.
1 Enter the neighbor IP address in ROUTER-BGP mode.
neighbor ip-address
2 Disable fast fall-over in ROUTER-NEIGHBOR mode.
no fall-over
3 Enter the neighbor IP address in ROUTER-BGP mode.
neighbor ip-address
4 Enable BGP fast fall-Over in ROUTER-NEIGHBOR mode.
fall-over
Congure neighbor fall-over
OS10(config)# router bgp 100
OS10(config-router-bgp-100)# neighbor 3.1.1.1
OS10(config-router-neighbor)# remote-as 100
OS10(config-router-neighbor)# fall-over
OS10(config-router-neighbor)# no shutdown
OS10(config-router-neighbor)# do commit
206
Layer 3