Cisco Systems IOS XR Laptop User Manual


 
Implementing BGP on Cisco IOS XR Software
How to Implement BGP on Cisco IOS XR Software
RC-55
Cisco IOS XR Routing Configuration Guide
Configuring a BGP Neighbor Group
Perform this task to configure BGP neighbor groups and apply the neighbor group configuration to a
neighbor.
After a neighbor group is configured, each neighbor can inherit the configuration through the use
command. If a neighbor is configured to use a neighbor group, the neighbor (by default) inherits the
entire configuration of the neighbor group, which includes the address family-independent and address
family-dependent configurations. The inherited configuration can be overridden if you directly
configure commands for the neighbor or configure session groups or address family groups through the
use command.
From neighbor group configuration mode, you can configure address family-independent parameters for
the neighbor group. Use the address-family command when in the neighbor group configuration mode.
After specifying the neighbor group name using the neighbor group command, you can assign options
to the neighbor group.
SUMMARY STEPS
1. configure
2. router bgp autonomous-system-number
3. neighbor-group name
4. remote-as autonomous-system-number
5. advertisement-interval seconds
6. description text
7. dmz-link-bandwidth
8. ebgp-multihop [ttl-value]
9. local-as autonomous-system-number
10. password {clear | encrypted} password
11. password-disable
12. receive-buffer-size socket-size [bgp-size]
13. send-buffer-size socket-size [bgp-size]
14. timers keepalive hold-time
15. ttl-security
16. update-source interface-type interface-number
17. exit
18. neighbor ip-address
19. use neighbor-group group-name
20. end
or
commit