PurposeCommand or Action
Graceful Restart Capability: advertised and received
If NSF awareness is enabled on the switch, but not on
the neighbor, this message appears:
Graceful Restart Capability: advertised
(Optional) Saves your entries in the configuration file.copy running-config startup-config
Example:
Device# copy running-config
Step 13
startup-config
Managing Routing Policy Changes
To learn if a BGP peer supports the route refresh capability and to reset the BGP session:
Procedure
PurposeCommand or Action
Displays whether a neighbor supports the route refresh
capability. When supported, this message appears for the
router:
show ip bgp neighbors
Example:
Device# show ip bgp neighbors
Step 1
Received route refresh capability from peer.
Resets the routing table on the specified connection.
clear ip bgp {* | address |
peer-group-name}
Step 2
•
Enter an asterisk (*) to specify that all connections be
reset.
Example:
Device# clear ip bgp *
•
Enter an IP address to specify the connection to be
reset.
•
Enter a peer group name to reset the peer group.
(Optional) Performs an outbound soft reset to reset the
inbound routing table on the specified connection. Use this
command if route refresh is supported.
clear ip bgp {* | address |
peer-group-name} soft out
Example:
Device# clear ip bgp * soft
out
Step 3
•
Enter an asterisk (*) to specify that all connections be
reset.
•
Enter an IP address to specify the connection to be
reset.
•
Enter a peer group name to reset the peer group.
Routing Configuration Guide, Cisco IOS XE Everest 16.6.x (Catalyst 9500 Switches)
128
Configuring IP Unicast Routing
Managing Routing Policy Changes