M Commands
match ipv4
265
Cisco Nexus 7000 Series NX-OS System Management Command Reference
OL-25806-03
match ipv4
To configure the match IPv4 option for defining a NetFlow record map, use the match ipv4 command.
To remove this option, use the no form of this command.
match ipv4 {source | destination} address
no match ipv4 {source | destination} address
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 IPv4 option for defining a NetFlow record map:
switch(config)# flow record Custom-NetFlow-Record-1
switch(config-flow-record)# match ipv4 source address
switch(config-flow-record)# match ipv4 destination address
switch(config-flow-record)#
This example shows how to remove the match IPv4 configuration:
switch(config-flow-record)# no match ipv4 source address
switch(config-flow-record)# no match ipv4 destination address
switch(config-flow-record)#
Related Commands
source Specifies the source address.
destination Specifies the destination address.
address Specifies the address.
Release Modification
4.0(1) This command was introduced.
Command Description
show flow record Displays information about NetFlow records.