G6-WEB-MIB: View SNMP OID List / Download MIB

VENDOR: MICROSENS


 Home MIB: G6-WEB-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
 management 1.3.6.1.4.1.3181.10.6.3
Microsens private MIB for Generation 6 Ethernet Switches
     web 1.3.6.1.4.1.3181.10.6.3.63
           webProtocol 1.3.6.1.4.1.3181.10.6.3.63.1 integer read-write
Define which web client access protocol is used Enumeration: 'disabled': 0, 'httpUnsecure': 1, 'httpsSecure': 2.
           webWebTimeout 1.3.6.1.4.1.3181.10.6.3.63.2 integer32 read-write
Inactivity time out in seconds
           webHttpPortWeb 1.3.6.1.4.1.3181.10.6.3.63.3 integer32 read-write
Port used for http protocol acccess. Standard port is 80. Can be changed when non-standard port shall be used for Web management traffic.
           webHttpsPortWeb 1.3.6.1.4.1.3181.10.6.3.63.4 integer32 read-write
Port used for https protocol acccess. Standard port is 443. Can be changed when non-standard port shall be used for Web management traffic.
           webCertificateSource 1.3.6.1.4.1.3181.10.6.3.63.5 integer read-write
Determines if internal default certificate is used or a customer downloaded certificate is used. The custom certificate needs to be specified after selecting the CUSTOM option using the Management.files.certificate.activate_for_web command. Enumeration: 'intern': 0, 'custom': 1.
           webLoginMessage 1.3.6.1.4.1.3181.10.6.3.63.6 displaystring read-write
This message is displayed during login to the management web server.
           guiPageTable 1.3.6.1.4.1.3181.10.6.3.63.7 no-access
Define the look and feel of the SmartOffice graphical user interface.
               guiPageEntry 1.3.6.1.4.1.3181.10.6.3.63.7.1 no-access
                   guiPageIndex 1.3.6.1.4.1.3181.10.6.3.63.7.1.1 integer no-access
Automatically generated
                   guiPageName 1.3.6.1.4.1.3181.10.6.3.63.7.1.2 displaystring read-write
Unique name under which the page is reference a in the web gui.
                   guiPageGuiMode 1.3.6.1.4.1.3181.10.6.3.63.7.1.3 integer read-write
Permits limiting of gui functionality for example in public places. Enumeration: 'disabled': 0, 'remoteOnly': 3, 'displayOnly': 1, 'normal': 2.
                   guiPageColorScheme 1.3.6.1.4.1.3181.10.6.3.63.7.1.4 integer read-write
Select desired look of the page. Different pages may use different color schemes even if the same elements are placed on them. Enumeration: 'blue': 1, 'gray': 0, 'purple': 9, 'yellow': 4, 'pink': 5, 'green': 7, 'teal': 10, 'orange': 8, 'cyan': 6, 'red': 2, 'lime': 3.
                   guiPageLimitedToUsers 1.3.6.1.4.1.3181.10.6.3.63.7.1.5 displaystring read-write
When left blank, every user has access to the gui page and its associated elements. When one or more comma separated user names are defined, then local or remote access to the page and its elements is limited to the listed users.
                   guiPageOptions 1.3.6.1.4.1.3181.10.6.3.63.7.1.6 displaystring read-write
Optional additional parameter may be defined here is a comma separated list. Rendering options defined here, will be applied to all elements placed on the page, unless overridden with options defined at element level.
           guiElementTable 1.3.6.1.4.1.3181.10.6.3.63.8 no-access
Defines a single element of the user interface gui. Defines position as well as content and function.
               guiElementEntry 1.3.6.1.4.1.3181.10.6.3.63.8.1 no-access
                   guiElementIndex 1.3.6.1.4.1.3181.10.6.3.63.8.1.1 integer no-access
Automatically generated
                   guiElementName 1.3.6.1.4.1.3181.10.6.3.63.8.1.2 displaystring read-write
Unique name of the element.
                   guiElementType 1.3.6.1.4.1.3181.10.6.3.63.8.1.3 integer read-write
Predefined type of element. Choose to suit the functionality needed. Enumeration: 'diagram': 54, 'selectBox': 31, 'barGraph': 51, 'hyperLink': 12, 'image': 11, 'space': 13, 'toggle': 34, 'label': 10, 'symbol': 53, 'slider': 32, 'radioButton': 33, 'gauge': 52, 'button': 30, 'input': 55, 'line': 14, 'frame': 15, 'textBox': 50.
                   guiElementPage 1.3.6.1.4.1.3181.10.6.3.63.8.1.4 displaystring read-write
Name of gui page(s) on which this element is placed on. Use comma to specify several pages.
                   guiElementVisibility 1.3.6.1.4.1.3181.10.6.3.63.8.1.5 integer read-write
Defines if an element is rendered on the gui. Enumeration: 'disabled': 2, 'hidden': 1, 'normal': 0.
                   guiElementAutoSave 1.3.6.1.4.1.3181.10.6.3.63.8.1.6 integer read-write
When enabled, this gui element saves the current setting as the default value to be used should the system restart. Enumeration: 'disabled': 0, 'enabled': 1.
                   guiElementRemoteAccessible 1.3.6.1.4.1.3181.10.6.3.63.8.1.7 integer read-write
When enabled, this gui element may be accessed via the the remote access interface. Use this parameter to restrict the remote interface to the required elements only. Enumeration: 'disabled': 0, 'enabled': 1.
                   guiElementSensorAttribute 1.3.6.1.4.1.3181.10.6.3.63.8.1.8 displaystring read-write
Indicates which type of sensor this gui element simulates when being operated. If left blank the element will register with its type as default.
                   guiElementScriptName 1.3.6.1.4.1.3181.10.6.3.63.8.1.9 displaystring read-write
When this element is updated the script specified in this parameter is executed. If the parameter is left blank, the standard MS_SmartOfficeControl.ms script is executed. The specified script should not contain any time consuming functions.
                   guiElementWatchedElement 1.3.6.1.4.1.3181.10.6.3.63.8.1.10 displaystring read-write
Here a valid CLI command may be entered to display any system parameter. Status or config values may be specified. Alternatively, the content of a persistent variable may be watched. Such variables can be maintained by microScript. Syntax: $varname.
                   guiElementOrder 1.3.6.1.4.1.3181.10.6.3.63.8.1.11 unsigned32 read-write
Elements are displayed in this order. Elements with same index appear in the order they are configured. There may be gaps in the order of elements.
                   guiElementHeight 1.3.6.1.4.1.3181.10.6.3.63.8.1.12 displaystring read-write
Height of element in percent of container height.
                   guiElementWidth 1.3.6.1.4.1.3181.10.6.3.63.8.1.13 displaystring read-write
Width of element in percent of container width.
                   guiElementTopMargin 1.3.6.1.4.1.3181.10.6.3.63.8.1.14 displaystring read-write
Defines the distance of element in percent of container height below the above element. Can be used to position element in relation to others.
                   guiElementLeftMargin 1.3.6.1.4.1.3181.10.6.3.63.8.1.15 displaystring read-write
Defines the distance of element in percent of container width from the end of the previous element to the left. Can be used to position element in relation to others.
                   guiElementHeader 1.3.6.1.4.1.3181.10.6.3.63.8.1.16 displaystring read-write
Title to be displayed above the element, doesn't preserve space if left empty.
                   guiElementText 1.3.6.1.4.1.3181.10.6.3.63.8.1.17 displaystring read-write
Comma separated list of texts. Appearance depends on the type of element.
                   guiElementValue 1.3.6.1.4.1.3181.10.6.3.63.8.1.18 displaystring read-write
Comma separated list of values. Usage depends on the type of element.
                   guiElementStartValue 1.3.6.1.4.1.3181.10.6.3.63.8.1.19 displaystring read-write
Default or start value which is used when the element is first created. This value is automatically updated to reflect the last setting when the auto_save parameter is enabled. This value only applies to active elements.
                   guiElementImage 1.3.6.1.4.1.3181.10.6.3.63.8.1.20 displaystring read-write
Comma separated list of images to display on the element.
                   guiElementOptions 1.3.6.1.4.1.3181.10.6.3.63.8.1.21 displaystring read-write
Optional element specific additional parameter may be placed here.