51-18
Cisco 7600 Series Router Cisco IOS Software Configuration Guide, Release 12.2SX
OL-4266-08
Chapter 51 Configuring NDE
Configuring NDE
Configuring a Protocol Flow Filter
To configure a protocol flow filter, perform this task:
This example shows how to configure a TCP protocol flow filter so that only expired flows from
destination port 35 are exported:
Router(config)#
mls nde flow include protocol tcp dest-port 35
Router(config)#
To display the status of the NDE flow filters, use the
show mls nde
command described in the
“Displaying the NDE Configuration” section on page 51-18
.
Displaying the NDE Configuration
To display the NDE configuration, perform this task:
This example shows how to display the NDE configuration:
Router#
show mls nde
Netflow Data Export enabled
Exporting flows to 10.34.12.245 (9988) 10.34.12.245 (9999)
Exporting flows from 10.6.58.7 (57673)
Version: 7
Include Filter not configured
Exclude Filter not configured
Total Netflow Data Export Packets are:
508 packets, 0 no packets, 3985 records
Total Netflow Data Export Send Errors:
IPWRITE_NO_FIB = 0
IPWRITE_ADJ_FAILED = 0
IPWRITE_PROCESS = 0
IPWRITE_ENQUEUE_FAILED = 0
IPWRITE_IPC_FAILED = 0
IPWRITE_OUTPUT_FAILED = 0
IPWRITE_MTU_FAILED = 0
IPWRITE_ENCAPFIX_FAILED = 0
Netflow Aggregation Enabled
Tip
For additional information (including configuration examples and troubleshooting information), see the
documents listed on this page:
http://www.cisco.com/en/US/products/hw/routers/ps368/tsd_products_support_series_home.html
Command
Purpose
Router(config)#
mls nde flow
{
exclude
|
include
}
protocol
{
tcp
{
dest-port
number
|
src-port
number
} |
udp
{
dest-port
number
|
src-port
number
}}
Configures a protocol flow filter for an NDE flow.
Router(config)#
no mls nde flow
{
exclude
|
include
}
Clears port filter configuration.
Command
Purpose
Router#
show mls nde
Displays the NDE configuration.