Cisco PIX 525 Spezifikationen Seite 372

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 604
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 371
21-46
Cisco Security Appliance Command Line Configuration Guide
OL-6721-01
Chapter 21 Applying Application Layer Protocol Inspection
Managing SIP Inspection
For example, the following command applies the inbound_policy to the outside interface:
hostname(config)# service-policy inbound_policy interface outside
The following command applies the inbound_policy to the all the security appliance interfaces:
hostname(config)# service-policy inbound_policy global
You enable the SIP inspection engine as shown in Example 21-8, which creates a class map to match SIP
traffic on the default port (5060). The service policy is then applied to the outside interface.
Example 21-8 Enabling SIP Application Inspection
hostname(config)# class-map sip_port
hostname(config-cmap)# match port tcp eq 5060
hostname(config-cmap)# exit
hostname(config)# policy-map inbound_policy
hostname(config-pmap)# class sip_port
hostname(config-pmap-c)# inspect sip 5060
hostname(config-pmap-c)# exit
hostname(config)# service-policy inbound_policy interface outside
To enable SIP inspection for all interfaces, enter the global parameter in place of interface outside.
Configuring SIP Timeout Values
The media connections are torn down within two minutes after the connection becomes idle. This is,
however, a configurable timeout and can be set for a shorter or longer period of time. To configure the
timeout for the SIP control connection, enter the following command:
timeout sip
This command configures the idle timeout after which a SIP control connection is closed.
To configure the timeout for the SIP media connection, enter the following command:
timeout sip_media
This command configures the idle timeout after which a SIP media connection is closed.
Verifying and Monitoring SIP Inspection
The show sip command assists in troubleshooting SIP inspection engine issues and is described with the
inspect protocol sip udp 5060 command. The show timeout sip command displays the timeout value
of the designated protocol.
The show sip command displays information for SIP sessions established across the security appliance.
Along with the debug sip and show local-host commands, this command is used for troubleshooting
SIP inspection engine issues.
Note We recommend that you configure the pager command before entering the show sip command. If there
are a lot of SIP session records and the pager command is not configured, it takes a while for the show
sip command output to reach its end.
Seitenansicht 371
1 2 ... 367 368 369 370 371 372 373 374 375 376 377 ... 603 604

Kommentare zu diesen Handbüchern

Keine Kommentare