Border Gateway Protocol (BGP) is not merely a protocol—it’s the backbone of the...

Request a personalized demo/review session of our Intelligent Routing Platform
Evaluate Noction IRP, and see how it meets your network optimization challenges
Schedule a one-on-one demonstration of our network traffic analysis product
Test drive NFA today with your own fully featured 30-day free trial
Discover the latest Noction product and company news
The latest networking industry trends, opinion, and perspectives
Learn about who we are, our mission, and our values
Read our press releases to get the latest information on Noction
See the new job openings, our values and the corporate culture
Need help? Contact the Noction support team
Border Gateway Protocol (BGP) is not merely a protocol—it’s the backbone of the...
Get a custom IRP quote as per your network traffic 95th percentile
Simple, transparent and easy-to-understand pricing structure
Discover IRP features, review use cases and make informed decisions
Watch Noction IRP videos, screencasts and client testimonials
Technical Noction IRP documentation, deployment instructions and datasheets
Get a first-hand network performance view of the major Tier 1 Carriers
See answers to the questions we get asked the most about Noction IRP
Product overview, user guide and the deployment instructions documents
Practical and useful info on NFA and the overall NetFlow analysis
A series of the most common NFA questions and answers
24/7 network monitoring, maintenance, and event management services
Free custom-built Transit Providers performance evaluation reports
The free-of-charge live Tier 1 providers' performance monitoring service
Review network performance indicators of the top US-based carriers for the past month.
BGP routing optimization platform for utmost network performance
Free feature-restricted Intelligent Routing Platform version
Network traffic analysis, monitoring and alerting system
Cisco v5/v9/ipfix for ASR and XR ver > 7.5.x
flow exporter-map $flow_name
version [v5,v9,ipfix]
options sampler-table timeout 30
template timeout 30
template data timeout 60
template options timeout 30
transport udp $flow_port ( default 2055)
source $interface_source
destination $nfa_ip
sampler $sampler name
mode random 1 out-of 1024
flow monitor-map $flow_monitor_name
record ipv4
exporter $exporter_flow_name
cache entries 8192
cache timeout active 60
cache timeout inactive 60
flow monitor-map $flow_monitor_name_v6
record netflow ipv6 original-output
exporter $exporter_flow_name
cache entries 8192
cache timeout active 60
cache timeout inactive 60
interface $name
flow ipv4 monitor $flow_monitor_name sampler $sampler_name ingress
flow ipv4 monitor $flow_monitor_name sampler $sampler_name egress
flow ipv6 monitor $flow_monitor_name_v6 sampler $sampler_name ingress
flow ipv6 monitor $flow_monitor_name_v6 sampler $sampler_name egress
Cisco IPFIX for XR version < 7.5.x
configure terminal
flow exporter $flow_exporter
destination $NFA
source $interface
transport udp 2055
export-protocol [v5,v9,ipfix]
template data timeout 60
flow monitor $flow_monitor_mame
cache timeout inactive 60
cache timeout active 60
cache entries 8192
record ipv4
exporter $exporter_flow_name
flow monitor $flow_monitor_mame
cache timeout inactive 60
cache timeout active 60
cache entries 8192
record netflow ipv6 original-output
exporter $exporter_flow_name
sampler $flow_monitor_sampler
mode random 1 out-of 1024
interface $facing_upstream_provider
ip flow monitor $flow_monitor_mame sampler $flow_monitor_sampler input
ip flow monitor $flow_monitor_mame sampler $flow_monitor_sampler output
ipv6 flow monitor $flow_monitor_mame_v6 sampler $flow_monitor_sampler input
ipv6 flow monitor $flow_monitor_mame_v6 sampler $flow_monitor_sampler output