Match method – Cisco OL-15491-01 User Manual

Page 179

Advertising
background image

A-179

Cisco Content Services Gateway - 2nd Generation Release 2.0 Installation and Configuration Guide

OL-15491-01

Appendix A CSG2 Command Reference

match method

match method

To specify a method match pattern for a CSG2 billing map, use the match method command in CSG2
map configuration mode. To delete the match pattern, use the no form of this command.

match method method-name

no match method method-name

Syntax Description

Defaults

None.

Command Modes

CSG2 map configuration

Command History

Usage Guidelines

This command is valid only for HTTP and SIP.

You can use more than one match method command in CSG2 map configuration mode to specify
multiple method match patterns for a method map:

If a flow matches any of a map’s method match patterns, then the CSG2 accepts and processes the
flow (unless another map associated with the flow does not match, of course).

If a flow does not match any of a map’s method match patterns, then the match fails and the CSG2
does not accept or process the flow.

method-name

Method to be matched. Valid methods are:

connect—HTTP CONNECT method

get —HTTP GET method

head—HTTP HEAD method

invite—SIP INVITE method

message—SIP MESSAGE method

notify—SIP NOTIFY method

options—SIP OPTIONS method

post—HTTP POST method

register—SIP REGISTER method

subscribe—SIP SUBSCRIBE method

Any other extension method name of 1 to 15 characters

Release

Modification

12.4(11)MD

This command was introduced.

12.4(15)MD

Support for Session Initiation Protocol (SIP) methods was added.

Advertising