agentDot1xPortControlMode
LANCOM-DOT1X-ADVANCED-FEATURES-MIB ·
.1.3.6.1.4.1.2356.16.1.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 successfully,
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 is obsolete.
Refer to agentAuthMgrPortControlMode.
Context
- MIB
- LANCOM-DOT1X-ADVANCED-FEATURES-MIB
- OID
.1.3.6.1.4.1.2356.16.1.36.2.1.1.1- Type
- column
- Access
- readwrite
- Status
- obsolete
- 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 'LANCOM-DOT1X-ADVANCED-FEATURES-MIB' -M '/opt/observium/mibs/lancom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LANCOM-DOT1X-ADVANCED-FEATURES-MIB::agentDot1xPortControlMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LANCOM-DOT1X-ADVANCED-FEATURES-MIB' -M '/opt/observium/mibs/lancom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LANCOM-DOT1X-ADVANCED-FEATURES-MIB::agentDot1xPortControlMode.<ieee8021XPaePortNumber>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LANCOM-DOT1X-ADVANCED-FEATURES-MIB' -M '/opt/observium/mibs/lancom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LANCOM-DOT1X-ADVANCED-FEATURES-MIB::agentDot1xPortControlMode'
Syntax
- Source
- Dot1xPortControlMode
- Base type
Enumeration
Values & Constraints
Type Values
1 | forceUnauthorized |
2 | auto |
3 | forceAuthorized |
4 | macBased |