Configuring NetFlow on Cisco ASR 9000 Series Aggregation Services Router

Size: px
Start display at page:

Download "Configuring NetFlow on Cisco ASR 9000 Series Aggregation Services Router"

Transcription

1 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 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 This feature was introduced. Release 4.0 IPv6 Multicast Netflow suppt was added on Cisco ASR 9000's A9K-SIP-700. Contents This module includes the following sections: Prerequisites f Configuring NetFlow, page RC-2 Restrictions f Configuring NetFlow, page RC-2 Infmation About Configuring NetFlow, page RC-2 How to Configure NetFlow on Cisco IOS XR Software, page RC-8 Trident Netflow, page RC-23 Additional References, page RC-26 RFCs, page RC-27 NFC-1

2 Prerequisites f Configuring NetFlow Configuring NetFlow on Cisco ASR 9000 Series Aggregation Services Router Prerequisites f Configuring NetFlow To perfm these configuration tasks, your Cisco IOS XR software system administrat must assign you to a user group associated with a task group that includes the cresponding command task IDs. If you need assistance with your task group assignment, contact your system administrat. Restrictions f Configuring NetFlow Consider the following restrictions when configuring NetFlow in Cisco IOS XR software: When the Netflow router is configured at the tail-end of the PW tunnel, the Netflow ingress is unable to recd the PW traffic in the cache. This behavi is because of the egress microcode limitation f L2VPN which cannot handle the Netflow start offset packets. The egress microcode disables the ingress Netflow processing f the SNF ingress start offset packets and hence these packets are not included in the Netflow statistics. In IOS XR, Netflow implementation happens using fast path. 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. Tip We recommend that you do not use the management interface to expt NetFlow packets. Expting the management interface does not wk efficiently. Infmation About Configuring NetFlow To implement NetFlow, you must understand the following concepts: NetFlow Overview, page RC-2 Monit Map Overview, page RC-3 Sampler Map Overview, page RC-3 Expter Map Overview, page RC-4 NetFlow Configuration Submodes, page RC-4 MPLS Flow Monit with IPv4 and IPv6 Suppt, page RC-7 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. NFC-2

3 Configuring NetFlow on Cisco ASR 9000 Series Aggregation Services Router Infmation About Configuring NetFlow One of the counters (packets and bytes) has wrapped. The user fces the flow to expt. 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 Default timeouts Recd type of packets sampled and collected The recd name specifies the type of packets that NetFlow samples as they pass through the router. Currently, MPLS, IPv4, and IPv6 packet sampling is suppted. 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 Policer rate is based on the netwk process (NP). If netflow is applied on 1 NP, the aggregated maximum flow packet processing rate per line card (LC) is 100k flow packets per second (irrespective of the direction and the number of interface netflow that is applied in that NP). However, depending on the Netflow monit configuration distribution among NPs in an LC, policing of flow packet can take effect with an aggregated rate that is less than 100k. F example, if Netflow is applied to 1 interface per NP in a 4 NP LC, then the Policer rate per NP is 25K packets per second. NFC-3

4 Infmation About Configuring NetFlow Configuring NetFlow on Cisco ASR 9000 Series Aggregation Services 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 In Cisco IOS XR software, UDP is the only suppted transpt protocol f expt packets. NetFlow expt packets use the IP address that is assigned to the source interface. If the source interface does not have an IP address assigned to it, the expter will be inactive. You can also configure the following expt version attributes: Template timeout Template data timeout Template options timeout Interface table timeout Sampler table timeout A single flow monit map can suppt up to eight expters. 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 RC-5 Flow Expter Map Version Configuration Submode, page RC-5 Flow Monit Map Configuration Submode, page RC-6 Sampler Map Configuration Submode, page RC-6 Tip The Cisco IOS XR software allows you to issue most commands available under submodes as one single command string from global configuration mode. F example, you can issue the recd ipv4 command from the flow monit map configuration submode as follows: RP/0/RSP0/CPU0router(config)# flow monit-map fmm RP/0/RSP0/CPU0:router(config-fmm)# recd ipv4 NFC-4

5 Configuring NetFlow on Cisco ASR 9000 Series Aggregation Services Router Infmation About Configuring NetFlow Alternatively, you can issue the same command from global configuration mode, as shown in the following example: RP/0/RSP0/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/RSP0/CPU0:router(config)# flow expter-map fem RP/0/RP0/CPU0:router(config-fem)#? clear Clear the uncommitted configuration clear Clear the configuration 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 pwd Commands used to reach current submode 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 If you enter the version command, you enter the flow expter map version configuration submode. 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/RSP0/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 NFC-5

