Configuring NetFlow on Cisco IOS XR Software

Size: px
Start display at page:

Download "Configuring NetFlow on Cisco IOS XR Software"

Transcription

1 Configuring NetFlow on Cisco IOS XR Software A NetFlow flow is a unidirectional sequence of packets that arrive on a single interface ( subinterface), and have the same values f key fields. NetFlow is useful f the following: Accounting/Billing NetFlow data provides fine grained metering f highly flexible and detailed resource utilization accounting. Netwk Planning and Analysis NetFlow data provides key infmation f strategic netwk planning. Netwk Moniting NetFlow data enables near real-time netwk moniting capabilities. Feature Histy f Configuring NetFlow on Cisco IOS XR Software Release Modification Release 3.2 This feature was introduced on the Cisco CRS-1. Release This feature was first suppted on the Cisco XR Series Router. NetFlow suppt f sub-interfaces was added on the CRS-1 platfm. Added infmation on using the bgp attribute-download command to enable the NetFlow BGP data expt function. The recd ipv4 command was introduced on the Cisco XR Series Router. Release Suppt f Multiprotocol Label Switching (MPLS) aware NetFlow was introduced on the Cisco CRS-1. The mpls keywd was added to the flow command to suppt MPLS aware NetFlow. The mpls keywd was added to the recd command to suppt MPLS aware NetFlow. HC-367

2 Contents Configuring NetFlow on Cisco IOS XR Software Release The following commands were moved to flow expter map configuration mode: destination dscp source transpt udp NetFlow was updated so that a single flow monit map suppts up to 8 expters. Release The recd ipv4 command was introduced on the Cisco CRS-1. The recd mpls command was introduced on the Cisco CRS-1. Contents This chapter includes the following sections: Prerequisites f Configuring NetFlow, page 368 Restrictions f Configuring NetFlow, page 368 Infmation About Configuring NetFlow, page 369 How to Configure NetFlow on Cisco IOS XR Software, page 373 Configuration Examples f CRS-1 Series NetFlow, page 383 Additional References, page 384 RFCs, page 385 Prerequisites f Configuring NetFlow Befe configuring NetFlow, be sure that the following conditions are met: You must be in a user group associated with a task group that includes the proper task IDs f the NetFlow commands. Task IDs f commands are listed in Cisco IOS XR Interface and Hardware Component Command Reference. Restrictions f Configuring NetFlow Consider the following restrictions when configuring NetFlow in Cisco IOS XR software: Only a single collect exists in the flow expt map. You must configure a source interface. If you do not configure a source interface, the expter will remain in a disabled state. Cisco IOS XR software suppts expt fmat Version 9 only. You must configure a valid recd map name f every flow monit map. HC-368

3 Configuring NetFlow on Cisco IOS XR Software Infmation About Configuring NetFlow Tip We recommend that you do not use the management interface to expt NetFlow packets. Expting the management interface does not wk on the Cisco XR Series Router and is not efficient on the Cisco CRS-1 router. Infmation About Configuring NetFlow To implement NetFlow, you must understand the following concepts: NetFlow Overview, page 369 Monit Map Overview, page 369 Sampler Map Overview, page 370 Expter Map Overview, page 370 NetFlow Configuration Submodes, page 371 NetFlow Overview A flow is expted as part of a NetFlow expt User Datagram Protocol (UDP) datagram under the following circumstances: The flow has been inactive active f too long. The flow cache is getting full. One of the counters (packets and bytes) has wrapped. NetFlow expt UDP datagrams are sent to an external flow collect device that provides NetFlow expt data filtering and aggregation. The expt of data consists of expired flows and control infmation. The NetFlow infrastructure is based on the configuration and use of the following maps: Monit map Sampler map Expter map These maps are described in the sections that follow. Monit Map Overview A monit map contains name references to the flow recd map and flow expter map. Monit maps are applied to an interface. You can configure the following monit map attributes: Number of entries in the flow cache Type of cache (permanent nmal). Permanent caches do not have their entries removed from the cache unless they are explicitly cleared by the user Active flow timeout Inactive flow timeout Update timeout HC-369

4 Infmation About Configuring NetFlow Configuring NetFlow on Cisco IOS XR Software Default timeouts Recd type of packets sampled and collected. Note NetFlow suppts the sampling of IPv4 and MPLS packets. The recd type specifies the type of packets NetFlow samples as they pass through the router. Note The active flow and inactive flow timeouts are associated with a nmal cache type. The update timeout is associated with the permanent cache type. Sampler Map Overview The sampler map specifies the rate at which packets (one out of n packets) are sampled. On high bandwidth interfaces, applying NetFlow processing to every single packet can result in significant CPU utilization. Sampler map configuration is typically geared towards such high-speed interfaces. The flow recd packets are policed at the rate of 35,000 packets per second per direction on the Cisco CRS-1 router and 25,000 packets per second per direction on the Cisco XR Series Router. Expter Map Overview An expter map contains user netwk specification and transpt layer details f the NetFlow expt packet. The flow expter-map command allows you to configure collect and version attributes. You can configure the following collect infmation: Expt destination IP address DSCP value f expt packet Source interface UDP pt number (This is where the collect is listening f NetFlow packets.) Transpt protocol f expt packets Note In Cisco IOS XR software, UDP is the only suppted transpt protocol f expt packets. You can also configure the following expt version attributes: Template timeout Template data timeout Template options timeout Interface table timeout Sampler table timeout Note A single flow monit map can suppt up to eight expters. HC-370

5 Configuring NetFlow on Cisco IOS XR Software Infmation About Configuring NetFlow NetFlow Configuration Submodes In Cisco IOS XR, NetFlow map configuration takes place in map-specific submodes. Cisco IOS XR suppts the following NetFlow map configuration submodes: Flow Expter Map Configuration Submode, page 371 Flow Expter Map Version Configuration Submode, page 372 Flow Monit Map Configuration Submode, page 372 Sampler Map Configuration Submode, page 372 Tip Cisco IOS XR software allows you to issue most commands available in submodes as one single command string from global configuration mode. You can issue the recd ipv4 command from the flow monit map configuration submode, as shown in the following example: RP/0/RP0/CPU0:router(config)# flow monit-map fmm RP/0/RP0/CPU0:router(config-fmm)# recd ipv4 Alternatively, you can issue the same command from global configuration mode, as shown in the following example: RP/0/RP0/CPU0:router(config)# flow monit-map fmm recd ipv4 Flow Expter Map Configuration Submode When you issue the flow expter-map fem-name command in global configuration mode, the command-line interface (CLI) prompt changes to config-fem, indicating that you have entered the flow expter map configuration submode. In the following sample output, the question mark (?) online help function displays all the commands available under the flow expter map configuration submode: RP/0/RP0/CPU0:router(config)# flow expter-map fem RP/0/RP0/CPU0:router(config-fem)#? commit Commit the configuration changes to running describe Describe a command without taking real actions destination Expt destination configuration do Run an exec command dscp Specify DSCP value f expt packets exit Exit from this submode no Negate a command set its defaults root Exit to the global configuration mode show Show contents of configuration source Source interface transpt Specify the transpt protocol f expt packets version Specify expt version parameters RP/0/RP0/CP0:router(config-fem)# Note If you enter the version command, you enter the flow expter map version configuration submode. HC-371

6 Infmation About Configuring NetFlow Configuring NetFlow on Cisco IOS XR Software Note A single flow monit map can suppt up to eight expters. Flow Expter Map Version Configuration Submode When you issue the version v9 command in the flow expter map configuration submode, the CLI prompt changes to config-fem-ver, indicating that you have entered the flow expter map version configuration submode. In the following sample output, the question mark (?) online help function displays all the commands available under the flow expter map version configuration submode: RP/0/RP0/CPU0:router(config-fem)# version v9 RP/0/RP0/CPU0:router(config-fem-ver)#? commit Commit the configuration changes to running describe Describe a command without taking real actions do Run an exec command exit Exit from this submode no Negate a command set its defaults options Specify expt of options template show Show contents of configuration template Specify template expt parameters RP/0/RP0/CPU0:router(config-fem-ver)# Flow Monit Map Configuration Submode When you issue the flow monit-map map_name command in global configuration mode, the CLI prompt changes to config-fmm, indicating that you have entered the flow monit map configuration submode. In the following sample output, the question mark (?) online help function displays all the commands available under the flow monit map configuration submode: RP/0/RP0/CPU0:router(config)# flow monit-map fmm RP/0/RP0/CPU0:router(config-fmm)#? cache Specify flow cache attributes commit Commit the configuration changes to running describe Describe a command without taking real actions do Run an exec command exit Exit from this submode expter Specify flow expter map name no Negate a command set its defaults recd Specify a flow recd map name show Show contents of configuration RP/0/RP0/CP0:router(config-fmm)# Sampler Map Configuration Submode When you issue the sampler-map map_name command in global configuration mode, the CLI prompt changes to config-sm, indicating that you have entered the sampler map configuration submode. HC-372

7 Configuring NetFlow on Cisco IOS XR Software How to Configure NetFlow on Cisco IOS XR Software In the following sample output, the question mark (?) online help function displays all the commands available under the sampler map configuration submode: RP/0/RP0/CPU0:router(config)# sampler-map fmm RP/0/RP0/CPU0:router(config-sm)#? commit Commit the configuration changes to running describe Describe a command without taking real actions do Run an exec command exit Exit from this submode no Negate a command set its defaults random Use random mode f sampling packets show Show contents of configuration RP/0/RP0/CP0:router(config-sm)# Enabling the NetFlow BGP Data Expt Function Use the bgp attribute-download command to enable the NetFlow BGP data expt function. When attribute download is enabled, BGP downloads the attribute infmation f prefixes (community, extended community, and as-path) to the Routing Infmation Base (RIB) and Fwarding Infmation Base (FIB). This enables FIB to associate the prefixes with attributes and send the NetFlow statistics along with the associated attributes. How to Configure NetFlow on Cisco IOS XR Software The steps that follow provide a general overview of NetFlow configuration: Step 1 Step 2 Create and configure an expter map. Create and configure a monit map and a sampler map. Note The monit map must reference the expter map you created in Step 1. If you do not apply an expter-map to the monit-map, the flow recds are not expted, and aging is done accding to the cache parameters specified in the monit-map. Step 3 Apply the monit map and sampler map to an interface. These steps are described in detail in the following sections: Configuring an Expter Map, page 374 Configuring a Sampler Map, page 376 Configuring a Monit Map, page 378 Applying a Monit Map and a Sampler Map to an Interface, page 381 HC-373

8 How to Configure NetFlow on Cisco IOS XR Software Configuring NetFlow on Cisco IOS XR Software Configuring an Expter Map Configure an expter map and apply it to the monit map with the flow monit-map map_name expter map_name command. You can configure the expter map pri to configuring the monit map, you can configure the monit map first and then configure and apply an expter map later on. Note Cisco IOS XR software suppts the configuration of a single collect only in the expter map. The steps that follow describe how to create and configure an expter map. SUMMARY STEPS 1. configure 2. flow expter-map map_name 3. destination hostname IP_address 4. dscp dscp_value 5. source type instance 6. transpt udp pt 7. exit 8. version v9 9. options {interface-table sampler-table} [timeout seconds] 10. template [data options] timeout seconds 11. end commit 12. exit 13. exit 14. exit 15. show flow expter-map map_name DETAILED STEPS Step 1 Command Action configure Enters global configuration mode. Step 2 RP/0/RP0/CPU0:router# configure flow expter-map map_name RP/0/RP0/CPU0:router(config)# flow expter-map fem Creates an expter map, configures the expter map name, and enters flow expter map configuration mode. HC-374

9 Configuring NetFlow on Cisco IOS XR Software How to Configure NetFlow on Cisco IOS XR Software Step 3 Step 4 Step 5 Step 6 Step 7 Step 8 Step 9 Command Action destination hostname IP_address RP/0/RP0/CPU0:router(config-fem)# destination nnn.nnn.nnn.nnn dscp dscp_value RP/0/RP0/CPU0:router(config-fem)# dscp 55 source type instance RP/0/RP0/CPU0:router(config-fem)# source pos 0/1/0/1 transpt udp pt RP/0/RP0/CPU0:router(config-fem)# transpt udp 9991 exit RP/0/RP0/CPU0:router(config-fem)# exit version v9 RP/0/RP0/CPU0:router(config-fem-ver)# version v9 options {interface-table sampler-table} [timeout seconds] RP/0/RP0/CPU0:router(config-fem-ver)# options sampler-table timeout 2000 (Optional) Configures the expt destination f the flow expter map. The destination can be a hostname an IP address. (Optional) Specifies the differentiated services codepoint (DSCP) value f expt packets. Replace the dscp_value argument with a value in the range from 0 through 63. (Optional) Specifies a source interface, in the fmat type instance. F example: POS 0/1/0/1 (Optional) Specifies the destination pt f UDP packets. Replace pt with the destination UDP pt value, in the range from 1024 through Exits flow expter map configuration mode, and enters flow expter map configuration mode. (Optional) Enters flow expter map version configuration submode. (Optional) Configures the expt timeout value f the sampler table. Replace seconds with the expt timeout value, in the range from 1 through seconds. Default is 1800 seconds. Keep the following in mind when configuring the sampling rate with the options command: On the Cisco CRS-1, NetFlow suppts sampling at a rate of 35,000 packets per second per direction f each individual line card. On the Cisco XR Series Router, NetFlow suppts 50,0000 packets per second per direction f each individual line card if SNF is enabled in one direction (ingress egress). Note that this limit does not apply if SNF is enabled in both directions. If SNF is enabled in both directions, then NetFlow suppts 25,000 packets per second per direction f each individual line card. HC-375

10 How to Configure NetFlow on Cisco IOS XR Software Configuring NetFlow on Cisco IOS XR Software Step 10 Step 11 Step 12 Step 13 Step 14 Command Action template [data options] timeout seconds RP/0/RP0/CPU0:router(config-fem-ver)# template data timeout end commit RP/0/RP0/CPU0:router (config-fem-ver)# end RP/0/RP0/CPU0:router(config-fem-ver)# commit exit RP/0/RP0/CPU0:router(config-fem-ver)# exit exit RP/0/RP0/CPU0:router(config-fem)# exit exit (Optional) Configures the expt period f data packets. Replace seconds with the expt timeout value, in the range from 1 through seconds. Saves configuration changes. When you issue the end command, the system prompts you to commit changes: Uncommitted changes found, commit them befe exiting(yes/no/cancel)? [cancel]: Entering yes saves configuration changes to the running configuration file, exits the configuration session, and returns the router to EXEC mode. Entering no exits the configuration session and returns the router to EXEC mode without committing the configuration changes. Entering cancel leaves the router in the current configuration session without exiting committing the configuration changes. Use the commit command to save the configuration changes to the running configuration file and remain within the configuration session. Exits flow expter map version configuration mode, and enters flow expter map configuration mode. Exits flow expter map configuration mode, and enters global configuration mode. Exits global configuration mode, and enters EXEC mode. Step 15 RP/0/RP0/CPU0:router(config)# exit show flow expter-map map_name Displays expter map data. RP/0/RP0/CPU0:router# show flow expter-map fem Configuring a Sampler Map The steps that follow describe how to create and configure a sampler map. HC-376

11 Configuring NetFlow on Cisco IOS XR Software How to Configure NetFlow on Cisco IOS XR Software SUMMARY STEPS 1. configure 2. sampler-map map_name 3. random 1 out-of sampling_interval 4. end commit 5. exit 6. exit 7. show sampler-map map_name DETAILED STEPS Step 1 Command Action configure Enters global configuration mode. Step 2 Step 3 RP/0/RP0/CPU0:router# configure sampler-map map_name RP/0/RP0/CPU0:router(config)# sampler-map fsm RP/0/RP0/CPU0:router(config-sm)# random 1 out-of sampling_interval RP/0/RP0/CPU0:router(config-sm)# random 1 out-of 10 Creates a sampler map and enters sampler map configuration mode. Configures the sampling interval to use random mode f sampling packets. Replace the sampling_interval argument with a number, in the range from1 through units. HC-377

12 How to Configure NetFlow on Cisco IOS XR Software Configuring NetFlow on Cisco IOS XR Software Step 4 Step 5 Step 6 Command Action end commit RP/0/RP0/CPU0:router (config-sm)# end RP/0/RP0/CPU0:router (config-sm)# commit exit RP/0/RP0/CPU0:router(config-sm)# exit exit Saves configuration changes. When you issue the end command, the system prompts you to commit changes: Uncommitted changes found, commit them befe exiting(yes/no/cancel)? [cancel]: Entering yes saves configuration changes to the running configuration file, exits the configuration session, and returns the router to EXEC mode. Entering no exits the configuration session and returns the router to EXEC mode without committing the configuration changes. Entering cancel leaves the router in the current configuration session without exiting committing the configuration changes. Use the commit command to save the configuration changes to the running configuration file and remain within the configuration session. Exits sampler map configuration mode and enters global configuration mode. Exits global configuration mode and enters EXEC mode. Step 7 RP/0/RP0/CPU0:router(config)# exit show sampler-map map_name Displays sampler map data. RP/0/RP0/CPU0:router# show sampler-map fsm Configuring a Monit Map The steps that follow describe how to create and configure a monit map. Note The recd mpls command is suppted only on the Cisco CRS-1 router. SUMMARY STEPS 1. configure 2. flow monit-map map_name 3. recd ipv4 recd mpls [ipv4-fields labels number] HC-378

13 Configuring NetFlow on Cisco IOS XR Software How to Configure NetFlow on Cisco IOS XR Software 4. cache entries number 5. cache permanent 6. cache timeout {active inactive upate} timeout_value 7. expter map_name 8. end commit 9. exit 10. exit 11. show flow monit-map map_name DETAILED STEPS Step 1 Command Action configure Enters global configuration mode. Step 2 Step 3 Step 4 RP/0/RP0/CPU0:router# configure flow monit-map map_name RP/0/RP0/CPU0:router(config)# flow monit-map fmm RP/0/RP0/CPU0:router(config-fmm)# recd ipv4 recd mpls [ipv4-fields labels number] RP/0/RP0/CPU0:router(config-fmm)# recd ipv4 RP/0/RP0/CPU0:router(config-fmm)# recd mpls ipv4-fields cache entries number RP/0/RP0/CPU0:router(config-fmm)# cache entries Creates a monit map and configures a monit map name and enters flow monit map configuration submode. Configures the flow recd map name f IPv4 by using the recd ipv4 command. You can configure the flow recd map name f MPLS by using the recd mpls command. Use the ipv4-fields keywd to collect IPv4 fields in the MPLS-aware Netflow. Use the labels keywd and number argument to specify the number of labels that you want to aggregate. By default, MPLS-aware Netflow aggregates the top six labels of the MPLS label stack. The maximum value is 6. (Optional) Configures the number of entries in the flow cache. Replace the number argument with the number of flow entries allowed in the flow cache, in the range from 4096 through The default number of cache entries is HC-379

14 How to Configure NetFlow on Cisco IOS XR Software Configuring NetFlow on Cisco IOS XR Software Step 5 Command Action cache permanent (Optional) Disables removal of entries from flow cache. Step 6 Step 7 Step 8 Step 9 RP/0/RP0/CPU0:router(config-fmm)# flow monit-map fmm cache permanent cache timeout {active timeout_value inactive timeout_value upate timeout_value} RP/0/RP0/CPU0:router(config-fmm)# cache timeout inactive 1000 expter map_name RP/0/RP0/CPU0:router(config-fmm)# expter fem end commit RP/0/RP0/CPU0:router(config-fmm)# end RP/0/RP0/CPU0:router(config-fmm)# commit exit (Optional) Configures the active, inactive, update flow cache timeout value. The default timeout value f the inactive flow cache is 15 seconds. The default timeout value f the active flow cache is 1800 seconds. The default timeout value f the update flow cache is 1800 seconds. Associates an expter map with a monit map. Note A single flow monit map can suppt up to eight expters. Saves configuration changes. When you issue the end command, the system prompts you to commit changes: Uncommitted changes found, commit them befe exiting(yes/no/cancel)? [cancel]: Entering yes saves configuration changes to the running configuration file, exits the configuration session, and returns the router to EXEC mode. Entering no exits the configuration session and returns the router to EXEC mode without committing the configuration changes. Entering cancel leaves the router in the current configuration session without exiting committing the configuration changes. Use the commit command to save the configuration changes to the running configuration file and remain within the configuration session. Exits flow monit map configuration submode. RP/0/RP0/CPU0:router(config-fmm)# exit HC-380

15 Configuring NetFlow on Cisco IOS XR Software How to Configure NetFlow on Cisco IOS XR Software Step 10 Command Action exit Exits global configuration mode. Step 11 RP/0/RP0/CPU0:router(config)# exit show flow monit-map map_name Displays flow monit map data. RP/0/RP0/CPU0:router# show flow monit-map fmm Applying a Monit Map and a Sampler Map to an Interface SUMMARY STEPS DETAILED STEPS The steps that follow describe how to apply a monit map and a sampler map to an interface. 1. configure 2. interface type number 3. flow [ipv4 mpls] monit monit_map sampler sampler_map {egress ingress} 4. end commit Step 1 Command Action configure Enters global configuration mode. Step 2 RP/0/RP0/CPU0:router# configure interface type number Enters interface configuration mode. RP/0/RP0/CPU0:router(config)# interface POS 0/0/0/0 RP/0/RP0/CPU0:router(config-if)# HC-381

16 How to Configure NetFlow on Cisco IOS XR Software Configuring NetFlow on Cisco IOS XR Software Step 3 Step 4 Command Action flow [ipv4 mpls] monit monit_map sampler sampler_map {egress ingress} RP/0/RP0/CPU0:router(config-if)# flow ipv4 monit fmm sampler fsm egress end commit RP/0/RP0/CPU0:router(config-if)# end RP/0/RP0/CPU0:router(config-if)# commit Associates a monit map and a sampler map with an interface. Enter ipv4 to enable IPV4 NetFlow on the specified interface. Enter mpls to enable MPLS aware NetFlow on the specified interface. Saves configuration changes. When you issue the end command, the system prompts you to commit changes: Uncommitted changes found, commit them befe exiting(yes/no/cancel)? [cancel]: Entering yes saves configuration changes to the running configuration file, exits the configuration session, and returns the router to EXEC mode. Entering no exits the configuration session and returns the router to EXEC mode without committing the configuration changes. Entering cancel leaves the router in the current configuration session without exiting committing the configuration changes. Use the commit command to save the configuration changes to the running configuration file and remain within the configuration session. Clearing NetFlow Data The steps that follow describe how to clear flow expter map and flow monit map data. SUMMARY STEPS 1. clear flow expter [map_name] {restart statistics} location node-id 2. clear flow monit [map_name] cache [fce-expt statistics] location node-id} HC-382

17 Configuring NetFlow on Cisco IOS XR Software Configuration Examples f CRS-1 Series NetFlow DETAILED STEPS Command Action Step 1 clear flow expter [expter_name] {restart statistics} location node-id Step 2 RP/0/RP0/CPU0:router# clear flow expter statistics location 0/0/CPU0 clear flow monit [monit_name] cache [fce-expt statistics] location node-id} RP/0/RP0/CPU0:router# clear flow monit cache fce-expt location 0/0/CPU0 Clears the flow expter data. Specify the statistics option to clear expter statistics. Specify the restart option to expt all of the templates that are currently configured on the specified node. Clears the flow monit data. Specify the statistics option to clear cache statistics. Specify the fce-expt option to fce an expt of deleted cache entries. Configuration Examples f CRS-1 Series NetFlow The following example shows how to create a new sampler map called fsm1, which samples 1 out of 1000 packets: RP/0/RP0/CPU0:router(config)# sampler-map fsm1 RP/0/RP0/CPU0:router(config-sm)# random 1 out-of 1000 RP/0/RP0/CPU0:router(config)# exit The following example shows how to create a new flow expter map called fem1, which uses the version 9 (V9) expt fmat f NetFlow expt packets. The data template flow-set is inserted into the V9 expt packets once every 10 minutes, and the options interface table flow-set is inserted into the V9 expt packet. The expt packets are sent to the flow collect destination , where the source address is identical to the interface IP address of Loopback 0. The UDP destination pt is 1024, and the DSCP value is 10. RP/0/RP0/CPU0:router(config)# flow expter-map fem1 RP/0/RP0/CPU0:router(config-fem)# destination RP/0/RP0/CPU0:router(config-fem)# source Loopback 0 RP/0/RP0/CPU0:router(config-fem)# transpt udp 1024 RP/0/RP0/CPU0:router(config-fem)# dscp 10 RP/0/RP0/CPU0:router(config-fem)# exit RP/0/RP0/CPU0:router(config-fem)# version v9 RP/0/RP0/CPU0:router(config-fem-ver)# template data timeout 600 RP/0/RP0/CPU0:router(config-fem-ver)# options interface-table RP/0/RP0/CPU0:router(config-fem-ver)# exit The following example shows how to create a new flow monit map with name fmm1. This flow monit map references the flow expter map fem1, and sets the flow cache attributes to cache entries. The active entries from the cache are aged every 30 seconds, while the inactive entries from the cache are aged every 15 seconds. The recd map f this monit map is IPv4. RP/0/RP0/CPU0:router(config)# flow monit-map fmm1 RP/0/RP0/CPU0:router(config-fmm)# recd ipv4 RP/0/RP0/CPU0:router(config-fmm)# expter fem1 RP/0/RP0/CPU0:router(config-fmm)# cache entries RP/0/RP0/CPU0:router(config-fmm)# cache timeout active 15 RP/0/RP0/CPU0:router(config-fmm)# cache timeout inactive 30 HC-383

18 Additional References Configuring NetFlow on Cisco IOS XR Software RP/0/RP0/CPU0:router(config-fmm)# exit The following example shows how to apply the flow monit fmm1 and the sampler fsm1 to the TenGigE 0/0/0/0 interface in the ingress direction. RP/0/RP0/CPU0:router(config)# interface TenGigE 0/0/0/0 RP/0/RP0/CPU0:router(config-if)# flow ipv4 monit fmm1 sampler fsm1 ingress RP/0/RP0/CPU0:router(config-if)# exit Additional References The following sections provide references related to interface configuration. Related Documents Related Topic Cisco IOS XR master command reference Cisco IOS XR interface configuration commands Initial system bootup and configuration infmation f a router using Cisco IOS XR software. Infmation about user groups and task IDs Infmation about configuring interfaces and other components on the Cisco CRS-1 router from a remote Craft Wks Interface (CWI) client management application Document Title Cisco IOS XR Master Commands List Cisco IOS XR Interface and Hardware Component Command Reference Cisco IOS XR Getting Started Guide Cisco IOS XR Interface and Hardware Component Command Reference Cisco Craft Wks Interface User Guide Standards Standards No new modified standards are suppted by this feature, and suppt f existing standards has not been modified by this feature. Title HC-384

19 Configuring NetFlow on Cisco IOS XR Software RFCs MIBs MIBs MIBs Link To locate and download MIBs using Cisco IOS XR software, use the Cisco MIB Locat found at the following URL and choose a platfm under the Cisco Access Products menu: RFCs RFCs No new modified RFCs are suppted by this feature, and suppt f existing RFCs has not been modified by this feature. Title Technical Assistance Description The Cisco Technical Suppt website contains thousands of pages of searchable technical content, including links to products, technologies, solutions, technical tips, and tools. Registered Cisco.com users can log in from this page to access even me content. Link HC-385

20 RFCs Configuring NetFlow on Cisco IOS XR Software HC-386

Configuring NetFlow on Cisco ASR 9000 Series Aggregation Services Router

Configuring NetFlow on Cisco ASR 9000 Series Aggregation Services Router Configuring NetFlow on Cisco ASR 9000 Series Aggregation Services Router This module describes the configuration of NetFlow on the Cisco ASR 9000 Series Aggregation Services Router. A NetFlow flow is a

More information

Creating Disk Backups for the Cisco IOS XR Software and Configurations

Creating Disk Backups for the Cisco IOS XR Software and Configurations Creating Disk Backups f the Cisco IOS XR Software and Configurations This module describes the process to configure disk mirring and create a backup disk of the Cisco IOS XR software packages and configurations.

More information

Implementing MPLS VPNs over IP Tunnels on Cisco IOS XR Software

Implementing MPLS VPNs over IP Tunnels on Cisco IOS XR Software Implementing MPLS VPNs over IP Tunnels on Cisco IOS XR Software The MPLS VPNs over IP Tunnels feature lets you deploy Layer 3 Virtual Private Netwk (L3VPN) services, over an IP ce netwk, using L2TPv3 multipoint

More information

Implementing MPLS VPNs over IP Tunnels

Implementing MPLS VPNs over IP Tunnels Implementing MPLS VPNs over IP Tunnels The MPLS VPNs over IP Tunnels feature lets you deploy Layer 3 Virtual Private Netwk (L3VPN) services, over an IP ce netwk, using L2TPv3 multipoint tunneling instead

More information

Configuring Traffic Mirroring on the Cisco ASR 9000 Series Router

Configuring Traffic Mirroring on the Cisco ASR 9000 Series Router Configuring Traffic Mirring on the Cisco ASR 9000 Series Router This module describes the configuration of traffic mirring on the Cisco ASR 9000 Series Router. Traffic mirring is sometimes called pt mirring,

More information

Configuring SNMP and using the NetFlow MIB to Monitor NetFlow Data

Configuring SNMP and using the NetFlow MIB to Monitor NetFlow Data Configuring SNMP and using the NetFlow MIB to Monitor NetFlow Data NetFlow is a technology that provides highly granular per-flow statistics on traffic in a Cisco router. The NetFlow MIB feature provides

More information

