SNMP OID to query the status of auto-polarity
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎05-26-2014 12:53 PM
Hi,
I would like to query the auto-polarity status of interfaces through SNMP for XOS switch. Can anyone share the SNMP OID to me?
Thanks,
Elmer
I would like to query the auto-polarity status of interfaces through SNMP for XOS switch. Can anyone share the SNMP OID to me?
Thanks,
Elmer
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎10-06-2015 09:16 AM
Andreas,
Would it have to show up in something like this ( filtering port 29 information )
/usr/bin/snmpwalk -v 2c -c public 10.1.1.1 1.3.6.1.2.1.2.2.1 | grep 1029
IF-MIB::ifIndex.1029 = INTEGER: 1029
IF-MIB::ifDescr.1029 = STRING: X440-48p-10G Port 29
IF-MIB::ifType.1029 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifMtu.1029 = INTEGER: 1500
IF-MIB::ifSpeed.1029 = Gauge32: 0
IF-MIB::ifPhysAddress.1029 = STRING: 0:4:96:98:26:89
IF-MIB::ifAdminStatus.1029 = INTEGER: up(1)
IF-MIB::ifOperStatus.1029 = INTEGER: down(2)
IF-MIB::ifLastChange.1029 = Timeticks: (12900) 0:02:09.00
IF-MIB::ifInOctets.1029 = Counter32: 0
IF-MIB::ifInUcastPkts.1029 = Counter32: 0
IF-MIB::ifInNUcastPkts.1029 = Counter32: 0
IF-MIB::ifInDiscards.1029 = Counter32: 0
IF-MIB::ifInErrors.1029 = Counter32: 0
IF-MIB::ifInUnknownProtos.1029 = Counter32: 0
IF-MIB::ifOutOctets.1029 = Counter32: 0
IF-MIB::ifOutUcastPkts.1029 = Counter32: 0
IF-MIB::ifOutNUcastPkts.1029 = Counter32: 0
IF-MIB::ifOutDiscards.1029 = Counter32: 0
IF-MIB::ifOutErrors.1029 = Counter32: 0
IF-MIB::ifOutQLen.1029 = Gauge32: 0
IF-MIB::ifSpecific.1029 = OID: SNMPv2-SMI::internet
Would it have to show up in something like this ( filtering port 29 information )
/usr/bin/snmpwalk -v 2c -c public 10.1.1.1 1.3.6.1.2.1.2.2.1 | grep 1029
IF-MIB::ifIndex.1029 = INTEGER: 1029
IF-MIB::ifDescr.1029 = STRING: X440-48p-10G Port 29
IF-MIB::ifType.1029 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifMtu.1029 = INTEGER: 1500
IF-MIB::ifSpeed.1029 = Gauge32: 0
IF-MIB::ifPhysAddress.1029 = STRING: 0:4:96:98:26:89
IF-MIB::ifAdminStatus.1029 = INTEGER: up(1)
IF-MIB::ifOperStatus.1029 = INTEGER: down(2)
IF-MIB::ifLastChange.1029 = Timeticks: (12900) 0:02:09.00
IF-MIB::ifInOctets.1029 = Counter32: 0
IF-MIB::ifInUcastPkts.1029 = Counter32: 0
IF-MIB::ifInNUcastPkts.1029 = Counter32: 0
IF-MIB::ifInDiscards.1029 = Counter32: 0
IF-MIB::ifInErrors.1029 = Counter32: 0
IF-MIB::ifInUnknownProtos.1029 = Counter32: 0
IF-MIB::ifOutOctets.1029 = Counter32: 0
IF-MIB::ifOutUcastPkts.1029 = Counter32: 0
IF-MIB::ifOutNUcastPkts.1029 = Counter32: 0
IF-MIB::ifOutDiscards.1029 = Counter32: 0
IF-MIB::ifOutErrors.1029 = Counter32: 0
IF-MIB::ifOutQLen.1029 = Gauge32: 0
IF-MIB::ifSpecific.1029 = OID: SNMPv2-SMI::internet
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎05-27-2014 05:09 PM
There is a value for this in MIB2 standards.
http://www.ietf.org/rfc/rfc3635.txt
I do not have access to the right OID now but I could look it up.
http://www.ietf.org/rfc/rfc3635.txt
I do not have access to the right OID now but I could look it up.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎05-26-2014 04:54 PM
I couldn't found any MIB information for auto polarity in chapter "52 Supported Standards, Protocols, and MIBs" of EXOS concept guide. I believe we won't have OID for polling auto polarity information. However, you could run the SNMPwalk using any MIB browser and confirms.
