Displays the list of dampened peers. Both IPv4 and IPv6 peers are shown. This command also shows the current values for the Idle Hold, Idle Hold Timer, and Stability Interval timer values.
Global Executable Mode
The following command example displays a list of all dampened BGP peers (IPv4) on all VRFs.
leaf-1# show ip bgp peer-dampened all-vrfs -------------------------------------------------------------------------------------- VRF - default vrf -------------------------------------------------------------------------------------- Total number of BGP Neighbors: 1 Neighbor Idle-hold-Timer Idle-Hold Stability-interval 50.1.1.2 03 15 30
The following command example displays a list of all dampened BGP peers (IPv6) on all VRFs.
leaf-1# show ipv6 bgp peer-dampened all-vrfs -------------------------------------------------------------------------------------- VRF - default vrf -------------------------------------------------------------------------------------- Total number of BGP Neighbors: 1 Neighbor Idle-hold-Timer Idle-Hold Stability-interval 200:1:1:1:1::1 06 15 30
leaf-1# show ip bgp peer-dampened detail all-vrfs ---------------------------------------------------------------------------- VRF: default-vrf ---------------------------------------------------------------------------- Total number of BGP Neighbors:1 Neighbor Idle-hold-Timer Idle-Hold Stability-interval delay-hold penalty 50.1.12 3 15 30 10 10 leaf-1#
leaf-1# show ipv6 bgp peer-dampened detail all-vrfs ---------------------------------------------------------------------------- VRF: default-vrf ---------------------------------------------------------------------------- Total number of BGP Neighbors:1 Neighbor Idle-hold-Timer Idle-Hold Stability-interval delay-hold penalty 200.1.1.1.1::1 3 15 30 10 10 leaf-1#