agentDot1xPortControlMode
NETGEAR-DOT1X-ADVANCED-FEATURES-MIB ·
.1.3.6.1.4.1.4526.10.36.2.1.1.1
Object
Dot1x port control mode of this port.The Port control mode .
The port control mode for this interface can take the following values ,
force-unauthorized - the port is in unauthorized mode,
auto-Port based mode. If a client authenticates suscessfully, then the interface is authorized .
Otherwise, the port is in unauthorized mode.
If more than one clients are attached to the port , then only one client needs to authenticate to allow other clients access.
force-authorized - The port is placed in authorized mode
macBased - If more than one client is attached to the port, then each client needs to authenticate separately.
This object depcreates dot1xAuthAuthControlledPortControl object in IEEE8021-PAE-MIB
Context
- MIB
- NETGEAR-DOT1X-ADVANCED-FEATURES-MIB
- OID
.1.3.6.1.4.1.4526.10.36.2.1.1.1- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- agentDot1xPortConfigEntry
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 'NETGEAR-DOT1X-ADVANCED-FEATURES-MIB' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETGEAR-DOT1X-ADVANCED-FEATURES-MIB::agentDot1xPortControlMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NETGEAR-DOT1X-ADVANCED-FEATURES-MIB' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETGEAR-DOT1X-ADVANCED-FEATURES-MIB::agentDot1xPortControlMode.<dot1xPaePortNumber>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NETGEAR-DOT1X-ADVANCED-FEATURES-MIB' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NETGEAR-DOT1X-ADVANCED-FEATURES-MIB::agentDot1xPortControlMode'
Syntax
- Source
- Dot1xPortControlMode
- Base type
Enumeration
Values & Constraints
Type Values
1 | forceUnauthorized |
2 | auto |
3 | forceAuthorized |
4 | macBased |