cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
707
Views
5
Helpful
2
Replies

Netflow on IOS-XR

sajith.balan
Level 1
Level 1

I'm trying to migrate below IOS config to IOS-XR

ip flow-export source Loopback0

ip flow-export version 9 origin-as bgp-nexthop

ip flow-export destination xx.xx.xx.xx 9995

ip flow-export destination xx.xx.xx.xx 9996

Can anyone guid me with the same config for IOS-XR?

Thanks!

2 Replies 2

Lei Tian
Cisco Employee
Cisco Employee

Hi,

It would be something like

flow exporter-map FNF_EXPORT_MAP

version v9

  destination x.x.x.x

  source Loopback0

  transport udp 9995

flow exporter-map FNF_EXPORT_MAP2

version v9

destination x.x.x.x

  source Loopback0

  transport udp 9996

flow monitor-map FNF_MONITOR_MAP

record ipv4-raw

exporter FNF_EXPORT_MAP1

exporter FNF_EXPORT_MAP2

http://www.cisco.com/en/US/docs/routers/asr9000/software/asr9k_r4.2/netflow/configuration/guide/b_netflow_cg42asr_chapter_00.html#ref_1072645

HTH,

Lei Tian

Thanks Lei. I'll test it and let you know if I have any questions. Appreciate the link too.

Review Cisco Networking for a $25 gift card