White Papers

Table Of Contents
NOTE: In UNIX, enter the snmpset command for help using this command.
The following examples show the command syntax using MIB object names and the same command using the object OIDs. In
both cases, the same index number used in the snmpset command follows the object.
The following command shows how to get a MIB object value using the object name.
> snmpget -v 2c -c private -m ./f10-copy-config.mib 10.11.131.140 copyTimeCompleted.110
FTOS-COPY-CONFIG-MIB::copyTimeCompleted.110 = Timeticks: (1179831) 3:16:38.31
The following command shows how to get a MIB object value using OID.
> snmpget -v 2c -c private 10.11.131.140 .1.3.6.1.4.1.6027.3.5.1.1.1.1.13.110
SNMPv2-SMI::enterprises.6027.3.5.1.1.1.1.13.110 = Timeticks: (1179831) 3:16:38.31
MIB Support for Power Monitoring
Dell EMC Networking provides MIB objects to display the information for Power Monitoring. The OIDs specific to Power
Monitoring are appended to the DellITaMIbs. There are three separate DellITaMIbs available to display the current input power,
average input power and average input-power start time. These statistics can also be obtained by using the CLI command:
show
environment
. The following table lists the related MIB objects, OID and description for the same:
Table 96. MIB Objects to Display the Information for Power Monitoring
MIB Object OID Description
envMonSupplyCurrentPower 1.3.6.1.4.1.674.10895.3000.1.2.110.7.2.1.5 Displays per PSU input power (current
configuration).
envMonSupplyAveragePower 1.3.6.1.4.1.674.10895.3000.1.2.110.7.2.1.6 Displays average input power.
envMonSupplyAvgStartTime 1.3.6.1.4.1.674.10895.3000.1.2.110.7.2.1.7 Displays average input-power start time.
SNMP Walk Example Output
snmpwalk -v 2c -c public 10.16.131.156 1.3.6.1.4.1.674.10895.3000.1.2.110.7.2.1.5
SNMPv2-SMI::enterprises.674.10895.3000.1.2.110.7.2.1.5.11 = INTEGER: 48
SNMPv2-SMI::enterprises.674.10895.3000.1.2.110.7.2.1.5.12 = INTEGER: 40
snmpwalk -v 2c -c public 10.16.131.156 1.3.6.1.4.1.674.10895.3000.1.2.110.7.2.1.6
SNMPv2-SMI::enterprises.674.10895.3000.1.2.110.7.2.1.6.11 = INTEGER: 31
SNMPv2-SMI::enterprises.674.10895.3000.1.2.110.7.2.1.6.12 = INTEGER: 26
snmpwalk -v 2c -c public 10.16.131.156 1.3.6.1.4.1.674.10895.3000.1.2.110.7.2.1.7
SNMPv2-SMI::enterprises.674.10895.3000.1.2.110.7.2.1.7.11 = STRING: "04/25/2017-18:32"
SNMPv2-SMI::enterprises.674.10895.3000.1.2.110.7.2.1.7.12 = STRING: "04/25/2017-18:32"
MIB Support for 25G, 40G, 50G, 100G Optical
Transceiver or DAC cable IDPROM user info
Dell EMC Networking provides MIB objects to display the information for 25G, 40G, 50G, 100G Optical Transceiver or DAC
cable IDPROM. The following table lists the related MIB objects, OID and description for the same:
Table 97. MIB Objects to Display support for 25G, 40G, 50G, 100G Optical Transceiver or DAC cable
IDPROM user info
MIB Object OID Description
dellNetIfTransceiverData 1.3.6.1.4.1.6027.3.11.1.3 Specifies the Transceiver Data Main
dellNetIfTransceiverDataTable 1.3.6.1.4.1.6027.3.11.1.3.1 Specifies the Transceiver Data Table
Simple Network Management Protocol (SNMP) 805