Cisco Systems ASR 1000 Network Router User Manual


 
2-7
Cisco IOS XE Integrated Session Border Controller Configuration Guide for the Cisco ASR 1000 Series Aggregation Services Routers
OL-15421-01
Chapter 2 Configuring Integrated Session Border Controller
Configuring H.248 Logging Level
16. exit
17. end
DETAILED STEPS
Command or Action Purpose
Step 1
enable
Example:
Router> enable
Enables privileged EXEC mode.
Enter your password if prompted.
Step 2
configure terminal
Example:
Router# configure terminal
Enters global configuration mode.
Step 3
sbc {sbc-name} dbe
Example:
Router(config)# sbc global dbe
Creates the DBE service on the SBC and enters into
SBC-DBE configuration mode.
Step 4
vdbe [global]
Example:
Router(config-sbc-dbe)# vdbe global
Enters into VDBE configuration mode with a default DBE
named “global.”
Only one DBE is supported and its name must be “global.”
Step 5
h248-version version
Example:
Router(config-sbc-dbe-vdbe)# h248-version 3
Specifies that the DBE uses an H.248 version when it forms
associations with an H.248 controller.
Version 2 is the default.
Step 6
h248-napt-package [napt | ntr]
Example:
Router(config-sbc-dbe-vdbe)# h248-napt-package
napt
Defines whether the DBE uses the Network Address and
Port Translation (NAPT) or NAT Traversal (NTR) H.248
package for signaling NAT features. NTR is the default.
The example configures the DBE to use NAPT.
Step 7
local-port {port-num}
Example:
Router(config-sbc-dbe-vdbe)# local-port 2971
Configures the DBE to use the specific local port number
when connecting to the default media gateway controller
(MGC).
Step 8
control-address h248 ipv4 {A.B.C.D}
Example:
Router(config-sbc-dbe-vdbe)# control-address
h248 ipv4 200.50.1.41
Configures the DBE to use a specific IPv4 H.248 control
address, which is the local IP address the DBE uses as its
own address when connecting to the SBE.
Step 9
logging level [value]
Example:
Router(config-sbc-dbe-vdbe)# logging level 30
Sets a specified logging level to generate detailed logs of
H.248 messages sent and received. Turns on console
logging for the specified level and logs above that level.