Parse protocol – Cisco OL-15491-01 User Manual
Page 213

A-213
Cisco Content Services Gateway - 2nd Generation Release 2.0 Installation and Configuration Guide
OL-15491-01
Appendix A CSG2 Command Reference
parse protocol
parse protocol
To define how the CSG2 is to parse traffic for a content, use the parse protocol command in CSG2
content configuration mode. To restore the default setting, use the no form of this command.
parse protocol {ftp | http | imap | other | pop3 | rtsp | sip | smtp | wap {connection-oriented |
connectionless}}
no parse protocol
Syntax Description
Defaults
The CSG2 parses the traffic as some other type of IP traffic, such as IP, TCP, or User Datagram Protocol
(UDP).
Command Modes
CSG2 content configuration
Command History
Examples
The following example specifies that the CSG2 is to parse traffic for this content as HTTP traffic:
ip csg content MOVIES
parse protocol http
ftp
FTP traffic, with Layer 7 inspection of FTP control sessions.
http
HTTP traffic.
imap
Internet Message Access Protocol (IMAP) traffic.
other
Some other type of IP traffic, such as IP, TCP, or User Datagram Protocol
(UDP). This is the default setting.
pop3
Post Office Protocol, version 3 (POP3) traffic.
rtsp
Real Time Streaming Protocol (RTSP) traffic.
sip
Session Initiation Protocol (SIP) traffic.
smtp
Simple Mail Transfer Protocol (SMTP) traffic.
wap
Wireless application protocol traffic.
connection-oriented
Defines the WAP traffic as connection-oriented.
connectionless
Defines the WAP traffic as connectionless.
Release
Modification
12.4(11)MD
This command was introduced.
12.4(15)MD
The ftp and sip keywords were added.