DOT1X-AUTHENTICATION-SERVER-MIB

File: DOT1X-AUTHENTICATION-SERVER-MIB.mib (5507 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC RFC1213-MIB
QUANTA-SWITCH-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Integer32 RowStatus DisplayString
switch

Defined Types

AgentDot1xAuthServUserConfigEntry  
SEQUENCE    
  agentDot1xAuthServUserIndex Integer32
  agentDot1xAuthServUserName DisplayString
  agentDot1xAuthServUserPassword DisplayString
  agentDot1xAuthServUserStatus RowStatus

Defined Values

dot1xAuthenticationServer 1.3.6.1.4.1.7244.2.49
The Quanta Private MIB for Dot1x Authentication Server
MODULE-IDENTITY    

agentDot1xAuthServUserConfigGroup 1.3.6.1.4.1.7244.2.49.1
OBJECT IDENTIFIER    

agentDot1xAuthServUserConfigCreate 1.3.6.1.4.1.7244.2.49.1.1
Create a new user. When set with a non-empty string, a new user with that name will be created. This object will only return an empty string. This string is limited to alpha-numeric strings (including the '-' and '_' characters).
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..64)  

agentDot1xAuthServUserConfigTable 1.3.6.1.4.1.7244.2.49.1.2
A table for dot1x Client details and associated functionality.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentDot1xAuthServUserConfigEntry

agentDot1xAuthServUserConfigEntry 1.3.6.1.4.1.7244.2.49.1.2.1
Represents entry for port config table.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentDot1xAuthServUserConfigEntry  

agentDot1xAuthServUserIndex 1.3.6.1.4.1.7244.2.49.1.2.1.1
Dot1x user config index.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..99  

agentDot1xAuthServUserName 1.3.6.1.4.1.7244.2.49.1.2.1.2
Dot1x user name. This string is limited to alpha-numeric strings (including '-' and '_' characters).
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..64)  

agentDot1xAuthServUserPassword 1.3.6.1.4.1.7244.2.49.1.2.1.3
Dot1x user password.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..64)  

agentDot1xAuthServUserStatus 1.3.6.1.4.1.7244.2.49.1.2.1.4
Dot1x User Status. active(1) - This user account is active. destroy(6) - Set to this value to remove this user account.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus