G6-SYSTEM-MIB

File: G6-SYSTEM-MIB.mib (13686 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

ScriptScheduleEntry  
SEQUENCE    
  scriptScheduleIndex INTEGER
  scriptScheduleName DisplayString
  scriptScheduleMode INTEGER
  scriptScheduleCliScript DisplayString
  scriptScheduleMinutes DisplayString
  scriptScheduleHours DisplayString
  scriptScheduleDays DisplayString
  scriptScheduleMonths DisplayString
  scriptScheduleWeekdays DisplayString

FirmwareEntry  
SEQUENCE    
  firmwareIndex INTEGER
  firmwareRunningVersion DisplayString
  firmwareBuildDate DisplayString
  firmwareBuildNumber Unsigned32

SaveInfoEntry  
SEQUENCE    
  saveInfoIndex INTEGER
  saveInfoLastSavedParameter DisplayString
  saveInfoWriteStatus INTEGER
  saveInfoTimeStamp Counter32

Defined Values

device 1.3.6.1.4.1.3181.10.6.1
Microsens private MIB for Generation 6 Ethernet Switches
MODULE-IDENTITY    

system 1.3.6.1.4.1.3181.10.6.1.30
OBJECT IDENTIFIER    

systemShowTimeDate 1.3.6.1.4.1.3181.10.6.1.30.1
Show system time and date.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

systemSetTime 1.3.6.1.4.1.3181.10.6.1.30.2
Sets the system clock (time only). Syntax: 12:30:00
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

systemSetDate 1.3.6.1.4.1.3181.10.6.1.30.3
Sets the system clock (date only). Syntax: 2012-12-24
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

systemShowUtilization 1.3.6.1.4.1.3181.10.6.1.30.4
Show CPU status information
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

systemRebootDevice 1.3.6.1.4.1.3181.10.6.1.30.5
This command will restart the device. All communication will be disrupted! Syntax: reboot_device = CONFIRM.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

systemCreateSnapshot 1.3.6.1.4.1.3181.10.6.1.30.6
Creates a snapshot of all relevant configuration and status information packaged as a single tar archieve. This file can be found in service/snapshot.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

systemSendWakeOnLanPacket 1.3.6.1.4.1.3181.10.6.1.30.7
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.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

systemAlternativeMacAddress 1.3.6.1.4.1.3181.10.6.1.30.8
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!
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

systemBootPreference 1.3.6.1.4.1.3181.10.6.1.30.9
This feature only applies to devices that feature internal memory plus plugged-in SD cards. It defines which software is used after reboot.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER sdCardFirst(0), internalFirst(1), sdCardOnly(2), internalOnly(3)  

systemInventory 1.3.6.1.4.1.3181.10.6.1.30.10
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.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

systemAutorunCliScript 1.3.6.1.4.1.3181.10.6.1.30.11
Optional cli scripts executed after power sequence is completed. Several scripts may be assigned, with comma or blank separation.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

systemLocalConsole 1.3.6.1.4.1.3181.10.6.1.30.12
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

systemPermitDebugAccess 1.3.6.1.4.1.3181.10.6.1.30.13
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

systemPermitIncomingAlerts 1.3.6.1.4.1.3181.10.6.1.30.14
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

scriptScheduleTable 1.3.6.1.4.1.3181.10.6.1.30.15
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ScriptScheduleEntry

scriptScheduleEntry 1.3.6.1.4.1.3181.10.6.1.30.15.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  ScriptScheduleEntry  

scriptScheduleIndex 1.3.6.1.4.1.3181.10.6.1.30.15.1.1
Automatically generated
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..31  

scriptScheduleName 1.3.6.1.4.1.3181.10.6.1.30.15.1.2
Unique name to reference this entry and to remember whose MAC address is entered.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

scriptScheduleMode 1.3.6.1.4.1.3181.10.6.1.30.15.1.3
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

scriptScheduleCliScript 1.3.6.1.4.1.3181.10.6.1.30.15.1.4
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.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

scriptScheduleMinutes 1.3.6.1.4.1.3181.10.6.1.30.15.1.5
Format: 3,14 select exact minutes hour:03 and hour:14. * is every minute. */5 defines every five minutes.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

scriptScheduleHours 1.3.6.1.4.1.3181.10.6.1.30.15.1.6
Format: 0-23. Range and comma separation is permitted. * is every hour.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

scriptScheduleDays 1.3.6.1.4.1.3181.10.6.1.30.15.1.7
Format: 1-31. Range and comma separation is permitted. * is every day.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

scriptScheduleMonths 1.3.6.1.4.1.3181.10.6.1.30.15.1.8
Format: 1-12 or Jan-Dec. Range and comma separation is permitted. * is every month.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

scriptScheduleWeekdays 1.3.6.1.4.1.3181.10.6.1.30.15.1.9
Format: 0-6 or Sun-Sat. Range and comma separation is permitted. * is every day.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

systemLastBootTime 1.3.6.1.4.1.3181.10.6.1.30.100
The time and date when this device has booted.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

systemUptime 1.3.6.1.4.1.3181.10.6.1.30.101
Uptime since last reboot in seconds.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

systemUsedMacAddress 1.3.6.1.4.1.3181.10.6.1.30.102
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.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

systemUsedBootMedia 1.3.6.1.4.1.3181.10.6.1.30.103
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER sdCard(0), internalMemory(1), nfs(2)  

systemTemperature 1.3.6.1.4.1.3181.10.6.1.30.104
Temperature value in centigrade.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..255  

systemClimateLevel 1.3.6.1.4.1.3181.10.6.1.30.105
Annotated temperature level.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(0), criticalLow(1), low(2), normal(3), increased(4), high(5), criticalHigh(6), shutdown(7)  

firmwareTable 1.3.6.1.4.1.3181.10.6.1.30.106
This section provides details about the running firmware.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FirmwareEntry

firmwareEntry 1.3.6.1.4.1.3181.10.6.1.30.106.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  FirmwareEntry  

firmwareIndex 1.3.6.1.4.1.3181.10.6.1.30.106.1.1
Automatically generated
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0  

firmwareRunningVersion 1.3.6.1.4.1.3181.10.6.1.30.106.1.2
Running firmware version.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

firmwareBuildDate 1.3.6.1.4.1.3181.10.6.1.30.106.1.3
Build date of the running firmware. Format: 2012-01-18 12:00:22.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

firmwareBuildNumber 1.3.6.1.4.1.3181.10.6.1.30.106.1.4
Build number of the running firmware retrieved from the repository.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

saveInfoTable 1.3.6.1.4.1.3181.10.6.1.30.107
This section provided status information about the internal parameter saving process.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SaveInfoEntry

saveInfoEntry 1.3.6.1.4.1.3181.10.6.1.30.107.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  SaveInfoEntry  

saveInfoIndex 1.3.6.1.4.1.3181.10.6.1.30.107.1.1
Automatically generated
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0  

saveInfoLastSavedParameter 1.3.6.1.4.1.3181.10.6.1.30.107.1.2
Records the last written parameter.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

saveInfoWriteStatus 1.3.6.1.4.1.3181.10.6.1.30.107.1.3
Indicates if writing was succcessful.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER nothingToSave(0), processing(1), savedToRam(2), savedToSdcard(3)  

saveInfoTimeStamp 1.3.6.1.4.1.3181.10.6.1.30.107.1.4
Records the time the write status was last changed.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32