Deployment Guide

Table Of Contents
Transceiver Monitoring
To retrieve and display the transceiver related parameters you can perform a snmpwalk transceiver table OID to retrieve
transceiver details as per the MIB. This enables transceiver monitoring and identification of potential issues related to the
transceivers on a switch.
Ensure that SNMP is enabled on the device before running a query to retrieve the transceiver information.
Value 0.0 would be returned in case of Tx/Rx power not being supported on the optics.
Empty string would be displayed if optics are not inserted in a port.
Example of SNMP Output for Transceiver Monitoring
Dell $ snmpwalk -v1 -c public 10.16.150.210 1.3.6.1.4.1.6027.3.11.1.3.1.1 | grep 2106373
SNMPv2-SMI::enterprises.6027.3.11.1.3.1.1.1.2106373 = STRING: "Stack-Unit-1
OptionalModule-3 Port-5"
SNMPv2-SMI::enterprises.6027.3.11.1.3.1.1.2.2106373 = STRING: "Fo 1/3/5"
SNMPv2-SMI::enterprises.6027.3.11.1.3.1.1.3.2106373 = STRING: "40GBASE-SR4"
SNMPv2-SMI::enterprises.6027.3.11.1.3.1.1.4.2106373 = STRING: "AVAGO"
SNMPv2-SMI::enterprises.6027.3.11.1.3.1.1.5.2106373 = STRING: "AFBR-79E4Z-D-FT1"
SNMPv2-SMI::enterprises.6027.3.11.1.3.1.1.6.2106373 = STRING: "750382760048"
SNMPv2-SMI::enterprises.6027.3.11.1.3.1.1.7.2106373 = STRING: "0.0"
SNMPv2-SMI::enterprises.6027.3.11.1.3.1.1.8.2106373 = STRING: "-2.273117"
Table 118. SNMP OIDs for Transceiver Monitoring
Field (OID) Description
SNMPv2-SMI::enterprises.6027.3.11.1.3.1.1.1 Device Name
SNMPv2-SMI::enterprises.6027.3.11.1.3.1.1.2 Port
SNMPv2-SMI::enterprises.6027.3.11.1.3.1.1.3 Optics Type
SNMPv2-SMI::enterprises.6027.3.11.1.3.1.1.4 Vendor Name
SNMPv2-SMI::enterprises.6027.3.11.1.3.1.1.5 Part Number
SNMPv2-SMI::enterprises.6027.3.11.1.3.1.1.6 Serial Number
SNMPv2-SMI::enterprises.6027.3.11.1.3.1.1.7 Transmit Power
SNMPv2-SMI::enterprises.6027.3.11.1.3.1.1.8 Receive Power
Configuring SNMP context name
To configure the SNMP context name for OSPFv3 module, use the following command.
Configure the SNMP context-name.
CONF-IPV6-ROUTER-OSPF mode
SNMP context {context-name}
Verify SNMP context configuration.
EXEC Privilege
show running-config ospf
Sample SNMP context configuration:
DellEMC(conf-ipv6-router_ospf)#snmp context ospf1
DellEMC>show runnig-config ospf
!
ipv6 router ospf 10
router-id 10.10.10.1
snmp context ospf1
!
DellEMC>
Simple Network Management Protocol (SNMP)
937