Example: LMP Control Channel Configuration
Figure 1: LMP Control Channel Topology Diagram

Figure 1 shows a series of four routers that are used to establish an LMP control channel and traffic engineering link between Router R1 and Router R4. The control channel originates on the so-1/1/0 interface of Router 1 and ends at the so-6/0/0 interface of Router 4. The traffic engineering link data channel is a point-to-point link from the so-0/1/2 interface of Router R1 to the so-3/0/2 interface of Router R4.
On Router 1, configure IS-IS, MPLS, and RSVP to support the LMP control channel. For the control channel, use the so-1/1/0 interface as the origin and specify 10.35.100.22 (the so-6/0/0 interface on Router 4) as the remote address. For the traffic engineering link, use the so-0/1/2 interface as the origin, include a local address and remote address pair of your choice, and configure the remote IDs to match the local IDs generated by the remote peer.
Configure a bidirectional GMPLS LSP to reach Router 4. Use the loopback address of 10.255.71.244 as the destination for the LSP, disable CSPF, and configure a strict path to the remote address of the traffic engineering link.
Router 1
On Router 2, configure IS-IS, MPLS, and RSVP to provide backbone connectivity for GMPLS and LMP between Routers 1 and 3.
Router 2
The configuration of Router 3 is very similar to the configuration on Router 2. Configure IS-IS, MPLS, and RSVP to provide backbone connectivity for GMPLS and LMP between Routers 2 and 4.
Router 3
On Router 4, complete the example by configuring IS-IS, MPLS, and RSVP to support the LMP control channel. For the control channel, use the so-6/0/0 interface as the origin and specify 10.35.100.1 (the so-1/1/0 interface on Router 1) as the remote address. For the traffic engineering link, use the so-3/0/2 interface as the origin, swap the local address and remote address pair configured on Router 1 and add them here, and configure the remote IDs to match the local IDs generated by the remote peer.
Because GMPLS LSPs are bidirectional by default, you do not need to configure a return path to Router 1.
Router 4
Verifying Your Work
To verify proper operation of LMP control channels, use the following commands:
- show link-management peer
- show link-management statistics
- show link-management te-link
The following sections show the output of these commands used with the configuration example:
Router 1 Status
On Router 1, issue the show link-management commands to verify that the control channel, traffic engineering links, and LMP negotiations are working as expected. The show link-management peer command indicates peer addresses, names, and identifiers, as well as control channel identifiers. The show link-management statistics command shows the number of LMP hellos and messages that have been exchanged. The show link-management te-link command displays names and identifiers configured for the traffic engineering link.
user@router1> show link-management peerPeer name: router4, System identifier: 37495
State: Up, Control address: 10.255.70.103
CC local ID CC remote ID State TxSeqNum RcvSeqNum Flags
22515 38882 Up 1692 1691
TE links:
sonet
user@router1> show link-management statistics
Statistics for peer router4
Received packets
ConfigAck: 1
Hello: 748
LinkSummary: 13
LinkSummaryAck: 1
Small packets: 0
Wrong protocol version: 0
Messages for unknown peer: 0
Messages for bad state: 0
Stale acknowledgements: 0
Stale negative acknowledgements: 0
Sent packets
Config: 24
Hello: 748
LinkSummary: 13
LinkSummaryAck: 13
Retransmitted packets
Config: 18
LinkSummary: 9
Dropped packets
Config: 5
LinkSummary: 3
user@router1> show link-management te-link
TE link name: sonet, State: Up
Local identifier: 8070, Remote identifier: 8070, Local address: 10.35.1.1,
Remote address: 10.35.1.2, Encoding: SDH/SONET, Switching: PSC-1,
Minimum bandwidth: 622.08Mbps, Maximum bandwidth: 622.08Mbps,
Total bandwidth: 622.08Mbps, Available bandwidth: 622.08Mbps
Name State Local ID Remote ID Bandwidth Used LSP-name
so-0/1/2 Up 22279 21303 622.08Mbps No
Router 4 Status
On Router 4, issue the show link-management commands to verify that the control channel, traffic engineering links, and LMP negotiations are being reciprocated by Router 1.
user@router4> show link-management peer Peer name: router1, System identifier: 56483
State: Up, Control address: 10.255.71.242
CC local ID CC remote ID State TxSeqNum RcvSeqNum Flags
38882 22515 Up 1451 1450
TE links:
sonet
user@router4> show link-management statistics
Statistics for peer router1
Received packets
Config: 1
Hello: 255
LinkSummary: 1
LinkSummaryAck: 1
Small packets: 0
Wrong protocol version: 0
Messages for unknown peer: 0
Messages for bad state: 0
Stale acknowledgements: 0
Stale negative acknowledgements: 0
Sent packets
Config: 31
ConfigAck: 1
Hello: 255
LinkSummary: 13
LinkSummaryAck: 1
Retransmitted packets
Config: 23
LinkSummary: 9
Dropped packets
Config: 7
LinkSummary: 3
user@router4> show link-management te-link
TE link name: sonet, State: Up
Local identifier: 8070, Remote identifier: 8070, Local address: 10.35.1.2,
Remote address: 10.35.1.1, Encoding: SDH/SONET, Switching: PSC-1,
Minimum bandwidth: 622.08Mbps, Maximum bandwidth: 622.08Mbps,
Total bandwidth: 622.08Mbps, Available bandwidth: 622.08Mbps
Name State Local ID Remote ID Bandwidth Used LSP-name
so-3/0/2 Up 21303 22279 622.08Mbps No
