G6-ACCESS-MIB

File: G6-ACCESS-MIB.mib (21052 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC MICROSENS-G6-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Unsigned32 Counter32 enterprises
NOTIFICATION-TYPE DisplayString MacAddress
g6

Defined Types

UserEntry  
SEQUENCE    
  userIndex INTEGER
  userName DisplayString
  userAssociatedGroups DisplayString
  userGeneralAccessRights INTEGER
  userEnableTelnetAccess INTEGER
  userEnableSshAccess INTEGER
  userEnableWebAccess INTEGER
  userEnableSnmpAccess INTEGER
  userEnableNmpAccess INTEGER
  userEnableFtpAccess INTEGER
  userEnterPassword DisplayString
  userEncryptedAuthPassword DisplayString
  userSnmpV3SecurityLevel INTEGER
  userSnmpV3AuthAlgorithm INTEGER
  userSnmpV3PrivacyAlgorithm INTEGER
  userEnterSnmpV3AuthPassword DisplayString
  userEncryptedSnmpAuthPassword DisplayString
  userEnterSnmpV3PrivacyPassword DisplayString
  userEncryptedSnmpPrivacyPassword DisplayString

GroupEntry  
SEQUENCE    
  groupIndex INTEGER
  groupName DisplayString
  groupAssociatedViews DisplayString

ViewEntry  
SEQUENCE    
  viewIndex INTEGER
  viewName DisplayString
  viewAssociatedPattern DisplayString

PatternEntry  
SEQUENCE    
  patternIndex INTEGER
  patternName DisplayString
  patternDotstring DisplayString
  patternAccessRights INTEGER

RadiusEntry  
SEQUENCE    
  radiusIndex INTEGER
  radiusPrimaryAuthServerName DisplayString
  radiusFallbackAuthServerName DisplayString

TacacsEntry  
SEQUENCE    
  tacacsIndex INTEGER
  tacacsPrimaryAuthServerName DisplayString
  tacacsFallbackAuthServerName DisplayString
  tacacsPrivilegeLevel0User DisplayString
  tacacsPrivilegeLevel1User DisplayString
  tacacsPrivilegeLevel15User DisplayString

RestrictionsEntry  
SEQUENCE    
  restrictionsIndex INTEGER
  restrictionsName DisplayString
  restrictionsMode INTEGER
  restrictionsIpAddress DisplayString

LoginStatusEntry  
SEQUENCE    
  loginStatusIndex INTEGER
  loginStatusState INTEGER
  loginStatusUserName DisplayString
  loginStatusAuthName DisplayString
  loginStatusLoginId Unsigned32
  loginStatusLoginTimeStamp DisplayString
  loginStatusLoginEpoch Unsigned32
  loginStatusConnectTime Counter32
  loginStatusService DisplayString
  loginStatusRemoteHost DisplayString

Defined Values

management 1.3.6.1.4.1.3181.10.6.3
Microsens private MIB for Generation 6 Ethernet Switches
MODULE-IDENTITY    

access 1.3.6.1.4.1.3181.10.6.3.76
OBJECT IDENTIFIER    

accessAuthenticationMode 1.3.6.1.4.1.3181.10.6.3.76.1
This parameter defines against which database incoming user and password are verified.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER local(0), localThenRadius(1), radius(2), localThenTacacs(3), tacacs(4), radiusThenLocal(5), tacacsThenLocal(6)  

userTable 1.3.6.1.4.1.3181.10.6.3.76.2
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UserEntry

userEntry 1.3.6.1.4.1.3181.10.6.3.76.2.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  UserEntry  

userIndex 1.3.6.1.4.1.3181.10.6.3.76.2.1.1
Automatically generated
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..31  

userName 1.3.6.1.4.1.3181.10.6.3.76.2.1.2
Unique name used to login to the system regardless of the management interface used. At least 3 character are required.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

userAssociatedGroups 1.3.6.1.4.1.3181.10.6.3.76.2.1.3
A user must be part of a group and inherits the rights of the groups and their views.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

userGeneralAccessRights 1.3.6.1.4.1.3181.10.6.3.76.2.1.4
Limited access rights here overrule rights granted by the associated groups and their views. Use NO_ACCESS to temporarily suspend a user account.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noAccess(0), readOnly(1), readWrite(2)  

userEnableTelnetAccess 1.3.6.1.4.1.3181.10.6.3.76.2.1.5
Permit CLI user access via insecure telnet session or via local serial port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

userEnableSshAccess 1.3.6.1.4.1.3181.10.6.3.76.2.1.6
Permit CLI user access via secure shell.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

userEnableWebAccess 1.3.6.1.4.1.3181.10.6.3.76.2.1.7
Permit user access via the web interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

userEnableSnmpAccess 1.3.6.1.4.1.3181.10.6.3.76.2.1.8
Permit user access via SNMP of any version. Additionally use SNMP settings to restrict to only secure SNMP v3 if desired.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

userEnableNmpAccess 1.3.6.1.4.1.3181.10.6.3.76.2.1.9
Permit user access via the nmp network management application.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

userEnableFtpAccess 1.3.6.1.4.1.3181.10.6.3.76.2.1.10
Permit ftp access for file transfers.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

userEnterPassword 1.3.6.1.4.1.3181.10.6.3.76.2.1.11
Set a new authentication password which replaces the previous one. This password applies to all user access methods except SNMP. For SNMP v3 a separate set of passwords is used. Note: trailing spaces or multiple spaces in the password are automatically removed.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

userEncryptedAuthPassword 1.3.6.1.4.1.3181.10.6.3.76.2.1.12
Tok_String
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

userSnmpV3SecurityLevel 1.3.6.1.4.1.3181.10.6.3.76.2.1.13
Defines if login authorization and/or privacy are used.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noAuthNoPriv(0), authNoPriv(1), authPriv(2)  

userSnmpV3AuthAlgorithm 1.3.6.1.4.1.3181.10.6.3.76.2.1.14
Defines with which algorithm the authorization key is created and decoded.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noAuthentication(0), md5(1), sha(2)  

userSnmpV3PrivacyAlgorithm 1.3.6.1.4.1.3181.10.6.3.76.2.1.15
Defines which encryption method is used security level includes privacy.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noPrivacy(0), des(1), aes(2)  

userEnterSnmpV3AuthPassword 1.3.6.1.4.1.3181.10.6.3.76.2.1.16
Set a new SNMP v3 authentication password. This parameter only is required when SNMP v3 is used. This value correlates to the authorization key. No spaces are permitted and at least 8 character are required.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

userEncryptedSnmpAuthPassword 1.3.6.1.4.1.3181.10.6.3.76.2.1.17
Tok_String
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

userEnterSnmpV3PrivacyPassword 1.3.6.1.4.1.3181.10.6.3.76.2.1.18
Set a new encryption password. This parameter only is required when SNMP v3 user based privacy is used. If left empty, the SNMP v3 authentication password is also used for SNMP v3 privacy. No spaces are permitted and at least 8 character are required. IMPORTANT: This password must be different to the authentication password !
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

userEncryptedSnmpPrivacyPassword 1.3.6.1.4.1.3181.10.6.3.76.2.1.19
Tok_String
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

groupTable 1.3.6.1.4.1.3181.10.6.3.76.3
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    GroupEntry

groupEntry 1.3.6.1.4.1.3181.10.6.3.76.3.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  GroupEntry  

groupIndex 1.3.6.1.4.1.3181.10.6.3.76.3.1.1
Automatically generated
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..15  

groupName 1.3.6.1.4.1.3181.10.6.3.76.3.1.2
Enter a unique and descriptive name that identifies the group. At least 3 character are required.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

groupAssociatedViews 1.3.6.1.4.1.3181.10.6.3.76.3.1.3
A list which may point to one or several views that make up this group.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

viewTable 1.3.6.1.4.1.3181.10.6.3.76.4
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ViewEntry

viewEntry 1.3.6.1.4.1.3181.10.6.3.76.4.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  ViewEntry  

viewIndex 1.3.6.1.4.1.3181.10.6.3.76.4.1.1
Automatically generated
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..63  

viewName 1.3.6.1.4.1.3181.10.6.3.76.4.1.2
Enter a unique and descriptive name that identifies the view. At least 3 character are required.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

viewAssociatedPattern 1.3.6.1.4.1.3181.10.6.3.76.4.1.3
A list which may point to one or several pattern that make up this view.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

patternTable 1.3.6.1.4.1.3181.10.6.3.76.5
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PatternEntry

patternEntry 1.3.6.1.4.1.3181.10.6.3.76.5.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  PatternEntry  

patternIndex 1.3.6.1.4.1.3181.10.6.3.76.5.1.1
Automatically generated
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..127  

patternName 1.3.6.1.4.1.3181.10.6.3.76.5.1.2
Enter a unique and descriptive name that identifies the pattern. At least 3 character are required.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

patternDotstring 1.3.6.1.4.1.3181.10.6.3.76.5.1.3
A dotstring or partical dotstring can be defined here. Example: device.port
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

patternAccessRights 1.3.6.1.4.1.3181.10.6.3.76.5.1.4
This defines in which way the dotstring is to be treated.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noAccess(0), readOnly(1), readWrite(2)  

radiusTable 1.3.6.1.4.1.3181.10.6.3.76.6
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RadiusEntry

radiusEntry 1.3.6.1.4.1.3181.10.6.3.76.6.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  RadiusEntry  

radiusIndex 1.3.6.1.4.1.3181.10.6.3.76.6.1.1
Automatically generated
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0  

radiusPrimaryAuthServerName 1.3.6.1.4.1.3181.10.6.3.76.6.1.2
Symbolic name of the RADIUS server used for authentication.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

radiusFallbackAuthServerName 1.3.6.1.4.1.3181.10.6.3.76.6.1.3
Symbolic name of the RADIUS server used for authentication if the primary server is down. Leave empty when no fallback is required.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

tacacsTable 1.3.6.1.4.1.3181.10.6.3.76.7
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TacacsEntry

tacacsEntry 1.3.6.1.4.1.3181.10.6.3.76.7.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  TacacsEntry  

tacacsIndex 1.3.6.1.4.1.3181.10.6.3.76.7.1.1
Automatically generated
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0  

tacacsPrimaryAuthServerName 1.3.6.1.4.1.3181.10.6.3.76.7.1.2
Symbolic name of the TACACS+ server used for authentication.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

tacacsFallbackAuthServerName 1.3.6.1.4.1.3181.10.6.3.76.7.1.3
Symbolic name of the TACACS+ server used for authentication if the primary server is down. Leave empty when no fallback is required.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

tacacsPrivilegeLevel0User 1.3.6.1.4.1.3181.10.6.3.76.7.1.4
This maps TACACS+ privilege levels to internal access model. Level 0 is lowest privilege level. Make sure the name entered here exists as local user name.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

tacacsPrivilegeLevel1User 1.3.6.1.4.1.3181.10.6.3.76.7.1.5
This maps TACACS+ privilege levels to internal access model. Level 1 is a basic privilege level. Make sure the name entered here exists as local user name.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

tacacsPrivilegeLevel15User 1.3.6.1.4.1.3181.10.6.3.76.7.1.6
This maps TACACS+ privilege levels to internal access model. Level 15 is higest privilege level and would usually be mapped to the admin user.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

restrictionsTable 1.3.6.1.4.1.3181.10.6.3.76.8
This table may be used to restrict access to the management system. Be careful not to lock your self out.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RestrictionsEntry

restrictionsEntry 1.3.6.1.4.1.3181.10.6.3.76.8.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  RestrictionsEntry  

restrictionsIndex 1.3.6.1.4.1.3181.10.6.3.76.8.1.1
Automatically generated
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..127  

restrictionsName 1.3.6.1.4.1.3181.10.6.3.76.8.1.2
Enter a unique and descriptive name that identifies the ip_address. At least 3 character are required.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

restrictionsMode 1.3.6.1.4.1.3181.10.6.3.76.8.1.3
The associated ip address may be permitted or denied. Use UNUSED to temporarily suspend an entry.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER unused(0), permit(1), deny(2)  

restrictionsIpAddress 1.3.6.1.4.1.3181.10.6.3.76.8.1.4
Enter an IP address or address range which is denied or permitted. For example, to describe a range of IP addresses from 192.168.0.1 to 192.168.255.255 you use: 192.168.0.0/16. Where 16 describes the number of bits in the IP address that are used for comparison (here192.168).
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

accessNumberOfLogins 1.3.6.1.4.1.3181.10.6.3.76.100
This value is incremented for each successful login.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

loginStatusTable 1.3.6.1.4.1.3181.10.6.3.76.101
This table displays data which are read from the inserted SFPs.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LoginStatusEntry

loginStatusEntry 1.3.6.1.4.1.3181.10.6.3.76.101.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  LoginStatusEntry  

loginStatusIndex 1.3.6.1.4.1.3181.10.6.3.76.101.1.1
Automatically generated
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..31  

loginStatusState 1.3.6.1.4.1.3181.10.6.3.76.101.1.2
Indicates if this login record displays a currently active login or a history entry of a previous login which is logged off by now.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unused(0), loggedOff(1), activeLogin(2)  

loginStatusUserName 1.3.6.1.4.1.3181.10.6.3.76.101.1.3
User name for which this record applies.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

loginStatusAuthName 1.3.6.1.4.1.3181.10.6.3.76.101.1.4
Authorization name which maps to the local user names to define the actual access rights. For local authentication this value mirrors the user name. When RADIUS authentication is used, this reflects the name provided by the RADIUS server.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

loginStatusLoginId 1.3.6.1.4.1.3181.10.6.3.76.101.1.5
Unique value to reference this login operation
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

loginStatusLoginTimeStamp 1.3.6.1.4.1.3181.10.6.3.76.101.1.6
Indicated the time when this user has connected to this service.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

loginStatusLoginEpoch 1.3.6.1.4.1.3181.10.6.3.76.101.1.7
Login time stamp in Linux time since the epoch format.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

loginStatusConnectTime 1.3.6.1.4.1.3181.10.6.3.76.101.1.8
Indicated since how long the connection is established. For logged off entries this indicates the connect time of entry.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

loginStatusService 1.3.6.1.4.1.3181.10.6.3.76.101.1.9
Displays which service was used to perform the login.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

loginStatusRemoteHost 1.3.6.1.4.1.3181.10.6.3.76.101.1.10
Displays from which remote host the login was performed. Details depend on the chosen interface.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString