All MIBs › IPADv2-MIB › ipadMiscDisableLAN
ipadMiscDisableLAN
Module: IPADv2-MIB
OID (symbolic): IPADv2-MIB::ipadMiscDisableLAN
OID (numeric): 1.3.6.1.4.1.321.100.1.12.10
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
This parameter defines the setup of the Ethernet LAN port. disable(2) - Disable the Ethernet LAN Port. enable(3) - Enable the Ethernet LAN port and auto-negotiate speed and duplex. half10(4) - Enable the Ethernet LAN port and manually set to 10 Mbps and half-duplex. full10(5) - Enable the Ethernet LAN port and manually set to 10 Mbps and full-duplex. half100(6) - Enable the Ethernet LAN port and manually set to 100 Mbps and half-duplex. full100(7) - Enable the Ethernet LAN port and manually set to 100 Mbps and full-duplex.
What is ipadMiscDisableLAN?
This enumerated value configures the Ethernet LAN port's operating mode: disabled, auto-negotiated, or manually set to specific speeds and duplex modes. It controls physical-layer port behavior and auto-detection capability. An operator would set this to 'half10' for a slow legacy device or 'enable' for auto-detection when connecting modern equipment.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.321.100.1.12.10 snmpwalk -v2c -c public <target> IPADv2-MIB::ipadMiscDisableLAN
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.321.100.1.12.10.1 snmpget -v2c -c public <target> IPADv2-MIB::ipadMiscDisableLAN.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.321.100.1.12.10.1 i <value>
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.321 | verilink | DS8200v2-TC-MIB |
| 1.3.6.1.4.1.321.100 | hbu | DS8200v2-TC-MIB |
| 1.3.6.1.4.1.321.100.1 | ipad | IPAD-MIB |
| 1.3.6.1.4.1.321.100.1.12 | ipadMisc | IPAD-MIB |
| 1.3.6.1.4.1.321.100.1.12.10 | ipadMiscDisableLAN | IPADv2-MIB |