DLINKSW-NETWORK-ACCESS-MIB: View SNMP OID List / Download MIB

VENDOR: D-LINK


 Home MIB: DLINKSW-NETWORK-ACCESS-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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 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.
         dNetAccessAuthMIBNotifications 1.3.6.1.4.1.171.14.151.0
         dNetAccessAuthMIBObjects 1.3.6.1.4.1.171.14.151.1
             dNetAuthSystem 1.3.6.1.4.1.171.14.151.1.1
                 dnaMacMoveMode 1.3.6.1.4.1.171.14.151.1.1.1 integer read-write
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. Enumeration: 'deny': 1, 'permit': 2.
                 dnaAuthorizationEnabled 1.3.6.1.4.1.171.14.151.1.1.2 truthvalue read-write
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.
                 dnaMacFormatCase 1.3.6.1.4.1.171.14.151.1.1.3 integer read-write
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. Enumeration: 'uppercase': 1, 'lowercase': 2.
                 dnaMacFormatDelimiter 1.3.6.1.4.1.171.14.151.1.1.4 integer read-write
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 Enumeration: 'none': 1, 'colon': 3, 'hyphen': 2, 'dot': 4.
                 dnaMacFormatDelimiterNumber 1.3.6.1.4.1.171.14.151.1.1.5 integer32 read-write
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.
             dNetAuthAuthenticator 1.3.6.1.4.1.171.14.151.1.2
                 dnaMaxAuthedUserLimit 1.3.6.1.4.1.171.14.151.1.2.1 unsigned32 read-write
This object indicates the maximum authenticated users of the system.
                 dnaPortConfigTable 1.3.6.1.4.1.171.14.151.1.2.2 no-access
This table is a list of configurations for ports. An entry will exist for every interface which supports Network Access Authentication feature.
                     dnaPortConfigEntry 1.3.6.1.4.1.171.14.151.1.2.2.1 no-access
An entry contains port-specific configuration for Network Access Authentication.
                         dnaPortMaxAuthedUserLimit 1.3.6.1.4.1.171.14.151.1.2.2.1.1 unsigned32 read-write
This object indicates the maximum authenticated users of this port.
                         dnaPortAuthHostMode 1.3.6.1.4.1.171.14.151.1.2.2.1.2 dlinkauthhostmode read-write
This object indicates the authentication host mode of the entry.
                         dnaPortAuthVlansFirst2K 1.3.6.1.4.1.171.14.151.1.2.2.1.3 dlink2kvlanlist read-write
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.
                         dnaPortAuthVlansSecond2K 1.3.6.1.4.1.171.14.151.1.2.2.1.4 dlink2kvlanlist read-write
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.
                         dnaPortReauthEnabled 1.3.6.1.4.1.171.14.151.1.2.2.1.5 truthvalue read-write
This object indicates whether the periodic re-authentication is enabled.
                         dnaPortReauthInterval 1.3.6.1.4.1.171.14.151.1.2.2.1.6 unsigned32 read-write
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.
                         dnaPortRestartInterval 1.3.6.1.4.1.171.14.151.1.2.2.1.7 unsigned32 read-write
Specifies the interval after which a further authentication attempt should be made to this port if it is not authorized.
                         dnaPortInactivityTimeout 1.3.6.1.4.1.171.14.151.1.2.2.1.8 integer32 read-write
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.
                         dnaPortGuestVlanid 1.3.6.1.4.1.171.14.151.1.2.2.1.9 vlanidornone read-write
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.
                 dnaPortMethodTable 1.3.6.1.4.1.171.14.151.1.2.3 no-access
The table contains a list of authentication methods information on ports. An entry will exist for every port which supports Network Access Authentication feature.
                     dnaPortMethodEntry 1.3.6.1.4.1.171.14.151.1.2.3.1 no-access
An entry contains configuration and information of authentication methods for a particular port.
                         dnaPortMethodAvailable 1.3.6.1.4.1.171.14.151.1.2.3.1.1 dlinkauthmethodlist read-only
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'.
                         dnaPortMethodCompAuthMode 1.3.6.1.4.1.171.14.151.1.2.3.1.2 dlinkcompauthmode read-write
This object indicates the compound authentication mode on the port.
             dNetAuthSession 1.3.6.1.4.1.171.14.151.1.3
                 dnaSessionTable 1.3.6.1.4.1.171.14.151.1.3.1 no-access
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.
                     dnaSessionEntry 1.3.6.1.4.1.171.14.151.1.3.1.1 no-access
An entry contains management information for a particular authentication session.
                         dnaSessionId 1.3.6.1.4.1.171.14.151.1.3.1.1.1 unsigned32 no-access
This object indicates a unique identifier of the authentication session.
                         dnaSessionClientMacAddress 1.3.6.1.4.1.171.14.151.1.3.1.1.2 macaddress read-only
This object indicates the MAC address of the device associates with the authentication session.
                         dnaSessionClientAddrType 1.3.6.1.4.1.171.14.151.1.3.1.1.3 inetaddresstype read-only
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.
                         dnaSessionClientAddress 1.3.6.1.4.1.171.14.151.1.3.1.1.4 inetaddress read-only
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.
                         dnaSessionStatus 1.3.6.1.4.1.171.14.151.1.3.1.1.5 integer read-only
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. Enumeration: 'authenticationSuccess': 4, 'idle': 1, 'authenticating': 2, 'noMethod': 3, 'authenticationFailed': 5.
                         dnaSessionAuthUserName 1.3.6.1.4.1.171.14.151.1.3.1.1.6 snmpadminstring read-only
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.
                         dnaSessionAuthorizedBy 1.3.6.1.4.1.171.14.151.1.3.1.1.7 dlinkauthmethod read-only
This object indicates the method which authorizes the authentication session.
                         dnaSessionAuthVlan 1.3.6.1.4.1.171.14.151.1.3.1.1.8 vlanidornone read-only
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.
                         dnaSessionAccountingID 1.3.6.1.4.1.171.14.151.1.3.1.1.9 snmpadminstring read-only
This object indicates the accounting session ID that using to accounting after authenticated.
                         dnaSessionAssignVid 1.3.6.1.4.1.171.14.151.1.3.1.1.10 vlanidornone read-only
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.
                         dnaSessionAssignPriority 1.3.6.1.4.1.171.14.151.1.3.1.1.11 integer32 read-only
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.
                         dnaSessionAssignIngressBandwidth 1.3.6.1.4.1.171.14.151.1.3.1.1.12 integer32 read-only
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.
                         dnaSessionAssignEgressBandwidth 1.3.6.1.4.1.171.14.151.1.3.1.1.13 integer32 read-only
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.
                         dnaSessionTimeout 1.3.6.1.4.1.171.14.151.1.3.1.1.14 unsigned32 read-only
Indicates the session timeout used by Network Access Authentication for the authentication session.
                         dnaSessionTimeLeft 1.3.6.1.4.1.171.14.151.1.3.1.1.15 unsigned32 read-only
Indicates the leftover time of the authentication session.
                         dnaSessionInactivityTimeout 1.3.6.1.4.1.171.14.151.1.3.1.1.16 unsigned32 read-only
Indicates the inactivity timeout used by Network Access Authentication for the authentication session.
                         dnaSessionInactivityTimeLeft 1.3.6.1.4.1.171.14.151.1.3.1.1.17 unsigned32 read-only
Indicates the leftover time of the inactivity timer of the authentication session.
                         dnaSessionTerminateSession 1.3.6.1.4.1.171.14.151.1.3.1.1.99 integer read-write
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. Enumeration: 'terminate': 1, 'noOp': 2.
                 dnaSessionMethodInfoTable 1.3.6.1.4.1.171.14.151.1.3.2 no-access
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.
                     dnaSessionMethodInfoEntry 1.3.6.1.4.1.171.14.151.1.3.2.1 no-access
An entry contains information for a particular effective authentication method which is associated with a session on an interface.
                         dnaSessionMethod 1.3.6.1.4.1.171.14.151.1.3.2.1.1 dlinkauthmethod no-access
Indicates the authentication method of the entry.
                         dnaSessionMethodState 1.3.6.1.4.1.171.14.151.1.3.2.1.2 integer read-only
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. Enumeration: 'inProgress': 2, 'authcSuccess': 3, 'notInitiated': 1, 'authcFailed': 4.
                 dnaSessionTerminateIfTable 1.3.6.1.4.1.171.14.151.1.3.3 no-access
The table is used to terminate authentication sessions by interface.
                     dnaSessionTerminateIfEntry 1.3.6.1.4.1.171.14.151.1.3.3.1 no-access
An entry is used to terminate authentication sessions by specifying authentication methods per Network Access Authentication managed port.
                         dnaSessionTerminateIfMethodList 1.3.6.1.4.1.171.14.151.1.3.3.1.1 dlinkauthmethodlist read-write
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.
                 dnaSessionTerminateMethod 1.3.6.1.4.1.171.14.151.1.3.4 dlinkauthmethod read-write
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.
                 dnaSessionTerminateAll 1.3.6.1.4.1.171.14.151.1.3.5 integer read-write
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. Enumeration: 'terminateAll': 1, 'noOp': 2.
             dNetAuthUser 1.3.6.1.4.1.171.14.151.1.4
                 dnaUserTable 1.3.6.1.4.1.171.14.151.1.4.1 no-access
A table contains a list of users in the local database for authentication.
                     dnaUserEntry 1.3.6.1.4.1.171.14.151.1.4.1.1 no-access
An entry consists of information for an account.
                         dnaUserName 1.3.6.1.4.1.171.14.151.1.4.1.1.1 displaystring no-access
This object indicates the username for this user account.
                         dnaUserPassword 1.3.6.1.4.1.171.14.151.1.4.1.1.2 displaystring read-only
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.
                         dnaUserTargetVlanid 1.3.6.1.4.1.171.14.151.1.4.1.1.3 vlanidornone read-only
This object indicates the VLAN ID to be assigned for this user account.
                         dnaUserRowStatus 1.3.6.1.4.1.171.14.151.1.4.1.1.99 rowstatus read-only
This object manages this user account.
         dNetAccessAuthMIBConformance 1.3.6.1.4.1.171.14.151.2
             dnaMIBCompliances 1.3.6.1.4.1.171.14.151.2.1
                 dnaCompliance 1.3.6.1.4.1.171.14.151.2.1.1
The compliance statement for entities which implement DLINKSW-NETWORK-ACCESS-MIB.
             dnaMIBGroups 1.3.6.1.4.1.171.14.151.2.2
                 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.
                 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.
                 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.
                 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.
                 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.
                 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.
                 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.
                 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.
                 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.
                 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.
                 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.
                 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.