CISCO-PAE-MIB: View SNMP OID List / Download MIB
VENDOR: CISCO
Home | MIB: CISCO-PAE-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
ciscoPaeMIB | 1.3.6.1.4.1.9.9.220 |
Cisco Port Access Entity (PAE) module for managing IEEE Std 802.1x. This MIB provides Port Access Entity information that are either excluded by IEEE8021-PAE-MIB or specific to Cisco products. |
||
cpaeMIBNotification | 1.3.6.1.4.1.9.9.220.0 | |||
cpaeNoGuestVlanNotif | 1.3.6.1.4.1.9.9.220.0.1 |
A cpaeNoGuestVlanNotif is sent if a non-802.1x supplicant is detected on a PAE port for which the value of corresponding instance of dot1xAuthAuthControlledPortControl is 'auto' and the value of corresponding instance of cpaeGuestVlanNumber is zero. |
||
cpaeNoAuthFailVlanNotif | 1.3.6.1.4.1.9.9.220.0.2 |
A cpaeNoAuthFailVlanNotif is sent if a 802.1x supplicant fails to authenticate on a PAE port for which the value of corresponding instance of dot1xAuthAuthControlledPortControl is 'auto' and the value of corresponding instance of cpaePortAuthFailVlan is zero. |
||
cpaeGuestVlanNotif | 1.3.6.1.4.1.9.9.220.0.3 |
A cpaeGuestVlanNotif is sent if value of the instance of cpaeGuestVlanNotifEnable is set to 'true', and a PAE port is being moved to the VLAN specified by value of the corresponding instance of cpaeGuestVlanNumber. |
||
cpaeAuthFailVlanNotif | 1.3.6.1.4.1.9.9.220.0.4 |
A cpaeAuthFailVlanNotif is sent if value of the instance of cpaeAuthFailVlanNotifEnable is set to 'true', and a PAE port is being moved to the VLAN specified by value of the corresponding instance of cpaePortAuthFailVlan. |
||
cpaeMIBObject | 1.3.6.1.4.1.9.9.220.1 | |||
cpaePortTable | 1.3.6.1.4.1.9.9.220.1.1 | no-access |
A table of system level information for each port supported by the Port Access Entity. An entry appears in this table for each PAE port of this system. This table contains additional objects for the dot1xPaePortTable. |
|
1.3.6.1.4.1.9.9.220.1.1.1 | no-access |
An entry containing additional management information applicable to a particular PAE port. |
||
cpaeMultipleHost | 1.3.6.1.4.1.9.9.220.1.1.1.1 | truthvalue | read-write |
Specifies whether the port allows multiple-host connection or not. |
cpaePortMode | 1.3.6.1.4.1.9.9.220.1.1.1.2 | integer | read-write |
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. Enumeration: 'singleHost': 1, 'multiAuth': 3, 'other': 4, 'multiHost': 2. |
cpaeGuestVlanNumber | 1.3.6.1.4.1.9.9.220.1.1.1.3 | vlanindex | read-write |
Specifies the Guest Vlan of the interface. An interface with cpaePortMode value of 'singleHost' will be moved to its Guest Vlan if the supplicant on the interface is not capable of IEEE-802.1x authentication. A value of zero for this object indicates no Guest Vlan configured for the interface. |
cpaeInGuestVlan | 1.3.6.1.4.1.9.9.220.1.1.1.4 | truthvalue | read-only |
Indicates whether the interface is in its Guest Vlan or not. The object is deprecated in favor of newly added object cpaePortOperVlanType. |
cpaeShutdownTimeoutEnabled | 1.3.6.1.4.1.9.9.220.1.1.1.5 | truthvalue | read-write |
Specifies whether shutdown timeout feature is enabled on the interface. |
cpaePortAuthFailVlan | 1.3.6.1.4.1.9.9.220.1.1.1.6 | vlanindex | read-write |
Specifies the Auth-Fail (Authentication Fail) Vlan of the port. A port is moved to Auth-Fail Vlan if the supplicant which support IEEE-802.1x authentication is unsuccessfully authenticated. A value of zero for this object indicates no Auth-Fail Vlan configured for the port. |
cpaePortOperVlan | 1.3.6.1.4.1.9.9.220.1.1.1.7 | vlanindex | read-only |
The VlanIndex of the Vlan which is assigned to this port via IEEE-802.1x and related methods of authentication supported by the system. A value of zero for this object indicates that no Vlan is assigned to this port via IEEE-802.1x authentication. |
cpaePortOperVlanType | 1.3.6.1.4.1.9.9.220.1.1.1.8 | integer | read-only |
The type of the Vlan which is assigned to this port via IEEE-802.1x and related methods of authentication supported by the system. A value of 'other' for this object indicates type of Vlan assigned to this port; via IEEE-802.1x authentication; is other than the ones specified by listed enumerations for this object. A value of 'none' for this object indicates that there is no Vlan assigned to this port via IEEE-802.1x authentication. For such a case, corresponding value of cpaePortOperVlan object will be zero. A value of 'guest' for this object indicates that Vlan assigned to this port; via IEEE-802.1x authentication; is of type Guest Vlan and specified by the object cpaeGuestVlanNumber for this entry. A value of 'authFail' for this object indicates that Vlan assigned to this port; via IEEE-802.1x authentication; is of type Auth-Fail Vlan and specified by the object cpaePortAuthFailVlan for this entry. Enumeration: 'none': 2, 'other': 1, 'guest': 3, 'authFail': 4. |
cpaeAuthFailVlanMaxAttempts | 1.3.6.1.4.1.9.9.220.1.1.1.9 | unsigned32 | read-write |
Specifies the maximum number of authentication attempts should be made before the port is moved into the Auth-Fail Vlan. |
cpaePortCapabilitiesEnabled | 1.3.6.1.4.1.9.9.220.1.1.1.10 | bits | read-write |
Specifies the type of PAE functionality of the port which are enabled. authenticator: PAE Authenticator functions are enabled. supplicant : PAE Supplicant functions are enabled. Only those supported PAE functions which are listed in the corresponding instance of dot1xPaePortCapabilities can be enabled. Bits: 'authenticator': 0, 'supplicant': 1. |
cpaeGuestVlanId | 1.3.6.1.4.1.9.9.220.1.2 | vlanindex | read-write |
Specifies the Guest Vlan of the system. An interface with cpaePortMode value of 'singleHost' will be moved to Guest Vlan if the supplicant on the interface is not IEEE-802.1x capable. A value of zero indicates no Guest Vlan configured in the system. If the platform supports per-port guest Vlan ID configuration, this object is not instantiated. |
cpaeShutdownTimeout | 1.3.6.1.4.1.9.9.220.1.3 | unsigned32 | read-write |
Specifies the shutdown timeout interval to enable the interface automatically in case it is shutdown due to security violation. If the value of this object is 0, the interfaces shutdown due to the security violation will not be enabled automatically. The value of this object is applicable to the interface only when cpaeShutdownTimeoutEnabled is 'true', and port security feature is disabled on the interface. |
cpaeRadiusAccountingEnabled | 1.3.6.1.4.1.9.9.220.1.4 | truthvalue | read-write |
Specifies if RADIUS accounting is enabled for 802.1x on this devices. |
cpaeUserGroupTable | 1.3.6.1.4.1.9.9.220.1.5 | no-access |
A table of Group Manager and authenticated users information on the device. |
|
1.3.6.1.4.1.9.9.220.1.5.1 | no-access |
Information about an 802.1x authenticated user on the devices. |
||
cpaeUserGroupName | 1.3.6.1.4.1.9.9.220.1.5.1.1 | snmpadminstring | no-access |
Specifies the name of the group that the user belongs to. |
cpaeUserGroupUserIndex | 1.3.6.1.4.1.9.9.220.1.5.1.2 | unsigned32 | no-access |
The index of an user within a group. |
cpaeUserGroupUserName | 1.3.6.1.4.1.9.9.220.1.5.1.3 | snmpadminstring | read-only |
Specifies the name of the user authenticated on a port of the device. |
cpaeUserGroupUserAddrType | 1.3.6.1.4.1.9.9.220.1.5.1.4 | inetaddresstype | read-only |
Specifies the type of address used to determine the address of the user. |
cpaeUserGroupUserAddr | 1.3.6.1.4.1.9.9.220.1.5.1.5 | inetaddress | read-only |
Specifies the address of the host that the user logging from. |
cpaeUserGroupUserInterface | 1.3.6.1.4.1.9.9.220.1.5.1.6 | interfaceindex | read-only |
Specifies the interface index that the user is authenticated on. |
cpaeUserGroupUserVlan | 1.3.6.1.4.1.9.9.220.1.5.1.7 | vlanindex | read-only |
Specifies the vlan that the user belongs to. |
cpaeAuthFailUserTable | 1.3.6.1.4.1.9.9.220.1.6 | no-access |
A table to list user information for each port on the system supported by the Port Access Entity and assigned to Auth-Fail Vlan. |
|
1.3.6.1.4.1.9.9.220.1.6.1 | no-access |
An entry appears in this table for each PAE port on the system which is assigned to Vlan of type 'authFail' via IEEE-802.1x authentication. |
||
cpaeAuthFailUserName | 1.3.6.1.4.1.9.9.220.1.6.1.1 | snmpadminstring | read-only |
Indicates the name of the user who failed IEEE-802.1x authentication and hence now assigned to Auth-Fail Vlan. The Auth-Fail Vlan to which the user belongs is determined by the value of object cpaePortAuthFailVlan for this port. |
cpaeNotificationControl | 1.3.6.1.4.1.9.9.220.1.7 | |||
cpaeNoGuestVlanNotifEnable | 1.3.6.1.4.1.9.9.220.1.7.1 | truthvalue | read-write |
This object specifies whether the system produces the cpaeNoGuestVlanNotif. A 'false' value will prevent cpaeNoGuestVlanNotif from being generated by this system. |
cpaeNoAuthFailVlanNotifEnable | 1.3.6.1.4.1.9.9.220.1.7.2 | truthvalue | read-write |
This object specifies whether the system produces the cpaeNoAuthFailVlanNotif. A 'false' value will prevent cpaeNoAuthFailVlanNotif from being generated by this system. |
cpaeGuestVlanNotifEnable | 1.3.6.1.4.1.9.9.220.1.7.3 | truthvalue | read-write |
This object specifies whether the system produces the cpaeGuestVlanNotif. A 'false' value will prevent cpaeGuestVlanNotif from being generated by this system. |
cpaeAuthFailVlanNotifEnable | 1.3.6.1.4.1.9.9.220.1.7.4 | truthvalue | read-write |
This object specifies whether the system produces the cpaeAuthFailVlanNotif. A 'false' value will prevent cpaeAuthFailVlanNotif from being generated by this system. |
cpaeMacAuthBypass | 1.3.6.1.4.1.9.9.220.1.8 | |||
cpaeMacAuthBypassReAuthTimeout | 1.3.6.1.4.1.9.9.220.1.8.1 | unsigned32 | read-write |
Specifies the waiting time before reauthentication is triggered on all MAC Auth-bypass authenticated ports. |
cpaeMacAuthBypassReAuthEnabled | 1.3.6.1.4.1.9.9.220.1.8.2 | truthvalue | read-write |
The reauthentication control for all MAC Auth-bypass ports. Setting this object to 'true' causes every MAC Auth-Bypass authenticated port to reauthenticate the device connecting to the port, after every period of time specified by the object cpaeMacAuthBypassReAuthTimeout. Setting this object to 'false' will disable the MAC Auth-Bypass global reauthentication. |
cpaeMacAuthBypassViolation | 1.3.6.1.4.1.9.9.220.1.8.3 | integer | read-write |
Specifies the action upon reception of a security violation event. restrict(1): Packets from MAC address of the device causing security violation will be dropped. shutdown(2): The port that causes security violation will be shutdown. Enumeration: 'restrict': 1, 'shutdown': 2. |
cpaeMacAuthBypassShutdownTimeout | 1.3.6.1.4.1.9.9.220.1.8.4 | unsigned32 | read-write |
Specifies time before a port is auto-enabled after being shutdown due to a MAC Auth-bypass security violation. |
cpaeMacAuthBypassAuthFailTimeout | 1.3.6.1.4.1.9.9.220.1.8.5 | unsigned32 | read-write |
Specifies the time a MAC Auth-bypass unauthenticated port waits before trying the authentication process again. |
cpaeMacAuthBypassPortTable | 1.3.6.1.4.1.9.9.220.1.8.6 | no-access |
A table of MAC Authentication Bypass (MAC Auth-Bypass) configuration and information for ports in the device. |
|
1.3.6.1.4.1.9.9.220.1.8.6.1 | no-access |
An entry containing management information for MAC Auth-Bypass feature on a port. |
||
cpaeMacAuthBypassPortEnabled | 1.3.6.1.4.1.9.9.220.1.8.6.1.1 | truthvalue | read-write |
Specifies whether MAC Auth-Bypass is enabled on the port. |
cpaeMacAuthBypassPortInitialize | 1.3.6.1.4.1.9.9.220.1.8.6.1.2 | truthvalue | read-write |
The initialization control for this port. Setting this object to 'true' causes the MAC Auth-bypass state machine to be initialized on the port. Setting this object to 'false' has no effect. This object always returns 'false' when it is read. |
cpaeMacAuthBypassPortReAuth | 1.3.6.1.4.1.9.9.220.1.8.6.1.3 | truthvalue | read-write |
The reauthentication control for this port. Setting this object to 'true' causes the MAC address of the device connecting to the port to be reauthenticated. Setting this object to 'false' has no effect. This object always returns 'false' when it is read. |
cpaeMacAuthBypassPortMacAddress | 1.3.6.1.4.1.9.9.220.1.8.6.1.4 | macaddress | read-only |
Indicates the MAC address of the device connecting to the port. |
cpaeMacAuthBypassPortAuthState | 1.3.6.1.4.1.9.9.220.1.8.6.1.5 | integer | read-only |
Indicates the current state of the MAC Auth-Bypass state machine. other(1) : An unknown state. waiting(2) : Waiting to receive the MAC address that needs to be authenticated. authenticating(3): In authentication process. authenticated(4) : MAC address of the device connecting to the port is authenticated. fail(5) : MAC Auth-bypass authentication failed. Port waits for a period of time before moving to the 'waiting' state, if there is no other authentication features available in the system. finished(6) : MAC Auth-bypass authentication failed. Port is authenticated by another authentication feature. aaaFail(7) : AAA server is not reachable after sending the authentication request or after the expiration of re-authentication timeout, with IAB (Inaccessible Authentication Bypass) enabled on the port. ipAwaiting(8) : Corresponding QoS/Security ACLs and other Vendor Specific Attributes are being configured on the port, after which IP address will be obtained via DHCP snooping or ARP inspection. policyConfig(9) : Policy Groups or downloaded ACLs are being configured on the port. Enumeration: 'authenticated': 4, 'aaaFail': 7, 'finished': 6, 'policyConfig': 9, 'waiting': 2, 'other': 1, 'fail': 5, 'authenticating': 3, 'ipAwaiting': 8. |
cpaeMacAuthBypassPortTermAction | 1.3.6.1.4.1.9.9.220.1.8.6.1.6 | integer | read-only |
Indicates the termination action received from RADIUS server that will be applied on the port when the current session timeout expired. other : none of the following. init : current session will be terminated and a new authentication process will be initiated. reauth: reauthentication will be applied without terminating the current session. Enumeration: 'init': 2, 'other': 1, 'reauth': 3. |
cpaeMacAuthBypassSessionTimeLeft | 1.3.6.1.4.1.9.9.220.1.8.6.1.7 | unsigned32 | read-only |
Indicates the leftover time of the current MAC Auth-Bypass session on this port. |
cpaeMacAuthBypassPortAuthMethod | 1.3.6.1.4.1.9.9.220.1.8.6.1.8 | integer | read-write |
Specifies the authentication method used by MAC Authentication Bypass. radius(1) : communication with authentication server is performed via RADIUS messages. eap(2) : communication with authentication server is performed via EAP messages. Enumeration: 'eap': 2, 'radius': 1. |
cpaeMacAuthBypassPortSessionId | 1.3.6.1.4.1.9.9.220.1.8.6.1.9 | snmpadminstring | read-only |
Indicates the session ID of the MAC Auth-Bypass Audit session on the port. A zero length string will be returned for this object if value of the corresponding instance of cpaeMacAuthBypassPortEnabled is 'false'. |
cpaeMacAuthBypassPortUrlRedirect | 1.3.6.1.4.1.9.9.220.1.8.6.1.10 | snmpadminstring | read-only |
Indicates the URL of an Audit server, provided by AAA server, to which a MAC auth-Bypass host will be redirected to when an Audit session starts off. A zero-length string indicates that the audit process will be performed via port scan instead, or value of the corresponding instance of cpaeMacAuthBypassPortEnabled is 'false'. |
cpaeMacAuthBypassPortPostureTok | 1.3.6.1.4.1.9.9.220.1.8.6.1.11 | cnneouposturetokenstring | read-only |
Indicates the Posture Token assigned to the MAC Auth-Bypass host connected to this port. A zero length string will be returned for this object if value of the corresponding instance of cpaeMacAuthBypassPortEnabled is 'false'. |
cpaeMacAuthBypassAcctEnable | 1.3.6.1.4.1.9.9.220.1.8.7 | truthvalue | read-write |
Specifies if accounting is enabled for Mac Authentication Bypass feature on this device. |
cpaeMabCriticalRecoveryDelay | 1.3.6.1.4.1.9.9.220.1.8.8 | unsigned32 | read-write |
This object specifies the critical recovery delay time for Mac Authentication Bypass in the system. A value of zero indicates that critical recovery delay for MAC Authentication Bypass is disabled. |
cpaeMabPortIpDevTrackConfTable | 1.3.6.1.4.1.9.9.220.1.8.9 | no-access |
A table of IP Device Tracking configuration for MAC Auth-Bypass interfaces in the system. |
|
1.3.6.1.4.1.9.9.220.1.8.9.1 | no-access |
An entry of MAC Auth-Bypass configuration for IP Device Tracking on an MAC Auth-Bypass capable interface. |
||
cpaeMabPortIpDevTrackEnabled | 1.3.6.1.4.1.9.9.220.1.8.9.1.1 | truthvalue | read-write |
Specifies whether IP Device Tracking is enabled or not on this port for the corresponding MAC Auth-bypass authenticated host. |
cpaeWebAuth | 1.3.6.1.4.1.9.9.220.1.9 | |||
cpaeWebAuthEnabled | 1.3.6.1.4.1.9.9.220.1.9.1 | truthvalue | read-write |
Specifies whether Web Proxy Authentication is enabled in the system. |
cpaeWebAuthSessionPeriod | 1.3.6.1.4.1.9.9.220.1.9.2 | unsigned32 | read-write |
Specifies the Web Proxy Authentication session period for the system. Session period is the time after which an Web Proxy Authenticated session is terminated. |
cpaeWebAuthLoginPage | 1.3.6.1.4.1.9.9.220.1.9.3 | ciscourlstring | read-write |
Specifies the customized login page for Web Proxy Authentication, in the format of an URL. A customized login page is required to support the same input fields as the default login page for users to input credentials. If this object contains a zero length string, the default login page will be used. |
cpaeWebAuthLoginFailedPage | 1.3.6.1.4.1.9.9.220.1.9.4 | ciscourlstring | read-write |
Specifies the customized login-failed page for Web Proxy Authentication, in the format of an URL. Login-failed page is sent back to the client upon an authentication failure. A login-failed page requires to have all the input fields of the login page, in addition to the authentication failure information. If this object contains a zero length string, the default login-failed page will be used. |
cpaeWebAuthQuietPeriod | 1.3.6.1.4.1.9.9.220.1.9.5 | unsigned32 | read-write |
Specifies the time a Web Proxy Authentication state machine will be held in 'blackListed' state after maximum authentication attempts. |
cpaeWebAuthMaxRetries | 1.3.6.1.4.1.9.9.220.1.9.6 | unsigned32 | read-write |
Specifies the maximum number of unsuccessful login attempts a user is allowed to make. |
cpaeWebAuthPortTable | 1.3.6.1.4.1.9.9.220.1.9.7 | no-access |
A table of Web Proxy Authentication configuration and information for the feature capable ports in the device. |
|
1.3.6.1.4.1.9.9.220.1.9.7.1 | no-access |
An entry containing management information for Web Proxy Authentication feature on a port. |
||
cpaeWebAuthPortEnabled | 1.3.6.1.4.1.9.9.220.1.9.7.1.1 | truthvalue | read-write |
Specifies whether Web Proxy Authentication is enabled on the port. |
cpaeWebAuthPortInitialize | 1.3.6.1.4.1.9.9.220.1.9.7.1.2 | truthvalue | read-write |
The initialization control for this port. Setting this object to 'true' causes Web Proxy Authentication state machine to be initialized for all the hosts connecting to the port. Setting this object to 'false' has no effect. This object always returns 'false' when it is read. |
cpaeWebAuthPortAaaFailPolicy | 1.3.6.1.4.1.9.9.220.1.9.7.1.3 | cpgpolicynameorempty | read-write |
Specifies the policy name to be applied on the port when the corresponding cpaeWebAuthHostState is 'aaaFail'. The specified policy name must either be an existing entry in cpgPolicyTable defined in CISCO-POLICY-GROUP-MIB, or an empty string which indicates that there will be no policy name applied on the port when the corresponding cpaeWebAuthHostState is 'aaaFail'. |
cpaeWebAuthPortIpDevTrackEnabled | 1.3.6.1.4.1.9.9.220.1.9.7.1.4 | truthvalue | read-write |
Specifies whether IP Device Tracking is enabled or not on this port for the corresponding Web Proxy authenticated host. |
cpaeWebAuthHostTable | 1.3.6.1.4.1.9.9.220.1.9.8 | no-access |
A table of Web Proxy Authentication information for hosts currently managed by the feature. An entry is added to the table when a host is detected and Web Proxy Authentication state machine is initiated for the host. |
|
1.3.6.1.4.1.9.9.220.1.9.8.1 | no-access |
An entry containing management information for Web Proxy Authentication feature on a host. |
||
cpaeWebAuthHostAddrType | 1.3.6.1.4.1.9.9.220.1.9.8.1.1 | inetaddresstype | no-access |
Indicates the Internet address type for the host. |
cpaeWebAuthHostAddress | 1.3.6.1.4.1.9.9.220.1.9.8.1.2 | inetaddress | no-access |
Indicates the Internet address for the host. The type of this address is determined by the value of cpaeWebAuthHostAddrType. |
cpaeWebAuthAaaSessionPeriod | 1.3.6.1.4.1.9.9.220.1.9.8.1.3 | unsigned32 | read-only |
Indicates the session period for a Web Proxy Authenticated session on this host, supplied by the AAA server. If value of this object is none zero, it will take precedence over the period specified by cpaeWebAuthPortSessionPeriod. |
cpaeWebAuthHostSessionTimeLeft | 1.3.6.1.4.1.9.9.220.1.9.8.1.4 | unsigned32 | read-only |
Indicates the leftover time of the current Web Proxy Authenticated session for this host. |
cpaeWebAuthHostState | 1.3.6.1.4.1.9.9.220.1.9.8.1.5 | integer | read-only |
Indicates the current state of the Web Proxy Authentication state machine. initialize : Initial state of the Web Proxy Authentication state machine. connecting : Login page is sent to the client, waiting for response from the client. authenticating: Credentials are extracted from client's response and authenticating with the AAA server. authenticated : Web Proxy Authentication succeeded. Session timer is started, policies are applied, and success page is sent back to client. authFailed : Web Proxy Authentication failed. Login page is resent with authentication failure information embedded, if retry count has not exceeded the maximum number of retry attempts. Otherwise, move to 'blackListed' state. parseError : Failed to extract user's credentials from the client's response. sessionTimeout: Session timer expired, user's policies are removed, state machine will moves to 'initialize' state after that. blackListed : Web Proxy Authentication retry count has exceeded the maximum number of retry attempts. Only setting the state machine to 'initialize' will take it out of this state. aaaFail : AAA server is not reachable after sending the authentication request, or after host has been in 'blackListed' state for the period of time specified by cpaeWebAuthQuietPeriod, with IAB (Inaccessible Authentication Bypass) enabled on the corresponding port connected to the host. Enumeration: 'authenticated': 4, 'blackListed': 8, 'aaaFail': 9, 'parseError': 6, 'sessionTimeout': 7, 'connecting': 2, 'initialize': 1, 'authFailed': 5, 'authenticating': 3. |
cpaeWebAuthHostInitialize | 1.3.6.1.4.1.9.9.220.1.9.8.1.6 | truthvalue | read-write |
The initialization control for this host. Setting this object to 'true' causes Web Proxy Authentication state machine to be initialized for the host. Setting this object to 'false' has no effect. This object always returns 'false' when it is read. |
cpaeWebAuthCriticalRecoveryDelay | 1.3.6.1.4.1.9.9.220.1.9.9 | unsigned32 | read-write |
This object specifies the critical recovery delay time for Web Proxy Authentication in the system. A value of zero indicates that critical recovery delay for Web Proxy Authentication is disabled. |
cpaeWebAuthUnAuthStateTimeout | 1.3.6.1.4.1.9.9.220.1.9.10 | unsigned32 | read-write |
The authentication timeout period for Web Proxy Authentication. Once a host enters 'initialize' state as indicated by its corresponding cpaeWebAuthHostState, such host will be removed if it can not be authenticated within the timeout period. |
cpaeAuthConfigTable | 1.3.6.1.4.1.9.9.220.1.10 | no-access |
A table containing the configuration objects for the Authenticator PAE associated with each port. An entry appears in this table for each PAE port that may authenticate access to itself. This table contain additional objects for the dot1xAuthConfigTable. |
|
1.3.6.1.4.1.9.9.220.1.10.1 | no-access |
An entry containing additional management information applicable to a particular Authenticator PAE. |
||
cpaeAuthReAuthPeriodSrcAdmin | 1.3.6.1.4.1.9.9.220.1.10.1.1 | reauthperiodsource | read-write |
Specifies the source of the reAuthPeriod constant to be used by the Reauthentication Timer state machine. |
cpaeAuthReAuthPeriodSrcOper | 1.3.6.1.4.1.9.9.220.1.10.1.2 | reauthperiodsource | read-only |
Indicates the source of the reAuthPeriod constant currently in use by the Reauthentication Timer state machine. |
cpaeAuthReAuthPeriodOper | 1.3.6.1.4.1.9.9.220.1.10.1.3 | unsigned32 | read-only |
Indicates the operational reauthentication period for this port. |
cpaeAuthTimeToNextReAuth | 1.3.6.1.4.1.9.9.220.1.10.1.4 | unsigned32 | read-only |
Indicates the leftover time of the current session for this port. |
cpaeAuthReAuthAction | 1.3.6.1.4.1.9.9.220.1.10.1.5 | integer | read-only |
Indicates the reauthentication action for this port. terminate: Session will be terminated, with the corresponding Authenticator PAE state machine transits to 'disconnected'. reAuth : The port will be reauthenticated. noReAuth : The port will not be reauthenticated. Enumeration: 'noReAuth': 3, 'terminate': 1, 'reAuth': 2. |
cpaeAuthReAuthMax | 1.3.6.1.4.1.9.9.220.1.10.1.6 | unsigned32 | read-write |
This object specifies the number of reauthentication attempts that are permitted before the port becomes unauthorized. The value of this object is used as the reAuthMax constant by the Authenticator PAE state machine. |
cpaeAuthIabEnabled | 1.3.6.1.4.1.9.9.220.1.10.1.7 | truthvalue | read-write |
Specifies whether the PAE port is declared as Inaccessible Authentication Bypass (IAB). IAB ports will be granted network access via the administrative configured VLAN if it failed to connect to the Authentication server. The only way to bring an IAB port back to the Backend Authentication state machine is through setting dot1xPaePortInitialize in the corresponding entry in dot1xPaePortTable to 'true'. 802.1x reauthentication will be temporary disabled on an authenticated IAB port if the connection to the Authentication server is broken, and enable again when the connection is resumed. |
cpaeAuthPaeState | 1.3.6.1.4.1.9.9.220.1.10.1.8 | cpaeauthstate | read-only |
Indicates the current value of the Authenticator PAE state machine on the port. |
cpaeHostInfoTable | 1.3.6.1.4.1.9.9.220.1.11 | no-access |
A table containing 802.1x authentication information for hosts connecting to PAE ports in the system. |
|
1.3.6.1.4.1.9.9.220.1.11.1 | no-access |
An entry appears in the table for each 802.1x capable host connecting to an PAE port, providing its authentication information. |
||
cpaeHostInfoHostIndex | 1.3.6.1.4.1.9.9.220.1.11.1.1 | unsigned32 | no-access |
An arbitrary index assigned by the agent to identify the host. |
cpaeHostInfoMacAddress | 1.3.6.1.4.1.9.9.220.1.11.1.2 | macaddress | read-only |
Indicates the Mac Address of the host. |
cpaeHostInfoPostureToken | 1.3.6.1.4.1.9.9.220.1.11.1.3 | cnneouposturetoken | read-only |
Indicates the posture token assigned to the host. This object has been obsoleted and replaced by cpaeHostPostureTokenStr. |
cpaeHostInfoUserName | 1.3.6.1.4.1.9.9.220.1.11.1.4 | snmpadminstring | read-only |
Indicates the name of the authenticated user on the host. |
cpaeHostInfoAddrType | 1.3.6.1.4.1.9.9.220.1.11.1.5 | inetaddresstype | read-only |
Indicates the type of Internet address of the host. |
cpaeHostInfoAddr | 1.3.6.1.4.1.9.9.220.1.11.1.6 | inetaddress | read-only |
Indicates the Internet address of the host. The type of this address is determined by the value of cpaeHostInfoAddrType object. |
cpaeHostPostureTokenStr | 1.3.6.1.4.1.9.9.220.1.11.1.7 | cnneouposturetokenstring | read-only |
Indicates the posture token assigned to the host. |
cpaeHostUrlRedirection | 1.3.6.1.4.1.9.9.220.1.11.1.8 | snmpadminstring | read-only |
Indicates the URL-redirection assigned for this host by AAA server. |
cpaeHostAuthPaeState | 1.3.6.1.4.1.9.9.220.1.11.1.9 | cpaeauthstate | read-only |
Indicates the current value of the Authenticator PAE state machine for the host. |
cpaeHostBackendState | 1.3.6.1.4.1.9.9.220.1.11.1.10 | integer | read-only |
Indicates the current state of the Backend Authentication state machine of the host. Enumeration: 'success': 3, 'request': 1, 'ignore': 8, 'initialize': 7, 'idle': 6, 'timeout': 5, 'fail': 4, 'response': 2. |
cpaeHostSessionId | 1.3.6.1.4.1.9.9.220.1.11.1.11 | octet string | read-only |
A unique identifier of the 802.1x session. |
cpaePortEapolTestLimits | 1.3.6.1.4.1.9.9.220.1.12 | unsigned32 | read-only |
Indicates the maximum number of entries allowed in cpaePortEapolTestTable. |
cpaePortEapolTestTable | 1.3.6.1.4.1.9.9.220.1.13 | no-access |
A table for testing EAPOL (Extensible Authentication Protocol Over LAN) capable information of hosts connecting to PAE ports in the device. |
|
1.3.6.1.4.1.9.9.220.1.13.1 | no-access |
An entry containing EAPOL capable information for hosts connecting to a PAE port. |
||
cpaePortEapolTestResult | 1.3.6.1.4.1.9.9.220.1.13.1.1 | integer | read-only |
Indicates the test result of whether there is EAPOL supporting host connecting to the port. inProgress: the test is in progress. notCapable: there is no EAPOL supporting host connecting to the port. capable : there is EAPOL supporting host connecting to the port. Enumeration: 'inProgress': 1, 'notCapable': 2, 'capable': 3. |
cpaePortEapolTestStatus | 1.3.6.1.4.1.9.9.220.1.13.1.2 | rowstatus | read-only |
This object is used to manage the creation, and deletion of rows in the table. An entry can be created by setting the instance value of this object to 'createAndGo', and deleted by setting the instance value of this object to 'destroy'. |
cpaeCriticalConfig | 1.3.6.1.4.1.9.9.220.1.14 | |||
cpaeCriticalEapolEnabled | 1.3.6.1.4.1.9.9.220.1.14.1 | truthvalue | read-write |
Specifies if the device will send an EAPOL-Success message on successful Critical Authentication for a supplicant. |
cpaeCriticalRecoveryDelay | 1.3.6.1.4.1.9.9.220.1.14.2 | unsigned32 | read-write |
This object specifies the critical recovery delay time for 802.1x in the system. A value of zero indicates that Critical Authentication recovery delay for 802.1x is disabled. |
cpaePortIpDevTrackConfigTable | 1.3.6.1.4.1.9.9.220.1.15 | no-access |
A table of IP Device Tracking configuration for PAE ports in the system. |
|
1.3.6.1.4.1.9.9.220.1.15.1 | no-access |
An entry of IP Device Tracking configuration on a PAE port. |
||
cpaePortIpDevTrackEnabled | 1.3.6.1.4.1.9.9.220.1.15.1.1 | truthvalue | read-write |
Specifies if IP Device Tracking is enabled on this port for the corresponding 802.1x authenticated host. |
cpaeGlobalAuthFailMaxAttempts | 1.3.6.1.4.1.9.9.220.1.16 | unsigned32 | read-write |
A global configuration to specify the maximum number of authentication attempts that should be made before a port is moved into its Auth-Fail VLAN. |
cpaeGlobalSecViolationAction | 1.3.6.1.4.1.9.9.220.1.17 | integer | read-write |
A global configuration to specify the action that will be applied to a PAE port upon reception of a security violation event. restrict: Packets from MAC address of the device causing security violation will be dropped. shutdown: The port that causes security violation will be shutdown. Enumeration: 'restrict': 1, 'shutdown': 2. |
cpaeDot1xSuppToGuestVlanAllowed | 1.3.6.1.4.1.9.9.220.1.18 | truthvalue | read-write |
Specifies whether ports associated with 802.1x supplicants are allowed to move to Guest Vlan when they stop responding to EAPOL inquiries. |
cpaeSupplicantObjects | 1.3.6.1.4.1.9.9.220.1.19 | |||
cpaeSuppPortTable | 1.3.6.1.4.1.9.9.220.1.19.1 | no-access |
A list of objects providing information and configuration for the Supplicant PAE associated with each port. This table provides additional objects for the dot1xSuppConfigTable. |
|
1.3.6.1.4.1.9.9.220.1.19.1.1 | no-access |
An entry containing supplicant configuration information for a particular PAE port. |
||
cpaeSuppPortCredentialProfileName | 1.3.6.1.4.1.9.9.220.1.19.1.1.1 | snmpadminstring | read-write |
Specifies the credentials profile of the Supplicant PAE. A zero length string for this object indicates that the Supplicant PAE does not have credential profile. |
cpaeSuppPortEapProfileName | 1.3.6.1.4.1.9.9.220.1.19.1.1.2 | snmpadminstring | read-write |
Specifies the EAP profile of the Supplicant PAE. A zero length string for this object indicates that the Supplicant PAE does not have EAP profile. |
cpaeSuppHostInfoTable | 1.3.6.1.4.1.9.9.220.1.19.2 | no-access |
A list of dot1x supplicants in the system. |
|
1.3.6.1.4.1.9.9.220.1.19.2.1 | no-access |
An entry containing dot1x supplicant information for a supplicant on a particular PAE port in the system. |
||
cpaeSuppHostInfoSuppIndex | 1.3.6.1.4.1.9.9.220.1.19.2.1.1 | unsigned32 | no-access |
An arbitrary index assigned by the agent to identify the supplicant. |
cpaeSuppHostAuthMacAddress | 1.3.6.1.4.1.9.9.220.1.19.2.1.2 | macaddress | read-only |
Indicates the MAC address of the authenticator, which authenticates the supplicant. |
cpaeSuppHostPaeState | 1.3.6.1.4.1.9.9.220.1.19.2.1.3 | integer | read-only |
Indicates the current state of the Supplicant PAE State machine. Enumeration: 'authenticated': 5, 'disconnected': 1, 'acquired': 6, 'sForceUnauth': 10, 'sForceAuth': 9, 'held': 7, 'logoff': 2, 'connecting': 3, 'authenticating': 4, 'restart': 8. |
cpaeSuppHostBackendState | 1.3.6.1.4.1.9.9.220.1.19.2.1.4 | integer | read-only |
Indicates the current state of the Supplicant Backend state machine. Enumeration: 'success': 7, 'receive': 5, 'request': 3, 'fail': 6, 'idle': 2, 'timeout': 8, 'initialize': 1, 'response': 4. |
cpaeSuppHostStatus | 1.3.6.1.4.1.9.9.220.1.19.2.1.5 | paecontrolledportstatus | read-only |
Indicates the status of the supplicant. |
cpaeMIBConformance | 1.3.6.1.4.1.9.9.220.2 | |||
cpaeMIBCompliances | 1.3.6.1.4.1.9.9.220.2.1 | |||
cpaeCompliance | 1.3.6.1.4.1.9.9.220.2.1.1 |
The compliance statement for devices that implement the CISCO-PAE-MIB. |
||
cpaeCompliance2 | 1.3.6.1.4.1.9.9.220.2.1.2 |
The compliance statement for devices that implement the CISCO-PAE-MIB. |
||
cpaeCompliance3 | 1.3.6.1.4.1.9.9.220.2.1.3 |
The compliance statement for devices that implement the CISCO-PAE-MIB. |
||
cpaeCompliance4 | 1.3.6.1.4.1.9.9.220.2.1.4 |
The compliance statement for devices that implement the CISCO-PAE-MIB. |
||
cpaeCompliance5 | 1.3.6.1.4.1.9.9.220.2.1.5 |
The compliance statement for devices that implement the CISCO-PAE-MIB. |
||
cpaeCompliance6 | 1.3.6.1.4.1.9.9.220.2.1.6 |
The compliance statement for devices that implement the CISCO-PAE-MIB. |
||
cpaeCompliance7 | 1.3.6.1.4.1.9.9.220.2.1.7 |
The compliance statement for devices that implement the CISCO-PAE-MIB. |
||
cpaeCompliance8 | 1.3.6.1.4.1.9.9.220.2.1.8 |
The compliance statement for devices that implement the CISCO-PAE-MIB. |
||
cpaeCompliance9 | 1.3.6.1.4.1.9.9.220.2.1.9 |
The compliance statement for devices that implement the CISCO-PAE-MIB. |
||
cpaeCompliance10 | 1.3.6.1.4.1.9.9.220.2.1.10 |
The compliance statement for devices that implement the CISCO-PAE-MIB. |
||
cpaeMIBGroups | 1.3.6.1.4.1.9.9.220.2.2 | |||
cpaeMultipleHostGroup | 1.3.6.1.4.1.9.9.220.2.2.1 |
A collection of objects that provide the multiple host configuration information for a PAE port. These are additional to the IEEE Std 802.1x PAE MIB. |
||
cpaePortEntryGroup | 1.3.6.1.4.1.9.9.220.2.2.2 |
A collection of objects that provides the port-mode configuration for a PAE port. |
||
cpaeGuestVlanGroup | 1.3.6.1.4.1.9.9.220.2.2.3 |
A collection of objects that provides the Guest Vlan configuration information for the system. |
||
cpaeGuestVlanGroup2 | 1.3.6.1.4.1.9.9.220.2.2.4 |
A collection of objects that provides the per-interface Guest Vlan configuration information for the system. |
||
cpaeShutdownTimeoutGroup | 1.3.6.1.4.1.9.9.220.2.2.5 |
A collection of objects that provides the dot1x shutdown timeout configuration information for the system. |
||
cpaeRadiusConfigGroup | 1.3.6.1.4.1.9.9.220.2.2.6 |
A collection of objects that provides the RADIUS configuration information for the system. |
||
cpaeUserGroupGroup | 1.3.6.1.4.1.9.9.220.2.2.7 |
A collection of objects that provides the group manager information of authenticated users in the system. |
||
cpaeGuestVlanGroup3 | 1.3.6.1.4.1.9.9.220.2.2.8 |
A collection of objects that provides the per-interface Guest Vlan configuration information for the system. |
||
cpaePortOperVlanGroup | 1.3.6.1.4.1.9.9.220.2.2.9 |
A collection of object(s) that provides the information about Operational Vlan for each PAE port. |
||
cpaePortAuthFailVlanGroup | 1.3.6.1.4.1.9.9.220.2.2.10 |
A collection of object(s) that provides the Auth-Fail (Authentication Fail) Vlan configuration and Auth-Fail user information for the system. |
||
cpaeNoGuestVlanNotifEnableGrp | 1.3.6.1.4.1.9.9.220.2.2.11 |
A collection of object(s) that provides control over Guest Vlan related notification(s). |
||
cpaeNoAuthFailVlanNotifEnableGrp | 1.3.6.1.4.1.9.9.220.2.2.12 |
A collection of object(s) that provides control over Auth-Fail related notification(s). |
||
cpaeNoGuestVlanNotifGroup | 1.3.6.1.4.1.9.9.220.2.2.13 |
A collection of notification(s) providing the information for unconfigured Guest Vlan. |
||
cpaeNoAuthFailVlanNotifGroup | 1.3.6.1.4.1.9.9.220.2.2.14 |
A collection of notifications providing the information for unconfigured Auth-Fail Vlan. |
||
cpaeMacAuthBypassGroup | 1.3.6.1.4.1.9.9.220.2.2.15 |
A collection of object(s) that provides the MAC Auth-Bypass configuration and information for the system. |
||
cpaeWebAuthGroup | 1.3.6.1.4.1.9.9.220.2.2.16 |
A collection of object(s) that provides the Web Proxy Authentication configuration and information for the system. |
||
cpaeAuthConfigGroup | 1.3.6.1.4.1.9.9.220.2.2.17 |
A collection of object(s) that provides additional configuration information about an Authenticator PAE. |
||
cpaeHostInfoGroup | 1.3.6.1.4.1.9.9.220.2.2.18 |
A collection of object(s) that provides information about an host connecting to a PAE port. |
||
cpaeWebAuthAaaFailGroup | 1.3.6.1.4.1.9.9.220.2.2.19 |
A collection of object(s) that provides Inaccessible Authentication Bypass configuration and information for Web Proxy Authentication in the system. |
||
cpaeMacAuthBypassGroup2 | 1.3.6.1.4.1.9.9.220.2.2.20 |
A collection of object(s) that provides additional information of MAC Auth-bypass feature in the system. |
||
cpaePortEapolTestGroup | 1.3.6.1.4.1.9.9.220.2.2.21 |
A collection of object(s) that provides information about if connecting hosts are EAPOL capable. |
||
cpaeHostInfoGroup2 | 1.3.6.1.4.1.9.9.220.2.2.22 |
A collection of object(s) that provides information about an host connecting to a PAE port. |
||
cpaeMacAuthBypassGroup3 | 1.3.6.1.4.1.9.9.220.2.2.23 |
A collection of object(s) that provides configuration for authentication method for MAC Auth-bypass feature in the system. |
||
cpaePortAuthFailVlanGroup2 | 1.3.6.1.4.1.9.9.220.2.2.24 |
A collection of object(s) that provides configuration for maximum authentication attempts for Auth-Fail Vlan feature in the system. |
||
cpaeAuthConfigGroup2 | 1.3.6.1.4.1.9.9.220.2.2.25 |
A collection of object(s) that provides additional states in the PAE state machine. |
||
cpaeCriticalRecoveryDelayGroup | 1.3.6.1.4.1.9.9.220.2.2.26 |
A collection of object(s) that provides recovery delay configuration for 802.1x Critical Authentication in the system. |
||
cpaeAuthConfigGroup3 | 1.3.6.1.4.1.9.9.220.2.2.27 |
A collection of object(s) that provides configuration and information related to re-authentication of 802.1x ports in the system. |
||
cpaeAuthConfigGroup4 | 1.3.6.1.4.1.9.9.220.2.2.28 |
A collection of object(s) that provides configuration of maximum reauthentication attempts of 802.1x ports in the system. |
||
cpaeAuthIabConfigGroup | 1.3.6.1.4.1.9.9.220.2.2.29 |
A collection of object(s) to enable/disable IAB feature on capable interface for the system. |
||
cpaeGlobalAuthFailVlanGroup | 1.3.6.1.4.1.9.9.220.2.2.30 |
A collection of object(s) that provides global configuration and information about maximum authentication attempts for Auth-Fail Vlan feature in the system. |
||
cpaeMacAuthBypassCriticalGroup | 1.3.6.1.4.1.9.9.220.2.2.31 |
A collection of object(s) that provides control over critical configuration for Mac Authentication Bypass. |
||
cpaeWebAuthCriticalGroup | 1.3.6.1.4.1.9.9.220.2.2.32 |
A collection of object(s) that provides control over critical configuration for Web Proxy Authentication. |
||
cpaeCriticalEapolConfigGroup | 1.3.6.1.4.1.9.9.220.2.2.33 |
A collection of object(s) that provides EAPOL configuration for 802.1x Critical Authentication in the system. |
||
cpaeHostPostureTokenGroup | 1.3.6.1.4.1.9.9.220.2.2.34 |
A collection of object(s) that provides information about Posture Token of an host connecting to a PAE port. |
||
cpaeMabAuditInfoGroup | 1.3.6.1.4.1.9.9.220.2.2.35 |
A collection of object(s) that provides information about MAC Auth-Bypass Audit sessions. |
||
cpaeMabPortIpDevTrackConfGroup | 1.3.6.1.4.1.9.9.220.2.2.36 |
A collection of object(s) that provides configuration and information about MAC Auth-Bypass IP Device Tracking feature. |
||
cpaePortIpDevTrackConfGroup | 1.3.6.1.4.1.9.9.220.2.2.37 |
A collection of object(s) that provides configuration and information about 802.1x IP Device Tracking feature. |
||
cpaeHostUrlRedirectGroup | 1.3.6.1.4.1.9.9.220.2.2.38 |
A collection of object(s) that provides information about URL-redirection of 802.1x authenticated hosts. |
||
cpaeWebAuthIpDevTrackingGroup | 1.3.6.1.4.1.9.9.220.2.2.39 |
A collection of object(s) that provides configuration and information about Web Proxy Authentication IP Device Tracking feature. |
||
cpaeWebAuthUnAuthTimeoutGroup | 1.3.6.1.4.1.9.9.220.2.2.40 |
A collection of object(s) that provides configuration and information about Init State Timeout of Web Proxy Authentication. |
||
cpaeHostInfoGroup3 | 1.3.6.1.4.1.9.9.220.2.2.41 |
A collection of object(s) that provides user and the address information for 802.1x authenticated host. |
||
cpaeGlobalSecViolationGroup | 1.3.6.1.4.1.9.9.220.2.2.42 |
A collection of object(s) that provides global configuration and information about security violation action on PAE ports in the system. |
||
cpaeMacAuthBypassPortEnableGroup | 1.3.6.1.4.1.9.9.220.2.2.43 |
A collection of object(s) to enable/disable Mac Auth-Bypass on capable interfaces for the system. |
||
cpaeMacAuthBypassGroup4 | 1.3.6.1.4.1.9.9.220.2.2.44 |
A collection of object(s) that provides the MAC Auth-Bypass configuration and information for the system. |
||
cpaeHostSessionIdGroup | 1.3.6.1.4.1.9.9.220.2.2.45 |
A collection of object(s) that provides session identification information for 802.1x hosts in the system. |
||
cpaeHostAuthInfoGroup | 1.3.6.1.4.1.9.9.220.2.2.46 |
A collection of object(s) that provides state machines and authentication information for 802.1x authenticated hosts in the system. |
||
cpaePortCapabilitiesConfigGroup | 1.3.6.1.4.1.9.9.220.2.2.47 |
A collection of object(s) that provides configuration and information about PAE functionalities of ports in the systems. |
||
cpaeDot1xSuppToGuestVlanGroup | 1.3.6.1.4.1.9.9.220.2.2.48 |
A collection of object(s) that provides configuration that allows moving ports with 802.1x supplicants to Guest Vlan. |
||
cpaeGuestVlanNotifEnableGroup | 1.3.6.1.4.1.9.9.220.2.2.49 |
A collection of object(s) that provides control over Guest Vlan related notification(s). |
||
cpaeGuestVlanNotifGroup | 1.3.6.1.4.1.9.9.220.2.2.50 |
A collection of notifications providing information for Guest Vlan. |
||
cpaeAuthFailVlanNotifEnableGrp | 1.3.6.1.4.1.9.9.220.2.2.51 |
A collection of object(s) that provides control over Auth-Fail Vlan related notification(s). |
||
cpaeAuthFailVlanNotifGroup | 1.3.6.1.4.1.9.9.220.2.2.52 |
A collection of notifications providing information for Auth-Fail Vlan. |
||
cpaePortAuthFailVlanConfigGroup | 1.3.6.1.4.1.9.9.220.2.2.53 |
A collection of object(s) that provides the Auth-Fail (Authentication Fail) Vlan configuration for the system. |
||
cpaePortAuthFailUserInfoGroup | 1.3.6.1.4.1.9.9.220.2.2.54 |
A collection of object(s) that provides the Auth-Fail user information for the system. |
||
cpaeSuppPortProfileGroup | 1.3.6.1.4.1.9.9.220.2.2.55 |
A collection of object(s) that provides Credential and EAP profiles configuration for a Supplicant PAE. |
||
cpaeSuppHostInfoGroup | 1.3.6.1.4.1.9.9.220.2.2.56 |
A collection of object(s) that provides information about supplicants in the system. |