14-8
Cisco ASA Series Firewall CLI Configuration Guide
Chapter 14 Inspection for Voice and Video Protocols
H.323 Inspection
hostname(config-pmap)#
parameters
hostname(config-pmap-p)#
b.
Set one or more parameters. You can set the following options; use the
no
form of the command to
disable the option:
•
ras-rcf-pinholes enable
—Enables call setup between H.323 endpoints. You can enable call
setup between H.323 endpoints when the Gatekeeper is inside the network. Use this option to
open pinholes for calls based on the RegistrationRequest/RegistrationConfirm (RRQ/RCF)
messages. Because these RRQ/RCF messages are sent to and from the Gatekeeper, the calling
endpoint's IP address is unknown and the ASA opens a pinhole through source IP address/port
0/0. By default, this option is disabled.
•
timeout
users
time
—Sets the H.323 call duration limit (in hh:mm:ss format). To have no
timeout, specify 00:00:00. Range is from 0:0:0 to 1193:0;0.
•
call-party-number
—Enforces sending call party number during call setup.
•
h245-tunnel-block action
{
drop-connection
|
log
}—Enforces H.245 tunnel blocking. Specify
whether you want to drop the connection or simply log it.
•
rtp-conformance
[
enforce-payloadtype
]—Checks RTP packets flowing on the pinholes for
protocol conformance. The optional
enforce-payloadtype
keyword enforces the payload type
to be audio or video based on the signaling exchange.
•
state-checking
{
h225
|
ras
}—Enables state checking validation. You can enter the command
separately to enable state checking for H.225 and RAS.
Step 6
While still in parameter configuration mode, you can configure HSI groups.
a.
Define an HSI group and enter HSI group configuration mode.
hostname(config-pmap-p)#
hsi-group
id
Where
id
is the HSI group ID. Range is from 0 to 2147483647.
b.
Add an HSI to the HSI group using the IP address. You can add a maximum of five hosts per HSI
group.
hostname(config-h225-map-hsi-grp)#
hsi
ip_address
c.
Add an endpoint to the HSI group.
hostname(config-h225-map-hsi-grp)#
endpoint
ip_address
if_name
Where
ip_address
is the endpoint to add and
if_name
is the interface through which the endpoint is
connected to the ASA. You can add a maximum of ten endpoints per HSI group.
Example
The following example shows how to configure phone number filtering:
hostname(config)# regex caller 1 “5551234567”
hostname(config)# regex caller 2 “5552345678”
hostname(config)# regex caller 3 “5553456789”
hostname(config)# class-map type inspect h323 match-all h323_traffic
hostname(config-pmap-c)# match called-party regex caller1
hostname(config-pmap-c)# match calling-party regex caller2
hostname(config)# policy-map type inspect h323 h323_map
hostname(config-pmap)# parameters
hostname(config-pmap-p)# class h323_traffic
Summary of Contents for ASA 5508-X
Page 11: ...P A R T 1 Access Control ...
Page 12: ......
Page 157: ...P A R T 2 Network Address Translation ...
Page 158: ......
Page 233: ...P A R T 3 Service Policies and Application Inspection ...
Page 234: ......
Page 379: ...P A R T 4 Connection Management and Threat Detection ...
Page 380: ......