portConfigShutdown
TPT-PORT-CONFIG-MIB ·
.1.3.6.1.4.1.10734.3.3.2.4.1.1.6
Object
column EnabledOrNot
The shutdown configuration setting of this port. Shutdown enabled means that the port is manually removed from service. Shutdown disabled means that the port is free to come up normally.
Context
- MIB
- TPT-PORT-CONFIG-MIB
- OID
.1.3.6.1.4.1.10734.3.3.2.4.1.1.6- Type
- column
- Access
- readonly
- Status
- current
- Parent
- portConfigEntry
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 'TPT-PORT-CONFIG-MIB' -M '/opt/observium/mibs/trendmicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TPT-PORT-CONFIG-MIB::portConfigShutdown'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TPT-PORT-CONFIG-MIB' -M '/opt/observium/mibs/trendmicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TPT-PORT-CONFIG-MIB::portConfigShutdown.<portConfigSlot>.<portConfigPort>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TPT-PORT-CONFIG-MIB' -M '/opt/observium/mibs/trendmicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TPT-PORT-CONFIG-MIB::portConfigShutdown'
Syntax
- Source
- EnabledOrNot
- Base type
Enumeration
Values & Constraints
Type Values
0 | disabled |
1 | enabled |