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

Скачать
Страница из 1016
match transport icmp ipv6
To configure the ICMP IPv6 type field and the code field as key fields for a flow record, use the match
transport icmp ipv6 
command in flow record configuration mode. To disable the use of the ICMP IPv6 type
field and code field as key fields for a flow record, use the no form of this command.
match transport icmp ipv6 {code| type}
no match transport icmp ipv6 {code| type}
Syntax Description
Configures the IPv6 ICMP code as a key field.
code
Configures the IPv6 ICMP type as a key field.
type
Command Default
The ICMP IPv6 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 IPv6 ICMP code field as a key field:
Controller(config)#
flow record FLOW-RECORD-1
Controller(config-flow-record)#
match transport icmp ipv6 code
The following example configures the IPv6 ICMP type field as a key field:
Controller(config)#
flow record FLOW-RECORD-1
Controller(config-flow-record)#
match transport icmp ipv6 type
Consolidated Platform Command Reference, Cisco IOS XE Release 3SE (Cisco WLC 5700 Series)    
   OL-29471-01
893
match transport icmp ipv6