encapsulation (ATM)
To configure the ATM adaptation layer (AAL) and encapsulation type for an ATM virtual circuit (VC), VC class , VC, bundle, or permanent virtual circuit (PVC) range, use the encapsulation command in the appropriate mode. To remove an encapsulation type, use the no form of this command.
encapsulation { aal5mux protocol | aal5snap }
no encapsulation
Syntax Description
aal5mux |
Specifies the AAL and encapsulation type for multiplex (MUX)-type VCs. A protocol must be specified when you use this encapsulation type. |
protocol |
Protocol type being used by the multiplex (MUX)-encapsulated VC. Values for the protocol argument are as follows:
|
aal5snap |
Specifies the AAL and encapsulation type that supports Inverse Address Resolution Protocol (ARP). Logical link control/Subnetwork Access Protocol (LLC/SNAP) precedes the protocol datagram. |
Command Default
The global default encapsulation option is aal5snap .
Command Modes
ATM PVC configuration (config-if-pvc)
Command History
Release |
Modification |
---|---|
Cisco IOS XE Catalyst SD-WAN Release 17.2.1v |
Command qualified for use in Cisco vManage CLI templates. The aal5snap command option is qualified. |
Cisco IOS XE Catalyst SD-WAN Release 17.3.1a |
Command qualified for use in Cisco vManage CLI templates. The aal5mux protocol command option is qualified. |
Usage Guidelines
For usage guidelines, see the Cisco IOS XE encapsulation (ATM)
command.
MUX-Type Encapsulation on a VC Example
Device(config)# interface ATM 0/3/0
Device(config-subif)# no shutdown
Device(config-subif)# pvc 0/1
Device(config-if-pvc)# encapsulation aal5mux ppp Virtual-Template 1
SNAP Encapsulation Example
Device(config)# interface ATM 0/3/0.1 point-to-point
Device(config-subif)# ip address 10.0.0.0 255.255.255.252
Device(config-subif)# ip mtu 1496
Device(config-subif)# no shutdown
Device(config-subif)# pvc 0/100
Device(config-if-pvc)# bridge-dot1q encap 1
Device(config-if-pvc)# encapsulation aal5snap
MUX Encapsulation Example
Device(config)# interface ATM 0/2/0.1 point-to-point
Device(config-subif)# pvc 0/1
Device(config-if-pvc)# encapsulation aal5mux ppp dialer