BAY-STACK-EAPOL-EXTENSION-MIB: View SNMP OID List / Download MIB
VENDOR: SYNOPTICS
Home | MIB: BAY-STACK-EAPOL-EXTENSION-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 |
bayStackEapExtMib | 1.3.6.1.4.1.45.5.3 |
BayStack EAPOL Extension MIB Copyright 2003-2010 Avaya All rights reserved. This Avaya SNMP Management Information Base Specification (Specification) embodies Avaya's confidential and proprietary intellectual property. Avaya retains all title and ownership in the Specification, including any revisions. This Specification is supplied 'AS IS,' and Avaya makes no warranty, either express or implied, as to the use, operation, condition, or performance of the Specification. |
||
bseeObjects | 1.3.6.1.4.1.45.5.3.1 | |||
bseeUserBasedPoliciesEnabled | 1.3.6.1.4.1.45.5.3.1.1 | truthvalue | read-write |
This object indicates whether EAPOL User-based policies are enabled or disabled. |
bseeGuestVlanId | 1.3.6.1.4.1.45.5.3.1.2 | vlanid | read-write |
This object specifies the ID of the global default guest VLAN. This VLAN is used for ports which do not have a configured guest VLAN. Access to the guest VLAN is allowed for MAC addresses before EAP authentication has been performed. However, if the value of bseeGuestVlanEnabled is false(2), then access to the guest VLAN is not allowed for ports that do not have a configured guest VLAN. |
bseeRemediationVlanId | 1.3.6.1.4.1.45.5.3.1.3 | vlanid | read-write |
This object specifies the ID of the remediation VLAN. If EAP authentication fails for a port, MAC addresses on that port are restricted to access only the remediation VLAN. However, if the value of bseeRemediationVlanEnabled is false(2), then access is not allowed at all for a port when EAP authentication fails. |
bseeMaximumEapClientMacs | 1.3.6.1.4.1.45.5.3.1.4 | integer32 | read-write |
This object specifies the global maximum number of EAP authenticated MAC addresses allowed. |
bseeMaximumNonEapClientMacs | 1.3.6.1.4.1.45.5.3.1.5 | integer32 | read-write |
This object specifies the global maximum number of non-EAP authenticated MAC addresses allowed. |
bseeGuestVlanEnabled | 1.3.6.1.4.1.45.5.3.1.6 | truthvalue | read-write |
This object specifies whether access to the global default guest VLAN is allowed. |
bseeRemediationVlanEnabled | 1.3.6.1.4.1.45.5.3.1.7 | truthvalue | read-write |
This object specifies whether access to the remediation VLAN is allowed. |
bseeMultiHostAllowNonEapClient | 1.3.6.1.4.1.45.5.3.1.8 | truthvalue | read-write |
This object controls whether non-EAP clients (MAC addresses) are allowed. This is the system-wide setting. The associated per-port setting (bseePortConfigMultiHostAllowNonEapClient) must also be true for non-EAP clients to be allowed on a particular port. |
bseeMultiHostRadiusAuthNonEapClient | 1.3.6.1.4.1.45.5.3.1.9 | truthvalue | read-write |
This object controls whether non-EAP clients (MAC addresses) may be authenticated using RADIUS. This is the system-wide setting. The associated per-port setting (bseePortConfigMultiHostRadiusAuthNonEapClient) must also be true for non-EAP clients to be authenticated using RADIUS on a particular port. |
bseeMultiHostSingleAuthEnabled | 1.3.6.1.4.1.45.5.3.1.10 | truthvalue | read-write |
This object controls whether non-EAP clients (MAC addresses) may be automatically authenticated on a port after an EAP client has been authenticated (known as MHSA). This is the system-wide setting. The associated per-port setting must also be true for non-EAP clients to be authenticated in this way. |
bseeUserBasedPoliciesFilterOnMac | 1.3.6.1.4.1.45.5.3.1.11 | truthvalue | read-write |
This object indicates whether the EAPOL User-based policy filters that are installed on ports will be dynamically modified to include the MAC address for which the filters are installed. |
bseeMultiHostNonEapUserBasedPoliciesEnabled | 1.3.6.1.4.1.45.5.3.1.12 | truthvalue | read-write |
This object indicates whether non-EAPOL User-based policies are enabled or disabled. |
bseeMultiHostNonEapUserBasedPoliciesFilterOnMac | 1.3.6.1.4.1.45.5.3.1.13 | truthvalue | read-write |
This object indicates whether the non-EAPOL User-based policy filters that are installed on ports will be dynamically modified to include the MAC address for which the filters are installed. |
bseeMultihostNonEapRadiusPasswordAttributeFormat | 1.3.6.1.4.1.45.5.3.1.14 | bits | read-write |
This object controls the format of the RADIUS password attribute that is included in requests to the RADIUS server for authenticating non-EAP clients (MAC addresses). If the ipAddr(0) bit is set, the password attribute will contain the switch's IP address encoded as a string of four 3-digit 0-padded integers. For example, the encoding for the IP address 47.80.225.1 would be '047080225001'. If the macAddr(1) bit is set, the password attribute will contain the MAC address to be authenticated as a string of six 2-digit hex numbers. For example, the MAC address 00:08:01:0a:33:34 would be encoded as '0008010a3334'. If the portNumber(2) bit is set, the password attribute will contain the port number on which the MAC address was seen, encoded as a string of two 2-digit 0-padded integers. The first integer is the unit/slot number, and the second number is the port number on that unit/slot. For a standalone stackable unit, the unit/slot number will be 0. For example, the encoding for unit/port 1/23 would be '0123', and the encoding for port 7 on a standalone stackable unit would be '0007'. If the key(3) bit is set, the password attribute will contain a custom configured string of up to 32 characters in length. If padding(4) bit is set, the password will contain dots even if fields in the password are blank. For instance, IP and Key will be represented as IP...Key. If the bit is not set, there will be dots only to separate fields. IP and Key will be IP.Key, while IP, Mac, Port or Key alone will be as they are, with no dots. The fields in the password attribute will appear in the order of the bits defined in this object, i.e., IP addr, followed by MAC addr, followed by port number, and finally by the key. Fields are separated by a '.' character. The separators are present regardless of whether a field is present if padding is used. So, for example, if all four fields are present, the password attribute might contain: 047080225001.0008010a3334.0123.ERS4000isGreat If none of the three fields are present, the password attribute will be '...' with padding used, or '' with no padding. Bits: 'padding': 4, 'portNumber': 2, 'macAddr': 1, 'ipAddr': 0, 'key': 3. |
bseeMultiHostAllowNonEapPhones | 1.3.6.1.4.1.45.5.3.1.15 | truthvalue | read-write |
This object indicates whether IP phones will be allowed access based on DHCP. |
bseeMultiHostAllowRadiusAssignedVlan | 1.3.6.1.4.1.45.5.3.1.16 | truthvalue | read-write |
This object indicates whether to allow the use of RADIUS-assigned VLANs in multihost-eap mode. |
bseeMultiHostEapPacketMode | 1.3.6.1.4.1.45.5.3.1.17 | integer | read-write |
This object indicates whether to use unicast or multicast packets for Eap-ReqId packets. Normally, multicast packets are used. Enumeration: 'unicast': 2, 'multicast': 1. |
bseeMultiHostEapRadiusTimeoutMode | 1.3.6.1.4.1.45.5.3.1.18 | integer | read-write |
This object indicates whether or not to fail authentication of EAP users on a RADIUS timeout. Enumeration: 'fail': 1, 'doNotFail': 2. |
bseeMultiHostAllowNonEapRadiusAssignedVlan | 1.3.6.1.4.1.45.5.3.1.19 | truthvalue | read-write |
This object indicates whether to allow the use of RADIUS-assigned VLANs in multihost-eap mode for non-EAP clients. |
bseeMultiHostEapProtocolEnabled | 1.3.6.1.4.1.45.5.3.1.20 | truthvalue | read-write |
This object controls whether processing of EAP protocol packets is enabled. |
bseeMultiHostUseMostRecentRadiusAssignedVlan | 1.3.6.1.4.1.45.5.3.1.21 | truthvalue | read-write |
Controls whether to use most recent RADIUS-assigned VLAN. |
bseeMultiHostFailOpenVlanId | 1.3.6.1.4.1.45.5.3.1.22 | vlanid | read-write |
This object specifies the ID of the global fail-over Vlan. |
bseeMultiHostFailOpenVlanEnabled | 1.3.6.1.4.1.45.5.3.1.23 | truthvalue | read-write |
This object specifies whether to use the fail-over Vlan. |
bseeMultiHostMultiVlan | 1.3.6.1.4.1.45.5.3.1.24 | truthvalue | read-write |
This object specifies whether to use the multi-VLAN functionality with MHMA mode. |
bseeMultiHostNeapReauthenticationEnabled | 1.3.6.1.4.1.45.5.3.1.25 | truthvalue | read-write |
This object specifies whether to use 'NEAP re-authentication' feature |
bseeMultiHostBlockDifferentVlanAuth | 1.3.6.1.4.1.45.5.3.1.26 | truthvalue | read-write |
This object specifies whether to block authentication of clients which have an associated RADIUS assigned VLAN with an invalid value or different from first client authenticated on the same port |
bseeMultiHostAdacDummyRadiusRequests | 1.3.6.1.4.1.45.5.3.1.27 | truthvalue | read-write |
This object specifies whether to send or not dummy RADIUS requests for NEAP users authenticated as ADAC NEAP |
bseeAllowPortMirroringOnEap | 1.3.6.1.4.1.45.5.3.1.28 | truthvalue | read-write |
This object specifies whether EAP enabled ports can be involved in port mirroring |
bseeMultiHostAdacNonEapEnabled | 1.3.6.1.4.1.45.5.3.1.29 | truthvalue | read-write |
This object specifies whether the authentication of Non-EAP phones using ADAC is allowed. |
bseeMultiHostFailOpenVlanContinuityModeEnabled | 1.3.6.1.4.1.45.5.3.1.30 | truthvalue | read-write |
This object specifies whether to use the fail-over Vlan continuity mode. |
bseeMultiHostNonEapRadiusPasswordFreeformKey | 1.3.6.1.4.1.45.5.3.1.31 | octet string | read-write |
This command specifies a custom string to be put in the password used to authenticate Non-EAP clients via RADIUS server. |
bseeMultiHostFailOpenVlanDisableEapMode | 1.3.6.1.4.1.45.5.3.1.32 | truthvalue | read-write |
This object specifies whether to use the Fail Open VLAN Disable EAP Mode. |
bseePaeSystemOperState | 1.3.6.1.4.1.45.5.3.1.33 | integer | read-only |
The oper state of EAP when ports are in Fail Open VLAN Disable EAP Mode. Enumeration: 'disabled': 2, 'enabled': 1. |
bseeDefaultEapAll | 1.3.6.1.4.1.45.5.3.1.34 | truthvalue | read-write |
This object specifies whether to default all global EAP settings. |
bseeAutoPortConfigModeSwitchToMHMV | 1.3.6.1.4.1.45.5.3.1.35 | lportset | read-write |
This object specifies the port list on which is applied the configuration. |
bseeAutoPortConfigModeSwitchToMHMVAction | 1.3.6.1.4.1.45.5.3.1.36 | integer | read-write |
This object specifies the action that is going to be made on the indicated port. At retrieval, the value is always none(1). Enumeration: 'apply': 2, 'none': 1. |
bseeAutoPortConfigModeSwitchToMHMVStatus | 1.3.6.1.4.1.45.5.3.1.37 | integer | read-only |
This object specifies the action result on the indicated port Enumeration: 'failed': 3, 'inProgress': 2, 'passed': 1. |
bseeNotifications | 1.3.6.1.4.1.45.5.3.2 | |||
bseeNotifications0 | 1.3.6.1.4.1.45.5.3.2.0 | |||
bseePortConfigTable | 1.3.6.1.4.1.45.5.3.3 | no-access |
This table is used to control the EAP multihost configuration for each port in the system. |
|
1.3.6.1.4.1.45.5.3.3.1 | no-access |
The EAP multihost configuration for a port. |
||
bseePortConfigPortNumber | 1.3.6.1.4.1.45.5.3.3.1.1 | interfaceindex | no-access |
The Port number associated with this Port. |
bseePortConfigGuestVlanId | 1.3.6.1.4.1.45.5.3.3.1.2 | vlanidornone | read-write |
This object specifies the ID of the guest VLAN for this port. Access to the guest VLAN is allowed for MAC addresses before EAP authentication has been performed. If the value of this object is 0, then the global guest VLAN ID is used for this port, as specified in bseeGuestVlanId. However, if the value of the associated instance of bseePortConfigGuestVlanEnabled is false(2), then access to the guest VLAN is not allowed for the port, regardless of the value of bseePortConfigGuestVlanId. |
bseePortConfigMultiHostEnabled | 1.3.6.1.4.1.45.5.3.3.1.3 | truthvalue | read-write |
This object controls whether EAP multihost is enabled for a port. |
bseePortConfigMultiHostEapMaxNumMacs | 1.3.6.1.4.1.45.5.3.3.1.4 | integer32 | read-write |
This object specifies the maximum number of EAP-authentication MAC addresses allowed on this port. A value of 0 indicates that there is no port-specific limit. |
bseePortConfigMultiHostAllowNonEapClient | 1.3.6.1.4.1.45.5.3.3.1.5 | truthvalue | read-write |
This object controls whether non-EAP clients (MAC addresses) are allowed on the port. |
bseePortConfigMultiHostNonEapMacSource | 1.3.6.1.4.1.45.5.3.3.1.6 | integer | read-write |
This object controls the source for finding allowed non-EAP MAC addresses. Enumeration: 'autoLearn': 1, 'userConfig': 2, 'radius': 3. |
bseePortConfigMultiHostNonEapMaxNumMacs | 1.3.6.1.4.1.45.5.3.3.1.7 | integer32 | read-write |
This object specifies the maximum number of non-EAP authenticated MAC addresses allowed on this port. |
bseePortConfigGuestVlanEnabled | 1.3.6.1.4.1.45.5.3.3.1.8 | truthvalue | read-write |
This object controls whether access to the guest VLAN is allowed for a port. |
bseePortConfigMultiHostRadiusAuthNonEapClient | 1.3.6.1.4.1.45.5.3.3.1.9 | truthvalue | read-write |
This object controls whether non-EAP clients (MAC addresses) may authenticated using RADIUS on the port. |
bseePortConfigMultiHostSingleAuthEnabled | 1.3.6.1.4.1.45.5.3.3.1.10 | truthvalue | read-write |
This object controls whether non-EAP clients (MAC addresses) may be automatically authenticated on the port after an EAP client has been authenticated (known as MHSA). |
bseePortConfigMultiHostAllowNonEapPhones | 1.3.6.1.4.1.45.5.3.3.1.11 | truthvalue | read-write |
This object indicates whether IP phones will be allowed access based on DHCP. |
bseePortConfigMultiHostAllowRadiusAssignedVlan | 1.3.6.1.4.1.45.5.3.3.1.12 | truthvalue | read-write |
This object indicates whether to allow the use of RADIUS-assigned VLANs in multihost-eap mode. |
bseePortConfigMultiHostEapPacketMode | 1.3.6.1.4.1.45.5.3.3.1.13 | integer | read-write |
This object indicates whether to use unicast or multicast packets for Eap-ReqId packets. Normally, multicast packets are used. Enumeration: 'unicast': 2, 'multicast': 1. |
bseePortConfigMultiHostEapRadiusTimeoutMode | 1.3.6.1.4.1.45.5.3.3.1.14 | integer | read-write |
This object indicates whether or not to fail authentication of EAP users on a RADIUS timeout. Enumeration: 'fail': 1, 'doNotFail': 2. |
bseePortConfigMultiHostAllowNonEapRadiusAssignedVlan | 1.3.6.1.4.1.45.5.3.3.1.15 | truthvalue | read-write |
This object indicates whether to allow the use of RADIUS-assigned VLANs in multihost-eap mode for non-EAP clients. |
bseePortConfigProcessRadiusRequestsServerPackets | 1.3.6.1.4.1.45.5.3.3.1.16 | truthvalue | read-write |
This object indicates whether to process any RADIUS requests-server packets that are received on this port. |
bseePortConfigEapProtocolEnabled | 1.3.6.1.4.1.45.5.3.3.1.17 | truthvalue | read-write |
This object controls whether EAP protocol packets are processed on this port. |
bseePortConfigMultiHostUseMostRecentRadiusAssignedVlan | 1.3.6.1.4.1.45.5.3.3.1.18 | truthvalue | read-write |
Controls whether to use most recent RADIUS-assigned VLAN. |
bseePortConfigMultiHostClearNeap | 1.3.6.1.4.1.45.5.3.3.1.19 | macaddress | read-write |
Setting this object will clear NEAP authenticated clients from the authentication list. If the value is set to 00:00:00:00:00:00, all clients will be cleared from this port. Otherwise, only a specific client will be cleared. |
bseePortConfigMultiHostBlockDifferentVlanAuth | 1.3.6.1.4.1.45.5.3.3.1.20 | truthvalue | read-write |
Controls whether to block authentication of clients which have an associated RADIUS assigned VLAN with an invalid value or different from first client authenticated on the same port. |
bseePortConfigMultiHostAdacNonEapEnabled | 1.3.6.1.4.1.45.5.3.3.1.21 | truthvalue | read-write |
This object specifies whether the authentication of Non-EAP phones using ADAC is allowed on this port. |
bseePortConfigDefaultEapAll | 1.3.6.1.4.1.45.5.3.3.1.22 | truthvalue | read-write |
This object specifies whether to default all EAP settings on this port. |
bseePortConfigMultiHostMaxMacs | 1.3.6.1.4.1.45.5.3.3.1.23 | integer32 | read-write |
This object specifies the maximum number of EAP and NEAP clients allowed on this port. |
bseePortConfigMultiHostSingleAuthNoLimit | 1.3.6.1.4.1.45.5.3.3.1.24 | truthvalue | read-write |
This object specifies if we limit the number of non-eap clients on a port authenticated in MHSA. |
bseePortConfigFailOpenVlanId | 1.3.6.1.4.1.45.5.3.3.1.25 | integer32 | read-write |
This object specifies the ID of the fail-open VLAN for this port in the following format: -1 : Port PVID is used as Fail Open VLAN 0 : the global fail-open VLAN ID is used for this port, as specified in bseeMultiHostFailOpenVlanId. 1-4094 : range of values used for fail-open VLAN ID on this port However, if the value of the associated instance of bseePortConfigFailOpenVlanEnabled is false(2), then access to the fail-open VLAN is not allowed for the port, regardless of the value of bseePortConfigFailOpenVlanId. |
bseePortConfigFailOpenVlanEnabled | 1.3.6.1.4.1.45.5.3.3.1.26 | truthvalue | read-write |
This object controls whether fail-open is enabled for a port. |
bseePortConfigFailOpenVlanUBP | 1.3.6.1.4.1.45.5.3.3.1.27 | octet string | read-write |
This object represents the UBP filter name of the fail-open policy |
bseeMultiHostStatusTable | 1.3.6.1.4.1.45.5.3.4 | no-access |
This table provides the EAP authentication status per-MAC address per-port. |
|
1.3.6.1.4.1.45.5.3.4.1 | no-access |
The status of EAP authentication of clients for a port. |
||
bseeMultiHostStatusPortNumber | 1.3.6.1.4.1.45.5.3.4.1.1 | interfaceindex | no-access |
The Port number associated with this client. |
bseeMultiHostStatusClientMACAddr | 1.3.6.1.4.1.45.5.3.4.1.2 | macaddress | no-access |
The MAC address of the client. |
bseeMultiHostStatusPaeState | 1.3.6.1.4.1.45.5.3.4.1.3 | integer | read-only |
The current value of the Authenticator PAE state machine. Enumeration: 'aborting': 6, 'authenticated': 5, 'disconnected': 2, 'forceAuth': 8, 'forceUnauth': 9, 'held': 7, 'connecting': 3, 'initialize': 1, 'authenticating': 4. |
bseeMultiHostStatusBackendAuthState | 1.3.6.1.4.1.45.5.3.4.1.4 | integer | read-only |
The current state of the Backend Authentication state machine. Enumeration: 'success': 3, 'request': 1, 'initialize': 7, 'idle': 6, 'timeout': 5, 'fail': 4, 'response': 2. |
bseeMultiHostStatusReauthenticate | 1.3.6.1.4.1.45.5.3.4.1.5 | integer | read-write |
Setting this object to reauthenticate(2) will force the client to be reauthenticated. When retrieved, the value of this object is always other(1). Enumeration: 'other': 1, 'reauthenticate': 2. |
bseeMultiHostStatusVid | 1.3.6.1.4.1.45.5.3.4.1.6 | vlanidorany | read-only |
The Vlan ID associated with this client for MultiVlan capabilities. If MultiVlan is not enabled for this client, the value of this object will be 4095. |
bseeMultiHostStatusPri | 1.3.6.1.4.1.45.5.3.4.1.7 | integer32 | read-only |
The Vlan priority value associated with this client for MultiVlan capabilities. If MultiVlan is not enabled for this client, the value of this object will be 8. |
bseeMultiHostStatusFaBindings | 1.3.6.1.4.1.45.5.3.4.1.8 | octet string | read-only |
The EAP vlan:isid bindings. Vlan is represented on 2 bytes. Isid is represented on 4 bytes. The output OctetString would be a continuous hexadecimal representation of VLAN followed by corresponding ISID. Example: Length(bytes): |--2--|--4--|--2--|--4--|--2--|--4--|---2--|---4--| OctetString: VLAN0 ISID0 VLAN1 ISID1 ... ... VLAN15 ISID15 . There are no spaces between VLANx and ISIDx. |
bseeMultiHostSessionStatsTable | 1.3.6.1.4.1.45.5.3.5 | no-access |
A table that contains the session statistics objects for the Authenticator PAE associated with each EAP client on each Port. An entry appears in this table for each client MAC address on each port that may authenticate access to itself. |
|
1.3.6.1.4.1.45.5.3.5.1 | no-access |
The session statistics information for an Authenticator PAE. This shows the current values being collected for each session that is still in progress, or the final values for the last valid session for each client where there is no session currently active. This is similar to the dot1xAuthSessionStatsTable, except that it provides information per-port-per-MAC, rather than just per-port. |
||
bseeMultiHostSessionStatsPortNumber | 1.3.6.1.4.1.45.5.3.5.1.1 | interfaceindex | no-access |
The Port number associated with this client. |
bseeMultiHostSessionStatsClientMACAddr | 1.3.6.1.4.1.45.5.3.5.1.2 | macaddress | no-access |
The MAC address of this client. |
bseeMultiHostSessionId | 1.3.6.1.4.1.45.5.3.5.1.3 | snmpadminstring | read-only |
A unique identifier for the session, in the form of a printable ASCII string of at least three characters. |
bseeMultiHostSessionAuthenticMethod | 1.3.6.1.4.1.45.5.3.5.1.4 | integer | read-only |
The authentication method used to establish the session. Enumeration: 'localAuthServer': 2, 'remoteAuthServer': 1. |
bseeMultiHostSessionTime | 1.3.6.1.4.1.45.5.3.5.1.5 | timeticks | read-only |
The duration of the session in seconds. |
bseeMultiHostSessionTerminateCause | 1.3.6.1.4.1.45.5.3.5.1.6 | integer | read-only |
The reason for the session termination. Enumeration: 'supplicantRestart': 3, 'notTerminatedYet': 999, 'portAdminDisabled': 7, 'portReInit': 6, 'supplicantLogoff': 1, 'portFailure': 2, 'reauthFailed': 4, 'authControlForceUnauth': 5. |
bseeMultiHostSessionUserName | 1.3.6.1.4.1.45.5.3.5.1.7 | snmpadminstring | read-only |
The User-Name representing the identity of the Supplicant PAE. |
bseeMultiHostNonEapMacTable | 1.3.6.1.4.1.45.5.3.6 | no-access |
A table that contains the non-EAP MAC addresses that are allowed access to EAP-enabled interfaces. |
|
1.3.6.1.4.1.45.5.3.6.1 | no-access |
An allowed non-EAP MAC address. |
||
bseeMultiHostNonEapMacPortNumber | 1.3.6.1.4.1.45.5.3.6.1.1 | interfaceindex | no-access |
The Port number on which the MAC address is allowed. |
bseeMultiHostNonEapMacClientMACAddr | 1.3.6.1.4.1.45.5.3.6.1.2 | macaddress | no-access |
The MAC address allowed on the port. |
bseeMultiHostNonEapMacRowStatus | 1.3.6.1.4.1.45.5.3.6.1.3 | rowstatus | read-only |
This is used to control creation/deletion of entries in this table. |
bseeMultiHostNonEapStatusTable | 1.3.6.1.4.1.45.5.3.7 | no-access |
This table provides the authentication status of non-EAP clients per-MAC address per-port. |
|
1.3.6.1.4.1.45.5.3.7.1 | no-access |
The status of authentication of a non-EAP client for a port. |
||
bseeMultiHostNonEapStatusPortNumber | 1.3.6.1.4.1.45.5.3.7.1.1 | interfaceindex | no-access |
The Port number associated with this client. |
bseeMultiHostNonEapStatusClientMACAddr | 1.3.6.1.4.1.45.5.3.7.1.2 | macaddress | no-access |
The MAC address of the client. |
bseeMultiHostNonEapStatusState | 1.3.6.1.4.1.45.5.3.7.1.3 | integer | read-only |
The authentication status. Values are: rejected(1) - the MAC address could not be authenticated on this port locallyAuthenticated(2) - the MAC address was authenticated using the local table of allowed clients radiusPending(3) - the MAC address is awaiting authentication by a RADIUS server radiusAuthenticated(4) - the MAC address was authenticated by a RADIUS server adacAuthenticated(5) - the MAC address was authenticated using ADAC configuration tables mhsaAuthenticated(6) - the MAC address was auto-authenticated on a port following a successful authentication of an EAP client lldpAuthenticated(7) - the MAC address was authenticated using the LLDP mechanism Enumeration: 'adacAuthenticated': 5, 'lldpAuthenticated': 7, 'locallyAuthenticated': 2, 'radiusAuthenticated': 4, 'rejected': 1, 'mhsaAuthenticated': 6, 'radiusPending': 3. |
bseeMultiHostNonEapStatusReauthenticate | 1.3.6.1.4.1.45.5.3.7.1.4 | integer | read-write |
Setting this object to reauthenticate(2) will force the MAC address to be reauthenticated. When retrieved, the value of this object is always other(1). Enumeration: 'other': 1, 'reauthenticate': 2. |
bseeMultiHostNonEapStatusVid | 1.3.6.1.4.1.45.5.3.7.1.5 | vlanidorany | read-only |
The Vlan ID associated with this client for MultiVlan capabilities. If MultiVlan is not enabled for this client, the value of this object will be 4095. |
bseeMultiHostNonEapStatusPri | 1.3.6.1.4.1.45.5.3.7.1.6 | integer32 | read-only |
The Vlan priority value associated with this client for MultiVlan capabilities. If MultiVlan is not enabled for this client, the value of this object will be 8. |
bseeMultiHostNonEapStatusFaBindings | 1.3.6.1.4.1.45.5.3.7.1.7 | octet string | read-only |
The NEAP vlan:isid bindings. Vlan is represented on 2 bytes. Isid is represented on 4 bytes. The output OctetString would be a continuous hexadecimal representation of VLAN followed by corresponding ISID. Example: Length(bytes): |--2--|--4--|--2--|--4--|--2--|--4--|---2--|---4--| OctetString: VLAN0 ISID0 VLAN1 ISID1 ... ... VLAN15 ISID15 . There are no spaces between VLANx and ISIDx. |
bseeSupplicantObjects | 1.3.6.1.4.1.45.5.3.8 | |||
bseeSupplicantEnabled | 1.3.6.1.4.1.45.5.3.8.1 | truthvalue | read-write |
Indicates whether supplicant functionality is enabled or disabled. A value of true(1) means enabled. |
bseeSupplicantUserTable | 1.3.6.1.4.1.45.5.3.9 | no-access |
A table that contains the user name and password 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.45.5.3.9.1 | no-access |
The configuration information for a Supplicant PAE. |
||
bseeSupplicantPortNumber | 1.3.6.1.4.1.45.5.3.9.1.1 | interfaceindex | no-access |
A unique value for each interface. Its value ranges between 1 and the value of ifNumber. The value for each interface must remain constant at least from one re-initialization of the entity's network management system to the next re- initialization. |
bseeSupplicantUserName | 1.3.6.1.4.1.45.5.3.9.1.2 | snmpadminstring | read-write |
The user name currently in use by the Supplicant PAE state machine. |
bseeSupplicantPassword | 1.3.6.1.4.1.45.5.3.9.1.3 | snmpadminstring | read-write |
The password currently in use by the Supplicant PAE state machine. |
bseeSupplicantUserState | 1.3.6.1.4.1.45.5.3.9.1.4 | integer | read-write |
Input the user state to logoff. Enumeration: 'active': 2, 'inactive': 1, 'logoff': 3. |
bseeMultiHostVoipVlanTable | 1.3.6.1.4.1.45.5.3.10 | no-access |
A table that contains EAP VoIP Vlan settings. |
|
1.3.6.1.4.1.45.5.3.10.1 | no-access |
The configuration information for an EAP VoIP Vlan. |
||
bseeMultiHostVoipVlanIndex | 1.3.6.1.4.1.45.5.3.10.1.1 | integer32 | no-access |
A unique identifier for each entry. |
bseeMultiHostVoipVlanId | 1.3.6.1.4.1.45.5.3.10.1.2 | vlanid | read-write |
This object specifies the Vlan ID of the VoIP Vlan. |
bseeMultiHostVoipVlanEnabled | 1.3.6.1.4.1.45.5.3.10.1.3 | truthvalue | read-write |
This object specifies whether to use this VoIP Vlan. |
bseeMultiHostDhcpAuthPhoneTable | 1.3.6.1.4.1.45.5.3.11 | no-access |
This table provides the list of DHCP authenticated IP phones per-MAC address per-port. |
|
1.3.6.1.4.1.45.5.3.11.1 | no-access |
The DHCP authenticated IP phone for a port. |
||
bseeMultiHostDhcpAuthPhonePortNumber | 1.3.6.1.4.1.45.5.3.11.1.1 | interfaceindex | no-access |
The port number associated with the DHCP authenticated IP phone. |
bseeMultiHostDhcpAuthPhoneClientMACAddr | 1.3.6.1.4.1.45.5.3.11.1.2 | macaddress | no-access |
The MAC address of the DHCP authenticated IP phone. |
bseeMultiHostDhcpAuthPhoneUserName | 1.3.6.1.4.1.45.5.3.11.1.3 | snmpadminstring | read-only |
The user name currently in use by the DHCP authenticated IP phone. |