DLINKSW-NETWORK-ACCESS-MIB

File: DLINKSW-NETWORK-ACCESS-MIB.mib (41220 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
SNMP-FRAMEWORK-MIB INET-ADDRESS-MIB IF-MIB
Q-BRIDGE-MIB DLINKSW-TC-MIB DLINK-ID-REC-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
Integer32 MODULE-COMPLIANCE OBJECT-GROUP
MacAddress TEXTUAL-CONVENTION TruthValue
RowStatus DisplayString SnmpAdminString
InetAddress InetAddressType ifIndex
VlanIdOrNone Dlink2kVlanList dlinkIndustrialCommon

Defined Types

DlinkAuthMethod  
The authentication methods and protocols supported in Network Access Authentication. other : other methods no defined here. 'other' is a read-only value and cannot be used in set operation. dot1x : 802.1X Protocol. macAuth : MAC-based Access Control. webAuth : Web-based Access Control. jwac : Japanese Web Authentication.
TEXTUAL-CONVENTION    
  INTEGER other(1), dot1x(2), macAuth(3), webAuth(4), jwac(5)  

DlinkAuthMethodList  
The authentication methods being used by Network Access Authentication. This object is a bit map, with each bit representing a different authentication type as identified below. A 1-bit indicates the authentication method is used. A 0-bit indicates the authentication method is not used. dot1x : 802.1X Protocol. macAuth : MAC-based Access Control. webAuth : Web-based Access Control. jwac : Japanese Web Authentication.
TEXTUAL-CONVENTION    
  BITS dot1x(0), macAuth(1), webAuth(2), jwac(3)  

DlinkAuthHostMode  
The authentication mode of a controlled port. multiHost : If a port is operated in multi-host mode, once a host is authenticated, all remaining hosts are also authenticated in a single domain. multiAuth : If a port is operated in multi-auth mode, each host is authenticated separately in a single domain.
TEXTUAL-CONVENTION    
  INTEGER multiHost(1), multiAuth(2)  

DlinkCompAuthMode  
The compound authentication mode of a controlled port. any : The host needs pass one of the authentication methods (802.1X, MAC-based Access Control, WAC and JWAC). macJwac : MAC-based Access Control will be verified first. If a client passed MAC authentication, JWAC will be verified. The host needs pass both authentication methods. macWac : MAC-based Access Control will be verified first. If a client passed MAC authentication, WAC will be verified. The host needs pass both authentication methods.
TEXTUAL-CONVENTION    
  INTEGER any(1), macJwac(2), macWac(3)  

DnaPortConfigEntry  
SEQUENCE    
  dnaPortMaxAuthedUserLimit Unsigned32
  dnaPortAuthHostMode DlinkAuthHostMode
  dnaPortAuthVlansFirst2K Dlink2kVlanList
  dnaPortAuthVlansSecond2K Dlink2kVlanList
  dnaPortReauthEnabled TruthValue
  dnaPortReauthInterval Unsigned32
  dnaPortRestartInterval Unsigned32
  dnaPortInactivityTimeout Integer32
  dnaPortGuestVlanid VlanIdOrNone

DnaPortMethodEntry  
SEQUENCE    
  dnaPortMethodAvailable DlinkAuthMethodList
  dnaPortMethodCompAuthMode DlinkCompAuthMode

DnaSessionEntry  
SEQUENCE    
  dnaSessionId Unsigned32
  dnaSessionClientMacAddress MacAddress
  dnaSessionClientAddrType InetAddressType
  dnaSessionClientAddress InetAddress
  dnaSessionStatus INTEGER
  dnaSessionAuthUserName SnmpAdminString
  dnaSessionAuthorizedBy DlinkAuthMethod
  dnaSessionAuthVlan VlanIdOrNone
  dnaSessionAccountingID SnmpAdminString
  dnaSessionAssignVid VlanIdOrNone
  dnaSessionAssignPriority Integer32
  dnaSessionAssignIngressBandwidth Integer32
  dnaSessionAssignEgressBandwidth Integer32
  dnaSessionTimeout Unsigned32
  dnaSessionTimeLeft Unsigned32
  dnaSessionInactivityTimeout Unsigned32
  dnaSessionInactivityTimeLeft Unsigned32
  dnaSessionTerminateSession INTEGER

DnaSessionMethodInfoEntry  
SEQUENCE    
  dnaSessionMethod DlinkAuthMethod
  dnaSessionMethodState INTEGER

DnaSessionTerminateIfEntry  
SEQUENCE    
  dnaSessionTerminateIfMethodList DlinkAuthMethodList

DnaUserEntry  
SEQUENCE    
  dnaUserName DisplayString
  dnaUserPassword DisplayString
  dnaUserTargetVlanid VlanIdOrNone
  dnaUserRowStatus RowStatus

Defined Values

dlinkSwNetworkAccessAuthMIB 1.3.6.1.4.1.171.14.151
This MIB module defines objects for Network Access Authentication in the system. Network Access Authentication provides generic configurations for authentication methods in the system and manages the failover sequence of these methods in a flexible manner.
MODULE-IDENTITY    

dNetAccessAuthMIBNotifications 1.3.6.1.4.1.171.14.151.0
OBJECT IDENTIFIER    

dNetAccessAuthMIBObjects 1.3.6.1.4.1.171.14.151.1
OBJECT IDENTIFIER    

dNetAccessAuthMIBConformance 1.3.6.1.4.1.171.14.151.2
OBJECT IDENTIFIER    

dNetAuthSystem 1.3.6.1.4.1.171.14.151.1.1
OBJECT IDENTIFIER    

dNetAuthAuthenticator 1.3.6.1.4.1.171.14.151.1.2
OBJECT IDENTIFIER    

dNetAuthSession 1.3.6.1.4.1.171.14.151.1.3
OBJECT IDENTIFIER    

dNetAuthUser 1.3.6.1.4.1.171.14.151.1.4
OBJECT IDENTIFIER    

dnaMacMoveMode 1.3.6.1.4.1.171.14.151.1.1.1
This object controls whether to allow authenticated hosts to do roaming across different switch ports. deny : When a host is authenticated on one port, that address is not allowed to move on another authenticated manager-enabled port of the device. permit: Authenticated hosts are allowed to move from one port to another on the same device. When a host moves to a new port, the authenticated session on the original port is deleted, and the host is re-authenticated on the new port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER deny(1), permit(2)  

dnaAuthorizationEnabled 1.3.6.1.4.1.171.14.151.1.1.2
This object indicates the state of acceptance of the authorized configuration. When authorization is enabled for authentication, the authorized attributes (for example VLAN, 802.1p default priority, bandwidth, and ACL) will be accepted.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

dnaMacFormatCase 1.3.6.1.4.1.171.14.151.1.1.3
This object indicates the format of the authentication MAC address. uppercase: Using uppercase format, the formatted is: AA-BB-CC-DD-EE-FF. lowercase: Using lowercase format, the formatted is: aa-bb-cc-dd-ee-ff.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER uppercase(1), lowercase(2)  

dnaMacFormatDelimiter 1.3.6.1.4.1.171.14.151.1.1.4
This object indicates the delimiter format of authentication MAC address. none: Not using any delimiter, the format is: AABBCCDDEEFF hyphen: Using '-' as delimiter, the format is: AA-BB-CC-DD-EE-FF colon: Using ':' as delimiter, the format is: AA:BB:CC:DD:EE:FF dot: Using '.' as delimiter, the format is: AA.BB.CC.DD.EE.FF
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), hyphen(2), colon(3), dot(4)  