6 Infmation About Configuring NetFlow Configuring NetFlow on Cisco ASR 9000 Series Aggregation Services Router no Negate a command set its defaults options Specify expt of options template show Show contents of configuration template Specify template expt parameters 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/RSP0/CPU0:router(config)# flow monit-map fmm RP/0/RSP0/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/RSP0/CPU0: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. In the following sample output, the question mark (?) online help function displays all the commands available under the sampler map configuration submode: RP/0/RSP0/CPU0(config)# sampler-map fmm RP/0/RSP0/CPU0:router(config-sm)#? clear Clear the uncommitted configuration clear Clear the configuration 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 pwd Commands used to reach current submode random Use random mode f sampling packets root Exit to the global configuration mode show Show contents of configuration RP/0/RSP0/CPU0(config-sm)#RP/0/RP0/CP0:router(config-sm)# Enabling the NetFlow BGP Data Expt Function Use the bgp attribute-download command to enable NetFlow BGP routing attribute collection. The routing attributes are then expted. When no routing attributes are collected, zeroes (0) are expted. NFC-6

7 Configuring NetFlow on Cisco ASR 9000 Series Aggregation Services Router Infmation About Configuring NetFlow When BGP 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. MPLS Flow Monit with IPv4 and IPv6 Suppt Cisco IOS XR Software Release suppts the NetFlow collection of MPLS packets. It also suppts the NetFlow collection of MPLS packets carrying IPv4, IPv6, both IPv4 and IPv6 payloads. MPLS Cache Reganization to Suppt Both IPv4 and IPv6 In Cisco IOS XR Software Release, at a time, you can have only one MPLS flow monit running on an interface. If you apply an additional MPLS flow monit to the interface, the new flow monit overwrites the existing one. At a time, you can apply only one flow monit on an interface per direction. You can apply either the same flow monit to an interface in both directions, each direction can have its own flow monit. You can configure the MPLS flow monit to collect IPv4 fields, IPv6 fields, IPv4-IPv6 fields. IPv4-IPv6 configuration collects both IPv4 and IPv6 addresses using one MPLS flow monit. IPv4 configuration collects only IPv4 addresses. IPv6 configuration collects only IPv6 addresses. The MPLS flow monit suppts up to 1,000,000 cache entries. NetFlow entries include the following types of fields: IPv4 fields IPv6 fields MPLS with IPv4 fields MPLS with IPv6 fields The maximum number of bytes per NetFlow cache entry is as follows: IPv4 88 bytes per entry MPLS 88 bytes per entry IPv6 108 bytes per entry MPLS with IPv4 fields 108 bytes per entry MPLS with IPv6 fields 128 bytes per entry The different types of NetFlow entries are sted in separate caches. Consequently, the number of NetFlow entries on a line card can significantly impact the amount of available memy on the line card. Also, even though the sampling rate f IPv6 is the same as the sampling rate f IPv4, the CPU utilization f IPv6 is higher due to the longer keys used by the IPv6 fields. MPLS Packets with IPv6 Flows The collection of IPv6 flows in MPLS packets is an option. The CPU uses 128 bytes f each IPv6 field. IPv6 flows may contain the following types of infmation: Source IP address NFC-7

8 How to Configure NetFlow on Cisco IOS XR Software Configuring NetFlow on Cisco ASR 9000 Series Aggregation Services Router Destination IP address Traffic class value Layer 4 protocol number Layer 4 source pt number Layer 4 destination pt number Flow ID Header option mask To collect the IPv6 fields in MPLS packets, you must activate the MPLS recd type, ipv6-fields by running the recd mpls ipv6-fields command. You can also specify the number of labels to be used f aggregation with this command. 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. 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 RC-8 Configuring a Sampler Map, page RC-11 Configuring a Monit Map, page RC-12 Applying a Monit Map and a Sampler Map to an Interface, page RC-16 Clearing NetFlow Data, page RC-17 Configuring NetFlow Collection of MPLS Packets with IPv6 Fields, page RC-18 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. 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. NFC-8

9 Configuring NetFlow on Cisco ASR 9000 Series Aggregation Services Router How to Configure NetFlow on Cisco IOS XR Software SUMMARY STEPS 1. configure 2. flow expter-map map_name 3. destination hostname IP_address 4. dscp dscp_value 5. source type interface-path-id 6. transpt udp pt 7. version v9 8. options {interface-table sampler-table} [timeout seconds] 9. template [data options] timeout seconds 10. end commit 11. exit 12. exit 13. show flow expter-map map_name DETAILED STEPS Step 1 Command Action configure Enters global configuration mode. Step 2 Step 3 Step 4 Step 5 RP/0/RSP0/CPU0:router# configure flow expter-map map_name RP/0/RSP0/CPU0:router(config)# flow expter-map fem destination hostname IP_address RP/0/RSP0/CPU0:router(config-fem)# destination nnn.nnn.nnn.nnn dscp dscp_value RP/0/RSP0/CPU0:router(config-fem)# dscp 55 source type interface-path-id RP/0/RSP0/CPU0:router(config-fem)# source gigabitethernet 0/0/0/0 Creates an expter map, configures the expter map name, and enters flow expter map configuration mode. 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. Specifies a source interface, in the fmat type interface-path-id. NFC-9

10 How to Configure NetFlow on Cisco IOS XR Software Configuring NetFlow on Cisco ASR 9000 Series Aggregation Services Router Step 6 Step 7 Step 8 Step 9 Step 10 Step 11 Command Action transpt udp pt RP/0/RSP0/CPU0:router(config-fem)# transpt udp 9991 version v9 RP/0/RSP0/CPU0:router(config-fem-ver)# version v9 options {interface-table sampler-table} [timeout seconds] RP/0/RSP0/CPU0:router(config-fem-ver)# options sampler-table timeout 2000 template [data options] timeout seconds RP/0/RSP0/CPU0:router(config-fem-ver)# template data timeout end commit RP/0/RSP0/CPU0:router (config-fem-ver)# end RP/0/RSP0/CPU0:router(config-fem-ver)# commit exit (Optional) Specifies the destination pt f UDP packets. Replace pt with the destination UDP pt value, in the range from 1024 through (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. (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 submode. RP/0/RSP0/CPU0:router(config-fem-ver)# exit NFC-10

11 Configuring NetFlow on Cisco ASR 9000 Series Aggregation Services Router How to Configure NetFlow on Cisco IOS XR Software Step 12 Command Action exit Enters EXEC mode. Step 13 RP/0/RSP0/CPU0:router(config)# exit show flow expter-map map_name Displays expter map data. RP/0/RSP0/CPU0:router# show flow expter-map fem Configuring a Sampler Map SUMMARY STEPS DETAILED STEPS The steps that follow describe how to create and configure a sampler map. 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 Step 1 Command Action configure Enters global configuration mode. Step 2 Step 3 RP/0/RSP0/CPU0:router# configure sampler-map map_name RP/0/RSP0/CPU0:router(config)# sampler-map fsm RP/0/RSP0/CPU0:router(config-sm)#f random 1 out-of sampling_interval RP/0/RSP0/CPU0:router(config-sm)# random 1 out-of Creates a sampler map and enters sampler map configuration mode. Keep the following in mind when configuring a sampler map: 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. NFC-11

12 How to Configure NetFlow on Cisco IOS XR Software Configuring NetFlow on Cisco ASR 9000 Series Aggregation Services Router Step 4 Step 5 Step 6 Command Action end commit RP/0/RSP0/CPU0:router (config-sm)# end RP/0/RSP0/CPU0:router (config-sm)# commit exit RP/0/RSP0/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/RSP0/CPU0:router(config)# exit show sampler-map map_name Displays sampler map data. RP/0/RSP0/CPU0:router# show sampler-map fsm Configuring a Monit Map SUMMARY STEPS The steps that follow describe how to create and configure a monit map. 1. configure 2. flow monit-map map_name 3. recd ipv4 recd ipv4 [peer as] recd ipv6 NFC-12

13 Configuring NetFlow on Cisco ASR 9000 Series Aggregation Services Router How to Configure NetFlow on Cisco IOS XR Software recd mpls recd mpls [ipv4-fields] [labels number] recd mpls [ipv6-fields] [labels number] recd mpls [ipv4-ipv6-fields] [labels number] 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 RP/0/RSP0/CPU0:router# configure flow monit-map map_name RP/0/RSP0/CPU0:router(config)# flow monit-map fmm RP/0/RSP0/CPU0:router(config-fmm)# Creates a monit map and configures a monit map name and enters flow monit map configuration submode. NFC-13

14 How to Configure NetFlow on Cisco IOS XR Software Configuring NetFlow on Cisco ASR 9000 Series Aggregation Services Router Step 3 Step 4 Step 5 Command Action recd ipv4 recd ipv4 [peer as] recd ipv6 recd mpls [labels number] recd mpls [ipv4-fields] [labels number] recd mpls [ipv6-fields] [labels number] recd mpls [ipv4-ipv6-fields] [labels number] RP/0/RSP0/CPU0:router(config-fmm)# recd ipv4 cache entries number RP/0/RSP0/CPU0:router(config-fmm)# cache entries cache permanent Configures the flow recd map name f IPv4, IPv6, MPLS. Use the recd ipv4 command to configure the flow recd map name f IPv4. By default, you collect and expt the iginating autonomous system (AS) numbers. Use the recd ipv4 [peer as] command to recd peer AS. Here, you collect and expt the peer AS numbers. Ensure that the bgp attribute-download command is configured. Else, no AS is collected when the recd ipv4 [peer-as] command is configured. Use the recd ipv6 command to configure the flow recd map name f IPv6. Use the recd mpls labels command with the 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. Use the recd mpls ipv4-fields command to collect IPv4 fields in the MPLS-aware NetFlow. Use the recd mpls ipv6-fields command to collect IPV6 fields in the MPLS-aware NetFlow. Use the recd mpls ipv4-ipv6-fields command to collect IPv4 and IPv6 fields in the MPLS-aware NetFlow. (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 (Optional) Disables removal of entries from flow cache. RP/0/RSP0/CPU0:router(config-fmm)# flow monit-map fmm cache permanent NFC-14

15 Configuring NetFlow on Cisco ASR 9000 Series Aggregation Services Router How to Configure NetFlow on Cisco IOS XR Software Step 6 Step 7 Step 8 Step 9 Command Action cache timeout {active timeout_value inactive timeout_value upate timeout_value} RP/0/RSP0/CPU0:router(config-fmm)# cache timeout inactive 1000 expter map_name RP/0/RSP0/CPU0:router(config-fmm)# expter fem end commit RP/0/RSP0/CPU0:router(config-fmm)# end RP/0/RSP0/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. The update timeout_value keywd argument is used f permanent caches only. It specifies the timeout value that is used to expt entries from permanent caches. In this case, the entries are expted but remain the cache. Associates an expter map with a monit map. 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/RSP0/CPU0:router(config-fmm)# exit NFC-15

16 How to Configure NetFlow on Cisco IOS XR Software Configuring NetFlow on Cisco ASR 9000 Series Aggregation Services Router Step 10 Command Action exit Exits global configuration mode. Step 11 RP/0/RSP0/CPU0:router(config)# exit show flow monit-map map_name Displays flow monit map data. RP/0/RSP0/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 ipv6 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/RSP0/CPU0:router# configure interface type number Enters interface configuration mode. RP/0/RSP0/CPU0:router(config)# interface gigabitethernet 0/0/0/0 RP/0/RSP0/CPU0:router(config-if)# NFC-16

17 Configuring NetFlow on Cisco ASR 9000 Series Aggregation Services Router How to Configure NetFlow on Cisco IOS XR Software Step 3 Step 4 Command Action flow [ipv4 ipv6 mpls] monit monit_map sampler sampler_map {egress ingress} RP/0/RSP0/CPU0:router(config-if)# flow ipv4 monit fmm sampler fsm egress end commit RP/0/RSP0/CPU0:router(config-if)# end RP/0/RSP0/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 ipv6 to enable IPV6 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 [expter_name] {restart statistics} location node-id 2. clear flow monit [monit_name] cache [fce-expt statistics] location node-id} NFC-17

18 How to Configure NetFlow on Cisco IOS XR Software Configuring NetFlow on Cisco ASR 9000 Series Aggregation Services Router DETAILED STEPS Command Action Step 1 clear flow expter [expter_name] {restart statistics} location node-id Step 2 RP/0/RSP0/CPU0:router# clear flow expter statistics location 0/0/CPU0 clear flow monit [monit_name] cache [fce-expt statistics] location node-id} RP/0/RSP0/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 expt the data from cache to server first and then clear the entries from cache. Configuring NetFlow Collection of MPLS Packets with IPv6 Fields The following steps show how to configure NetFlow collection of MPLS packets with IPv6 fields. SUMMARY STEPS 1. configure 2. flow expter-map map_name 3. version v9 4. options {interface-table sampler-table} [timeout seconds] 5. template [data options] timeout seconds 6. exit 7. transpt udp pt 8. source type interface-path-id 9. destination hostname IP_address 10. exit 11. flow monit-map map_name 12. recd mpls [ipv4-ipv6-fields] [labels number] 13. expter map_name 14. cache entries number 15. cache timeout {active timeout_value inactive timeout_value upate timeout_value} 16. cache permanent 17. sampler-map map_name 18. random 1 out-of sampling_interval 19. interface type number 20. flow [ipv4 ipv6 mpls] monit monit_map sampler sampler_map {egress ingress} NFC-18

19 Configuring NetFlow on Cisco ASR 9000 Series Aggregation Services Router How to Configure NetFlow on Cisco IOS XR Software 21. end commit 22. exit 23. exit 24. show flow monit-map map_name 25. show flow expter-map map_name DETAILED STEPS Step 1 Command Action configure Enters global configuration mode. Step 2 Step 3 Step 4 Step 5 Step 6 RP/0/RSP0/CPU0:router# config flow expter-map map_name RP/0/RSP0/CPU0:router(config)# flow expter-map exp1 version v9 RP/0/RSP0/CPU0:router(config-fem)# version v9 options {interface-table sampler-table} [timeout seconds] RP/0/RSP0/CPU0:router(config-fem-ver)# options interface-table timeout 300 template [data options] timeout seconds RP/0/RSP0/CPU0:router(config-fem-ver)# template data timeout 300 exit RP/0/RSP0/CPU0:router(config-fem-ver)# exit Creates an expter map, configures the expter map name, and enters flow expter map configuration mode. (Optional) Enters flow expter map version configuration submode. (Optional) Configures the expt timeout value f the interface table the sampler table. Replace seconds with the expt timeout value, in the range from 1 through seconds. The default is 1800 seconds f both the interface table and the sample table. You must perfm this step twice to configure the expt timeout value f both an interface table and a sample table. (Optional) Configures the expt period f data packets options packets. Replace seconds with the expt timeout value, in the range from 1 through seconds. You must perfm this step twice to configure the expt period f both data packets and options packets. Exits flow expter map version configuration mode, and enters flow expter map configuration mode. NFC-19

