ifWanConnectionType
SUPERMICRO-CFA-MIB ·
.1.3.6.1.4.1.10876.101.1.27.1.6.1.2
Object
column deprecated
r/w
Enumeration
The type of WAN connection. This object
will not be applicable to PPP and MLPPP
interfaces and will have the value other(0).
For all other interfaces the default value
is permanent(1).
It is possible to pre-configure a SVC through
this table. The actual SVC establishment may
take place when there is data to be sent or
through some other system policy.
Context
- MIB
- SUPERMICRO-CFA-MIB
- OID
.1.3.6.1.4.1.10876.101.1.27.1.6.1.2- Type
- column
- Access
- readwrite
- Status
- deprecated
- Parent
- ifWanEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'SUPERMICRO-CFA-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUPERMICRO-CFA-MIB::ifWanConnectionType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SUPERMICRO-CFA-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUPERMICRO-CFA-MIB::ifWanConnectionType.<ifMainIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SUPERMICRO-CFA-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SUPERMICRO-CFA-MIB::ifWanConnectionType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | other |
1 | permanent |
2 | switched |