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

Скачать
Страница из 1016
match transport
To configure one or more of the transport fields as a key field for a flow record, use the match transport
command in flow record configuration mode. To disable the use of one or more of the transport fields as a
key field for a flow record, use the no form of this command.
match transport {destination-port| igmp type| source-port}
no match transport {destination-port| igmp type| source-port}
Syntax Description
Configures the transport destination port as a key field.
destination-port
Configures time stamps based on the system uptime as a key field.
igmp type
Configures the transport source port as a key field.
source-port
Command Default
The transport fields are not configured as a key field.
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 destination port as a key field:
Controller(config)#
flow record FLOW-RECORD-1
Controller(config-flow-record)#
match transport destination-port
The following example configures the source port as a key field:
Controller(config)#
flow record FLOW-RECORD-1
Controller(config-flow-record)#
match transport source-port
Consolidated Platform Command Reference, Cisco IOS XE Release 3SE (Cisco WLC 5700 Series)    
   OL-29471-01
891
match transport