MIBs Depot

CIENA-CES-8021X-MIB

Registered at
1.3.6.1.4.1.1271.2.1.42
1.3.6.1.4.1.1271.2.2.101
Last updated
2017-08-22 00:00
Organization
Ciena Corp.
Revisions
2017-08-22 00:00
Namespace
ciena
Source file
CIENA-CES-8021X-MIB
Digest
sha256:c4e01965639b00744ef0303f062fd77f7172af1f2c849c9283b23ba4660bcaa1

Description

The MIB module is for 802.1x supplicant and authenticator information.

Contact

Mib Meister 7035 Ridge Road Hanover, Maryland 21076 USA Phone: +1 800 921 1144 Email: support@ciena.com

Imports

FromSymbols
CIENA-GLOBAL-MIBcienaGlobalMacAddress, cienaGlobalSeverity
CIENA-SMIcienaCesConfig, cienaCesNotifications
IEEE8021-PAE-MIBdot1xPaeSystemAuthControl
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP
SNMPv2-SMIInteger32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso
SNMPv2-TCDisplayString, TEXTUAL-CONVENTION, TruthValue

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

CIENA-CES-8021X-MIB
CIENA-GLOBAL-MIB
CIENA-SMI
CIENA-TC
IANAifType-MIB
IEEE8021-PAE-MIB
IF-MIB
SNMP-FRAMEWORK-MIB
SNMPv2-CONF
SNMPv2-MIB
SNMPv2-SMI
SNMPv2-TC

Objects