20 How to Configure NetFlow on Cisco IOS XR Software Configuring NetFlow on Cisco ASR 9000 Series Aggregation Services Router Step 7 Step 8 Step 9 Step 10 Step 11 Step 12 Step 13 Step 14 Command Action transpt udp pt RP/0/RSP0/CPU0:router(config-fem)# transpt udp source type interface-path-id RP/0/RSP0/CPU0:router(config-fem)# source Loopback0 destination hostname IP_address RP/0/RSP0/CPU0:router(config-fem)# destination exit RP/0/RSP0/CPU0:router(config-fem)# exit flow monit-map map_name RP/0/RSP0/CPU0:router(config)# flow monit-map MPLS-IPv6-fmm recd mpls [ipv4-ipv6-fields] [labels number] RP/0/RSP0/CPU0:router(config-fmm)# recd mpls ipv6-fields labels 3 expter map_name RP/0/RSP0/CPU0:router(config-fmm)# expter exp1 cache entries number RP/0/RSP0/CPU0:router(config-fmm)# cache entries (Optional) Specifies the destination pt f UDP packets. Replace pt with the destination UDP pt value, in the range from 1024 through Specifies a source interface, in the fmat type interface-path-id. F example: POS 0/1/0/1 Loopback0 Configures the expt destination f the flow expter map. The destination can be a hostname an IP address. Exits flow expter map configuration mode, and enters flow expter map configuration mode. 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, IPv6, MPLS. Use the ipv4-ipv6-fields keywd to collect IPv4 and IPv6 fields in an MPLS-aware NetFlow. Associates an expter map with a monit map. A single flow monit map can suppt up to eight expters. (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 NFC-20

21 Configuring NetFlow on Cisco ASR 9000 Series Aggregation Services Router How to Configure NetFlow on Cisco IOS XR Software Step 15 Step 16 Step 17 Command Action cache timeout {active timeout_value inactive timeout_value upate timeout_value} RP/0/RSP0/CPU0:router(config-fmm)# cache timeout inactive 1800 cache permanent RP/0/RSP0/CPU0:router(config-fmm)# flow monit-map fmm cache permanent 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. The inactive and active keywds are not applicable to permanent caches. The update keywd is used f permanent caches only. It specifies the timeout value that is used to expt entries from permanent caches. In this case, the entries are expted but remain the cache. (Optional) Disables the removal of entries from flow cache. Exits flow monit map configuration submode. Step 18 Step 19 Step 20 Step 21 RP/0/RP0/CPU0:router(config-fmm)# exit sampler-map map_name RP/0/RSP0/CPU0:router(config)# sampler-map fsm RP/0/RSP0/CPU0:router(config-sm)# random 1 out-of sampling_interval RP/0/RSP0/CPU0:router(config-sm)# random 1 out-of exit RP/0/RSP0/CPU0:router(config-sm)# exit interface type number Creates a sampler map and enters sampler map configuration mode. Keep the following in mind when configuring a sampler map: 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. Exits sampler map configuration mode and enters global configuration mode. Enters interface configuration mode. RP/0/RSP0/CPU0:router(config)# interface gigabitethernet 0/0/0/0 RP/0/RSP0/CPU0:router(config-if)# NFC-21

22 How to Configure NetFlow on Cisco IOS XR Software Configuring NetFlow on Cisco ASR 9000 Series Aggregation Services Router Step 22 Step 23 Step 24 Step 25 Command Action flow [ipv4 ipv6 mpls] monit monit_map sampler sampler_map {egress ingress} RP/0/RSP0/CPU0:router(config-if)# flow ipv4 monit MPLS-IPv6-fmm sampler fsm egress end commit RP/0/RSP0/CPU0:router (config-fem-ver)# end RP/0/RSP0/CPU0:router(config-fem-ver)# commit exit RP/0/RSP0/CPU0:router(config-if)# exit exit Associates a monit map and a sampler map with an interface. Enter ipv4 to enable IPV4 NetFlow on the specified interface. Enter ipv6 to enable IPV6 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. Exits interface configuration submode f the Ethernet interface. Exits global configuration mode. Step 26 RP/0/RSP0/CPU0:router(config)# exit show flow monit-map map_name Displays flow monit map data. Step 27 RP/0/RSP0/CPU0:router# show flow monit-map fmm show flow expter-map map_name Displays expter map data. RP/0/RSP0/CPU0:router# show flow expter-map fem NFC-22