dnaMacFormatDelimiterNumber 1.3.6.1.4.1.171.14.151.1.1.5
This object indicates the delimiter number of authentication MAC address. 1: single delimiter, the format is: AABBCC.DDEEFF 2: double delimiter, the format is: AABB.CCDD.EEFF 5: multiple delimiter, the format is: AA.BB.CC.DD.EE.FF Note: while dnaMacFormatDelimiter is none(1), the delimiter number will not take effect.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1 | 2 | 5  

dnaMaxAuthedUserLimit 1.3.6.1.4.1.171.14.151.1.2.1
This object indicates the maximum authenticated users of the system.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

dnaPortConfigTable 1.3.6.1.4.1.171.14.151.1.2.2
This table is a list of configurations for ports. An entry will exist for every interface which supports Network Access Authentication feature.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DnaPortConfigEntry

dnaPortConfigEntry 1.3.6.1.4.1.171.14.151.1.2.2.1
An entry contains port-specific configuration for Network Access Authentication.
Status: current Access: not-accessible
OBJECT-TYPE    
  DnaPortConfigEntry  

dnaPortMaxAuthedUserLimit 1.3.6.1.4.1.171.14.151.1.2.2.1.1
This object indicates the maximum authenticated users of this port.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

dnaPortAuthHostMode 1.3.6.1.4.1.171.14.151.1.2.2.1.2
This object indicates the authentication host mode of the entry.
Status: current Access: read-write
OBJECT-TYPE    
  DlinkAuthHostMode  

