Configure Peer Interfaces on OSPF and RSVP
After you establish LMP peers, add peer interfaces to OSPF and RSVP. A peer interface is a virtual interface used to support a control adjacency between two peers. OSPF and RSVP form adjacencies between peers by using the peer interfaces instead of the physical interfaces.
Because actual protocol packets are sent and received by peer interfaces, the peer interfaces can be signaled and advertised to peers like any other interface enabled for RSVP and OSPF. The peer interface name must match the peer name configured in LMP. To configure RSVP signaling for LMP peers, include the
peer-interfacestatement at the[edit protocols rsvp]hierarchy level. To configure OSPF routing for LMP peers, include thepeer-interfacestatement at the [edit protocols ospf areaarea-number] hierarchy level.[edit]protocols {rsvp {peer-interface peer-name { # Configure the name of your LMP peer.}ospf {areaarea-number{peer-interface peer-name { # Configure the name of your LMP peer.}}}