Технические ссылки для Cisco Cisco 5760 Wireless LAN Controller

Скачать
Страница из 1016
match transport icmp ipv4
To configure the ICMP IPv4 type field and the code field as key fields for a flow record, use the match
transport icmp ipv4 
command in flow record configuration mode. To disable the use of the ICMP IPv4 type
field and code field as key fields for a flow record, use the no form of this command.
match transport icmp ipv4 {code| type}
no match transport icmp ipv4 {code| type}
Syntax Description
Configures the IPv4 ICMP code as a key field.
code
Configures the IPv4 ICMP type as a key field.
type
Command Default
The ICMP IPv4 type field and the code field are not configured as key fields.
Command Modes
Flow record configuration
Command History
Modification
Release
This command was introduced.
Cisco IOS XE 3.2SE
Usage Guidelines
A flow record requires at least one key field before it can be used in a flow monitor. The key fields differentiate
flows, with each flow having a unique set of values for the key fields. The key fields are defined using the
match command.
Examples
The following example configures the IPv4 ICMP code field as a key field:
Controller(config)#
flow record FLOW-RECORD-1
Controller(config-flow-record)#
match transport icmp ipv4 code
The following example configures the IPv4 ICMP type field as a key field:
Controller(config)#
flow record FLOW-RECORD-1
Controller(config-flow-record)#
match transport icmp ipv4 type
   Consolidated Platform Command Reference, Cisco IOS XE Release 3SE (Cisco WLC 5700 Series)
892
OL-29471-01  
match transport icmp ipv4