dnaPortAuthVlansFirst2K 1.3.6.1.4.1.171.14.151.1.2.2.1.3
This object specifies the authentication VLAN(s) in a string of octets containing one bit per VLAN for VLANs 1 to 2048. If the bit is set to '1', then the VLAN needs authentication.
Status: current Access: read-write
OBJECT-TYPE    
  Dlink2kVlanList  

dnaPortAuthVlansSecond2K 1.3.6.1.4.1.171.14.151.1.2.2.1.4
This object specifies the authentication VLAN(s) in a string of octets containing one bit per VLAN for VLANs 2049 to 4094. If the bit is set to '1', then the VLAN needs authentication.
Status: current Access: read-write
OBJECT-TYPE    
  Dlink2kVlanList  

dnaPortReauthEnabled 1.3.6.1.4.1.171.14.151.1.2.2.1.5
This object indicates whether the periodic re-authentication is enabled.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

dnaPortReauthInterval 1.3.6.1.4.1.171.14.151.1.2.2.1.6
Specifies the re-authentication interval, after which the port will be re-authenticated if value of the corresponding instance of dnaPortReauthEnabled is 'true'. A value of zero indicates that the re-authentication interval is based on AAA server when this port is authenticated. Besides, the action (re-authenticate or initialize) to take after expiration of the timer is also based on server.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

dnaPortRestartInterval 1.3.6.1.4.1.171.14.151.1.2.2.1.7
Specifies the interval after which a further authentication attempt should be made to this port if it is not authorized.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..65535  

dnaPortInactivityTimeout 1.3.6.1.4.1.171.14.151.1.2.2.1.8
Specifies the period of time that a client associating with this port is allowed to be inactive before being terminated. A value of zero indicates that inactivity timeout is disabled on this port. A value of -1 indicates that inactivity timeout is based on AAA server when this port is authenticated.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1 | 0 | 1..65535  

dnaPortGuestVlanid 1.3.6.1.4.1.171.14.151.1.2.2.1.9
Specifies the VLAN ID of guest VLAN on the interface. The guest VLAN allows the user access within the guest VLAN before it is authenticated. A value of zero for this object indicates guest VLAN is not configured for the interface.
Status: current Access: read-write
OBJECT-TYPE    
  VlanIdOrNone  

dnaPortMethodTable 1.3.6.1.4.1.171.14.151.1.2.3
The table contains a list of authentication methods information on ports. An entry will exist for every port which supports Network Access Authentication feature.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DnaPortMethodEntry

dnaPortMethodEntry 1.3.6.1.4.1.171.14.151.1.2.3.1
An entry contains configuration and information of authentication methods for a particular port.
Status: current Access: not-accessible
OBJECT-TYPE    
  DnaPortMethodEntry  

