Modifying A Routing Policy Using A Text Editor - Cisco NCS 6000 Series Configuration Manual

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

Advertisement

Implementing Routing Policy
SUMMARY STEPS
1. configure
2. router bgp as-number
3. neighbor ip-address
4. address-family { ipv4 | ipv6 } unicast
5. route-policy policy-name { in | out }
6. commit
DETAILED STEPS
Command or Action
Step 1
configure
Step 2
router bgp as-number
Example:
RP/0/RP0/CPU0:router(config)# router bgp 125
Step 3
neighbor ip-address
Example:
RP/0/RP0/CPU0:router(config-bgp)# neighbor
10.0.0.20
Step 4
address-family { ipv4 | ipv6 } unicast
Example:
RP/0/RP0/CPU0:router(config-bgp-nbr)#
address-family ipv4 unicast
Step 5
route-policy policy-name { in | out }
Example:
RP/0/RP0/CPU0:router(config-bgp-nbr-af)#
route-policy example1 in
Step 6
commit

Modifying a Routing Policy Using a Text Editor

This task explains how to modify an existing routing policy using a text editor. See
Configuration Elements, on page 443
Purpose
Configures a BGP routing process and enters router
configuration mode.
Specifies a neighbor IP address.
Specifies the address family.
Attaches the route-policy, which must be well formed and
predefined.
for information on text editors.
Routing Configuration Guide for Cisco NCS 6000 Series Routers, IOS XR Release 6.4.x
Modifying a Routing Policy Using a Text Editor
• The as-number argument identifies the autonomous
system in which the router resides. Valid values are
from 0 to 65535. Private autonomous system numbers
that can be used in internal networks range from 64512
to 65535.
Editing Routing Policy
455

Advertisement

Table of Contents
loading

Table of Contents