I have a new device in my network:
cisco Nexus9000 C93180YC-FX Chassis
Version : Cisco NX-OS™ nxos.9.3.4.bin, Software (nxos), Version 9.3(4), RELEASE SOFTWARE Copyright © 2002-2020 by Cisco Systems, Inc. Compiled 4/28/2020 20:00:00
All the pollng seems to be fine and was 100% on replaced switch which was a cisoc nexus 3064PQ. On the new switch The vlan counters are not shown. The standard cisco MIB (1.3.6.1.2.1.2.2.1.10) doesnt show counters for vlans, however if I use ( 1.3.6.1.2.1.16.22.1.2.2.1.7.1) the counters are present. I desperately need to monitor the vlan counters but have no idea how to add/modify the mib for this device.
I would really appreciate any pointers or help with resolving this issue.
Is there someone who can then maybe help with creating or modifying a query for a device. Even to create a new device. I am sure someone out there has done this before…
for nxos 9.x you have to do this:
conf t
hardware profile svi-and-si flex-stats-enable
exit
copy running-config startup-config
and
reload
after that it should start to have stats properly.
you can check by example doing
sh int vlan 500 counters detailed all
Vlan500
counters:
0. l3_ucast_bytes_in = 11102628574
l3_ucast_pkts_in = 13133287
l3_ucast_bytes_out = 11537298166
l3_ucast_pkts_out = 13274025
today if you still dont have this solved you should have 0 like this:
sh int vlan 500 counters detailed all
Vlan400
counters:
0. l3_ucast_bytes_in = 0
l3_ucast_pkts_in = 0
l3_ucast_bytes_out = 0
l3_ucast_pkts_out = 0
I am really appreciate this, thank you. Will reboot and confirm it shows up. Does show a warning after adding the configuration as follows:
Warning!!: VxLAN, MPLS, Tunnel and Multicast features
need to disabled for svi-and-si flex stats to be enabled.
Please reload the switch for the change to take effect.
system
Closed
22 February 2023 09:36
5
This topic was automatically closed 730 days after the last reply. New replies are no longer allowed.