Cisco XR12000 Series Configuration Manual page 89

Ios xr multicast configuration guide
Hide thumbs Also See for XR12000 Series:
Table of Contents

Advertisement

Implementing Multicast Routing on Cisco IOS XR Software
SUMMARY STEPS
1. configure
2. vrf source-vrf
3. address-family [ipv4 | ipv6} unicast
4. import route-target [xx.yy:nn | as-number:nn | ip-address:nn]
5. export route-target [xx.yy:nn | as-number:nn | ip-address:nn]
6. Use the commit or end command.
7. configure
8. vrf receiver-vrf
9. Repeat Step 3 through Step 6.
DETAILED STEPS
Command or Action
Step 1
configure
Example:
RP/0/0/CPU0:router# configure
Step 2
vrf source-vrf
Example:
RP/0/0/CPU0:router(config)# vrf green
RP/0/0/CPU0:router(config-vrf)#
Step 3
address-family [ipv4 | ipv6} unicast
Example:
RP/0/0/CPU0:router(config-vrf)#
address-family ipv4 unicast
Step 4
import route-target [xx.yy:nn | as-number:nn |
ip-address:nn]
Example:
RP/0/0/CPU0:router(config-vrf-af)# import
route-target 234:222
RP/0/0/CPU0:router(config-vrf-af)# import
route-target 100:100
Step 5
export route-target [xx.yy:nn | as-number:nn |
ip-address:nn]
OL-30405-02
Purpose
Enters global configuration mode.
Configures a VRF instance for the source PE router.
Specifies a unicast IPv4 or IPv6 address family and enters address
family configuration submode.
Note
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
• 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:
Cisco IOS XR Multicast Configuration Guide for the Cisco XR12000 Series Router, Release 5.1.x
Configuring MVPN Extranet Routing
Only IPv4 addressing is supported for
extranet.
is 0-65535.0-65535:0-65535
79

Advertisement

Table of Contents
loading

Table of Contents