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


Configure Encapsulation to Cisco-HDLC

Action

To configure encapsulation on a SONET 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 Cisco-HDLC:
  4. [edit interfaces interface-name]
    
    user@host# set encapsulation cisco-hdlc
    
    
    
  5. Verify the configuration:
  6. user@host# show
    
    
    

For example:

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

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

For example:

[edit interfaces so-1/0/0]
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]