23 Configuring NetFlow on Cisco ASR 9000 Series Aggregation Services Router How to Configure NetFlow on Cisco IOS XR Software Trident Netflow Trident Netflow expts using only the V9 (Version 9) fmat. V9 is the most flexible NetFlow expt. This fmat is flexible and extensible. It provides the flexibility to suppt new fields and recd types. Suppted features Punt path policer rate Calculating Punt path policer rate Flow monit type of IPv4, IPv6, and MPLS can all be configured to an interface per direction. Sampled Netflow. There is no suppt f full mode sampling. Non-deterministic Random Sampling Algithm. Different traffic types, including unicast and multicast traffic. In der to achieve the maximum flow processing without overloading the LC CPU, all flow packets that are punted from each Netwk Process are policed. This is done to avoid overloading the CPU. The aggregate punt policer rate is 100 Kpps. To avoid having flow packets arrive at the CPU at a huge rate, the punt path policer needs to be applied on all NPs that have the netflow feature applied on them. The Punt path policer rate can be calculated in following way: The policer rate of each NP_NetflowMonit is 100k, where NP_NetflowMonit is NP that has Netflow monit configured to its associated interfaces; any of its associated interfaces are member of a bundle interfaces bundle sub-interfaces that has Netflow monit applied. Determining NP f NP_NetflowMonit non - NP_NetflowMonit: 1. If any of its associated interface sub-interface has any flow monit applied, then it is NP_NetflowMonit. 2. If any of its interfaces is a member of a bundle interface bundle sub-interface that has Netflow monit configured, the NP is considered as non- NP_NetflowMonit. Trident base line cards suppted features Suppts ingress and egress Netflow (IPv4, IPv6, MPLS) on L3 physical interface, L3-sub-interface, L3-Bundle interface, and L3 bundle sub-interface. Suppts configurable Sampling Rate 1:1 ~ 1: Suppts only up to 4 Sampling Rates ( Intervals) per LC. Suppts up to 8k (Large memy LC) 4k (Small Memy LC) interfaces/subinterfaces Suppts configuration with flow monit per NP. Suppts maximum aggregate Netflow processing rate of 50k flow packets per seconds per LC, enfced by Netflow Punt Policer on each NPs. Suppts netflow processing of 100Kpps, with CPU utilization not exceeding 50%. Suppts up to 4 flow expters per flow monit. Suppts expting packet rates of up to 100k flows per second. NFC-23

24 Configuration Examples f NetFlow Configuring NetFlow on Cisco ASR 9000 Series Aggregation Services Router Configuration Examples f NetFlow The following examples show NetFlow configurations: Sampler Map: Example, page RC-24 Expter Map: Example, page RC-24 Flow Monit Map: Examples, page RC-24 MPLS Flow Monit with IPv4 and IPv6 Suppt, page RC-7 Sampler Map: Example The following example shows how to create a new sampler map called fsm1, which samples 1 out of packets: RP/0/RSP0/CPU0:router(config)# sampler-map fsm1 RP/0/RSP0/CPU0:router(config-sm)# random 1 out-of RP/0/RSP0/CPU0:router(config)# exit Expter Map: Example 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/RSP0/CPU0router(config)# flow expter-map fem1 RP/0/RSP0/CPU0:router(config-fem)# destination RP/0/RSP0/CPU0:router(config-fem)# source Loopback 0 RP/0/RSP0/CPU0:router(config-fem)# transpt udp 1024 RP/0/RSP0/CPU0:router(config-fem)# dscp 10 RP/0/RSP0/CPU0:router(config-fem)# exit RP/0/RSP0/CPU0:router(config-fem)# version v9 RP/0/RSP0/CPU0router(config-fem-ver)# template data timeout 600 RP/0/RSP0/CPU0:router(config-fem-ver)# options interface-table RP/0/RSP0/CPU0:router(config-fem-ver)# exit Flow Monit Map: Examples 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/RSP0/CPU0:router(config)# flow monit-map fmm1 RP/0/RSP0/CPU0:router(config-fmm)# recd ipv4 RP/0/RSP0/CPU0:router(config-fmm)# expter fem1 RP/0/RSP0/CPU0:router(config-fmm)# cache entries RP/0/RSP0/CPU0:router(config-fmm)# cache timeout active 30 RP/0/RSP0/CPU0:router(config-fmm)# cache timeout inactive 15 RP/0/RSP0/CPU0:router(config-fmm)# exit NFC-24

