M Commands
match ip
264
Cisco Nexus 7000 Series NX-OS System Management Command Reference
OL-25806-03
match ip
To configure the match IP option for defining a NetFlow record map, use the match ip command. To
remove this option, use the no form of this command.
match ip {protocol | tos}
no match ip {protocol | tos}
Syntax Description
Defaults None
Command Modes NetFlow record configuration (config-flow-record)
Supported User Roles network-admin
vdc-admin
Command History
Usage Guidelines This command does not require a license.
Examples This example shows how to configure the match IP option for defining a NetFlow record map:
switch(config)# flow record Custom-NetFlow-Record-1
switch(config-flow-record)# match ip protocol
switch(config-flow-record)# match ip tos
switch(config-flow-record)#
This example shows how to remove the match option:
switch(config-flow-record)# no match ip protocol
switch(config-flow-record)# no match ip tos
switch(config-flow-record)#
Related Commands
protocol Specifies the protocol.
tos Specifies the type of service (ToS).
Release Modification
4.0(1) This command was introduced.
Command Description
show flow record Displays information about NetFlow records.