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

VENDOR: CISCO


 Home MIB: CISCO-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
 ciscoSystemMIB 1.3.6.1.4.1.9.9.131
The systemGroup (see RFC 1907) provides a standard set of basic system information. This MIB module contains Cisco-defined extensions to the systemGroup.
         ciscoSystemMIBObjects 1.3.6.1.4.1.9.9.131.1
             csyClock 1.3.6.1.4.1.9.9.131.1.1
                 csyClockDateAndTime 1.3.6.1.4.1.9.9.131.1.1.1 dateandtime read-write
The current local date and time for the system. Setting this object is equivalent to setting an automated clock and calendar. The value of the object will track the date and time from the value set. Note that due to hardware limitations some systems may not be able to preserve such meaning across reboots of the system, as indicated by csyClockLostOnReboot. A constant value of all zeros and length 8 indicates the system is not aware of the present date and time. This object may be read-only on some systems.
                 csyClockLostOnReboot 1.3.6.1.4.1.9.9.131.1.1.2 truthvalue read-only
Indication of whether the system can preserve knowledge of current date and time across a system reboot. A value of 'true' indicates the clock must be reset from some external source each time the system reboots. A value of 'false' indicates the system has the ability to keep time across reboots.
             csyLocation 1.3.6.1.4.1.9.9.131.1.2
                 csyLocationCountry 1.3.6.1.4.1.9.9.131.1.2.1 countrycode read-write
The country where the system is physically located. On some systems and for some technologies this value affects behavior, such as standards for communication. All such technologies should default to using the setting of this value, but may provide an override if necessary. The default value of this object is 'US'. Systems destined for other countries may use a different default. Systems in which the value does not affect operation should default to a zero-length value.
             csySummerTime 1.3.6.1.4.1.9.9.131.1.3
                 csySummerTimeStatus 1.3.6.1.4.1.9.9.131.1.3.1 truthvalue read-write
An indication of whether the summertime feature is enabled on this device. When this object is set to true, then csySummerTimeOffset, csySummerTimeRecurringStart and csySummerTimeRecurringEnd objects are set to default values provided by the system. When this object is set to false, then csySummerTimeOffset, csySummerTimeRecurringStart, csySummerTimeRecurringEnd objects are not instantiated and the summertime feature is disabled.
                 csySummerTimeOffset 1.3.6.1.4.1.9.9.131.1.3.2 integer read-write
The value of this object indicates number of minutes to add or to subtract during summertime. This object is not instantiated when csySummerTimeStatus object is set to false.
                 csySummerTimeRecurringStart 1.3.6.1.4.1.9.9.131.1.3.3 octet string read-write
Indicates summertime starts at this time every year. octets contents range 1 week 1..5,ff last = ff 2-3 day 1..7 where sunday = 1 saturday = 7 4 month 1..12 where january = 1 december = 12 5 hour 0..23 6 min 0..59 For example, the first Monday in Feb at 13:30pm should be given as 01 00 02 02 0e 1e For the last Tuesday in dec at 1:20am should be given as ff 00 03 0c 01 14 This object is not instantiated when csySummerTimeStatus object is set to false.
                 csySummerTimeRecurringEnd 1.3.6.1.4.1.9.9.131.1.3.4 octet string read-write
Indicates summertime ends at this time every year. octets contents range 1 week 1..5,ff where ff = last 2-3 day 1..7 where sunday = 1 saturday = 7 4 month 1..12 where january = 1 december = 12 5 hour 0..23 6 min 0..59 For example, the third friday in February at 3:30am should be given as 03 00 06 02 03 1e For the first Tuesday in May at 1:20am should be given as 01 00 03 05 01 14 This object is not instantiated when csySummerTimeStatus object is set to false.
                 csyStandardTmZnGMTOffset 1.3.6.1.4.1.9.9.131.1.3.5 integer32 read-write
This object is used to set standard timezone offset from GMT in minutes.
                 csySummerTmZnGMTOffset 1.3.6.1.4.1.9.9.131.1.3.6 integer32 read-write
This object is used to set summer timezone offset from GMT in minutes.
             csyScheduledReset 1.3.6.1.4.1.9.9.131.1.4
                 csyScheduledResetTime 1.3.6.1.4.1.9.9.131.1.4.1 dateandtime read-write
The scheduled date and time the switch will be reset at. The system will only take octet strings with length 8 for this object which indicates the local time of the switch. The maximum scheduled time is 24 days from the current system clock time. Setting this object value to be before the current system clock time or beyond the maximum scheduled time limit will be rejected by the system. Setting the object to all-zero octet strings will cancel the previously scheduled reset time and then the system will have no pending scheduled reset time. Setting this object value to be any valid octet strings other than the above cases will override the previously scheduled reset time and cause the system to be reset at the newly specified time. After the system has accepted the scheduled reset time, if the system clock is advanced ahead of the scheduled reset time, then reset will happen approximately 5 minutes after the current clock.
                 csyScheduledResetAction 1.3.6.1.4.1.9.9.131.1.4.2 integer read-write
Writing reset(1) to this object perform the normal reset operation on the active supervisor module. Writing resetMinDown(2) to this object resets the system with the minimal system down time at the scheduled time. The resetMinDown(2) is only supported in systems with redundant supervisors. Enumeration: 'reset': 1, 'resetMinDown': 2.
                 csyScheduledResetReason 1.3.6.1.4.1.9.9.131.1.4.3 displaystring read-write
Indicates the reason users input when issuing system's scheduled reset. After the system is reset, this object value will be empty octet string.
             csySnmpAuthentication 1.3.6.1.4.1.9.9.131.1.5
                 csySnmpAuthFail 1.3.6.1.4.1.9.9.131.1.5.1 counter32 read-only
The total number of SNMP messages received by the SNMP engine that were not properly authenticated.
                 csySnmpAuthFailAddressType 1.3.6.1.4.1.9.9.131.1.5.2 inetaddresstype read-only
The type of Internet address by which the last received SNMP message that is not properly authenticated. The value of this object is irrelevant if the value of csySnmpAuthFail is zero.
                 csySnmpAuthFailAddress 1.3.6.1.4.1.9.9.131.1.5.3 inetaddress read-only
The internet address of the SNMP entity which sent the last received SNMP message that is not properly authenticated. The value of this object is irrelevant if the value of csySnmpAuthFail is zero.
             csyGeneral 1.3.6.1.4.1.9.9.131.1.6
                 csyNotificationsEnable 1.3.6.1.4.1.9.9.131.1.6.1 truthvalue read-write
This object indicates whether the system produces the notifications defined by the ciscoSystemNotificationsGroup. A false value will prevent notifications from being generated by this system.
         ciscoSystemMIBNotificationPrefix 1.3.6.1.4.1.9.9.131.2
             ciscoSystemMIBNotifications 1.3.6.1.4.1.9.9.131.2.0
                 ciscoSystemClockChanged 1.3.6.1.4.1.9.9.131.2.0.1
A clock changed notification is generated when the current local date and time for the system has been manually changed. The value of csyClockDateAndTime reflects new date and time.
         ciscoSystemMIBConformance 1.3.6.1.4.1.9.9.131.3
             ciscoSystemMIBCompliances 1.3.6.1.4.1.9.9.131.3.1
                 ciscoSystemMIBCompliance 1.3.6.1.4.1.9.9.131.3.1.1
The compliance statement for entities which implement the Cisco System MIB. Adherence to this compliance statement is expected of all Cisco systems.
                 ciscoSystemMIBCompliance2 1.3.6.1.4.1.9.9.131.3.1.2
The compliance statement for entities which implement the Cisco System MIB. Adherence to this compliance statement is expected of all Cisco systems.
                 ciscoSystemMIBCompliance3 1.3.6.1.4.1.9.9.131.3.1.3
The compliance statement for entities which implement the Cisco System MIB. Adherence to this compliance statement is expected of all Cisco systems.
                 ciscoSystemMIBCompliance4 1.3.6.1.4.1.9.9.131.3.1.4
The compliance statement for entities which implement the Cisco System MIB. Adherence to this compliance statement is expected of all Cisco systems.
             ciscoSystemMIBGroups 1.3.6.1.4.1.9.9.131.3.2
                 ciscoSystemClockGroup 1.3.6.1.4.1.9.9.131.3.2.1
Clock attributes.
                 ciscoSystemLocationGroup 1.3.6.1.4.1.9.9.131.3.2.2
Physical location attributes.
                 ciscoSystemSummerTimeGroup 1.3.6.1.4.1.9.9.131.3.2.3
A collection of objects used to set Summertime. Implementation of this group is optional. If the generic Summertime feature is supported, the entire group should be implemented.
                 ciscoSystemScheduledResetGroup 1.3.6.1.4.1.9.9.131.3.2.4
A collection of objects used to set scheduled reset time. Implementation of this group is optional. If the system scheduled reset feature is supported, the entire group should be implemented.
                 ciscoSystemSnmpAuthGroup 1.3.6.1.4.1.9.9.131.3.2.5
A collection of objects which provide information about SNMP message that is not properly authenticated.
                 ciscoSystemGeneralGroup 1.3.6.1.4.1.9.9.131.3.2.6
A collection of objects which provide information about general configuration within this MIB module.
                 ciscoSystemNotificationsGroup 1.3.6.1.4.1.9.9.131.3.2.7
A collection of notifications in this MIB module.
                 ciscoSystemSummerTimeGroupRev1 1.3.6.1.4.1.9.9.131.3.2.8
A collection of objects used to set Summertime. Implementation of this group is optional. If the generic Summertime feature is supported, the entire group should be implemented.