Table Of Contents
H.248 Configurable VRF
Contents
Information About H.248 Configurable VRF
How to Configure H.248 VRF
Configuring H.248 Configurable VRF
Configuring H.248 VRF: Example
Additional References
Related Documents
Standards
MIBs
Technical Assistance
H.248 Configurable VRF
In the previous release, only the default VRF could be used for setting up an H.248 association. The DBE now allows using other VRF names. This enhancement enables the DBE to use VRF names for configuring the control addresses and remote addresses.
Feature History for H.248 Configurable VRF
Release
|
Modification
|
Release 3.5.1
|
This feature was introduced on the Cisco XR 12000 Series Router.
|
Release 3.6.0
|
No modification.
|
Contents
This module contains the following sections:
•
Information About H.248 Configurable VRF
•
How to Configure H.248 VRF
•
Configuring H.248 VRF: Example
•
Additional References
Information About H.248 Configurable VRF
The DBE communicates with the Media Gateway Controller (MGC) over the H.248 protocol. In the past, this MGC had to belong to the global IP address space. The new feature allows you to use the MGC controller signaling address with specific VRF names instead of the default VRF name, and, thereby, enables the MGC controller address to use the VPN functionality.
How to Configure H.248 VRF
This section contains the steps for configuring H.248 configurable VRF.
Configuring H.248 Configurable VRF
SUMMARY STEPS
1.
configure
2.
sbc service-name
3.
dbe
4.
vdbe [global]
5.
control-address h248 ipv4 ipv4_address
6.
controller h248 controller-index [vrf vrf_name]
7.
remote-address ipv4 ipv4_address
8.
commit
9.
exit
DETAILED STEPS
| |
Command or Action
|
Purpose
|
Step 1
|
configure
Example:
RP/0/0/CPU0:router# configure
|
Enables the 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 SBC.
|
Step 3
|
dbe
Example:
RP/0/0/CPU0:router(config-sbc)# dbe
|
Enters the mode of the data border element (DBE) function of the SBC.
|
Step 4
|
vdbe [global]
Example:
RP/0/0/CPU0:router(config-sbc-dbe)# vdbe
|
Enters the mode for configuring virtual DBE (vDBE) parameters.
|
Step 5
|
control-address h248 ipv4 ipv4_address
Example:
RP/0/0/CPU0:router(config-sbc-dbe-vdbe)#
control-address h248 ipv4 10.2.0.10
|
Configures the control address for vDBE with a specific VRF name.
The no version of this command cancels this configuration option.
• ipv4_address—IPv4 address assigned to this H.248 association.
|
Step 6
|
controller h248 controller-index [vrf vrf_name]
Example:
RP/0/0/CPU0:router(config-sbc-dbe-vdbe)# controller
h248 1 vrf vrf1
|
Configures the index and VRF name for the vDBE H.248 controller.
The no version of this command cancels this configuration option.
• controller-index—Index of the media controller. Values are 1-4294967295. This value is mandatory. There is no default.
• vrf_name—Name of the specific virtual private network chosen for the remote address for vDBE H.248 controller.
|
Step 7
|
remote-address ipv4 ipv4_address
Example:
RP/0/0/CPU0:router(config-sbc-dbe-h248)#
remote-address ipv4 34.34.34.34
|
Configures the remote address for vDBE H.248 controller.
• ipv4_address—IPv4 address assigned to this H.248 association.
|
Step 8
|
commit
Example:
RP/0/0/CPU0:router(config-sbc-dbe-h248)# 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 9
|
exit
Example:
RP/0/0/CPU0:router(config-sbc-dbe-h248)# exit
|
Exits the current mode of the configuration.
|
Configuring H.248 VRF: Example
The following example shows how to configure H.248 VRF:
control-address h248 ipv4 10.2.0.10
remote-address ipv4 34.34.34.34
Additional References
The following sections provide references related to configuring H.248 VRF.
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
|