aal2-profile custom
To specify custom numbers and user-to-user information (UUI) code points for ATM adaptation layer 2 (AAL2) profiles and codecs, use the aal2-profile custom command in global configuration mode. To disable the configuration, use the no form of this command.
aal2-profile custom number number number {clear-channel | g711alaw | g711ulaw | g726r32 | g729br8 | g720r8 | llcc} packet-length minimum-UUI-codepoint maximum-UUI-codepoint
no aal2-profile custom number
Syntax Description
number |
AAL profile number. For more information, use the question mark (?) online help function. |
clear-channel | g711alaw | g711ulaw | g726r32 | g729br8 | g720r8 | llcc |
Specifies the types of codec as follows:
|
packet-length |
Packet length in octets. The range is from 5 to 64. |
minimum-UUI-codepoint |
Minimim UUI code point. The range is from 0 to 15. |
maximum-UUI-codepoint |
Maximum UUI code point. The range is from 0 to 15. |
Command Default
One of the predefined International Telecommunication Union - Telecommunication Standardization Sector (ITU-T) profiles can be used.
Command Modes
Global configuration (config)
Command History
Release |
Modification |
---|---|
15.0(1)M |
This command was introduced in a release earlier than Cisco IOS Release 15.0(1)M. |
Usage Guidelines
AAL2 custom profiles are used to define additional profiles that are not present in the ITU-T specifications.
After defining a custom profile, apply that profile under a Voice over ATM (VoATM) dial peer for it to take affect using the codec aal2-profile command. The codec aal2-profile command can be used only if the session protocol is "aal2-trunk".
Examples
The following example shows how to specify custom numbers and UUI code points for AAL2 profiles and codecs:
Router# configure terminal
Router(config)# aal2-profile custom 2 1 1 g711ulaw 6 3 3