25 Configuring NetFlow on Cisco ASR 9000 Series Aggregation Services Router Configuration Examples f NetFlow 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/RSP0/CPU0:router(config)# interface TenGigE 0/0/0/0 RP/0/RSP0/CPU0:router(config-if)# flow ipv4 monit fmm1 sampler fsm1 ingress RP/0/RSP0/CPU0:router(config-if)# exit The following example shows how to configure the NetFlow monit to collect MPLS packets with IPv6 fields: RP/0/RSP0/CPU0:router# config RP/0/RSP0/CPU0:routerconfig)# flow expter-map exp1 RP/0/RSP0/CPU0:router(config-fem)# version v9 RP/0/RSP0/CPU0:router(config-fem-ver)# options interface-table timeout 300 RP/0/RSP0/CPU0:router(config-fem-ver)# options sampler-table timeout 300 RP/0/RSP0/CPU0:router(config-fem-ver)# template data timeout 300 RP/0/RSP0/CPU0:router(config-fem-ver)# template options timeout 300 RP/0/RSP0/CPU0:router(config-fem-ver)# exit RP/0/RSP0/CPU0:router(config-fem)# transpt udp RP/0/RSP0/CPU0:router(config-fem)# source Loopback0 RP/0/RSP0/CPU0:router(config-fem)# destination RP/0/RSP0/CPU0:router(config-fmm)# exit RP/0/RSP0/CPU0:router(config)# flow monit-map MPLS-IPv6-fmm RP/0/RSP0/CPU0:router(config-fmm)# recd mpls ipv6-fields labels 3 RP/0/RSP0/CPU0:router(config-fmm)# expter exp1 RP/0/RSP0/CPU0:router(config-fmm)# cache entries RP/0/RSP0/CPU0:router(config-fmm)# cache permanent RP/0/RSP0/CPU0:router(config-fmm)# exit RP/0/RSP0/CPU0:router(config)# sampler-map FSM RP/0/RSP0/CPU0:router(config-sm)# random 1 out-of RP/0/RSP0/CPU0:router(config-sm)# exit RP/0/RSP0/CPU0:router(config)# interface gigabitethernet 0/0/0/0 RP/0/RSP0/CPU0:router(config-if)# flow mpls monit MPLS-IPv6-fmm sampler FSM ingress MPLS Flow Monit with IPv4 and IPv6 Suppt: Examples The following configuration collects MPLS traffic, but no payload infmation is collected. RP/0/RSP0/CPU0:router(config)# flow monit-map MPLS-fmm RP/0/RSP0/CPU0:router(config-fmm)# recd mpls labels 3 RP/0/RSP0/CPU0:router(config-fmm)# cache permanent RP/0/RSP0/CPU0:router(config)# exit RP/0/RSP0/CPU0:router(config)# interface gigabitethernet 0/0/0/0 RP/0/RSP0/CPU0:router(config-if)# flow mpls monit MPLS-fmm sampler fsm ingress The following configuration collects MPLS traffic with IPv4 payloads. It also collects MPLS traffic without IPv4 payloads, but it populates the IPv4 fields with zeros (0). RP/0/RSP0/CPU0:router(config)# flow monit-map MPLS-IPv4-fmm RP/0/RSP0/CPU0:router(config-fmm)# recd mpls IPv4-fields labels 3 RP/0/RSP0/CPU0:router(config-fmm)# cache permanent RP/0/RSP0/CPU0:router(config-fmm)# exit RP/0/RSP0/CPU0:routerrouter(config)# interface gigabitethernet 0/0/0/0 RP/0/RSP0/CPU0:router(config-if)# flow mpls monit MPLS-IPv4-fmm sampler fsm ingress NFC-25

26 Additional References Configuring NetFlow on Cisco ASR 9000 Series Aggregation Services Router The following configuration collects MPLS traffic with IPv6 payloads. It also collects MPLS traffic without IPv6 payloads, but it populates the IPv6 fields with zeros (0). RP/0/RSP0/CPU0:router(config)# flow monit-map MPLS-IPv6-fmm RP/0/RSP0/CPU0:router(config-fmm)# recd mpls IPv6-fields labels 3 RP/0/RSP0/CPU0:router(config-fmm)# cache permanent RP/0/RSP0/CPU0:router(config-fmm)# exit RP/0/RSP0/CPU0:router(config)# interface gigabitethernet 0/0/0/0 RP/0/RSP0/CPU0:router(config-if)# flow mpls monit MPLS-IPv6-fmm sampler fsm ingress The following configuration collects MPLS traffic with both IPv6 and IPv4 fields. It also collects MPLS traffic without IPv4 IPv6 payloads, but it populates the IPv6 and IPv4 fields with zeros (0). RP/0/RSP0/CPU0:router(config)# flow monit-map MPLS-IPv4-IPv6-fmm RP/0/RSP0/CPU0:router(config-fmm)# recd mpls IPv4-IPv6-fields labels 3 RP/0/RSP0/CPU0:router(config-fmm)# cache permanent RP/0/RSP0/CPU0:router(config-fmm)# exit RP/0/RSP0/CPU0:router(config)# interface gigabitethernet 0/0/0/0 RP/0/RSP0/CPU0:router(config-if)# flow mpls monit MPLS-IPv4-IPv6-fmm sampler fsm ingress Flow recds are expted using the Version 9 fmat. 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 the 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 NFC-26

27 Configuring NetFlow on Cisco ASR 9000 Series Aggregation Services Router Additional References Standards Standards No new modified standards are suppted by this feature, and suppt f existing standards has not been modified by this feature. Title 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 Title 3954 NetFlow services expt protocol Version 9. Technical Assistance NFC-27

28 Additional References Configuring NetFlow on Cisco ASR 9000 Series Aggregation Services Router NFC-28

Configuring NetFlow on Cisco IOS XR Software

