nnethernetShutdownEnable
NT-ENTERPRISE-DATA-TASMAN-MGMT-ETHERNET-MIB ·
.1.3.6.1.4.1.562.73.1.1.2.4.1.1.16
Object
This object when enabled shuts down the particular Ehternet interface. Default value is disabled. Both cannot be shutdown at same time. Either of the two Ethernet interfaces, with valid IpAddress, should be up and running for a network activity.
Context
- MIB
- NT-ENTERPRISE-DATA-TASMAN-MGMT-ETHERNET-MIB
- OID
.1.3.6.1.4.1.562.73.1.1.2.4.1.1.16- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- nnethernetTableEntry
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 'NT-ENTERPRISE-DATA-TASMAN-MGMT-ETHERNET-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NT-ENTERPRISE-DATA-TASMAN-MGMT-ETHERNET-MIB::nnethernetShutdownEnable'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NT-ENTERPRISE-DATA-TASMAN-MGMT-ETHERNET-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NT-ENTERPRISE-DATA-TASMAN-MGMT-ETHERNET-MIB::nnethernetShutdownEnable.<nnethernetId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NT-ENTERPRISE-DATA-TASMAN-MGMT-ETHERNET-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NT-ENTERPRISE-DATA-TASMAN-MGMT-ETHERNET-MIB::nnethernetShutdownEnable'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |