After you set up TE links, configure LMP network peers with the peer statement at the [edit protocols link-management] hierarchy level. A peer is the network device with which your routing platform communicates and establishes an FA-LSP. Designate a peer name, configure the peer router ID as the address (often a loopback address), and apply the TE link to be associated with this peer. Remember to configure both sides of a peering relationship to enable bidirectional communication.
Unlike GMPLS, you must not configure a control channel for a peer. If you include a control channel, the configuration will fail to commit.
- [edit]
- protocols {
-
- link-management {
-
- peer peer-name { # Configure the name
of your network peer.
- address ip-address; # Include the
router ID of the peer.
- te-link te-link-name; # Assign a TE
link to this peer.
- }
- }
- }