Issue:
Customer wants to use SNMP protocol to read port status of the ethernet switch
Product Line
Connexium Ethernet Switch TCSESM083F23F1
Environment:
Windows 7 Pro
Resolution:
The very first step is to install the correct MIB file in the MIB Browser.
We need to install the two files in the MIB Browser.
1.SchneiderTFE-V03-00.mib
2.SchneiderElectricSwitches_V02_00.mib.
Contact your local country Schneider Electric Customer Care Center to get this files.
The port status can be up(1), down (2).
The OID for reading the port status is read as below.
Port x >> oid=".1.3.6.1.2.1.2.2.1.8.x"
Where "x" denotes the number of port in the switch.
Customer wants to use SNMP protocol to read port status of the ethernet switch
Product Line
Connexium Ethernet Switch TCSESM083F23F1
Environment:
Windows 7 Pro
Resolution:
The very first step is to install the correct MIB file in the MIB Browser.
We need to install the two files in the MIB Browser.
1.SchneiderTFE-V03-00.mib
2.SchneiderElectricSwitches_V02_00.mib.
Contact your local country Schneider Electric Customer Care Center to get this files.
The port status can be up(1), down (2).
The OID for reading the port status is read as below.
Port x >> oid=".1.3.6.1.2.1.2.2.1.8.x"
Where "x" denotes the number of port in the switch.