Bgp Route Reflector: Example; Bgp Nonstop Routing Configuration: Example; Primary Backup Path Installation: Example; Originating Prefixes With Aigp: Example - Cisco NCS 6000 Series Configuration Manual

Ios xr release 6.4.x
Hide thumbs Also See for NCS 6000 Series:
Table of Contents

Advertisement

BGP Route Reflector: Example

BGP Route Reflector: Example
The following example shows how to use an address family to configure internal BGP peer 10.1.1.1 as a route
reflector client:
router bgp 140
address-family ipv4 unicast

BGP Nonstop Routing Configuration: Example

The following example shows how to enable BGP NSR:
configure
router bgp 120
nsr
end
The following example shows how to disable BGP NSR:
configure
router bgp 120
no nsr
end

Primary Backup Path Installation: Example

The following example shows how to enable installation of primary backup path:
router bgp 120
address-family ipv4 unicast
additional-paths receive
additional-paths send
additional-paths selection route-policy bgp_add_path
!
!
end

Originating Prefixes With AiGP: Example

The following is a sample configuration for originating prefixes with the AiGP metric attribute:
route-policy aigp-policy
set aigp-metric 4
set aigp-metric igp-cost
end-policy
Routing Configuration Guide for Cisco NCS 6000 Series Routers, IOS XR Release 6.4.x
94
neighbor 10.1.1.1
remote-as 140
address-family ipv4 unicast
route-reflector-client
exit
Implementing BGP

Advertisement

Table of Contents
loading

Table of Contents