Configuring NetFlow. Information About NetFlow. NetFlow Overview. Send document comments to nexus7k-docfeedback@cisco.com. CHAPTER

Configuring NetFlow. Information About NetFlow. NetFlow Overview. Send document comments to nexus7k-docfeedback@cisco.com. CHAPTER CHAPTER 16 This chapter describes how to configure the NetFlow feature on Cisco NX-OS devices. This chapter includes the following sections: Information About NetFlow, page 16-1 Licensing Requirements

More information

Configuring NetFlow. Information About NetFlow. NetFlow Overview. Send document comments to nexus7k-docfeedback@cisco.com. CHAPTER

Configuring NetFlow. Information About NetFlow. NetFlow Overview. Send document comments to nexus7k-docfeedback@cisco.com. CHAPTER CHAPTER 19 This chapter describes how to configure the NetFlow feature on Cisco NX-OS devices. This chapter includes the following sections: Information About NetFlow, page 19-1 Licensing Requirements

More information

Implementing Object Tracking on Cisco IOS XR Software

Implementing Object Tracking on Cisco IOS XR Software Implementing Object Tracking on Cisco IOS XR Software This module describes the configuration of object tracking on your Cisco IOS XR network. For information about its application in IPSec, see Cisco

More information

NetFlow Aggregation. Feature Overview. Aggregation Cache Schemes

NetFlow Aggregation. Feature Overview. Aggregation Cache Schemes NetFlow Aggregation This document describes the Cisco IOS NetFlow Aggregation feature, which allows Cisco NetFlow users to summarize NetFlow export data on an IOS router before the data is exported to

More information

NetFlow v9 Export Format

NetFlow v9 Export Format NetFlow v9 Export Format With this release, NetFlow can export data in NetFlow v9 (version 9) export format. This format is flexible and extensible, which provides the versatility needed to support new

More information

Configuring NetFlow-lite

Configuring NetFlow-lite CHAPTER 55 Note NetFlow-lite is only supported on Catalyst 4948E Ethernet Switch. This chapter describes how to configure NetFlow-lite on the Catalyst 4948E switch. NetFlow-lite provides traffic monitoring

More information

Configuring NetFlow. Information About NetFlow. Send document comments to nexus1k-docfeedback@cisco.com. CHAPTER

Configuring NetFlow. Information About NetFlow. Send document comments to nexus1k-docfeedback@cisco.com. CHAPTER CHAPTER 11 Use this chapter to configure NetFlow to characterize IP traffic based on its source, destination, timing, and application information, to assess network availability and performance. This chapter

More information

Configuring the Firewall Management Interface

Configuring the Firewall Management Interface Configuring the Firewall Management Interface The firewall management interface can be configured under each firewall context to provide a virtualized management interface (see Figure 7). The management

More information

Getting Started with Configuring Cisco IOS NetFlow and NetFlow Data Export

Getting Started with Configuring Cisco IOS NetFlow and NetFlow Data Export Getting Started with Configuring Cisco IOS NetFlow and NetFlow Data Export Last Updated: November 28, 2011 This module contains the minimum amount of information about and instructions necessary for configuring

More information

Configuring Flexible NetFlow

Configuring Flexible NetFlow CHAPTER 62 Note Flexible NetFlow is only supported on Supervisor Engine 7-E, Supervisor Engine 7L-E, and Catalyst 4500X. Flow is defined as a unique set of key fields attributes, which might include fields

More information

GLBP - Gateway Load Balancing Protocol

GLBP - Gateway Load Balancing Protocol GLBP - Gateway Load Balancing Protocol Gateway Load Balancing Protocol (GLBP) protects data traffic from a failed router or circuit, like Hot Standby Router Protocol (HSRP) and Virtual Router Redundancy

More information

Per-Packet Load Balancing

Per-Packet Load Balancing Per-Packet Load Balancing Feature History Release 12.0(19)ST 12.0(21)S 12.0(22)S Modification This feature was introduced on the Cisco 10000 series routers. This feature was introduced on the Cisco 12000

More information

MPLS VPN over mgre. Finding Feature Information. Prerequisites for MPLS VPN over mgre

MPLS VPN over mgre. Finding Feature Information. Prerequisites for MPLS VPN over mgre The feature overcomes the requirement that a carrier support multiprotocol label switching (MPLS) by allowing you to provide MPLS connectivity between networks that are connected by IP-only networks. This

More information

NetFlow Subinterface Support

NetFlow Subinterface Support NetFlow Subinterface Support Feature History Release Modification 12.2(14)S This feature was introduced. 12.2(15)T This feature was integrated into Cisco IOS Release 12.2 T. This document describes the

More information

Traffic Mirroring Commands on the Cisco IOS XR Software

Traffic Mirroring Commands on the Cisco IOS XR Software Traffic Mirroring Commands on the Cisco IOS XR Software This module describes the commands used to configure and monitor traffic mirroring. acl, page 2 clear monitor-session counters, page 4 destination

More information

Cisco IOS XR Diagnostics

Cisco IOS XR Diagnostics Cisco IOS XR online diagnostics allow you to test and verify hardware functionality while connected to a live network. Health-monitoring and scheduled diagnostics help ensure system high availability (HA).

More information

Cisco IOS Flexible NetFlow Command Reference

Cisco IOS Flexible NetFlow Command Reference Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 THE SPECIFICATIONS AND INFORMATION

More information

Cisco IOS Flexible NetFlow Technology

Cisco IOS Flexible NetFlow Technology Cisco IOS Flexible NetFlow Technology Last Updated: December 2008 The Challenge: The ability to characterize IP traffic and understand the origin, the traffic destination, the time of day, the application

More information

NetFlow Configuration Guide, Cisco IOS Release 12.4

NetFlow Configuration Guide, Cisco IOS Release 12.4 NetFlow Configuration Guide, Cisco IOS Release 12.4 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387)

More information

Enabling and Monitoring NetFlow on Subinterfaces

Enabling and Monitoring NetFlow on Subinterfaces Enabling and Monitoring NetFlow on Subinterfaces This module contains instructions for enabling and monitoring NetFlow on a router subinterface or a Versatile Interface Processor (VIP) controller interface.

More information

NetFlow Configuration Guide, Cisco IOS Release 15M&T

NetFlow Configuration Guide, Cisco IOS Release 15M&T Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 THE SPECIFICATIONS AND INFORMATION

More information

NetFlow-Lite offers network administrators and engineers the following capabilities:

NetFlow-Lite offers network administrators and engineers the following capabilities: Solution Overview Cisco NetFlow-Lite Introduction As networks become more complex and organizations enable more applications, traffic patterns become more diverse and unpredictable. Organizations require

More information

Configuring a Load-Balancing Scheme

Configuring a Load-Balancing Scheme Configuring a Load-Balancing Scheme Finding Feature Information Configuring a Load-Balancing Scheme Last Updated: August 15, 2011 This module contains information about Cisco Express Forwarding and describes

More information

NetFlow Configuration Guide, Cisco IOS Release 12.2SR

NetFlow Configuration Guide, Cisco IOS Release 12.2SR NetFlow Configuration Guide, Cisco IOS Release 12.2SR Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387)

More information

QoS: Color-Aware Policer

QoS: Color-Aware Policer QoS: Color-Aware Policer First Published: August 26, 2003 Last Updated: February 28, 2006 The QoS: Color-Aware Policer enables a color-aware method of traffic policing. This feature allows you to police

More information

Table of Contents. Cisco Configuring a Basic MPLS VPN

