Implementing OSPF on Cisco IOS XR Software
How to Implement OSPF on CiscoIOS XR Software
RC-232
Cisco IOS XR Routing Configuration Guide
Step6 area area-id
Example:
RP/0/RP0/CPU0:router(config-ospf-vrf)# area 0
Enters area configuration mode and configures an area for
the OSPF process.
The area-id argument can be entered in dotted-decimal
or IPv4 address notation, such as area 1000 or
area 0.0.3.232. However, you must choose one form or
the other for an area.
Step7 interface type instance
Example:
RP/0/RP0/CPU0:router(config-ospf-vrf)#
interface POS 0/0/0/0
Enters interface configuration mode and associates one or
more interfaces to the VRF.
Step8 exit
Example:
RP/0/RP0/CPU0:router(config-if)# exit
Exits interface configuration mode.
Step9 domain-id [secondary] type {0005 | 0105 | 0205
| 8005} value value
Example:
RP/0/RP0/CPU0:router(config-ospf-vrf)#
domain-id 0105 1AF234
Specifies the OSPF VRF domain ID.
The value argument is a six-octet hex number.
Step1 0 domain-tag tag
Example:
RP/0/RP0/CPU0:router(config-0spf-vrf)#
domain-tag 234
Specifies the OSPF VRF domain tag.
The valid range for tag is 0 to 4294967295.
Command or Action Purpose