WWP-8021X-MIB

File: WWP-8021X-MIB.mib (9530 bytes)

Imported modules

SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
WWP-SMI

Imported symbols

OBJECT-GROUP NOTIFICATION-GROUP IpAddress
Integer32 OBJECT-TYPE MODULE-IDENTITY
RowStatus wwpModules

Defined Types

Wwp8021xPortEntry  
SEQUENCE    
  wwp8021xPort INTEGER
  wwp8021xRole INTEGER

Wwp8021xRadiusServerEntry  
SEQUENCE    
  wwp8021xRadiusServerId Integer32
  wwp8021xRadiusServerIpAddr IpAddress
  wwp8021xRadiusServerAuthPort Integer32
  wwp8021xRadiusServerAuthKey OCTET STRING
  wwp8021xRadiusServerStatus RowStatus

Wwp8021xSupplicantSecEntry  
SEQUENCE    
  wwp8021xPort INTEGER
  wwp8021xSupplicantSecUserName OCTET STRING
  wwp8021xSupplicantSecPassword OCTET STRING

Defined Values

wwp8021xMibModule 1.3.6.1.4.1.6141.2.401
Description.
MODULE-IDENTITY    

wwp8021xMIB 1.3.6.1.4.1.6141.2.401.1
OBJECT IDENTIFIER    

wwp8021xConf 1.3.6.1.4.1.6141.2.401.1.1
OBJECT IDENTIFIER    

wwp8021xGroups 1.3.6.1.4.1.6141.2.401.1.1.1
OBJECT IDENTIFIER    

wwp8021xCompls 1.3.6.1.4.1.6141.2.401.1.1.2
OBJECT IDENTIFIER    

wwp8021xObjs 1.3.6.1.4.1.6141.2.401.1.2
OBJECT IDENTIFIER    

wwp8021xPortTable 1.3.6.1.4.1.6141.2.401.1.2.1
Table with an entry for every port on the switch
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Wwp8021xPortEntry

wwp8021xPortEntry 1.3.6.1.4.1.6141.2.401.1.2.1.1
Description.
Status: current Access: not-accessible
OBJECT-TYPE    
  Wwp8021xPortEntry  

wwp8021xPort 1.3.6.1.4.1.6141.2.401.1.2.1.1.1
Switch Ethernet Port
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..1000  

wwp8021xRole 1.3.6.1.4.1.6141.2.401.1.2.1.1.2
802.1x role of the Port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), supplicant(2), authenticator(3), both(4)  

wwp8021xRadiusClient 1.3.6.1.4.1.6141.2.401.1.2.2
OBJECT IDENTIFIER    

wwp8021xRadiusClientTimeout 1.3.6.1.4.1.6141.2.401.1.2.2.1
This is the time in seconds between retransmissions to the RADIUS server.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..30  

wwp8021xRadiusClientRetries 1.3.6.1.4.1.6141.2.401.1.2.2.2
Indicates the number of times the RADIUS server should be tried before giving up on the server.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..3  

wwp8021xRadiusDeadTime 1.3.6.1.4.1.6141.2.401.1.2.2.3
Length of time in minutes during which a RADIUS server is skipped over by transaction requests..
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..2000  

wwp8021xRadiusServerTable 1.3.6.1.4.1.6141.2.401.1.2.2.4
Lists the possible RADIUS servers.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Wwp8021xRadiusServerEntry

wwp8021xRadiusServerEntry 1.3.6.1.4.1.6141.2.401.1.2.2.4.1
Radius server entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Wwp8021xRadiusServerEntry  

wwp8021xRadiusServerId 1.3.6.1.4.1.6141.2.401.1.2.2.4.1.1
Index to the Radius Server Entry. The radius Servers are polled according to their ServerIds. If the ServerId 1 doesn't respond, then it tries for the next and hence on.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

wwp8021xRadiusServerIpAddr 1.3.6.1.4.1.6141.2.401.1.2.2.4.1.2
IP Address of the RADIUS server.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

wwp8021xRadiusServerAuthPort 1.3.6.1.4.1.6141.2.401.1.2.2.4.1.3
The destination UDP port number to which RADIUS messages should be sent. The RADIUS server will not be used for authentication if this port number is 0.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..65535  

wwp8021xRadiusServerAuthKey 1.3.6.1.4.1.6141.2.401.1.2.2.4.1.4
The Auth Key to be used for Radius Servers. Retrieving the value of this object via SNMP will return an empty string for security reasons
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(8..127)  

wwp8021xRadiusServerStatus 1.3.6.1.4.1.6141.2.401.1.2.2.4.1.5
To create a row in this table, a manager must set this object to either createAndGo(4). A row in the WwpRadiusServerEntry can't be set to active until wwpRadiusServerIpAddr has been set to valid value. To disable a Radius server , the operator can set this object to 'notInSerVice' state.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

wwp8021xEvents 1.3.6.1.4.1.6141.2.401.1.3
OBJECT IDENTIFIER    

wwp8021xEventsV2 1.3.6.1.4.1.6141.2.401.1.3.0
OBJECT IDENTIFIER    

wwp8021xSupplicantSecTable 1.3.6.1.4.1.6141.2.401.1.2.3
Table for Supplicant username and password. Has entry for every port on the switch
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Wwp8021xSupplicantSecEntry

wwp8021xSupplicantSecEntry 1.3.6.1.4.1.6141.2.401.1.2.3.1
This contains the username and password entries for each port. Index is wwp8021xPort from Wwp8021xPortEntry
Status: current Access: not-accessible
OBJECT-TYPE    
  Wwp8021xSupplicantSecEntry  

wwp8021xSupplicantSecUserName 1.3.6.1.4.1.6141.2.401.1.2.3.1.1
User name associated with port. This is only applicable if port has role of Supplicant or Both
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..63)  

wwp8021xSupplicantSecPassword 1.3.6.1.4.1.6141.2.401.1.2.3.1.2
Password associated with port. This is only applicable if port has role of Supplicant or Both
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..63)