Cisco Systems OL-14356-01 Network Router User Manual


 
Implementing BGP on Cisco IOS XR Software
How to Implement BGP on Cisco IOS XR Software
RC-49
Cisco IOS XR Routing Configuration Guide
OL-14356-01
Resetting an eBGP Session Immediately Upon Link Failure
Immediately resetting BGP sessions of any directly adjacent external peers if the link used to reach them
goes down is enabled by default. Use the bgp fast-external-fallover disable command to disable
automatic resetting. The no bgp fast-external-fallover disable command can also be used to turn the
automatic reset back on.
Logging Neighbor Changes
Logging neighbor changes is enabled by default. Use the log neighbor changes disable command to
turn off logging. The no log neighbor changes disable command can also be used to turn logging back
on if it has been disabled.
Step 4
bgp confederation peers as-number
Example:
RP/0/RP0/CPU0:router(config-bgp)# bgp
confederation peers 1091
RP/0/RP0/CPU0:router(config-bgp)# bgp
confederation peers 1092
RP/0/RP0/CPU0:router(config-bgp)# bgp
confederation peers 1093
RP/0/RP0/CPU0:router(config-bgp)# bgp
confederation peers 1094
RP/0/RP0/CPU0:router(config-bgp)# bgp
confederation peers 1095
RP/0/RP0/CPU0:router(config-bgp)# bgp
confederation peers 1096
Specifies that the BGP autonomous systems belong to a
specified BGP confederation identifier.
Step 5
end
or
commit
Example:
RP/0/RP0/CPU0:router(config-bgp)# end
or
RP/0/RP0/CPU0:router(config-bgp)# commit
Saves configuration changes.
When you issue the end command, the system prompts
you to commit changes:
Uncommitted changes found, commit them before
exiting(yes/no/cancel)?
[cancel]:
Entering yes saves configuration changes to the
running configuration file, exits the configuration
session, and returns the router to EXEC mode.
Entering no exits the configuration session and
returns the router to EXEC mode without
committing the configuration changes.
Entering cancel leaves the router in the current
configuration session without exiting or
committing the configuration changes.
Use the commit command to save the configuration
changes to the running configuration file and remain
within the configuration session.
Command or Action Purpose