Cisco Systems 1000 Series Network Router User Manual


 
18-65
Cisco ASR 1000 Series Aggregation Services Routers Software Configuration Guide
OL-16506-17
Chapter 18 LSM-MLDP-based MVPN Support
MVPN MLDP over GRE
32. end
DETAILED STEPS
Command Purpose
Step 1
enable
Example:
Router> enable
Enables the privileged EXEC mode. Enter your password
when prompted.
Step 2
configure terminal
Example:
Router# configure terminal
Enters the global configuration mode.
Step 3
mpls MLDP
Example:
Router(config)# mpls MLDP
Enables MPLS MLDP support.
Note The mpls MLDP command is configured by
default. To disable MPLS MLDP, use the no mpls
MLDP command.
Step 4
vrf definition vrf-name
Example:
Router(config)# vrf definition blue
Defines the VPN routing instance by assigning a VRF
name, and enters the VRF configuration mode.
vrf-name—Name assigned to a VRF.
Step 5
rd route-distinguisher
Example:
Router(config-vrf)# rd 200:2
Creates routing and forwarding tables.
route-distinguisher— Specifies the 8-byte value to create
a VPN prefix.
You can enter a route-distinguisher value in either of
these formats:
16-bit autonomous system number: Your 16-bit
number Example, 200:2.
32-bit IP address: Your 32-bit number Example,
192.168.122.15:1.
Step 6
vpn id vpn-id
Example:
Router(config-vrf)# vpn id 200:2
Sets or updates a VPN identifier on a VRF.
Step 7
address-family ipv4
Example:
Router(config-vrf)# address-family ipv4
Enters the address family configuration mode using
standard IP Version 4 (IPv4) address prefixes.