dnaPortMethodAvailable 1.3.6.1.4.1.171.14.151.1.2.3.1.1
This object indicates the currently effective authentication methods on the port. e.g: The dnaPortMethodCompAuthMode of the interface is set to any(1), but only dot1x is running on this interface, macAuth, webAuth and jwac are disabled, only the bit of dot1x is '1'.
Status: current Access: read-only
OBJECT-TYPE    
  DlinkAuthMethodList  

dnaPortMethodCompAuthMode 1.3.6.1.4.1.171.14.151.1.2.3.1.2
This object indicates the compound authentication mode on the port.
Status: current Access: read-write
OBJECT-TYPE    
  DlinkCompAuthMode  

dnaSessionTable 1.3.6.1.4.1.171.14.151.1.3.1
The table contains a list of authentication sessions. An entry is created when an authentication session has been successfully created within Network Access Authentication. An entry is deleted when an authentication session has been removed.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DnaSessionEntry

dnaSessionEntry 1.3.6.1.4.1.171.14.151.1.3.1.1
An entry contains management information for a particular authentication session.
Status: current Access: not-accessible
OBJECT-TYPE    
  DnaSessionEntry  

dnaSessionId 1.3.6.1.4.1.171.14.151.1.3.1.1.1
This object indicates a unique identifier of the authentication session.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

dnaSessionClientMacAddress 1.3.6.1.4.1.171.14.151.1.3.1.1.2
This object indicates the MAC address of the device associates with the authentication session.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

dnaSessionClientAddrType 1.3.6.1.4.1.171.14.151.1.3.1.1.3
This object indicates the type of Internet address of the client associates with the authentication session. This object is meaningful only when the corresponding dnaSessionAuthorizedBy is webAuth or jwac.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

dnaSessionClientAddress 1.3.6.1.4.1.171.14.151.1.3.1.1.4
This object indicates the Internet address of the client associates with the authentication session. This object is meaningful only when the corresponding dnaSessionAuthorizedBy is webAuth or jwac.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

dnaSessionStatus 1.3.6.1.4.1.171.14.151.1.3.1.1.5
This object indicates the current status of the authentication session. idle : the session has been initialized and no method has run yet. authenticating : an authentication method is running for this session. noMethod : no authentication method has provided a result for this session. authenticationSuccess: an authentication method has resulted in authentication success for this session. authenticationFailed: an authentication method has resulted in authentication failed for this session.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER idle(1), authenticating(2), noMethod(3), authenticationSuccess(4), authenticationFailed(5)  

dnaSessionAuthUserName 1.3.6.1.4.1.171.14.151.1.3.1.1.6
This object indicates the user name of the authentication session. This object is meaningless when the corresponding dnaSessionAuthorizedBy is macAuth and a zero length string will be returned.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

dnaSessionAuthorizedBy 1.3.6.1.4.1.171.14.151.1.3.1.1.7
This object indicates the method which authorizes the authentication session.
Status: current Access: read-only
OBJECT-TYPE    
  DlinkAuthMethod  

dnaSessionAuthVlan 1.3.6.1.4.1.171.14.151.1.3.1.1.8
This object indicates the authorized VLAN applied to the authentication session. Value zero indicates that no authorized VLAN has been applied, or it is not applicable.
Status: current Access: read-only
OBJECT-TYPE    
  VlanIdOrNone  

dnaSessionAccountingID 1.3.6.1.4.1.171.14.151.1.3.1.1.9
This object indicates the accounting session ID that using to accounting after authenticated.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

dnaSessionAssignVid 1.3.6.1.4.1.171.14.151.1.3.1.1.10
This object indicates the effectively assigned VLAN ID that are authorized after host pass authenticated. A value of zero indicates that no valid VLAN ID is authorized.
Status: current Access: read-only
OBJECT-TYPE    
  VlanIdOrNone  

dnaSessionAssignPriority 1.3.6.1.4.1.171.14.151.1.3.1.1.11
This object indicates the effectively assigned priority that is authorized after host pass authenticated. A value of -1 indicates that no valid priority is authorized.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

dnaSessionAssignIngressBandwidth 1.3.6.1.4.1.171.14.151.1.3.1.1.12
This object indicates the effectively assigned ingress bandwidth that is authorized after host pass authenticated. A value of -1 indicates that no valid ingress is authorized.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

dnaSessionAssignEgressBandwidth 1.3.6.1.4.1.171.14.151.1.3.1.1.13
This object indicates the effectively assigned egress bandwidth that is authorized after host pass authenticated. A value of -1 indicates that no valid egress is authorized.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

dnaSessionTimeout 1.3.6.1.4.1.171.14.151.1.3.1.1.14
Indicates the session timeout used by Network Access Authentication for the authentication session.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dnaSessionTimeLeft 1.3.6.1.4.1.171.14.151.1.3.1.1.15
Indicates the leftover time of the authentication session.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dnaSessionInactivityTimeout 1.3.6.1.4.1.171.14.151.1.3.1.1.16
Indicates the inactivity timeout used by Network Access Authentication for the authentication session.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dnaSessionInactivityTimeLeft 1.3.6.1.4.1.171.14.151.1.3.1.1.17
Indicates the leftover time of the inactivity timer of the authentication session.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dnaSessionTerminateSession 1.3.6.1.4.1.171.14.151.1.3.1.1.99
This object terminates the authentication session, when set to 'terminate'. Setting this object to 'false' has no effect. No action is taken if this object is set to 'noOp'. When read, the value 'noOp' is returned.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER terminate(1), noOp(2)  

dnaSessionMethodInfoTable 1.3.6.1.4.1.171.14.151.1.3.2
The table contains a list of authenticating state information of methods for every authentication session. An entry exists for every authentication method that can initiate the authentication session within Network Access Authentication.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DnaSessionMethodInfoEntry

dnaSessionMethodInfoEntry 1.3.6.1.4.1.171.14.151.1.3.2.1
An entry contains information for a particular effective authentication method which is associated with a session on an interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  DnaSessionMethodInfoEntry  

dnaSessionMethod 1.3.6.1.4.1.171.14.151.1.3.2.1.1
Indicates the authentication method of the entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  DlinkAuthMethod  

dnaSessionMethodState 1.3.6.1.4.1.171.14.151.1.3.2.1.2
Indicates the state of this authentication method. notInitiated : The method hasn't initiated the authentication process yet. inProgress : The authentication method is in progress. authcSuccess: The session has been authenticated by the method. authcFailed : The session has failed to be authenticated by the method.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notInitiated(1), inProgress(2), authcSuccess(3), authcFailed(4)  

dnaSessionTerminateIfTable 1.3.6.1.4.1.171.14.151.1.3.3
The table is used to terminate authentication sessions by interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DnaSessionTerminateIfEntry

dnaSessionTerminateIfEntry 1.3.6.1.4.1.171.14.151.1.3.3.1
An entry is used to terminate authentication sessions by specifying authentication methods per Network Access Authentication managed port.
Status: current Access: not-accessible
OBJECT-TYPE    
  DnaSessionTerminateIfEntry  

dnaSessionTerminateIfMethodList 1.3.6.1.4.1.171.14.151.1.3.3.1.1
This object is used to terminate authentication sessions by methods on an interface by setting the corresponding bit to '1'. This object always returns '00'H when read.
Status: current Access: read-write
OBJECT-TYPE    
  DlinkAuthMethodList  

dnaSessionTerminateMethod 1.3.6.1.4.1.171.14.151.1.3.4
This object is used to terminate the authentication sessions by setting this object to valid value. Setting this object to 'other' has no effect. When read, the value 'other' is returned.
Status: current Access: read-write
OBJECT-TYPE    
  DlinkAuthMethod  

dnaSessionTerminateAll 1.3.6.1.4.1.171.14.151.1.3.5
This object is used to terminate all authentication sessions by setting this object to 'terminateAll'. Setting this object to 'noOp' has no effect. When read, the value 'noOp' is returned.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER terminateAll(1), noOp(2)  

dnaUserTable 1.3.6.1.4.1.171.14.151.1.4.1
A table contains a list of users in the local database for authentication.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DnaUserEntry

dnaUserEntry 1.3.6.1.4.1.171.14.151.1.4.1.1
An entry consists of information for an account.
Status: current Access: not-accessible
OBJECT-TYPE    
  DnaUserEntry  

dnaUserName 1.3.6.1.4.1.171.14.151.1.4.1.1.1
This object indicates the username for this user account.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..32)  

dnaUserPassword 1.3.6.1.4.1.171.14.151.1.4.1.1.2
This object indicates the password in clear text form for this user account. When read, a zero length string will be returned for security reasons.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..32)  

dnaUserTargetVlanid 1.3.6.1.4.1.171.14.151.1.4.1.1.3
This object indicates the VLAN ID to be assigned for this user account.
Status: current Access: read-create
OBJECT-TYPE    
  VlanIdOrNone  

dnaUserRowStatus 1.3.6.1.4.1.171.14.151.1.4.1.1.99
This object manages this user account.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

dnaMIBCompliances 1.3.6.1.4.1.171.14.151.2.1
OBJECT IDENTIFIER    

dnaMIBGroups 1.3.6.1.4.1.171.14.151.2.2
OBJECT IDENTIFIER    

dnaCompliance 1.3.6.1.4.1.171.14.151.2.1.1
The compliance statement for entities which implement DLINKSW-NETWORK-ACCESS-MIB.
Status: current Access: read-create
MODULE-COMPLIANCE    

dnaAuthPortConfigGroup 1.3.6.1.4.1.171.14.151.2.2.1
A collection of objects that provides port-specific configuration of Network Access Authentication.
Status: current Access: read-create
OBJECT-GROUP    

dnaPortMethodGroup 1.3.6.1.4.1.171.14.151.2.2.2
A collection of objects provides authentication methods configuration for Network Access Authentication.
Status: current Access: read-create
OBJECT-GROUP    

dnaSessionGroup 1.3.6.1.4.1.171.14.151.2.2.3
A collection of objects that provides authentication session management information for Network Access Authentication.
Status: current Access: read-create
OBJECT-GROUP    

dnaSessionMethodInfoGroup 1.3.6.1.4.1.171.14.151.2.2.4
A collection of objects that provides authentication session state information per authentication methods.
Status: current Access: read-create
OBJECT-GROUP    

dnaMacMoveConfigGroup 1.3.6.1.4.1.171.14.151.2.2.5
A collection of objects providing MAC move configuration for Network Access Authentication on the device.
Status: current Access: read-create
OBJECT-GROUP    

dnaAuthzConfigGroup 1.3.6.1.4.1.171.14.151.2.2.6
A collection of objects provides authorization configuration for Network Access Authentication on the device.
Status: current Access: read-create
OBJECT-GROUP    

dnaMacFormatGroup 1.3.6.1.4.1.171.14.151.2.2.7
A collection of objects provides MAC format configuration for Network Access Authentication on the device.
Status: current Access: read-create
OBJECT-GROUP    

dnaMaxAuthedUserLimitGroup 1.3.6.1.4.1.171.14.151.2.2.8
A collection of objects provides configuration of upper limits for authenticated user.
Status: current Access: read-create
OBJECT-GROUP    

dnaGuestVlanGroup 1.3.6.1.4.1.171.14.151.2.2.9
A collection of objects providing guest VLAN configuration for Network Access Authentication on the device.
Status: current Access: read-create
OBJECT-GROUP    

dnaAuthenticationVlanGroup 1.3.6.1.4.1.171.14.151.2.2.10
A collection of objects provides for the platform which supports the feature of per VLAN authentication.
Status: current Access: read-create
OBJECT-GROUP    

dnaSessionTerminateGroup 1.3.6.1.4.1.171.14.151.2.2.11
A collection of objects providing terminate authentication session information for Network Access Authentication on the device.
Status: current Access: read-create
OBJECT-GROUP    

dnaAccountUserGroup 1.3.6.1.4.1.171.14.151.2.2.12
A collection of objects providing local account information for Network Access Authentication on the device.
Status: current Access: read-create
OBJECT-GROUP