cpaePortMode
CISCO-PAE-MIB ·
.1.3.6.1.4.1.9.9.220.1.1.1.2
Object
column r/w
Enumeration
Specifies the current mode of dot1x operation on
the port.
singleHost(1): port allows one host to connect
and authenticate.
multiHost(2) : port allows multiple hosts to
connect. Once a host is
authenticated, all remaining hosts
are also authorized.
multiAuth(3) : port allows multiple hosts to
connect and each host is
authenticated.
other(4) : none of the above. This is a
read-only value which can not
be used in set operation.
If the port security feature is enabled on the
interface, the configuration of the port security
(such as the number of the hosts allowed, the security
violation action, etc) will apply to the interface.
Context
- MIB
- CISCO-PAE-MIB
- OID
.1.3.6.1.4.1.9.9.220.1.1.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- cpaePortEntry
- Groups
- 1
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 'CISCO-PAE-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-PAE-MIB::cpaePortMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-PAE-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-PAE-MIB::cpaePortMode.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-PAE-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-PAE-MIB::cpaePortMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | singleHost |
2 | multiHost |
3 | multiAuth |
4 | other |
Conformance
Member of
Compliance refinements
cpaeCompliance10
readonly
Write access is not required.