In contrast with statically configured control channels that provide basic connectivity, LMP control channels provide control channel management and link property correlation as defined in RFC 4204, Link Management Protocol (LMP). To manage the state of the control channel, LMP uses the following sequence of events:
To configure an LMP control channel, include the lmp-control-channel statement at the [edit protocols link-management peer peer-name] hierarchy level and specify the physical IP address of the peer as the remote address. You can also specify a hello interval, a hello dead interval, a retransmission interval, and a retry limit. Default values for these statements are shown in Table 17.
Table 17: Default Values for LMP Protocol Fields
|
LMP Protocol Field |
Value |
|---|---|
|
Hello interval |
150 milliseconds |
|
Hello dead interval |
500 milliseconds |
|
Retransmission interval |
500 milliseconds |
|
Retry limit |
3 retries |
If you plan to use these default values, you do not need to configure them. However, if you choose to manually configure any of these values, you must include all four statements (hello-interval, hello-dead-interval, retransmission-interval, and retry-limit) at the [edit protocols link-management peer peer-name lmp-protocol] hierarchy level. Also, the hello dead interval must be at least three times larger than the hello interval.
If you do not want the routing platform to initiate LMP negotiations, include the passive statement at the [edit protocols link-management peer peer-name lmp-protocol] hierarchy level. To log hello packets, other LMP messages, and state transitions of the control channels and TE links, include the hello-packets, packets, and state traceoptions flags at the [edit protocols link-management traceoptions] hierarchy level.
- [edit]
- protocols {
-
- link-management {
-
- peer peer-name { # Configure the name
of your network peer.
- address ip-address; # Include the
router ID of the peer.
-
- lmp-control-channel interface { # Specify the control channel interface.
- remote-address ip-address; # Configure
the peer’s physical IP address.
- }
-
- lmp-protocol { # Manually configure LMP protocol values.
- hello-dead-interval milliseconds;
- hello-interval milliseconds;
- passive; # Respond to LMP peers, but do not initiate LMP
negotiations.
- retransmission-interval milliseconds;
- retry-limit number;
- }
- te-link te-link-name; # Assign a TE
link to this peer.
- }
-
- traceoptions {
- flag (hello-packets | packets | state);
- }
- }
- }
For a full example of an LMP protocol control channel configuration, see Example: LMP Control Channel Configuration.
![]() |
Note: You can configure either the control-channel statement or the lmp-control-channel statement at the [edit protocols link-management peer peer-name] hierarchy level, but not both statements simultaneously. |