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


Configure No-Keepalives

Action    

To disable the sending of link-layer keepalives on a T1 physical interface, follow these steps:

  1. In configuration mode, go to the following hierarchy level:
  2. [edit]
    
    user@host# edit interfaces interface-name
    
    
    
  3. Configure no-keepalives:
  4. [edit interfaces interface-name]
    
    user@host# set no-keepalives
    
    
    

For example:

[edit interfaces t1-1/3/0]
user@host# set no-keepalives

  1. Verify the configuration:
  2. user@host# show
    
    
    

For example:

[edit interfaces t1-1/3/0]
user@host# show
no-keepalives;

  1. Commit the change:
  2. user@host# commit 
    
    
    

For example:

[edit interfaces t1-1/3/0]
user@host# commit 
commit complete

What It Means

By setting no-keepalives, the link layer is forced to stay up. If the setting remains at keepalive, the router will recognize that the same link-layer keepalives are being looped back and will bring the link layer down.


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