Users Guide
In standalone mode, there are 4000 VLANs, by default. The SNMP output will display for all 4000 VLANs.
To view a particular VLAN, issue the snmp query with VLAN interface ID.
Dell#show interface vlan 1010 | grep “Interface index”
Interface index is 1107526642
Use the output of the above command in the snmp query.
snmpwalk -Os -c public -v 1 10.16.151.151
1.3.6.1.2.1.17.7.1.4.2.1.4.0.1107526642
mib-2.17.7.1.4.2.1.4.0.1107526642 = Hex-STRING: F9 FF FF FF 00 00 00 00 00 00
00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 80 00 00 00 00 00
00 00 00 00 00 00 00 00 00 01 00
MIB Support to Display the Available Memory Size on
Flash
Dell Networking provides more MIB objects to display the available memory size on flash memory. The
following table lists the MIB object that contains the available memory size on flash memory.
Table 19. MIB Objects for Displaying the Available Memory Size on Flash via SNMP
MIB Object OID Description
chStackUnitFlashUsageUtil 1.3.6.1.4.1.6027.3.19.1.2.8.1.6 Contains flash memory usage in
percentage.
The chStackUnitUtilTable MIB table contains the chStackUnitFlashUsageUtil MIB object which contains
the flash memory usage percent.
Viewing the Available Flash Memory Size
• To view the available flash memory using SNMP, use the following command.
snmpget -v2c -c public 192.168.60.120 .1.3.6.1.4.1.6027.3.10.1.2.9.1.6.1
enterprises.6027.3.10.1.2.9.1.5.1 = Gauge32: 24
The output above displays that 24% of the flash memory is used.
Simple Network Management Protocol (SNMP)
221