Cisco CRS Configuration Manual page 153

Ios xr virtual private network
Hide thumbs Also See for CRS:
Table of Contents

Advertisement

Implementing IPv6 VPN Provider Edge Transport over MPLS
Example:
RP/0/RP0/CPU0:router(config-bgp-af)# bgp dampening 30 1500 10000 120
Configures BGP dampening for the specified address family.
Step 5
bgp client-to-client reflection { cluster-id | disable }
Example:
RP/0/RP0/CPU0:router(config-bgp-af)# bgp client-to-client
reflection disable
Configures client to client route reflection.
Step 6
neighbor ip-address
Example:
RP/0/RP0/CPU0:router(config-bgp)# neighbor 10.1.1.1
Places the router in neighbor configuration mode for BGP routing and configures the neighbor IP address as a BGP peer.
Step 7
remote-as as-number
Example:
RP/0/RP0/CPU0:router(config-bgp-nbr)# remote-as 100
Creates a neighbor and assigns a remote autonomous system number to it.
Step 8
description text
Example:
RP/0/RP0/CPU0:router(config-bgp-nbr)# description neighbor 172.16.1.1
Provides a description of the neighbor. The description is used to save comments and does not affect software function.
Step 9
password { clear | encrypted } password
Example:
RP/0/RP0/CPU0:router(config-bgp-nbr)# password encrypted 123abc
Enables Message Digest 5 (MD5) authentication on the TCP connection between the two BGP neighbors.
Step 10
shutdown
Example:
RP/0/RP0/CPU0:router(config-bgp-nbr)# router bgp 1
Terminates any active sessions for the specified neighbor and removes all associated routing information.
Step 11
timers keepalive hold-time
Cisco IOS XR Virtual Private Network Configuration Guide for the Cisco CRS Router, Release 6.1.x
Configuring PE to PE Core
139

Advertisement

Table of Contents
loading

Table of Contents