Hi all
regarding document
http://www.cisco.com/c/en/us/td/docs/ios-xml/ios/fnetflow/configuration/xe-3s/fnf-xe-3s-book.pdf
im trying to make some template/config for Netflow on ASR 900 , but some commands dont exist , what is the issue ?
IOS 3.16.0S , ASR 920 and ASR 903
config like this :
flow record NetFlow_v4_v6
match ipv4 tos
match ipv6 tos
match ipv4 protocol
match ipv6 protocol
match ipv4 source address
match ipv6 source address
match ipv4 destination address
match ipv6 destination address
match transport source-port
match transport destination-port
collect counter bytes long
collect counter packets long
!
flow exporter Nfsen
description Export_to_NFSEN
destination x.x.x.x
transport udp 9000
template data timeout 60
flow monitor FLOW-MONITOR-1
record NetFlow_v4_v6
exporter Nfsen
cache timeout active 300
exit
!
sampler SAMPLER-1
mode random 1 out-of 2
exit
!
!
interface GigabitEthernet 0/0/0
ip address x.x.x.x 255.255.255.0
ip flow monitor Nfsen sampler SAMPLER-1 input
Any Help ?
KR
VZ