Answer the question
In order to leave comments, you need to log in
How to monitor VLAN loading via SNMP on CISCO equipment?
Answer the question
In order to leave comments, you need to log in
For 3750 and 3560 no way. There are vlan counters in 6500 and, maybe, in some variants 4500.
> But I couldn't get the required OIDs for VLANs in the Cisco 3750-2
How did you search? There is a wonderful program called snmpwalk. With it, you can pull out all the OIDs. I advise you to save the output to a file, because the process is long and then it will be easier to grab the necessary OIDs by the interface ID. We find the ID of the required interface, for example:
IF-MIB::ifDescr.138 = STRING: FastEthernet0/0.25
And then we grapple by ID and find the lines we need:
IF-MIB::ifInOctets.138 = Counter32: 3066094
IF-MIB::ifOutOctets .138 = Counter32: 1929934
Or you don't have to worry, just substitute the value of the interface ID.
But I couldn't get the right OIDs for VLANs in the Cisco 3750-2
1.3.6.1.2.1.2.2.1.2
. If I remember correctly, you should get a list of interface names, look for your VLANs there. well, if there is a mib that shows the loading of the vlan, then track it, and if not, then no way
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question