Table of Contents. Cisco Configuring a Basic MPLS VPN Table of Contents Configuring a Basic MPLS VPN...1 Introduction...1 Prerequisites...1 Requirements...1 Components Used...2 Related Products...2 Conventions...2 Configure...3 Network Diagram...3 Configuration

More information

Configuring IP SLA Service Performance Testing

Configuring IP SLA Service Performance Testing 9 CHAPTER Configuring IP SLA Service Perfmance Testing First Published: July 2013 Last Updated: November 2013 This chapter describes how to configure the ITU-T Y.1564 Ethernet service perfmance test methodology

More information

Configuring NetFlow Secure Event Logging (NSEL)

Configuring NetFlow Secure Event Logging (NSEL) 75 CHAPTER This chapter describes how to configure NSEL, a security logging mechanism that is built on NetFlow Version 9 technology, and how to handle events and syslog messages through NSEL. The chapter

More information

You can specify IPv4 and IPv6 addresses while performing various tasks in this feature. The resource

You can specify IPv4 and IPv6 addresses while performing various tasks in this feature. The resource The feature enables the configuration of a Virtual Private Network (VPN) routing and forwarding instance (VRF) table so that the domain name system (DNS) can forward queries to name servers using the VRF

More information

Configuring a Load-Balancing Scheme

Configuring a Load-Balancing Scheme Configuring a Load-Balancing Scheme Last Updated: October 5, 2011 This module contains information about Cisco Express Forwarding and describes the tasks for configuring a load-balancing scheme for Cisco

More information

Configuring a Load-Balancing Scheme

Configuring a Load-Balancing Scheme This module contains information about Cisco Express Forwarding and describes the tasks for configuring a load-balancing scheme for Cisco Express Forwarding traffic. Load-balancing allows you to optimize

More information

LogLogic Cisco NetFlow Log Configuration Guide

LogLogic Cisco NetFlow Log Configuration Guide LogLogic Cisco NetFlow Log Configuration Guide Document Release: March 2012 Part Number: LL600068-00ELS090000 This manual supports LogLogic Cisco NetFlow Version 2.0, and LogLogic Software Release 5.1

More information

Enabling NetFlow and NetFlow Data Export (NDE) on Cisco Catalyst Switches

Enabling NetFlow and NetFlow Data Export (NDE) on Cisco Catalyst Switches Enabling NetFlow and NetFlow Data Export (NDE) on Cisco Catalyst Switches Revised 2/1/2007 Introduction...2 Requirements...2 Catalyst 4500 Series...2 Enabling NetFlow...2 Configuring a NetFlow Destination...3

More information

How-To Configure NetFlow v5 & v9 on Cisco Routers

How-To Configure NetFlow v5 & v9 on Cisco Routers How-To Configure NetFlow v5 & v9 on Cisco Routers Share: Visibility into the network is an indispensable tool for network administrators. Network visibility can be achieved through daily troubleshooting,

More information

IP SLAs Overview. Finding Feature Information. Information About IP SLAs. IP SLAs Technology Overview

IP SLAs Overview. Finding Feature Information. Information About IP SLAs. IP SLAs Technology Overview This module describes IP Service Level Agreements (SLAs). IP SLAs allows Cisco customers to analyze IP service levels for IP applications and services, to increase productivity, to lower operational costs,

More information

Configuring NetFlow Switching

Configuring NetFlow Switching Configuring NetFlow Switching This chapter describes how to configure NetFlow switching. For a complete description of NetFlow commands used in this chapter, refer to the Cisco IOS Switching s chapter

More information

Cisco IOS NetFlow Version 9 Flow-Record Format

Cisco IOS NetFlow Version 9 Flow-Record Format Cisco IOS NetFlow Version 9 Flow-Record Format Last updated: February 007 Overview Cisco IOS NetFlow services provide network administrators with access to information concerning IP flows within their

More information

NetFlow/IPFIX Various Thoughts

NetFlow/IPFIX Various Thoughts NetFlow/IPFIX Various Thoughts Paul Aitken & Benoit Claise 3 rd NMRG Workshop on NetFlow/IPFIX Usage in Network Management, July 2010 1 B #1 Application Visibility Business Case NetFlow (L3/L4) DPI Application

More information

Implementing Secure Shell

Implementing Secure Shell Secure Shell (SSH) is an application and a protocol that provides a secure replacement to the Berkeley r-tools. The protocol secures sessions using standard cryptographic mechanisms, and the application

More information

Cisco Configuring Basic MPLS Using OSPF

Cisco Configuring Basic MPLS Using OSPF Table of Contents Configuring Basic MPLS Using OSPF...1 Introduction...1 Mechanism...1 Hardware and Software Versions...2 Network Diagram...2 Configurations...2 Quick Configuration Guide...2 Configuration

More information

Flow Monitor for WhatsUp Gold v16.1 User Guide

Flow Monitor for WhatsUp Gold v16.1 User Guide Flow Monitor for WhatsUp Gold v16.1 User Guide Contents Table of Contents Flow Monitor Overview Welcome to WhatsUp Gold Flow Monitor... 1 What is Flow Monitor?... 2 How does Flow Monitor work?... 2 System

More information

Flow Monitor for WhatsUp Gold v16.2 User Guide

Flow Monitor for WhatsUp Gold v16.2 User Guide Flow Monitor for WhatsUp Gold v16.2 User Guide Contents Table of Contents Flow Monitor Overview Welcome to WhatsUp Gold Flow Monitor... 1 What is Flow Monitor?... 2 How does Flow Monitor work?... 2 System

More information

Catalyst 6500/6000 Switches NetFlow Configuration and Troubleshooting

Catalyst 6500/6000 Switches NetFlow Configuration and Troubleshooting Catalyst 6500/6000 Switches NetFlow Configuration and Troubleshooting Document ID: 70974 Introduction Prerequisites Requirements Components Used Conventions Background Information Configure Network Diagram

More information

NetStream (Integrated) Technology White Paper HUAWEI TECHNOLOGIES CO., LTD. Issue 01. Date 2012-9-6

NetStream (Integrated) Technology White Paper HUAWEI TECHNOLOGIES CO., LTD. Issue 01. Date 2012-9-6 (Integrated) Technology White Paper Issue 01 Date 2012-9-6 HUAWEI TECHNOLOGIES CO., LTD. 2012. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means

More information

Introduction to Cisco IOS Flexible NetFlow

Introduction to Cisco IOS Flexible NetFlow Introduction to Cisco IOS Flexible NetFlow Last updated: September 2008 The next-generation in flow technology allowing optimization of the network infrastructure, reducing operation costs, improving capacity

More information

Easy Performance Monitor

Easy Performance Monitor First Published: July 30, 2013 The chapter describes how to configure (ezpm) for Application Visibility and Control (AVC). Finding Feature Information Your software release may not support all the features

More information

Sampled NetFlow. Feature Overview. Benefits

Sampled NetFlow. Feature Overview. Benefits Sampled NetFlow This feature module describes the Sampled NetFlow feature. It includes information on the benefits of the new feature, supported platforms, supported standards, and the commands necessary

More information

NetFlow Auditor Manual Getting Started

NetFlow Auditor Manual Getting Started NetFlow Auditor Manual Getting Started Setting up NetFlow Check if your Routers or Switches Supports NetFlow. Almost all Cisco devices support NetFlow since its introduction in the 11.1 train of Cisco

More information

Cisco IOS Flexible NetFlow Overview

Cisco IOS Flexible NetFlow Overview Cisco IOS Flexible NetFlow Overview First Published: June 19th, 2006 Last Updated: June 19th, 2006 NetFlow is a Cisco IOS technology that provides statistics on packets flowing through the router. NetFlow

More information

Easy Performance Monitor

Easy Performance Monitor The chapter describes how to configure (ezpm) for Application Visibility and Control (AVC). Finding Feature Information, page 1 Information About, page 2 How to Configure, page 4 Verifying Configuration,

More information

Easy Performance Monitor

Easy Performance Monitor The chapter describes how to configure (ezpm) for Application Visibility and Control (AVC). Finding Feature Information, page 1 Information About, page 1 How to Configure, page 3 Configuration Examples

More information

Network Monitoring and Management NetFlow Overview

Network Monitoring and Management NetFlow Overview Network Monitoring and Management NetFlow Overview These materials are licensed under the Creative Commons Attribution-Noncommercial 3.0 Unported license (http://creativecommons.org/licenses/by-nc/3.0/)

More information

BGP Link Bandwidth. Finding Feature Information. Prerequisites for BGP Link Bandwidth

BGP Link Bandwidth. Finding Feature Information. Prerequisites for BGP Link Bandwidth The Border Gateway Protocol (BGP) Link Bandwidth feature is used to advertise the bandwidth of an autonomous system exit link as an extended community. This feature is configured for links between directly

More information

WhatsUpGold. v15.0. Flow Monitor User Guide

WhatsUpGold. v15.0. Flow Monitor User Guide WhatsUpGold v15.0 Flow Monitor User Guide Contents CHAPTER 1 Flow Monitor Overview Welcome to WhatsUp Gold Flow Monitor... 1 What is Flow Monitor?... 2 How does Flow Monitor work?... 2 System requirements...

More information

Troubleshooting Bundles and Load Balancing

Troubleshooting Bundles and Load Balancing CHAPTER 5 This chapter explains the procedures for troubleshooting link bundles and load balancing on the Cisco ASR 9000 Aggregation Services Router. A link bundle is a group of ports that are bundled

More information

Monitoring and analyzing audio, video, and multimedia traffic on the network

Monitoring and analyzing audio, video, and multimedia traffic on the network Monitoring and analyzing audio, video, and multimedia traffic on the network Slavko Gajin slavko.gajin@rcub.bg.ac.rs AMRES Academic Network of Serbia AMRES Academic Network of Serbia RCUB - Belgrade University

More information

Router Security Audit Logs

Router Security Audit Logs Router Security Audit Logs The Router Security Audit Logs feature allows users to configure audit trails, which track changes that have been made to a router that is running Cisco IOS software. History

More information

BGP Link Bandwidth. Finding Feature Information. Contents

BGP Link Bandwidth. Finding Feature Information. Contents The BGP (Border Gateway Protocol) Link Bandwidth feature is used to advertise the bandwidth of an autonomous system exit link as an extended community. This feature is configured for links between directly

More information

SolarWinds Technical Reference

SolarWinds Technical Reference SolarWinds Technical Reference Enabling NetFlow and NetFlow Data Export (NDE) on Cisco Catalyst Switches Introduction... 3 Requirements... 3 Catalyst 4500 Series... 3 Enabling NetFlow... 3 Configuring

More information

LogLogic Cisco NetFlow Log Configuration Guide

LogLogic Cisco NetFlow Log Configuration Guide LogLogic Cisco NetFlow Log Configuration Guide Document Release: September 2011 Part Number: LL600068-00ELS090000 This manual supports LogLogic Cisco NetFlow Version 1.0, and LogLogic Software Release

More information

This feature was introduced. This feature was integrated in Cisco IOS Release 12.2(11)T.

This feature was introduced. This feature was integrated in Cisco IOS Release 12.2(11)T. BGP Link Bandwidth The Border Gateway Protocol (BGP) Link Bandwidth feature is used to advertise the bandwidth of an autonomous system exit link as an extended community. This feature is configured for

More information

Tech Note #015. General requirements

Tech Note #015. General requirements Mazu Networks, Inc. 125 CambridgePark Dr. Cambridge, MA 02140 Phone (617) 354-9292 Fax (617) 354-9272 www.mazunetworks.com Configuring NetFlow for Profiler Tech Note #015 Product: Profiler Version: 5.5

More information

Netflow Overview. PacNOG 6 Nadi, Fiji

Netflow Overview. PacNOG 6 Nadi, Fiji Netflow Overview PacNOG 6 Nadi, Fiji Agenda Netflow What it is and how it works Uses and Applications Vendor Configurations/ Implementation Cisco and Juniper Flow-tools Architectural issues Software, tools

More information

Flow-Based per Port-Channel Load Balancing

Flow-Based per Port-Channel Load Balancing The feature allows different flows of traffic over a Gigabit EtherChannel (GEC) interface to be identified based on the packet header and then mapped to the different member links of the port channel.

More information

Configuring Link Bundling on Cisco IOS XR Software

Configuring Link Bundling on Cisco IOS XR Software Configuring Link Bundling on Cisco IOS XR Software This module describes the configuration of link bundle interfaces on the Cisco CRS Router. A link bundle is a group of one or more ports that are aggregated

More information

novdocx (en) 11 December 2007 XIII XIIIMonitor

novdocx (en) 11 December 2007 XIII XIIIMonitor XIIIMonit Chapter 58, Understanding the Monit Agent Consoles, on page 965 Chapter 59, Configuring the Monit Agent, on page 969 Chapter 60, Configuring the Monit Application, on page 991 Chapter 61, Using

More information

Supported Platforms. Supported Standards, MIBs, and RFCs. Prerequisites. Related Features and Technologies. Related Documents. Improved Server Access

Supported Platforms. Supported Standards, MIBs, and RFCs. Prerequisites. Related Features and Technologies. Related Documents. Improved Server Access Configuring Timeout, Retransmission, and Key Values per RADIUS Server The Configuring Timeout, Retransmission, and Key Values per RADIUS Server feature extends the functionality of the existing radius-server

More information

Firewall Stateful Inspection of ICMP

Firewall Stateful Inspection of ICMP The feature addresses the limitation of qualifying Internet Control Management Protocol (ICMP) messages into either a malicious or benign category by allowing the Cisco IOS firewall to use stateful inspection

More information

Integrated Traffic Monitoring

Integrated Traffic Monitoring 61202880L1-29.1F November 2009 Configuration Guide This configuration guide describes integrated traffic monitoring (ITM) and its use on ADTRAN Operating System (AOS) products. Including an overview of

More information

Appendix A Remote Network Monitoring

Appendix A Remote Network Monitoring Appendix A Remote Network Monitoring This appendix describes the remote monitoring features available on HP products: Remote Monitoring (RMON) statistics All HP products support RMON statistics on the

More information

MPLS VPN Route Target Rewrite

MPLS VPN Route Target Rewrite The feature allows the replacement of route targets on incoming and outgoing Border Gateway Protocol (BGP) updates Typically, Autonomous System Border Routers (ASBRs) perform the replacement of route targets

More information

Cisco Performance Monitor Commands

Cisco Performance Monitor Commands 1 action (policy react and policy inline react) Cisco Performance Monitor Commands action (policy react and policy inline react) To configure which applications which will receive an alarm or notification,

More information

IPV6 流 量 分 析 探 讨 北 京 大 学 计 算 中 心 周 昌 令

IPV6 流 量 分 析 探 讨 北 京 大 学 计 算 中 心 周 昌 令 IPV6 流 量 分 析 探 讨 北 京 大 学 计 算 中 心 周 昌 令 1 内 容 流 量 分 析 简 介 IPv6 下 的 新 问 题 和 挑 战 协 议 格 式 变 更 用 户 行 为 特 征 变 更 安 全 问 题 演 化 流 量 导 出 手 段 变 化 设 备 参 考 配 置 流 量 工 具 总 结 2 流 量 分 析 简 介 流 量 分 析 目 标 who, what, where,

More information

Configuring NetFlow Secure Event Logging (NSEL)

Configuring NetFlow Secure Event Logging (NSEL) 73 CHAPTER This chapter describes how to configure NSEL, a security logging mechanism that is built on NetFlow Version 9 technology, and how to handle events and syslog messages through NSEL. The chapter

More information

Packet-over-SONET Interface Commands on the Cisco IOS XR Software

Packet-over-SONET Interface Commands on the Cisco IOS XR Software Packet-over-SONET Interface Commands on the Cisco IOS XR Software This module provides command line interface (CLI) commands for configuring Packet-over-SONET/SDH (POS) on the Cisco CRS Router. This module

More information

Table of Contents. Cisco How Does Load Balancing Work?

Table of Contents. Cisco How Does Load Balancing Work? Table of Contents How Does Load Balancing Work?...1 Document ID: 5212...1 Introduction...1 Prerequisites...1 Requirements...1 Components Used...1 Conventions...1 Load Balancing...1 Per Destination and

More information

Cisco IOS NetFlow Version 9 Flow-Record Format

Cisco IOS NetFlow Version 9 Flow-Record Format White Paper Cisco IOS NetFlow Version 9 Flow-Record Format Last updated: May 0 Overview Cisco IOS NetFlow services provide network administrators with access to information concerning IP flows within their

More information

Configuring Timeout, Retransmission, and Key Values Per RADIUS Server

Configuring Timeout, Retransmission, and Key Values Per RADIUS Server Configuring Timeout, Retransmission, and Key Values Per RADIUS Server Feature Summary The radius-server host command functions have been extended to include timeout, retransmission, and encryption key

More information

Traffic monitoring with sflow and ProCurve Manager Plus

Traffic monitoring with sflow and ProCurve Manager Plus An HP ProCurve Networking Application Note Traffic monitoring with sflow and ProCurve Manager Plus Contents 1. Introduction... 3 2. Prerequisites... 3 3. Network diagram... 3 4. About the sflow protocol...

More information

Configuring NetFlow Data Export (NDE)

Configuring NetFlow Data Export (NDE) 49 CHAPTER Prerequisites for NDE, page 49-1 Restrictions for NDE, page 49-1 Information about NDE, page 49-2 Default Settings for NDE, page 49-11 How to Configure NDE, page 49-11 Note For complete syntax

More information

Introduction to Netflow

Introduction to Netflow Introduction to Netflow Mike Jager Network Startup Resource Center mike.jager@synack.co.nz These materials are licensed under the Creative Commons Attribution-NonCommercial 4.0 International license (http://creativecommons.org/licenses/by-nc/4.0/)

More information

How To Import Ipv4 From Global To Global On Cisco Vrf.Net (Vf) On A Vf-Net (Virtual Private Network) On Ipv2 (Vfs) On An Ipv3 (Vv

How To Import Ipv4 From Global To Global On Cisco Vrf.Net (Vf) On A Vf-Net (Virtual Private Network) On Ipv2 (Vfs) On An Ipv3 (Vv BGP Support for IP Prefix Import from Global Table into a VRF Table The BGP Support for IP Prefix Import from Global Table into a VRF Table feature introduces the capability to import IPv4 unicast prefixes

More information

Cisco NetFlow TM Briefing Paper. Release 2.2 Monday, 02 August 2004

Cisco NetFlow TM Briefing Paper. Release 2.2 Monday, 02 August 2004 Cisco NetFlow TM Briefing Paper Release 2.2 Monday, 02 August 2004 Contents EXECUTIVE SUMMARY...3 THE PROBLEM...3 THE TRADITIONAL SOLUTIONS...4 COMPARISON WITH OTHER TECHNIQUES...6 CISCO NETFLOW OVERVIEW...7

More information

Emerald. Network Collector Version 4.0. Emerald Management Suite IEA Software, Inc.

Emerald. Network Collector Version 4.0. Emerald Management Suite IEA Software, Inc. Emerald Network Collector Version 4.0 Emerald Management Suite IEA Software, Inc. Table Of Contents Purpose... 3 Overview... 3 Modules... 3 Installation... 3 Configuration... 3 Filter Definitions... 4

More information

Network Management & Monitoring

Network Management & Monitoring Network Management & Monitoring NetFlow Overview These materials are licensed under the Creative Commons Attribution-Noncommercial 3.0 Unported license (http://creativecommons.org/licenses/by-nc/3.0/)

More information

NAT TCP SIP ALG Support

NAT TCP SIP ALG Support The feature allows embedded messages of the Session Initiation Protocol (SIP) passing through a device that is configured with Network Address Translation (NAT) to be translated and encoded back to the

More information

ICND2 NetFlow. Question 1. What are the benefit of using Netflow? (Choose three) A. Network, Application & User Monitoring. B.

ICND2 NetFlow. Question 1. What are the benefit of using Netflow? (Choose three) A. Network, Application & User Monitoring. B. ICND2 NetFlow Question 1 What are the benefit of using Netflow? (Choose three) A. Network, Application & User Monitoring B. Network Planning C. Security Analysis D. Accounting/Billing Answer: A C D NetFlow

More information

Configuring MPLS Hub-and-Spoke Layer 3 VPNs

Configuring MPLS Hub-and-Spoke Layer 3 VPNs CHAPTER 23 This chapter describes how to configure a hub-and-spoke topology for Multiprotocol Layer Switching (MPLS) Layer 3 virtual private networks (VPNs) on Cisco NX-OS devices. This chapter includes

More information

IPv6 network management. Where and when?

IPv6 network management. Where and when? IPv6 network management 1 Contributions Simon Muyal, RENATER Bernard Tuy, RENATER Jérôme Durand, RENATER Ralf Wolter, Cisco Patrick Grossetête, Cisco Munechika Sumikawa, Hitachi Patrick Paul, 6WIND 2 Agenda

More information

IPv6 network management. 6DEPLOY. IPv6 Deployment and Support

IPv6 network management. 6DEPLOY. IPv6 Deployment and Support IPv6 network management 6DEPLOY. IPv6 Deployment and Support 1 Contributions Simon Muyal, RENATER Bernard Tuy, RENATER Jérôme Durand, RENATER Ralf Wolter, Cisco Patrick Grossetête, Cisco 10/28/2010 IPv6

More information

Fluke Networks NetFlow Tracker

Fluke Networks NetFlow Tracker Fluke Networks NetFlow Tracker Quick Install Guide for Product Evaluations Pre-installation and Installation Tasks Minimum System Requirements The type of system required to run NetFlow Tracker depends

More information

LAB THREE STATIC ROUTING

LAB THREE STATIC ROUTING LAB THREE STATIC ROUTING In this lab you will work with four different network topologies. The topology for Parts 1-4 is shown in Figure 3.1. These parts address router configuration on Linux PCs and a

More information

Lab 4.1.2 Characterizing Network Applications

Lab 4.1.2 Characterizing Network Applications Lab 4.1.2 Characterizing Network Applications Objective Device Designation Device Name Address Subnet Mask Discovery Server Business Services 172.17.1.1 255.255.0.0 R1 FC-CPE-1 Fa0/1 172.17.0.1 Fa0/0 10.0.0.1

More information

DHCP Server Port-Based Address Allocation

DHCP Server Port-Based Address Allocation The feature provides port-based address allocation support on the Cisco IOS Dynamic Host Configuration Protocol (DHCP) server for the Ethernet platform. The DHCP server provides address assignment support

More information