Configuring NetFlow on Cisco IOS XR Software 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

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

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

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

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

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

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

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

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 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. 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Traffic Mirroring Commands on the Cisco ASR 9000 Series Router

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

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

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

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

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

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

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

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

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

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

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 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

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

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

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

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

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

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

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

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

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

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

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 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

How To Mirror On An Ipfix On An Rspan Vlan On A Pc Or Mac Or Ipfix (Networking) On A Network On A Pnet 2.2.2 (Netnet) On An Uniden (Netlan

How To Mirror On An Ipfix On An Rspan Vlan On A Pc Or Mac Or Ipfix (Networking) On A Network On A Pnet 2.2.2 (Netnet) On An Uniden (Netlan Content Content CHAPTER 1 MIRROR CONFIGURATION... 1-1 1.1 INTRODUCTION TO MIRROR... 1-1 1.2 MIRROR CONFIGURATION TASK LIST... 1-1 1.3 MIRROR EXAMPLES... 1-2 1.4 DEVICE MIRROR TROUBLESHOOTING... 1-3 CHAPTER

More information

Internetworking II: VPNs, MPLS, and Traffic Engineering

Internetworking II: VPNs, MPLS, and Traffic Engineering Internetworking II: VPNs, MPLS, and Traffic Engineering 3035/GZ01 Networked Systems Kyle Jamieson Lecture 10 Department of Computer Science University College London Taxonomy of communica@on networks Virtual

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

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

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

Overview of Network Traffic Analysis

Overview of Network Traffic Analysis Overview of Network Traffic Analysis Network Traffic Analysis identifies which users or applications are generating traffic on your network and how much network bandwidth they are consuming. For example,

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

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

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

IP Accounting C H A P T E R

IP Accounting C H A P T E R C H A P T E R 6 IP Accounting This chapter describes the IP Accounting features in Cisco IOS and enables you to distinguish the different IP Accounting functions and understand SNMP MIB details. This chapter

More information

Configuring Static and Dynamic NAT Translation

Configuring Static and Dynamic NAT Translation This chapter contains the following sections: Network Address Translation Overview, page 1 Information About Static NAT, page 2 Dynamic NAT Overview, page 3 Timeout Mechanisms, page 4 NAT Inside and Outside

More information

AlliedWare Plus OS How To Use sflow in a Network

AlliedWare Plus OS How To Use sflow in a Network AlliedWare Plus OS How To Use sflow in a Network Introduction sflow is an industry-standard sampling system that is embedded in Allied Telesis' high-performing Layer 3 switches. sflow enables you to use

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

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

How To Install Cisco Asr 9000 Series Router Software On A Mini Mini Mini (Cisco Ios) Router

How To Install Cisco Asr 9000 Series Router Software On A Mini Mini Mini (Cisco Ios) Router This chapter describes the router recovery methods in ROM Monitor (ROMMON) mode of the router. Table 1: Feature History for Router Recovery with the ROM Monitor Release Modification Release 4.2.0 A new

More information

Virtual Fragmentation Reassembly

Virtual Fragmentation Reassembly Virtual Fragmentation Reassembly Currently, the Cisco IOS Firewall specifically context-based access control (CBAC) and the intrusion detection system (IDS) cannot identify the contents of the IP fragments

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

http://www.cisco.com/en/us/products//hw/switches/ps4324/index.html http://www.cisco.com/en/us/products/ps6350/index.html

http://www.cisco.com/en/us/products//hw/switches/ps4324/index.html http://www.cisco.com/en/us/products/ps6350/index.html CHAPTER 54 Supervisor Engine 6-E and Catalyst 4900M chassis do not support Netflow; it is only supported on Supervisor Engine IV, Supervisor Engine V, Supervisor Engine V-10GE, or WS-F4531. This chapter

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

Flow Analysis Versus Packet Analysis. What Should You Choose?

Flow Analysis Versus Packet Analysis. What Should You Choose? Flow Analysis Versus Packet Analysis. What Should You Choose? www.netfort.com Flow analysis can help to determine traffic statistics overall, but it falls short when you need to analyse a specific conversation

More information

Router Recovery with ROM Monitor

Router Recovery with ROM Monitor CHAPTER 2 This chapter describes the router recovery methods in ROM Monitor mode (ROMMON) of the router. This chapter contains the following sections: Overview, page 2-19 About ROMMON Installation Files,

More information

Contents Overview of RD Web Access... 2. What is RD Web Access?... 2 What are the benefits of RD Web Access versus thin client?...

Contents Overview of RD Web Access... 2. What is RD Web Access?... 2 What are the benefits of RD Web Access versus thin client?... Purpose & Scope The purpose of this document is to provide business advantages, system administrat installation, and end-user access procedures f the use of Remote Desktop (RD) Web Access f Instrument

More information

Understanding Route Aggregation in BGP

Understanding Route Aggregation in BGP Understanding Route Aggregation in BGP Document ID: 5441 Contents Introduction Prerequisites Requirements Components Used Conventions Network Diagram Aggregate Without the as set Argument Aggregate with

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

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