To begin your GMPLS configuration, enable LMP to define the data channel interconnection between devices at the [edit protocols link-management] hierarchy level.
To configure data channels in LMP, include the te-link te-link-name statement at the [edit protocols link-management] hierarchy level. Define all TE link options shown. (You will configure remote-id statements at the te-link and interface levels later.) We recommend that you use a different IP address and mask on your TE link addresses from the ones configured on your physical interfaces. This way, you can identify which addresses are physical and which ones belong to the TE link.
- [edit]
- protocols {
-
- link-management {
-
- te-link te-link-name { # Collection
of physical ports or timeslots.
- local-address ip-address; # Local
IP address associated with the TE link.
- remote-address ip-address; # Remote
IP address mapped to the TE link.
-
- interface interface-name { # Interface
used for data transfer.
- local-address ip-address; # Local
IP address for the TE link.
- remote-address ip-address; # Remote
IP address for the TE link.
- }
- }
- }
- }