Table Of Contents
Configuring IPv4 Multicast Statistics Support for Cisco IOS Flexible NetFlow
Prerequisites for Configuring IPv4 Multicast Statistics Support
Restrictions for Configuring IPv4 Multicast Statistics Support
Information About IPv4 Multicast Statistics Support
How to Configure IPv4 Multicast Statistics Support for Cisco IOS Flexible NetFlow
Configuration Examples for IPv4 Multicast Statistics Support
Configuring IPv4 Multicast Statistics Support for Cisco IOS Flexible NetFlow: Example
Feature Information for IPv4 Multicast Statistics Support
Configuring IPv4 Multicast Statistics Support for Cisco IOS Flexible NetFlow
First Published: October 10, 2008Last Updated: November 20, 2009This document contains information about and instructions for configuring the Flexible NetFlow—IPv4 Multicast Statistics Support feature. Prior to the introduction of the Flexible NetFlow—IPv4 Multicast Statistics Support feature, Flexible NetFlow was capable of analyzing IPv4 multicast traffic, but was not capable of reporting the number of replicated bytes or the number of replicated packets in multicast flows. The Flexible NetFlow—IPv4 Multicast Statistics Support feature adds the capability of reporting the number of replicated bytes and the number of replicated packets in multicast flows to Flexible NetFlow.
NetFlow is a Cisco IOS technology that provides statistics on packets flowing through a networking device. NetFlow is the standard for acquiring IP operational data from IP networks. NetFlow provides network and security monitoring, network planning, traffic analysis, and IP accounting.
Flexible NetFlow improves on original NetFlow by adding the capability to customize the traffic analysis parameters for your specific requirements. Flexible NetFlow makes it easier to create more complex configurations for traffic analysis and data export through the use of reusable configuration components.
Finding Feature Information
Your software release may not support all the features documented in this module. For the latest feature information and caveats, see the release notes for your platform and software release. To find information about the features documented in this module, and to see a list of the releases in which each feature is supported, see the "Feature Information for IPv4 Multicast Statistics Support" section.
Use Cisco Feature Navigator to find information about platform support and Cisco IOS, Catalyst OS, and Cisco IOS XE software image support. To access Cisco Feature Navigator, go to http://www.cisco.com/go/cfn. An account on Cisco.com is not required.
Contents
•
Prerequisites for Configuring IPv4 Multicast Statistics Support
•
Restrictions for Configuring IPv4 Multicast Statistics Support
•
Information About IPv4 Multicast Statistics Support
•
How to Configure IPv4 Multicast Statistics Support for Cisco IOS Flexible NetFlow
•
Configuration Examples for IPv4 Multicast Statistics Support
•
Feature Information for IPv4 Multicast Statistics Support
Prerequisites for Configuring IPv4 Multicast Statistics Support
The following prerequisites must be met before you can configure multicast support for Flexible NetFlow:
•
You are familiar with the information in the "Cisco IOS Flexible NetFlow Overview" module.
•
You are familiar with the information in the "Customizing Cisco IOS Flexible NetFlow Flow Records and Flow Monitors" module.
•
The networking device is running a Cisco IOS release that supports the Flexible NetFlow—IPv4 Multicast Statistics Support feature. See the "Cisco IOS Flexible NetFlow Features Roadmap" module for a list of Cisco IOS software releases that support the Flexible NetFlow—IPv4 Multicast Statistics Support feature.
•
The networking device is configured for IPv4 unicast routing and IPv4 multicast routing.
•
One of the following is enabled on your networking device and on any interfaces on which you want to enable Flexible NetFlow: Cisco Express Forwarding (CEF), distributed CEF (dCEF).
Restrictions for Configuring IPv4 Multicast Statistics Support
The following restrictions apply to configuring multicast support for Flexible NetFlow:
IPv4 traffic
•
When the replication-factor field is used in a flow record, it will only have a non-zero value in the cache for ingress multicast traffic that is forwarded by the router. If the flow record is used with a flow monitor in output (egress) mode and/or to monitor unicast traffic, the cache data for the replication factor field is set to 0.
IPv6 traffic
•
Traffic monitoring for multicast statistics is not supported.
Information About IPv4 Multicast Statistics Support
The Flexible NetFlow—IPv4 Multicast Statistics Support feature adds the capability of reporting the number of replicated bytes and the number of replicated packets in multicast flows to Flexible NetFlow. You can capture the packet-replication factor for a specific flow as well as for each outgoing stream.
You can use the The Flexible NetFlow—IPv4 Multicast Statistics Support feature to identify and count multicast packets on the ingress side or the egress side (or both sides) of a networking device. Multicast ingress accounting provides information about the source and how many times the traffic was replicated. Multicast egress accounting monitors the destination of the traffic flow.
How to Configure IPv4 Multicast Statistics Support for Cisco IOS Flexible NetFlow
To configure the Flexible NetFlow—IPv4 Multicast Statistics Support feature, perform the following task.
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
flow record flow-record-name
4.
description string
5.
match routing is-multicast
6.
Add key fields for the record as required using other match commands.
7.
collect counter {bytes replicated [long] | packets replicated [long]}
8.
collect routing multicast replication-factor
9.
Add non-key fields for the record as required using other collect commands.
10.
flow monitor monitor-name
11.
description string
12.
record record-name
13.
interface type number
14.
ip flow monitor monitor-name [multicast | unicast] {input | output}
15.
Repeat Steps 13 and 14 to activate a flow monitor on any other interfaces in the networking device over which you want to monitor traffic.
16.
end
DETAILED STEPS
Command or Action PurposeStep 1
enable
Example:Router> enable
Enables privileged EXEC mode.
•
Enter your password if prompted.
Step 2
configure terminal
Example:Router# configure terminal
Enters global configuration mode.
Step 3
flow record flow-record-name
Example:Router(config)# flow record FLOW-RECORD-2
Creates a flow record and enters flow record configuration mode.
•
This command also allows you to modify an existing flow record.
Step 4
description string
Example:Router(config-flow-record)# description Used for IPv4 multicast traffic analysis
(Optional) Creates a description for the flow record.
Step 5
match routing is-multicast
Example:Router(config-flow-record)# match routing is-multicast
Configures IPv4 multicast destination addresses (indicating that the IPv4 traffic is multicast traffic) as a key field for the flow record.
Step 6
Add key fields for the record as required using other match commands.
For information about the other match commands that are available to configure key fields, refer to the Cisco IOS Flexible NetFlow Command Reference.
Step 7
collect counter {bytes replicated [long] | packets replicated [long]}
Example:Router(config-flow-record)# collect counter packets replicated
Configures the number of bytes or packets multiplied by the multicast replication factor (number of interfaces the multicast traffic is forwarded over) as a non-key field.
Default: Uses a 32-bit counter. The long keyword configures a 64-bit counter.
Step 8
collect routing multicast replication-factor
Example:Router(config-flow-record)# collect routing multicast replication-factor
Configures the multicast replication factor (number of interfaces over which multicast traffic is forwarded) as a non-key field.
Step 9
Add non-key fields for the record as required using other collect commands.
For information about the other collect commands that are available to configure non-key fields, refer to the Cisco IOS Flexible NetFlow Command Reference.
Step 10
flow monitor monitor-name
Example:Router(config)# flow monitor FLOW-MONITOR-2
Creates a flow monitor and enters Flexible NetFlow flow monitor configuration mode.
•
This command also allows you to modify an existing flow monitor.
Step 11
description string
Example:Router(config-flow-monitor)# description Used for IPv4 multicast traffic analysis
(Optional) Creates a description for the flow monitor.
Step 12
record record-name
Example:Router(config-flow-monitor)# record FLOW-RECORD-2
Specifies the record for the flow monitor.
Step 13
interface type number
Example:Router(config)# interface ethernet 0/0
Specifies an interface and enters interface configuration mode.
Step 14
ip flow monitor monitor-name [multicast | unicast] {input | output}
Example:Router(config-if)# ip flow monitor FLOW-MONITOR-2 input
Activates the flow monitor that was created previously by assigning it to the interface to analyze traffic. To monitor only multicast traffic, use the multicast keyword. Default: Unicast traffic and multicast traffic are monitored.
Step 15
Repeat Steps 13 and 14 to activate a flow monitor on any other interfaces in the networking device over which you want to monitor traffic.
—
Step 16
end
Example:Router(config-if)# end
Exits flow interface configuration mode and returns to privileged EXEC mode.
Examples
The following output from the show flow monitor command shows four multicast flows and three unicast flows:
Router# show flow monitor FLOW-MONITOR-2 cacheCache type: NormalCache size: 4096Current entries: 8High Watermark: 8Flows added: 4074Flows aged: 4066- Active timeout ( 1800 secs) 46- Inactive timeout ( 15 secs) 4020- Event aged 0- Watermark aged 0- Emergency aged 0IP IS MULTICAST IPV4 DST ADDR pkts rep=============== =============== ==========Yes 224.192.16.1 16642Yes 224.192.65.1 16621No 10.1.4.2 0No 10.1.2.2 0No 10.1.3.2 0Yes 224.0.0.13 0No 255.255.255.255 0Yes 224.0.0.1 0Configuration Examples for IPv4 Multicast Statistics Support
This section provides the following configuration example:
•
Configuring IPv4 Multicast Statistics Support for Cisco IOS Flexible NetFlow: Example
Configuring IPv4 Multicast Statistics Support for Cisco IOS Flexible NetFlow: Example
This example shows how to configure the following:
•
IPv4 multicast destination addresses (indicating that the IPv4 traffic is multicast traffic) as a key field.
•
The destination IPv4 address as a key field.
•
The replicated packet count as a non-key field.
•
The replication factor as a non-key field.
•
The flow monitor to monitor only multicast traffic.
This sample starts in global configuration mode:
!flow record FLOW-RECORD-2match routing is-multicastmatch ipv4 destination addresscollect counter packets replicatedcollect routing multicast replication-factorexit!flow monitor FLOW-MONITOR-2record FLOW-RECORD-2exit!interface Ethernet0/0no shutip address 10.1.1.2 255.255.255.0ip flow monitor FLOW-MONITOR-2 multicast input!endWhere to Go Next
If you want to configure data export for Flexible NetFlow, refer to the "Configuring Data Export for Cisco IOS Flexible NetFlow with Flow Exporters" module.
If you want to configure flow sampling to reduce the CPU overhead of analyzing traffic, refer to the "Using Cisco IOS Flexible NetFlow Flow Sampling to Reduce the CPU Overhead of Analyzing Traffic" module.
If you want to configure any of the predefined records for Flexible NetFlow, refer to the "Configuring Cisco IOS Flexible NetFlow with Predefined Records" module.
Additional References
The following sections provide references related to Flexible NetFlow.
Related Documents
Related Topic Document TitleCisco IOS commands
Overview of Flexible NetFlow
Flexible NetFlow Feature Roadmap
Emulating original NetFlow with Flexible NetFlow
"Getting Started with Configuring Cisco IOS Flexible NetFlow"
Configuring flow exporters to export Flexible NetFlow data.
"Configuring Data Export for Cisco IOS Flexible NetFlow with Flow Exporters"
Configuring flow sampling to reduce the overhead of monitoring traffic with Flexible NetFlow
"Using Cisco IOS Flexible NetFlow Flow Sampling to Reduce the CPU Overhead of Analyzing Traffic"
Configuring Flexible NetFlow using predefined records
"Configuring Cisco IOS Flexible NetFlow with Predefined Records"
Using Flexible NetFlow Top N Talkers to Analyze Network Traffic
"Using Cisco IOS Flexible NetFlow Top N Talkers to Analyze Network Traffic"
Configuration commands for Flexible NetFlow
Standards
MIBs
MIB MIBs LinkNone
To locate and download MIBs for selected platforms, Cisco IOS releases, and feature sets, use Cisco MIB Locator found at the following URL:
RFCs
Technical Assistance
Feature Information for IPv4 Multicast Statistics Support
Table 1 lists the features in this module and provides links to specific configuration information. Only features that were introduced or modified in Cisco IOS Release 12.2(1) or Cisco IOS Releases 12.2(1) or 12.0(3)S or a later release appear in the table.
For information on a feature in this technology that is not documented here, see the "Cisco IOS Flexible NetFlow Features Roadmap" or other available documentation for your Cisco IOS release.
Not all commands may be available in your Cisco IOS software release. For release information about a specific command, see the command reference documentation.
Use Cisco Feature Navigator to find information about platform support and software image support. Cisco Feature Navigator enables you to determine which Cisco IOS, Catalyst OS, and Cisco IOS XE software images support a specific software release, feature set, or platform. To access Cisco Feature Navigator, go to http://www.cisco.com/go/cfn. An account on Cisco.com is not required.
Note
Table 1 lists only the Cisco IOS software release that introduced support for a given feature in a given Cisco IOS software release train. Unless noted otherwise, subsequent releases of that Cisco IOS software release train also support that feature.
Table 1 Feature Information for Flexible NetFlow —IPv4 Multicast Statistics Support
Feature Name Releases Feature InformationFlexible NetFlow
12.4(9)T
12.2(33)SRC
Flexible NetFlow is introduced.
Support for this feature was added for Cisco 7200 series routers in Cisco IOS Release 12.2(33)SRC.
Information about the Flexible NetFlow feature is included in the following sections:
•
How to Configure IPv4 Multicast Statistics Support for Cisco IOS Flexible NetFlow
The following commands were introduced or modified: cache (Flexible NetFlow), clear flow exporter, clear flow monitor, clear sampler, collect counter, collect flow, collect interface, collect ipv4, collect ipv4 destination, collect ipv4 fragmentation, collect ipv4 section, collect ipv4 source, collect ipv4 total-length, collect ipv4 ttl, collect routing, collect timestamp sys-uptime, collect transport, collect transport icmp ipv4, collect transport tcp, collect transport udp, debug flow exporter, debug flow monitor, debug flow record, debug sampler, description (Flexible NetFlow), destination, dscp (Flexible NetFlow), exporter, flow exporter, flow monitor, flow record, ip flow monitor, match flow, match interface (Flexible NetFlow), match ipv4, match ipv4 destination, match ipv4 fragmentation, match ipv4 section, match ipv4 source, match ipv4 total-length, match ipv4 ttl, match routing, match transport, match transport icmp ipv4, match transport tcp, match transport udp, mode (Flexible NetFlow), option (Flexible NetFlow), record, sampler, show flow exporter, show flow interface, show flow monitor, show flow record, show sampler, source (Flexible NetFlow), statistics packet, template data timeout, transport (Flexible NetFlow).
Flexible NetFlow—IPv4 Multicast Statistics Support
12.4(22)T 12.2(33)SRE
The Flexible NetFlow—IPv4 Multicast Statistics Support feature adds the capability of reporting the number of replicated bytes and the number of replicated packets in multicast flows to Flexible NetFlow.
Support for this feature was added for Cisco 7200 and 7300 NPE series routers in Cisco IOS Release 12.2(33)SRE.
The following sections provide information about this feature:
•
Prerequisites for Configuring IPv4 Multicast Statistics Support
•
Restrictions for Configuring IPv4 Multicast Statistics Support
•
Information About IPv4 Multicast Statistics Support
•
How to Configure IPv4 Multicast Statistics Support for Cisco IOS Flexible NetFlow
•
Configuration Examples for IPv4 Multicast Statistics Support
The following commands were introduced or modified: collect counter, collect routing is-multicast, collect routing multicast replication-factor, match routing is-multicast, match routing multicast replication-factor, ip flow monitor, ipv6 flow monitor.
CCDE, CCENT, CCSI, Cisco Eos, Cisco HealthPresence, Cisco IronPort, the Cisco logo, Cisco Nurse Connect, Cisco Pulse, Cisco SensorBase, Cisco StackPower, Cisco StadiumVision, Cisco TelePresence, Cisco Unified Computing System, Cisco WebEx, DCE, Flip Channels, Flip for Good, Flip Mino, Flipshare (Design), Flip Ultra, Flip Video, Flip Video (Design), Instant Broadband, and Welcome to the Human Network are trademarks; Changing the Way We Work, Live, Play, and Learn, Cisco Capital, Cisco Capital (Design), Cisco:Financed (Stylized), Cisco Store, Flip Gift Card, and One Million Acts of Green are service marks; and Access Registrar, Aironet, AllTouch, AsyncOS, Bringing the Meeting To You, Catalyst, CCDA, CCDP, CCIE, CCIP, CCNA, CCNP, CCSP, CCVP, Cisco, the Cisco Certified Internetwork Expert logo, Cisco IOS, Cisco Lumin, Cisco Nexus, Cisco Press, Cisco Systems, Cisco Systems Capital, the Cisco Systems logo, Cisco Unity, Collaboration Without Limitation, Continuum, EtherFast, EtherSwitch, Event Center, Explorer, Follow Me Browsing, GainMaker, iLYNX, IOS, iPhone, IronPort, the IronPort logo, Laser Link, LightStream, Linksys, MeetingPlace, MeetingPlace Chime Sound, MGX, Networkers, Networking Academy, PCNow, PIX, PowerKEY, PowerPanels, PowerTV, PowerTV (Design), PowerVu, Prisma, ProConnect, ROSA, SenderBase, SMARTnet, Spectrum Expert, StackWise, WebEx, and the WebEx logo are registered trademarks of Cisco Systems, Inc. and/or its affiliates in the United States and certain other countries.
All other trademarks mentioned in this document or website are the property of their respective owners. The use of the word partner does not imply a partnership relationship between Cisco and any other company. (0910R)
Any Internet Protocol (IP) addresses used in this document are not intended to be actual addresses. Any examples, command display output, and figures included in the document are shown for illustrative purposes only. Any use of actual IP addresses in illustrative content is unintentional and coincidental.
© 2008-2009 Cisco Systems, Inc. All rights reserved.

