cancel
Showing results for 
Search instead for 
Did you mean: 

SNMP OID to query the status of auto-polarity

SNMP OID to query the status of auto-polarity

r_____________9
New Contributor
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

3 REPLIES 3

Leo_Bistmans1
New Contributor III
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

andreas1
New Contributor II
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.

Sumit_Tokle
Contributor
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.
GTM-P2G8KFN