Table Of Contents
H.248 Segmentation Package Support
Contents
Restrictions for Implementing H.248 Segmentation Package
How to Implement H.248 Segmentation Package Support
Implementing H.248 Segmentation Package
Examples of Show Commands
Additional References
Related Documents
Standards
MIBs
Technical Assistance
H.248 Segmentation Package Support
When an H.248 association is established over the User Datagram Protocol (UDP), the H.248 message can be too big to fit within one User Datagram Protocol (UDP) packet, causing traffic congestion. As a result, H.248-based segmentation is required to ensure that the DBE returns the data in smaller packets and the traffic flows smoothly.
The H.248 Segmentation (seg) package, defined in H.248.1v3 Annex E, defines the following four properties to use when performing this segmentation:
•
MGSegmentationTimerValue
•
MGCSegmentationTimerValue
•
MGMaxPDUSize
•
MGCMaxPDUSize
.Feature History for H.248 Segmentation Package Support
Release
|
Modification
|
Release 3.5.1
|
This feature was introduced on Cisco CRS-1 and Cisco XR 12000 Series Router.
|
Release 3.6.0
|
No modification.
|
Contents
This module contains the following sections:
•
Restrictions for Implementing H.248 Segmentation Package
•
How to Implement H.248 Segmentation Package Support
•
Examples of Show Commands
•
Additional References
Restrictions for Implementing H.248 Segmentation Package
The following restrictions and limitations apply to H.248 segmentation package support:
•
In addition to this package, the DBE needs to support the segmentation package.
•
The DBE only supports the sending of segmented messages; it won't receive segmented messages from the Media Gateway Controller.
•
The DBE only supports the sending of segmented messages over UDP. If the DBE receives segmented messages over Transmission Control Protocol (TCP) connections from MGCs, it generates an error.
•
If the MGC does not receive all the message segments of a message, then MGC sends the error code: Error 459.
•
This feature is not available with H.248 versions 1 and 2.
How to Implement H.248 Segmentation Package Support
This section contains the steps for enabling the H.248 segmentation package by configuring the DBE to set the maximum PDU size. By default, this package is disabled.
Implementing H.248 Segmentation Package
SUMMARY STEPS
1.
configure
2.
sbc service-name
3.
dbe
4.
vdbe
5.
max-pdu-size maximum PDU size
6.
commit
7.
end
8.
show services sbc service-name dbe controllers
DETAILED STEPS
| |
Command or Action
|
Purpose
|
Step 1
|
configure
Example:
RP/0/0/CPU0:router# configure
|
Enables global configuration mode.
|
Step 2
|
sbc service-name
Example:
RP/0/0/CPU0:router(config)# sbc mysbc
|
Enters the mode of an SBC service.
• Use the service-name argument to define the name of the service.
|
Step 3
|
dbe
Example:
RP/0/0/CPU0:router(config-sbc)# dbe
|
Enters the mode of a DBE entity within an SBC service.
|
Step 4
|
vdbe
Example:
RP/0/0/CPU0:router(config-sbc-dbe)# vdbe
|
Enters the mode for configuring virtual DBE parameters.
|
Step 5
|
max-pdu-size maximum PDU size
Example:
RP/0/0/CPU0:router(config-sbc-dbe-vdbe)#
max-pdu-size 64000
|
Sets the maximum PDU size in bytes that the UDP must use for H.248 control signaling. The no version of this command disables the segmentation package feature.
• maximum PDU size—Specifies the maximum PDU size in bytes. The range of accepted values is 0-4294967295 bytes. A value of 0 disables the segmentation package.
|
Step 6
|
commit
Example:
RP/0/0/CPU0:router(config-sbc-dbe-vdbe)# commit
|
Saves configuration changes. Use the commit command to save the configuration changes to the running configuration file and remain within the configuration session.
|
Step 7
|
end
Example:
RP/0/0/CPU0:router(config-sbc-dbe-vdbe)# exit
|
Exits the configuration session.
|
Step 8
|
show services sbc service-name dbe controllers
Example:
RP/0/0/CPU0:router# show services sbc mySbc dbe
controllers
|
Displays the statistics for the H.248 controller on the DBE.
|
Examples of Show Commands
# show services sbc mySbc dbe controllers
Media gateway controller in use:
Sent Received Failed Retried
MG Segmentation Timer 0 ms
MGC Segmentation Timer 0 ms
MG Segmentation Max PDU Size 4294967295 bytes
MGC Segmentation Max PDU Size 512 bytes
Segmentation Packets Sent 0
Segmentation Packets Received 0
Remote address: 192.11.2.1.2944 (using default port)
Transport: UDP (with IAH)
--------------------------------
Additional References
The following sections provide references related to H.248 Segmentation Package Support on the SBC.
Related Documents
Related Topic
|
Document Title
|
Cisco IOS XR master command reference
|
Cisco IOS XR Master Commands List
|
Cisco IOS XR SBC interface configuration commands
|
Cisco IOS XR Session Border Controller Command Reference
|
Initial system bootup and configuration information for a router using the Cisco IOS XR Software
|
Cisco IOS XR Getting Started Guide
|
Cisco IOS XR command modes
|
Cisco IOS XR Command Mode Reference
|
Standards
Standards
|
Title
|
No new or modified standards are supported by this feature, and support from existing standards has not been modified by this feature.
|
—
|
MIBs
Technical Assistance
Description
|
Link
|
The Cisco Technical Support website contains thousands of pages of searchable technical content, including links to products, technologies, solutions, technical tips, and tools. Registered Cisco.com users can log in from this page to access even more content.
|
http://www.cisco.com/techsupport
|