You need to configure the Link Management Protocol (LMP) to define the data channel connection and the control channel connection between devices. Include the following statements at the [edit protocols link-management] hierarchy level:
- [edit protocols link-management]
-
peer peer-name {
-
address address;
-
control-channel control-channel-name;
-
-
lmp-control-channel control-channel-interface {
-
remote-address ip-address;
- }
-
-
lmp-protocol {
-
hello-interval milliseconds;
-
hello-dead-interval milliseconds;
-
retransmission-interval milliseconds;
-
retry-limit number;
-
passive;
- }
-
te-link te-link-name;
- }
-
te-link te-link-name {
- disable;
-
-
interface interface-name {
- disable;
-
local-address ip-address;
-
remote-address ip-address;
-
remote-id id-number;
- }
-
label-switched-path lsp-name;
-
local-address ip-address;
-
remote-address ip-address;
-
remote-id id-number;
- }
-
traceoptions {
- file filename <files number> <no-stamp> <replace> <size size>
- <world-readable | no-world-readable>;
- flag flag <flag-modifier> <disable>;
- }
The sections that follow describe how to configure LMP: