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

VENDOR: MICROSENS


 Home MIB: G6-SYSTEM-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
 device 1.3.6.1.4.1.3181.10.6.1
Microsens private MIB for Generation 6 Ethernet Switches
     system 1.3.6.1.4.1.3181.10.6.1.30
           systemShowTimeDate 1.3.6.1.4.1.3181.10.6.1.30.1 displaystring read-write
Show system time and date.
           systemSetTime 1.3.6.1.4.1.3181.10.6.1.30.2 displaystring read-write
Sets the system clock (time only). Syntax: 12:30:00
           systemSetDate 1.3.6.1.4.1.3181.10.6.1.30.3 displaystring read-write
Sets the system clock (date only). Syntax: 2012-12-24
           systemShowUtilization 1.3.6.1.4.1.3181.10.6.1.30.4 displaystring read-write
Show CPU status information
           systemRebootDevice 1.3.6.1.4.1.3181.10.6.1.30.5 displaystring read-write
This command will restart the device. All communication will be disrupted! Syntax: reboot_device = CONFIRM.
           systemCreateSnapshot 1.3.6.1.4.1.3181.10.6.1.30.6 displaystring read-write
Creates a snapshot of all relevant configuration and status information packaged as a single tar archieve. This file can be found in service/snapshot.
           systemSendWakeOnLanPacket 1.3.6.1.4.1.3181.10.6.1.30.7 displaystring read-write
This command will send a magic packet to wake up a selected sleeping device. The device is identified by its MAC address. Syntax: send_wake_on_lan_packet = 00:11:22:44:55:66.
           systemAlternativeMacAddress 1.3.6.1.4.1.3181.10.6.1.30.8 macaddress read-write
This field is usually empty. This field may be used to override the MAC address fixed in the factory setting. NOTE: This value is read only after a reset!
           systemBootPreference 1.3.6.1.4.1.3181.10.6.1.30.9 integer read-write
This feature only applies to devices that feature internal memory plus plugged-in SD cards. It defines which software is used after reboot. Enumeration: 'internalFirst': 1, 'sdCardOnly': 2, 'sdCardFirst': 0, 'internalOnly': 3.
           systemInventory 1.3.6.1.4.1.3181.10.6.1.30.10 displaystring read-write
Inventory string free for customer use. Up to 512 character are accepted. Note this config is linked to the SD card and may change when config or SD card is exchanged. For an inventory that is fixed to the hardware use device.system.set_factory_inventory command.
           systemAutorunCliScript 1.3.6.1.4.1.3181.10.6.1.30.11 displaystring read-write
Optional cli scripts executed after power sequence is completed. Several scripts may be assigned, with comma or blank separation.
           systemLocalConsole 1.3.6.1.4.1.3181.10.6.1.30.12 integer read-write
When set to disabled the local serial console port is disabled. Local access via serial cable is blocked. While this enhances local protection it also closes the emergency access should the device become inaccessible over the network due to misconfiguration. The port is also set to disabled, when serial port extension hardware is installed. Enumeration: 'disabled': 0, 'enabled': 1.
           systemPermitDebugAccess 1.3.6.1.4.1.3181.10.6.1.30.13 integer read-write
When enabled it is possible to log into the system for debug purposes. This includes telnet/ssh, as well as web and file transfer protocols. To protect the system from unauthorized access it is strongly advised to disable this feature unless instructed by authorized service personnel. NOTE: To ensure that any possibly pending debug access is terminated reboot the device after setting this parameter to disabled. Enumeration: 'disabled': 0, 'enabled': 1.
           systemPermitIncomingAlerts 1.3.6.1.4.1.3181.10.6.1.30.14 integer read-write
When enabled it is possible receive alerts via from external devices via SNMP or HTTP(S). This feature may be used in combination with custom scripting to react to external events. To protect the system from unauthorized spam it is advised to disable this feature unless there is an application for it. Enumeration: 'disabled': 0, 'enabled': 1.
           scriptScheduleTable 1.3.6.1.4.1.3181.10.6.1.30.15 no-access
This dynamic table permits the setup of automated script execution based on precise time scheduling definition. Any number of scripts may be executed at any desired interval or at selected dates. Please ensure the time and date are properly set (via NTP) when using this feature.
                 scriptScheduleEntry 1.3.6.1.4.1.3181.10.6.1.30.15.1 no-access
                     scriptScheduleIndex 1.3.6.1.4.1.3181.10.6.1.30.15.1.1 integer no-access
Automatically generated
                     scriptScheduleName 1.3.6.1.4.1.3181.10.6.1.30.15.1.2 displaystring read-write
Unique name to reference this entry and to remember whose MAC address is entered.
                     scriptScheduleMode 1.3.6.1.4.1.3181.10.6.1.30.15.1.3 integer read-write
When set to disabled this entry is ignored. It is recommended to first set the mode to disabled before the associated time values are modified. When all values are properly set re-enable the entry. Enumeration: 'disabled': 0, 'enabled': 1.
                     scriptScheduleCliScript 1.3.6.1.4.1.3181.10.6.1.30.15.1.4 displaystring read-write
Enter the name of the cli script that should be executed when the defined time occurs. Ensure that the script name selects a valid file. Several scripts may be assigned, with comma or blank separation.
                     scriptScheduleMinutes 1.3.6.1.4.1.3181.10.6.1.30.15.1.5 displaystring read-write
Format: 3,14 select exact minutes hour:03 and hour:14. * is every minute. */5 defines every five minutes.
                     scriptScheduleHours 1.3.6.1.4.1.3181.10.6.1.30.15.1.6 displaystring read-write
Format: 0-23. Range and comma separation is permitted. * is every hour.
                     scriptScheduleDays 1.3.6.1.4.1.3181.10.6.1.30.15.1.7 displaystring read-write
Format: 1-31. Range and comma separation is permitted. * is every day.
                     scriptScheduleMonths 1.3.6.1.4.1.3181.10.6.1.30.15.1.8 displaystring read-write
Format: 1-12 or Jan-Dec. Range and comma separation is permitted. * is every month.
                     scriptScheduleWeekdays 1.3.6.1.4.1.3181.10.6.1.30.15.1.9 displaystring read-write
Format: 0-6 or Sun-Sat. Range and comma separation is permitted. * is every day.
           systemLastBootTime 1.3.6.1.4.1.3181.10.6.1.30.100 displaystring read-only
The time and date when this device has booted.
           systemUptime 1.3.6.1.4.1.3181.10.6.1.30.101 counter32 read-only
Uptime since last reboot in seconds.
           systemUsedMacAddress 1.3.6.1.4.1.3181.10.6.1.30.102 macaddress read-only
Contains the mac address used by this unit. Usually follows to MAC defined in the factory setting, but may be overwritten by the alternative_mac_address.
           systemUsedBootMedia 1.3.6.1.4.1.3181.10.6.1.30.103 integer read-only
Enumeration: 'internalMemory': 1, 'nfs': 2, 'sdCard': 0.
           systemTemperature 1.3.6.1.4.1.3181.10.6.1.30.104 integer32 read-only
Temperature value in centigrade.
           systemClimateLevel 1.3.6.1.4.1.3181.10.6.1.30.105 integer read-only
Annotated temperature level. Enumeration: 'increased': 4, 'normal': 3, 'unknown': 0, 'criticalHigh': 6, 'high': 5, 'criticalLow': 1, 'low': 2, 'shutdown': 7.
           firmwareTable 1.3.6.1.4.1.3181.10.6.1.30.106 no-access
This section provides details about the running firmware.
                   firmwareEntry 1.3.6.1.4.1.3181.10.6.1.30.106.1 no-access
                       firmwareIndex 1.3.6.1.4.1.3181.10.6.1.30.106.1.1 integer no-access
Automatically generated
                       firmwareRunningVersion 1.3.6.1.4.1.3181.10.6.1.30.106.1.2 displaystring read-only
Running firmware version.
                       firmwareBuildDate 1.3.6.1.4.1.3181.10.6.1.30.106.1.3 displaystring read-only
Build date of the running firmware. Format: 2012-01-18 12:00:22.
                       firmwareBuildNumber 1.3.6.1.4.1.3181.10.6.1.30.106.1.4 unsigned32 read-only
Build number of the running firmware retrieved from the repository.
           saveInfoTable 1.3.6.1.4.1.3181.10.6.1.30.107 no-access
This section provided status information about the internal parameter saving process.
                   saveInfoEntry 1.3.6.1.4.1.3181.10.6.1.30.107.1 no-access
                       saveInfoIndex 1.3.6.1.4.1.3181.10.6.1.30.107.1.1 integer no-access
Automatically generated
                       saveInfoLastSavedParameter 1.3.6.1.4.1.3181.10.6.1.30.107.1.2 displaystring read-only
Records the last written parameter.
                       saveInfoWriteStatus 1.3.6.1.4.1.3181.10.6.1.30.107.1.3 integer read-only
Indicates if writing was succcessful. Enumeration: 'savedToRam': 2, 'processing': 1, 'savedToSdcard': 3, 'nothingToSave': 0.
                       saveInfoTimeStamp 1.3.6.1.4.1.3181.10.6.1.30.107.1.4 counter32 read-only
Records the time the write status was last changed.