I have a pair of Cisco Nexus 9372PX switches running NXOS version 7.0(3)I1(3). According to the link at http://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus9000/sw/7-x/system_management/configuration/guide/b_Cisco_Nexus_9000_Series_NX-OS_System_Management_Configuration_Guide_7x/b_Cisco_Nexus_9000_Series_NX-OS_System_Management_Configuration_Guide_7x_chapter_011000.pdf, sFlow is supported on this switch and should be turned on using:
configure terminal
feature sflow
However, when I try this I get an error saying the command is invalid. When I run:
configure terminal
feature ?
... the sFlow feature isn't even listed!
I'm logged in as a network-admin user so don't believe this to be permissions related. Any thoughts on what I can try?
Make sure you check the prerequisites mentioned in that document:
It turns out that NXOS version 7.0(3)I1(3) does not offer sFlow. We need to upgrade to 7.0(3)I2(1) for that functionality.