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-101
Cisco IOS XR Routing Configuration Guide
OL-14356-01
3. address-family {vpnv4 unicast | vpnv6 unicast}
4. bgp dampening [half-life [reuse suppress max-suppress-time] | route-policy route-policy-name]
5. bgp client-to-client reflection disable
6. exit
7. neighbor ip-address
8. remote-as as-number
9. description text
10. password {clear | encrypted} password
11. shutdown
12. timers keepalive hold-time
13. update-source interface-type interface-number
14. address-family {vpnv4 unicast | vpnv6 unicast}
15. route-policy route-policy-name in
16. route-policy route-policy-name out
17. end
or
commit
DETAILED STEPS
Command or Action Purpose
Step 1
configure
Example:
RP/0/RP0/CPU0:router# configure
Enters global configuration mode.
Step 2
router bgp as-number
Example:
RP/0/RP0/CPU0:router(config)# router bgp 120
Enters BGP configuration mode, allowing you to configure
the BGP routing process.
Step 3
address-family {vpnv4 unicast | vpnv6 unicast}
Example:
RP/0/RP0/CPU0:router(config-bgp)#
address-family vpvn4 unicast
Enters VPN address family configuration mode.
Step 4
bgp dampening [half-life [reuse suppress
max-suppress-time] | route-policy
route-policy-name]
Example:
RP/0/RP0/CPU0:router(config-bgp-af)# bgp
dampening 15 1200 110 96
Enables BGP route dampening.