match

This command configures the IDS Matches table, which lets you implement your configured IDS Policies.

Syntax

(config-voip)# ids match <Index>
(match-<Index>)# 

Command

Description

Index

Defines the table row index.

policy

Assigns an IDS Policy.

proxy-set

Assigns a Proxy Set(s) to the IDS Policy.

sip-interface

Assigns a SIP Interface(s) to the IDS Policy.

subnet

Defines the subnet to which the IDS Policy is assigned.

Command Mode

Privileged User

Example

This example configures an IDS Match that applies IDS Policy "DOS" to SIP Interfaces 1 through 2:

(config-voip)# ids match 0
(match-0)# policy DOS
(match-0)# sip-interface 1-2
(match-0)# activate