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

NCS 5500 - Netflow egress error when applies to an interface

Hi Community.
I'm trying to deploy netflow on NCS55xx and NCS540 series.

I've created the config due to the manual and some examples.
applying the ingress rule works ok, but when i try to apply the same config on egress it appear this error.

RP/0/RP0/CPU0:rc1-mdz-ncs5500(config-subif)#show configuration failed
Mon Apr 29 13:19:44.420 GMT+3
!! SEMANTIC ERRORS: This configuration was rejected by
!! the system due to semantic errors. The individual
!! errors with each failed configuration command can be
!! found below.


interface HundredGigE0/0/0/30.503
flow ipv4 monitor fmmISP sampler fsmISP egress
!!% 'nfea' detected the 'warning' condition 'Requested operation not supported'
!
end

RP/0/RP0/CPU0:rc1-mdz-ncs5500(config-subif)#do sh runn int hundredGigE 0/0/0/30.503
Mon Apr 29 13:27:25.937 GMT+3
interface HundredGigE0/0/0/30.503
description Transit-ipv4: {1}
vrf INTERNET
ipv4 address x.x.x.x 255.255.255.252
flow ipv4 monitor fmmISP sampler fsmISP ingress
encapsulation dot1q 503

Here's the config

RP/0/RP0/CPU0:router(config)# flow exporter-map femISP
RP/0/RP0/CPU0:router(config-fem)# destination 172.16.2.111
RP/0/RP0/CPU0:router(config-fem)# source Loopback 0
RP/0/RP0/CPU0:router(config-fem)# transport udp 2055
RP/0/RP0/CPU0:router(config-fem)# dscp 10
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

 

RP/0/RP0/CPU0:router# sampler-map fsmISP
RP/0/RP0/CPU0:router(config-sm)# random 1 out-of 65535
RP/0/RP0/CPU0:router(config)# exit

 

RP/0/RP0/CPU0:router(config)# flow monitor-map fmmISP
RP/0/RP0/CPU0:router(config-fmm)# record ipv4
RP/0/RP0/CPU0:router(config-fmm)# exporter femISP
RP/0/RP0/CPU0:router(config-fmm)# cache entries 10000
RP/0/RP0/CPU0:router(config-fmm)# cache timeout active 30
RP/0/RP0/CPU0:router(config-fmm)# cache timeout inactive 15
RP/0/RP0/CPU0:router(config-fmm)# exit


is it a problem of the NCS series??
Regards

Gabriel

1 Accepted Solution

Accepted Solutions

tkarnani
Cisco Employee
Cisco Employee

on NCS series only ingress netflow is supported. Egress is not

View solution in original post

2 Replies 2

tkarnani
Cisco Employee
Cisco Employee

on NCS series only ingress netflow is supported. Egress is not

ok!
Has you any document about tags?
thanks!