[Contents] [Prev] [Next] [Index] [Report an Error]


Configure Keepalives

By default, physical interfaces configured with Cisco HDLC or PPP encapsulation send keepalive packets at 10-second intervals. The Frame Relay term for keepalives is Local Management Interface (LMI) packets; the JUNOS software supports both ANSI T1.617 Annex D LMIs and ITU Q933 Annex A LMIs. On ATM networks, Operation, Administration, and Maintenance (OAM) cells perform the same function. You configure OAM cells at the logical interface level; for more information, see Define the ATM 1 and ATM 2 OAM F5 Loopback Cell Period.

To disable the sending of keepalives on a physical interface, include the no-keepalives statement at the [edit interfaces interface-name] hierarchy level:

[edit interfaces interface-name]
no-keepalives; 

To explicitly enable the sending of keepalives on a physical interface, include the keepalives statement at the [edit interfaces interface-name] hierarchy level:

[edit interfaces interface-name]
keepalives; 

On interfaces configured with Cisco HDLC or PPP encapsulation, you can configure the following three keepalive parameters; note that Frame Relay encapsulation is not affected by these options:

To change one or more of the default keepalive values, include the appropriate option at the [edit interfaces interface-name] hierarchy level:

[edit interfaces interface-name]
keepalives <interval seconds> <down-count number> <up-count number>;

For information about Frame Relay keepalive settings, see Configure Frame Relay Keepalives.


[Contents] [Prev] [Next] [Index] [Report an Error]