09-15-2025 05:32 PM
I am trying to get the NETFLOW data from our 9500 Catalyst switches into CatCenter. Switches are running version 17.9.5
We have tried using the workflow "Enable Application Telemetry" but that is not showing as an available option. This is an example of the configuration on one of the switches:
avc sd-service
segment AppRecognition
controller
address xx.xx.xx.xx
destination-ports sensor-exporter 9995
dscp 16
source-interface Vlan10
transport application-updates https
!
!
!
flow record dnacrecord-IN
match flow direction
match ipv4 source address
match interface input
match ipv4 destination address
match ipv4 protocol
collect counter packets long
collect counter bytes long
collect timestamp absolute last
collect transport tcp flags
!
!
flow record dnacrecord-OUT
match flow direction
match interface output
match ipv4 source address
match ipv4 destination address
match ipv4 protocol
collect counter packets long
collect counter bytes long
collect timestamp absolute last
collect transport tcp flags
!
!
flow exporter dnac-export
destination xx.xx.xx.xx
source Vlan10
export-protocol netflow-v9
option application-attributes
!
!
flow monitor dna-monitor-IN
exporter dnac-export
record dnacrecord-IN
!
!
flow monitor dna-monitor-OUT
exporter dnac-export
record dnacrecord-OUT
!
then the monitors are applied to the interfaces:
interface TwentyFiveGigE1/0/1
ip flow monitor dna-monitor-IN input
ip flow monitor dna-monitor-OUT output
service-policy input SP-SERVICES
09-16-2025 12:10 AM
High level config looks ok, my working config as below :
https://www.balajibandi.com/?p=1383
from VLAN 10 you able to reach Cat Centre ? what config VLAN 10 have ?
09-16-2025 03:50 AM
yes, CatCenter is reachable from the vlan. This is the management vlan and is successfully sending snmp data. Firewall logs confirm the flow data is being sent from switch and reaching CatCenter.
09-16-2025 04:23 AM
Then you need to verify some of the config and troubleshoot below guides can help you :
https://www.ciscolive.com/c/dam/r/ciscolive/apjc/docs/2023/pdf/BRKEMT-2397.pdf
https://community.cisco.com/t5/cisco-catalyst-center/catalyst-center-netflow/td-p/5128149
09-16-2025 02:48 AM
When you say that enable application telemetry is not available, is the field greyed out?
I agree with @balaji.bandi, your config looks correct. What output does "show flow monitor" give you?
09-16-2025 03:48 AM
yes, it is grayed out. Even trying the Update Telemetry Settings workflow returns a "no configuration generated" message.
switch#sh flow monitor
Flow Monitor dna-monitor-IN:
Description: User defined
Flow Record: dnacrecord-IN
Flow Exporter: dnac-export
Cache:
Type: normal (Platform cache)
Status: allocated
Size: 10000 entries
Inactive Timeout: 15 secs
Active Timeout: 1800 secs
Flow Monitor dna-monitor-OUT:
Description: User defined
Flow Record: dnacrecord-OUT
Flow Exporter: dnac-export
Cache:
Type: normal (Platform cache)
Status: allocated
Size: 10000 entries
Inactive Timeout: 15 secs
Active Timeout: 1800 secs
09-16-2025 04:57 AM
Have you tried selecting "force update" when running "Update Telemetry"? It usually does the trick in my experience
09-16-2025 05:58 AM
Check your DNA License on the device and ensure it is Adv and not Essentials...
09-16-2025 06:16 AM
switch#sh license usage
License Authorization:
Status: Not Applicable
network-advantage (C9500 Network Advantage):
Description: C9500 Network Advantage
Count: 2
Version: 1.0
Status: IN USE
Export status: NOT RESTRICTED
Feature Name: network-advantage
Feature Description: C9500 Network Advantage
Enforcement type: NOT ENFORCED
License type: Perpetual
dna-advantage (C9500 48Y4C DNA Advantage):
Description: C9500-48Y4C DNA Advantage
Count: 2
Version: 1.0
Status: IN USE
Export status: NOT RESTRICTED
Feature Name: dna-advantage
Feature Description: C9500-48Y4C DNA Advantage
Enforcement type: NOT ENFORCED
License type: Subscription
these are still running on original license from purchase...(1yr,1 month remaining )
09-16-2025 06:31 AM - edited 09-16-2025 06:33 AM
Oh I missed that this is a 9500, my eyes were reading 9300 my bad. I believe this is expected on this 9500 model, see the Admin Guide on Monitor Application Health to confirm. I don't think this has ever been supported on the C9500-48Y4C.
09-16-2025 07:09 AM
from the documents I'm seeing, this "should" be supported.
09-16-2025 07:25 AM
I am speaking from the automation perspective on Cat Center, not from an IOS-XE perspective.
09-16-2025 10:36 AM
That is interesting! I have installed quite a few 9500s without realising this... Is there any reason for it not being supported? @brmchenr
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide