Cisco CRS Configuration Manual page 156

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

Advertisement

Configuring OSPFv3 as the Routing Protocol Between the PE and CE Routers
DETAILED STEPS
Step 1
configure
Example:
RP/0/RP0/CPU0:router# configure
Enters the Global Configuration mode.
Step 2
router ospf process-name
Example:
RP/0/RP0/CPU0:router(config)# router ospf 109
Enters OSPF configuration mode allowing you to configure the OSPF routing process.
Step 3
vrf vrf-name
Example:
RP/0/RP0/CPU0:router(config-ospf)# vrf vrf_1
Configures a VPN routing and forwarding (VRF) instance and enters VRF configuration mode for OSPF routing.
Step 4
capability vrf-lite
Example:
RP/0/RP0/CPU0:router(config-ospf-vrf)# capability vrf-lite
Enables VRF Lite feature.
Step 5
router-id {router-id | type interface-path-id }
Example:
RP/0/RP0/CPU0:router(config-ospf-vrf)# router-id 172.20.10.10
Configures the router ID for the VRF.
Router ID configuration is required for each
Note
VRF.
Step 6
domain-id type { 0005 | 0105 | 0205 | 8005 } value domain-id
Example:
RP/0/RP0/CPU0:router(config-ospf-vrf)# domain-id type 0005 value CAFE00112233
Specifies the domain ID.
Step 7
Do one of the following:
• redistribute bgp process-id [ metric metric-value ] [ metric-type {1 | 2}] [ route-policy12route-policy
policy-name ] [ tag tag-value ]
• redistribute connected [metric metric-value ] [ metric-type {1 | 2}] [route-policypolicy-name ] [ tag tag-value
]
Cisco IOS XR Virtual Private Network Configuration Guide for the Cisco CRS Router, Release 6.1.x
142
Implementing IPv6 VPN Provider Edge Transport over MPLS

Advertisement

Table of Contents
loading

Table of Contents