Cisco CRS Configuration Manual page 72

Ios xr mpls configuration guide
Hide thumbs Also See for CRS:
Table of Contents

Advertisement

Disabling LDP IGP Synchronization: OSPF
DETAILED STEPS
Command or Action
Step 1
configure
Example:
RP/0/RP0/CPU0:router# configure
Step 2
router ospf process-name
Example:
RP/0/RP0/CPU0:router(config)# router ospf 109
Step 3
vrf vrf-name
Example:
RP/0/RP0/CPU0:router(config-ospf)# vrf red
Step 4
Use one of the following commands:
• area area-id mpls ldp sync disable
• area area-id interface name mpls ldp sync disable
Example:
RP/0/RP0/CPU0:router(config-ospf)# area 1 mpls ldp
sync disable
RP/0/RP0/CPU0:router(config-ospf)# area 1 interface
POS 0/2/0/0 mpls ldp sync disable
Step 5
Use one of the following commands:
• area area-id mpls ldp sync disable
• area area-id interface name mpls ldp sync disable
Example:
RP/0/RP0/CPU0:router(config-ospf-vrf)# area 1 mpls
ldp sync disable
RP/0/RP0/CPU0:router(config-ospf-vrf)# area 1
interface POS 0/2/0/0 mpls ldp sync disable
Step 6
Use the commit or end command.
Cisco IOS XR MPLS Configuration Guide for the Cisco CRS Router, Release 5.1.x
54
Implementing MPLS Label Distribution Protocol
Purpose
Enters global configuration mode.
Identifies the OSPF routing process and enters OSPF
configuration mode.
(Optional)
Specifies the non-default VRF.
Disables LDP IGP synchronization on an interface.
(Optional)
Disables LDP IGP synchronization on an interface for
the specified VRF.
commit—Saves the configuration changes and remains
within the configuration session.
end—Prompts user to take one of these actions:

Advertisement

Table of Contents
loading

Table of Contents