#configure terminal | Enter configuration mode. |
(config)#interface xe11 | Enter interface mode. |
(config-if)#ip address 10.10.10.1/24 | Set the IP address of the xe11 to 10.10.10.1/24. |
(config-if)#label-switching | Enable label switching on xe11. |
(config-if)#exit | Exit interface mode. |
(config)#interface lo | Specify the loopback (lo) interface to be configured. |
(config-if)#ip address 1.1.1.1/32 secondary | Set the IP address of the loopback interface to 1.1.1.1/32. |
(config-if)#commit | Commit the transaction. |
(config)#router isis 1 | Configure the IS-IS routing instance and specify the TAG (1). The TAG should be a WORD - ISO routing area tag. |
(config-router)#is-type level-1 | Define the IS to the specified level of routing for router. |
(config-router)#net 49.0001.0000.0000.0001.00 | Configure the Network Entity Title (NET) for the instance. |
(config-router)#exit | Exit the Router mode and return to the Configure mode. |
(config)#interface xe11 | Enter interface mode. |
(config-if)#ip router isis 1 | Configure IS-IS IPv4 routing on the interface with IS-IS tag instance 1. |
(config-if)#isis circuit-type level-1 | Define the circuit type for the interface on which IS-IS runs and associate the level 1. |
(config-if)#exit | Exit interface mode. |
(config)#interface lo | Enter interface mode for the loopback interface (lo). |
(config-if)#ip router isis 1 | Configure IS-IS IPv4 routing on the interface with IS-IS tag instance 1. |
(config-if)#isis circuit-type level-1 | Define the circuit type for the interface on which IS-IS runs and associate the level 1. |
(config-if)#commit | Commit the transaction. |
(config)#router ldp | Enter Router mode for LDP. |
(config-router)#router-id 1.1.1.1 | Set the router ID to IP address 1.1.1.1. |
(config-router)#transport-address ipv4 1.1.1.1 | Configure the transport address for IPV4 (for IPv6 use an IPv6 address) to use for a TCP session over which LDP will run. Note: It is preferable to use the loopback address as transport address. |
(config-router)#exit | Exit the Router mode and return to the Configure mode. |
(config)#interface xe11 | Enter interface mode. |
(config-if)#enable-ldp ipv4 | Enable LDP for IPv4 on xe11. |
(config-if)#commit | Commit the transaction. |
#configure terminal | Enter configuration mode |
(config)#interface xe11 | Enter interface mode. |
(config-if)#ip address 10.10.10.2/24 | Set the IP address of xe11 to 10.10.10.2/24 |
(config-if)#label-switching | Enable label switching on interface xe11. |
(config-if)#exit | Exit interface mode. |
(config)#interface lo | Specify the loopback (lo) interface to be configured. |
(config-if)#ip address 2.2.2.2/32 secondary | Set the IP address of the loopback interface to 2.2.2.2/32. |
(config-if)#commit | Commit the transaction. |
(config)#router isis 1 | Configure the IS-IS routing instance and specify the TAG as 1. The TAG should be a WORD - ISO routing area tag. |
(config-router)#is-type level-1 | Define the IS to the specified level of routing for router. |
(config-router)#net 49.0001.0000.0000.0002.00 | Configure the Network Entity Title (NET) for the instance. |
(config-router)#exit | Exit the Router mode and return to the Configure mode. |
(config)#interface xe11 | Enter interface mode. |
(config-if)#ip router isis 1 | Configure IS-IS IPv4 routing on the interface with is-is tag instance 1. |
(config-if)#isis circuit-type level-1 | Define the circuit type for the interface on which IS-IS runs and associate the level type (1). |
(config-if)#exit | Exit interface mode. |
(config)#interface lo | Enter interface mode for the loopback (lo) interface. |
(config-if)#ip router isis 1 | Configure IS-IS IPv4 routing on the interface with IS-IS tag instance 1. |
(config-if)#isis circuit-type level-1 | Define the circuit type for the interface on which IS-IS runs and associate the level 1. |
(config-if)#commit | Commit the transaction. |
(config)#router ldp | Enter Router mode for LDP. |
(config-router)#router-id 2.2.2.2 | Set the router ID to IP address 2.2.2.2. |
(config-router)#transport-address ipv4 2.2.2.2 | Configure the transport address for IPv4 (for IPv6 use an IPv6 address) to use for a TCP session over which LDP will run. Note: It is preferable to use the loopback address as transport address. |
(config-router)#exit | Exit the Router mode and return to the Configure mode. |
(config)#interface xe11 | Enter interface mode. |
(config-if)#enable-ldp ipv4 | Enable LDP for IPv4 on xe11. |
(config-if)#commit | Commit the transaction. |
(config)#interface xe11 | Enter interface mode. |
(config-if)#mpls ldp-igp sync isis level-1 holddown-timer 700 | Configure LDP-IGP Synchronization for interface xe11 belonging to an IS-IS process with corresponding IS-IS level.700 seconds is the holddown-timer value for IGP to wait until LDP converges. The values level-1|level-2-only|level-1-2 identify the IS-IS level instance. The interface can be acting on any level, but the sync is applicable only when it matches with the level given in IGP sync command. IS-IS: This command is part of ISIS Process. Default: Mandatory configuration. No default option. Note: The holddown-timer Range is 1 to 2147483 seconds. If no holddown timer is configured, IGP waits indefinitely for LDP to Converge. Use the command mpls ldp-igp sync is-is <level-type> to configure without a holddown-timer. |
(config-if)#mpls ldp-igp sync-delay 55 | Set the time delay in seconds for the notification of LDP convergence to IGP. This is not applicable for notification of non-convergence. Range is 5 to 60 seconds. This command is optional. LDP: This command is part of LDP Process. Default: If not configured, the delay is 0 seconds. |
(config-if)#commit | Commit the transaction. |
(config)#interface xe11 | Enter interface mode. |
(config-if)#mpls ldp-igp sync isis level-1 holddown-timer 700 | Configure LDP-IGP Synchronization for interface xe11 belonging to an IS-IS process with corresponding IS-IS level.700 secs is the holddown-timer value for IGP to wait until LDP converges. The parameters level-1|level-2-only|level-1-2 identify the IS-IS instance level. The interface can be acting on any level, but sync is applicable only when it matches with the level given in IGP sync command. IS-IS: This command is part of IS-IS Process. Default: Mandatory configuration. No default option. Note: The holddown-timer Range is 1 to 2147483 seconds. If no holddown timer is configured, IGP waits indefinitely for LDP to Converge. Use command mpls ldp-igp sync is-is <level-type> to configure without a holddown-timer. |
(config-if)#mpls ldp-igp sync-delay 55 | Set the time delay in seconds for notification of LDP convergence to IGP. This is not applicable for notification of non-convergence. Range is 5 to 60 seconds. This command is optional. LDP: This command is part of LDP Process. Default: If not configured, the delay is 0 seconds. |
(config-if)#commit | Commit the transaction. |