Download Print this page

Cisco ASR 9000 Series Software Manual page 74

Layer 3 multicast routing
Hide thumbs Also See for ASR 9000 Series:

Advertisement

Configuring Multicast VPN
Command or Action
Step 3
root
Example:
RP/0/RSP0/CPU0:router(config-ldp-mldp)# root
Step 4
vrf vrf_name
Example:
RP/0/RSP0/CPU0:router(config)# vrf vrf1
Step 5
vpn id vpn-id
Example:
RP/0/RSP0/CPU0:router(config-vrf)# vpn id 1:1
Step 6
address-family [ipv4 | ipv6 ] unicast
Example:
RP/0/RSP0/CPU0:router(config-vrf)#
address-family ipv4 unicast
Step 7
import route-target [xx.yy.nn | as-number:nn |
ip-address:nn ]
Example:
RP/0/RSP0/CPU0:router(config-vrf-af)# import
route-target import 1:1
Step 8
export route-target [xx.yy.nn | as-number:nn |
ip-address:nn ]
Example:
RP/0/RSP0/CPU0:router(config-vrf-af)# export
route-target export 1:1
Cisco ASR 9000 Series Aggregation Services Router Multicast Configuration Guide, Release 5.1.x
74
Implementing Layer-3 Multicast Routing on Cisco IOS XR Software
Purpose
Takes the user to the global configuration level.
Configures a VRF instance. The vrf-name argument is the
name assigned to a VRF.
Sets or updates a VPN identifier on a VRF.
Enters the address-family submode.
Imports the selected route target, optionally expressed as
one of the following:
• 4-byte AS number of the route target in xx.yy:nn
format. Range is 0-65535.0-65535:0-65535
• AS number of the route target in nn format. Range is
0-65535.
• IP address of the route target in A.B.C.D. format.
Exports the selected route target, optionally expressed as
one of the following:
• 4-byte AS number of the route target in xx.yy:nn
format. Range is 0-65535.0-65535:0-65535
• AS number of the route target in nn format. Range is
0-65535.
• IP address of the route target in A.B.C.D. format.

Advertisement

loading