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


Configure Encapsulation to Cisco-HDLC

Action

To set the encapsulation on a T3 physical interface, follow these steps:

  1. In configuration mode, go to the following hierarchy level:
  2. [edit]
    
    user@host# edit interfaces t3-fpc/pic/port:channel 
    
    
    
    
    
  3. Configure Cisco-HDLC:
  4. [edit interfaces t3-fpc/pic/port:channel]
    
    user@host# set encapsulation cisco-hdlc
    
    
    
  5. Verify the configuration:
  6. user@host# show
    
    
    

For example:

[edit interfaces t3-0/1/1:8]
user@host# show
encapsulation hdlc;

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

For example:

[edit interfaces t3-0/1/1:8]
user@host# commit 
commit complete

What It Means

This command sets the interface encapsulation to the Cisco High-level Data-Link Control (HDLC) transport protocol.


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