NameOIDSyntaxAccessStatus
cienaCes8021xConf
OBJECT-IDENTITY
1.3.6.1.4.1.1271.2.1.42.1
cienaCes8021xGroups
OBJECT-IDENTITY
1.3.6.1.4.1.1271.2.1.42.1.1
cienaCes8021xCompls
OBJECT-IDENTITY
1.3.6.1.4.1.1271.2.1.42.1.2
cienaCes8021xObjs
OBJECT-IDENTITY
1.3.6.1.4.1.1271.2.1.42.2
cienaCes8021xPortTable
OBJECT-TYPE
Table with an entry for every port on the switch
1.3.6.1.4.1.1271.2.1.42.2.1not-accessiblecurrent
cienaCes8021xPortEntry
OBJECT-TYPE
An entry (conceptual row) in the cienaCes8021xPortTable.
1.3.6.1.4.1.1271.2.1.42.2.1.1not-accessiblecurrent
cienaCes8021xPort
OBJECT-TYPE
Pgid of the port
1.3.6.1.4.1.1271.2.1.42.2.1.1.1Unsigned32not-accessiblecurrent
cienaCes8021xRole
OBJECT-TYPE
802.1x role of the Port.
1.3.6.1.4.1.1271.2.1.42.2.1.1.2INTEGER {none(1), supplicant(2), authenticator(3), both(4)}read-writecurrent
cienaCes8021xAuthPortStatsClear
OBJECT-TYPE
Setting this MIB object to 'true' clears the authenticator port statistics.
1.3.6.1.4.1.1271.2.1.42.2.1.1.3TruthValueread-writecurrent
cienaCes8021xNotificationAuthenticationEvent
OBJECT-TYPE
This object identifies the type of authentication event being communicated in the notification in which this object is located.
1.3.6.1.4.1.1271.2.1.42.2.1.1.4INTEGER {success(1), failure(2), timeout(3)}accessible-for-notifycurrent
cienaCes8021xSuppTable
OBJECT-TYPE
A table that contains the configuration objects for the Supplicant PAE associated with each port. An entry appears in this table for each port that may authenticate itself when challenged by a remote system.
1.3.6.1.4.1.1271.2.1.42.2.2not-accessiblecurrent
cienaCes8021xSuppEntry
OBJECT-TYPE
The configuration information for a Supplicant PAE.
1.3.6.1.4.1.1271.2.1.42.2.2.1not-accessiblecurrent
cienaCes8021xSuppPort
OBJECT-TYPE
The MIB object is used as an index in the table and specifies the pgid of the port.
1.3.6.1.4.1.1271.2.1.42.2.2.1.1Unsigned32not-accessiblecurrent
cienaCes8021xSuppUserName
OBJECT-TYPE
Username for authenticating this supplicant, also used as the 802.1x identity. Setting this object to zero length string resets the username.
1.3.6.1.4.1.1271.2.1.42.2.2.1.2DisplayString (SIZE(0..32))read-writecurrent
cienaCes8021xSuppPassword
OBJECT-TYPE
The password used with cienaCes8021xSuppUserName for EAP-MD5 authentication. Doing a get on this object always returns a zero length string for security reasons.
1.3.6.1.4.1.1271.2.1.42.2.2.1.3DisplayString (SIZE(0..128))read-writecurrent
cienaCes8021xSuppPortStatsClear
OBJECT-TYPE
Setting this MIB object to 'true' clears the supplicant port statistics.
1.3.6.1.4.1.1271.2.1.42.2.2.1.5TruthValueread-writecurrent
cienaCes8021xSuppEAPMethod
OBJECT-TYPE
Obsolete. Use cienaCes8021xSuppEAPAllowedMethods instead.
1.3.6.1.4.1.1271.2.1.42.2.2.1.10INTEGER {eapMd5(1)}read-writeobsolete
cienaCes8021xSuppEAPAllowedMethods
OBJECT-TYPE
Extensible Authentication Protocol methods allowed for this supplicant.
1.3.6.1.4.1.1271.2.1.42.2.2.1.11Bits {eapMd5(0), eapTls(1)}read-writecurrent
cienaCes8021xSuppOperationalState
OBJECT-TYPE
Returns the operational state of this supplicant.
1.3.6.1.4.1.1271.2.1.42.2.2.1.12INTEGER {disabled(1), enabled(2)}read-onlycurrent
cienaCes8021xSuppMutualAuthenticationAdminState
OBJECT-TYPE
Administratively enables/disables authentication of the server by the supplicant. Applies to EAP-TLS.
1.3.6.1.4.1.1271.2.1.42.2.2.1.13INTEGER {disabled(1), enabled(2)}read-writecurrent
cienaCes8021xSuppCheckCertificateTimeAdminState
OBJECT-TYPE
Administratively enables/disables checking of the server's certificate timestamp when doing mutual authentication. Applies to EAP-TLS.
1.3.6.1.4.1.1271.2.1.42.2.2.1.14INTEGER {disabled(1), enabled(2)}read-writecurrent
cienaCes8021xSuppMutualAuthenticationOperState
OBJECT-TYPE
Returns the operative state of mutual authentication checking. Applies to EAP-TLS.
1.3.6.1.4.1.1271.2.1.42.2.2.1.15INTEGER {disabled(1), enabled(2)}read-onlycurrent
cienaCes8021xSuppCheckCertificateTimeOperState
OBJECT-TYPE
Returns the operative state of certificate time stamp checking when doing mutual authentication. Applies to EAP-TLS.
1.3.6.1.4.1.1271.2.1.42.2.2.1.16INTEGER {disabled(1), enabled(2)}read-onlycurrent
cienaCes8021xSuppDeviceCertificateStatus
OBJECT-TYPE
Returns the state of the supplicant device certificate. Applies to EAP-TLS.
1.3.6.1.4.1.1271.2.1.42.2.2.1.17INTEGER {valid(1), invalid(2), notPresent(3)}read-onlycurrent
cienaCes8021xSuppSecret
OBJECT-TYPE
Sets the pre-encrypted secret that shall be used along with the username specified by cienaCes8021xSuppUserName to gain access on a port. A get returns the encrypted secret for the supplicant.
1.3.6.1.4.1.1271.2.1.42.2.2.1.18OCTET STRING (SIZE(0..259))read-writecurrent
cienaCes8021xSuppAdminState
OBJECT-TYPE
This object is used to specify the user administrative state of the supplicant port.
1.3.6.1.4.1.1271.2.1.42.2.2.1.19INTEGER {disabled(1), enabled(2)}read-writecurrent
cienaCes8021xSuppEAPVersion
OBJECT-TYPE
This object is used to specify the EAPoL version of the supplicant port.
1.3.6.1.4.1.1271.2.1.42.2.2.1.20Integer32 (1..2)read-writecurrent
cienaCes8021xSuppOCSPAdminState
OBJECT-TYPE
Administratively enables/disables OCSP checking of the server's certificate when doing mutual authentication. Applies to EAP-TLS.
1.3.6.1.4.1.1271.2.1.42.2.2.1.21INTEGER {disabled(1), enabled(2)}read-writecurrent
cienaCes8021xSuppCertificateName
OBJECT-TYPE
Name of the certificate to be used for authenticating this supplicant. Applies to EAP-TLS.
1.3.6.1.4.1.1271.2.1.42.2.2.1.22DisplayString (SIZE(0..32))read-writecurrent
cienaCes8021xSuppMinimumTlsVersion
OBJECT-TYPE
This object is used to specify the minimum TLS version that can be used by the supplicant port. Applies to EAP-TLS.
1.3.6.1.4.1.1271.2.1.42.2.2.1.23INTEGER {version1dot0(1), version1dot1(2), version1dot2(3)}read-writecurrent
cienaCes8021xSuppPeerCertReauthAdminState
OBJECT-TYPE
Administratively enables/disables peer certificate reauthentication on this supplicant. Applies to EAP-TLS.
1.3.6.1.4.1.1271.2.1.42.2.2.1.24INTEGER {disabled(1), enabled(2)}read-writecurrent
cienaCes8021xGlobalAttrs
OBJECT-IDENTITY
1.3.6.1.4.1.1271.2.1.42.2.3
cienaCes8021xAuthStatsClear
OBJECT-TYPE
Setting this MIB object to 'true' clears the authenticator global statistics.
1.3.6.1.4.1.1271.2.1.42.2.3.1TruthValueread-writecurrent
cienaCes8021xSuppStatsClear
OBJECT-TYPE
Setting this MIB object to 'true' clears the supplicant global statistics.
1.3.6.1.4.1.1271.2.1.42.2.3.2TruthValueread-writecurrent
cienaCes8021xEvents
OBJECT-IDENTITY
1.3.6.1.4.1.1271.2.1.42.3
cienaCes8021xEventsV2
OBJECT-IDENTITY
1.3.6.1.4.1.1271.2.1.42.3.0
cienaCes8021xMIBNotificationPrefix
OBJECT-IDENTITY
1.3.6.1.4.1.1271.2.2.101
cienaCes8021xMIBNotification
OBJECT-IDENTITY
1.3.6.1.4.1.1271.2.2.101.0

Notifications

NameOIDStatus
cienaCes8021xSuppAuthenticationEvent
NOTIFICATION-TYPE
This notification is generated when a supplicant authentication event, as identified by the value of cienaCes8021xNotificationAuthenticationEvent has occurred on the port identified by cienaCes8021xPort.
1.3.6.1.4.1.1271.2.2.101.0.1current
cienaCes8021xAuthAuthenticationEvent
NOTIFICATION-TYPE
This notification is generated when a authenticator authentication event, as identified by the value of cienaCes8021xNotificationAuthenticationEvent has occurred on the port identified by cienaCes8021xPort.
1.3.6.1.4.1.1271.2.2.101.0.2current
cienaCes8021xGlobalStateChangeEvent
NOTIFICATION-TYPE
This notification is generated when the dot1x global state is changed.
1.3.6.1.4.1.1271.2.2.101.0.3current
cienaCes8021xAuthConfigChangeEvent
NOTIFICATION-TYPE
This notification is generated when a configuration change is made in a dot1x authentication port.
1.3.6.1.4.1.1271.2.2.101.0.4current
cienaCes8021xSuppConfigChangeEvent
NOTIFICATION-TYPE
This notification is generated when a configuration change is made in a dot1x supplicant port.
1.3.6.1.4.1.1271.2.2.101.0.5current