CISCO-RF-SUPPLEMENTAL-MIB

File: CISCO-RF-SUPPLEMENTAL-MIB.mib (27445 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
CISCO-SMI SNMP-FRAMEWORK-MIB CISCO-CONFIG-COPY-MIB
ENTITY-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Counter32 MODULE-COMPLIANCE NOTIFICATION-GROUP
OBJECT-GROUP TEXTUAL-CONVENTION TruthValue
DateAndTime ciscoMgmt SnmpAdminString
ConfigCopyState PhysicalIndex

Defined Types

RfSupSyncAdminState  
An enumerated value which indicates the administrative state to allow user control of the syncing of database information from an Active unit to the Standby unit(s).
TEXTUAL-CONVENTION    
  INTEGER enableAutoSync(1), disableAutoSync(2)  

RfSupSyncOperState  
An enumerated value which indicates the operational state for the syncing of database information from an Active unit to the Standby unit(s).
TEXTUAL-CONVENTION    
  INTEGER inSync(1), lastUpdateFailed(2), commDown(3), syncDisabled(4), noStandbyPresent(5)  

CRfSupCpuEntry  
SEQUENCE    
  cRfSupCpuUniqueIndex PhysicalIndex
  cRfSupCpuActiveSeverity INTEGER
  cRfSupCpuInitTime DateAndTime

Defined Values

ciscoRfSupMIB 1.3.6.1.4.1.9.9.198
This MIB was designed to complement the CISCO-RF-MIB by providing additional optional status and configuration control for redundant CPU platforms. However, the MIB should also be applicable to redundant platforms which don't use the RF Redundancy Framework software since it makes no direct references to any CISCO-RF-MIB objects or textual conventions and no direct reference to any RF states, RF events or internal information. Glossary of terms used in this document: Active - A redundant CPU which is actively controlling the system. Running configuration - The runtime configuration of a system which reflects current configured hardware or software settings. Runtime configuration which is not stored in non-volatile memory may be lost if the system loses power. Standby - A redundant CPU which is not currently controlling the system, but which can take over control if the Active CPU fails. Startup configuration - A copy of system configuration stored in non-volatile memory which can be applied following a system powerup. For platforms where all runtime configuration is automatically stored in a non-volatile manner, the running and startup configurations are always identical. Switchover - The transfer of control from one CPU to a redundant CPU. Sync - The mirroring (or synchronizing) of system state, configuration, statistics or other information from the Active CPU to a Standby CPU to allow it to maintain full system control following a switchover.
MODULE-IDENTITY    

ciscoRfSupMIBNotifs 1.3.6.1.4.1.9.9.198.0
OBJECT IDENTIFIER    

ciscoRfSupMIBObjects 1.3.6.1.4.1.9.9.198.1
OBJECT IDENTIFIER    

cRfSupSystem 1.3.6.1.4.1.9.9.198.1.1
OBJECT IDENTIFIER    

cRfSupCpu 1.3.6.1.4.1.9.9.198.1.2
OBJECT IDENTIFIER    

cRfSupAction 1.3.6.1.4.1.9.9.198.1.3
OBJECT IDENTIFIER    

cRfSupSysAvailableStartTime 1.3.6.1.4.1.9.9.198.1.1.1
The date and time when this system began providing uninterrupted operation. This includes the time while either redundant unit was Active, but may also include brief intervals during switchover where the new Active unit was operational, but not yet reachable for network management purposes. It may also include intervals where no Standby unit was offering protection, as long as the Active unit was still operational. It normally changes only if an unprotected system restart occurs or if a Standby unit was forced to take over before the initial database sync was completed. However, it may also change if the system's Time of Day clock is changed or adjusted. This object will be inaccurate if the system's Time of Day clock has not been set accurately. However, it should be implemented in such a way that when the system's Time of Day clock is adjusted to an accurate setting, cRfSupSysAvailableStartTime will also adjust to show the accurate available start time.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

cRfSupSysSwitchoverTime 1.3.6.1.4.1.9.9.198.1.1.2
The date and time when the last CPU switchover took place. This object will remain uninstantiated if no switchovers have taken place since the current Active CPU was initialized.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

cRfSupSysSwitchovers 1.3.6.1.4.1.9.9.198.1.1.3
The number of times that switchovers have occurred since cRfSupSysAvailableStartTime. This object will remain uninstantiated if no switchovers have taken place since the current Active CPU was initialized or if a Standby unit was forced to take over before the initial database sync was completed.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cRfSupSysRunningConfigSyncTime 1.3.6.1.4.1.9.9.198.1.1.4
The date and time when the running configuration was last successfully synced from the current Active unit to the Standby unit. This object will remain uninstantiated if no sync has yet taken place since the current Active CPU was initialized or if a Standby unit was forced to take over before the initial database sync was completed. Since automatic running configuration syncs are event driven and can be disabled by configuration, this time doesn't directly indicate whether Standby software reflects the running configuration of the Active unit. Instead, see the cRfSupSysRunningConfigOper object to determine whether Standby running configuration is in sync with the Active CPU.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

cRfSupSysRunningConfigAdmin 1.3.6.1.4.1.9.9.198.1.1.5
Enables/Disables automatic running configuration syncs only. Doesn't affect other types of sync activity. If set to the default value enableAutoSync, the Active unit will send the full current running configuration following any operation that changes the running configuration. Setting disableAutoSync may be useful for some maintenance and debugging operations.
Status: current Access: read-write
OBJECT-TYPE    
  RfSupSyncAdminState  

cRfSupSysRunningConfigOper 1.3.6.1.4.1.9.9.198.1.1.6
The current operational state of running configuration syncs. When the value inSync is returned, it indicates that the Standby running configuration is being kept actively in sync with the Active unit.
Status: current Access: read-only
OBJECT-TYPE    
  RfSupSyncOperState  

cRfSupSysStartupConfigSyncTime 1.3.6.1.4.1.9.9.198.1.1.7
The date and time when the startup configuration was last successfully synced from the current Active unit to the Standby unit(s). This object will remain uninstantiated if no sync has yet taken place since the current Active CPU was initialized or if a Standby unit was forced to take over before the initial database sync was completed. For platforms where running configuration is always stored in a non-volatile manner, this object should be identical to cRfSupSysRunningConfigSyncTime. Since automatic startup configuration syncs are event driven and may be disabled by configuration, this time doesn't directly reflect whether Standby startup configuration is in sync with the Active unit. Instead, see the cRfSupSysStartupConfigOper object to determine whether Standby startup configuration is in sync with the Active unit.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

cRfSupSysStartupConfigAdmin 1.3.6.1.4.1.9.9.198.1.1.8
Enables/Disables automatic startup configuration syncs only. Doesn't affect other types of sync activity. If set to the default value enableAutoSync, the Active unit will send the full current startup configuration to the Standby unit(s) after any operation that changes the startup configuration in non-volatile memory. This object is not applicable to systems where running configuration is always stored in non-volatile memory. Setting disableAutoSync may be useful for some maintenance and debugging operations.
Status: current Access: read-write
OBJECT-TYPE    
  RfSupSyncAdminState  

cRfSupSysStartupConfigOper 1.3.6.1.4.1.9.9.198.1.1.9
The current operational state of startup configuration syncs. When the value inSync is returned, it indicates that the Standby startup configuration is being kept actively in sync with the Active unit.
Status: current Access: read-only
OBJECT-TYPE    
  RfSupSyncOperState  

cRfSupSysBootImageSyncTime 1.3.6.1.4.1.9.9.198.1.1.10
The date and time when the boot image memory was last successfully synced from the current Active unit to the Standby unit(s). This object will remain uninstantiated if no sync has yet taken place since the current Active CPU was initialized or if a Standby unit was forced to take over before the initial database sync was completed. Since automatic boot image memory syncs are event driven and may be disabled by configuration, this time doesn't directly reflect whether Standby boot image memory is in sync with the Active unit. Instead, see the cRfSupSysBootImageOper object to determine whether Standby boot image memory is in sync with the Active unit.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

cRfSupSysBootImageAdmin 1.3.6.1.4.1.9.9.198.1.1.11
Enables/Disables automatic boot image memory syncs only. Doesn't affect other types of sync activity. If set to the default value enableAutoSync, the Active unit will send the full current boot image memory to the Standby unit(s) after any operation that affects the boot image. This object is not applicable for systems that don't support automatic boot image memory mirroring. Setting disableAutoSync is necessary during software upgrades for the case where the boot image memory space is too small to simultaneously hold both the old and new images.
Status: current Access: read-write
OBJECT-TYPE    
  RfSupSyncAdminState  

cRfSupSysBootImageOper 1.3.6.1.4.1.9.9.198.1.1.12
The current operational state of boot image memory syncs. When the value inSync is returned, it indicates that Standby boot image memory is being actively mirrored from the Active unit.
Status: current Access: read-only
OBJECT-TYPE    
  RfSupSyncOperState  

cRfSupSysStandbyBootFile 1.3.6.1.4.1.9.9.198.1.1.13
Allow Standby unit(s) to automatically load a boot image which differs from the image specified for the Active unit. The string should be of the form :. Specifying a null value indicates that Standby unit(s) should not use a different image than the Active unit. This is used during software upgrade/downgrade procedures, for platforms that support automatic syncs for boot image memory.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString Size(0..255)  

cRfSupNotificationsEnabled 1.3.6.1.4.1.9.9.198.1.1.14
This specifies whether ciscoRfSupTimeChangeEvent, ciscoRfSupTimeZoneChangeEvent notifications shall be sent when the system's clock or time zone is changed causing a change in the values of cRfSupSysAvailableStartTime or cRfSupSysSwitchoverTime objects. Notifications will be sent only if this object is set to 'true'.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cRfSupSysIfCounterSync 1.3.6.1.4.1.9.9.198.1.1.15
This object configures the synchronization of Interface Statistics information from Active CPU to the Standby CPU. When this object is set to 'true', synchronization is enabled. When this object is set to 'false', synchronization is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cRfSupCpuTable 1.3.6.1.4.1.9.9.198.1.2.1
A table containing redundancy-related information for individual CPU cards.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CRfSupCpuEntry

cRfSupCpuEntry 1.3.6.1.4.1.9.9.198.1.2.1.1
Information which can differ for each of the redundant CPU units in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  CRfSupCpuEntry  

cRfSupCpuUniqueIndex 1.3.6.1.4.1.9.9.198.1.2.1.1.1
A table index which always has a unique platform-assigned value for each physical redundant unit within a particular system. This index should refer to a particular physical unit rather than a logically Active or Standby unit.
Status: current Access: not-accessible
OBJECT-TYPE    
  PhysicalIndex  

cRfSupCpuActiveSeverity 1.3.6.1.4.1.9.9.198.1.2.1.1.2
The fault severity of a redundant unit, as calculated by software. The value zero represents a good unit with no detected faults. Higher values represent progressively more serious faults. If it's not possible to determine any current or prior severity information about a unit, the value unknown should be returned. Unlike some severity definitions, cRfSupCpuActiveSeverity should not be downgraded when it switches from being Active. The severity for a faulty Standby unit should correspond to the system impact it would have if it were made to be the Active unit, assuming the severity can be determined while Standby. The severity can be affected by either hardware or software faults with the CPU itself. It can also be affected by faults which prevent this CPU from interacting with one or more other system components (such as linecards), even when the actual faulty Field Replaceable Unit (FRU) is not the CPU itself. As a minimum, the nonFaulty and fullyTrafficAffectingFault values should be supported on any platform supporting this object. Support of the other severity values is preferred, but optional.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER nonFaulty(0), nonTrafficAffectingFault(1), partialTrafficAffectingFault(2), fullyTrafficAffectingFault(3), unknown(4)  

cRfSupCpuInitTime 1.3.6.1.4.1.9.9.198.1.2.1.1.3
The date and time when this redundant unit was last initialized. If the unit started out in the Standby state, this will also include the time while running as Standby.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

cRfSupActionManualSync 1.3.6.1.4.1.9.9.198.1.3.1
This variable is set to invoke a one-time manual copy of the specified information type from the Active to one or more Standby units. When read, this object returns the last command written or noAction if no action has been written to the Active unit since it was initialized. The value noAction can not be used in a write request. The result of the last requested action can be determined by reading the value of cRfSupActionLastSyncResult. The value of the cRfSupActionManualSync object can not be changed until the cRfSupActionLastSyncResult transitions to the successful or failed state.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noAction(1), runningConfig(2), startupConfig(3), bootImage(4)  

cRfSupActionLastSyncResult 1.3.6.1.4.1.9.9.198.1.3.2
Contains the result of the last Manual Sync action request. This object is instantiated only after the cRfSupActionManualSync object has been set to a value other than noAction.
Status: current Access: read-only
OBJECT-TYPE    
  ConfigCopyState  

ciscoRfSupTimeChangeEvent 1.3.6.1.4.1.9.9.198.0.1
This notification is sent on the event of system clock modification causing a change in the values of cRfSupSysAvailableStartTime or cRfSupSysSwitchoverTime objects, if cRfSupNotificationsEnabled object has value 'true'. If the system clock change is a result of a time zone change event,this notification will not be sent.
Status: current Access: read-only
NOTIFICATION-TYPE    

ciscoRfSupTimeZoneChangeEvent 1.3.6.1.4.1.9.9.198.0.2
This notification is sent on the event of system time zone modification causing a change in the values of cRfSupSysAvailableStartTime or cRfSupSysSwitchoverTime objects, if cRfSupNotificationsEnabled object has value 'true'.
Status: current Access: read-only
NOTIFICATION-TYPE    

ciscoRfSupMibConformance 1.3.6.1.4.1.9.9.198.2
OBJECT IDENTIFIER    

ciscoRfSupMibCompliances 1.3.6.1.4.1.9.9.198.2.1
OBJECT IDENTIFIER    

ciscoRfSupMibGroups 1.3.6.1.4.1.9.9.198.2.2
OBJECT IDENTIFIER    

ciscoRfSupMibCompliance 1.3.6.1.4.1.9.9.198.2.1.1
The compliance statement for entities which implement the Cisco RF SUPPLEMENTAL MIB. Note: Platforms which implement the Cisco RF MIB are not required to support the RF SUPPLEMENTAL MIB.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

ciscoRfSupMibComplianceRev1 1.3.6.1.4.1.9.9.198.2.1.2
The compliance statement for entities which implement the Cisco RF SUPPLEMENTAL MIB. Note: Platforms which implement the Cisco RF MIB are not required to support the RF SUPPLEMENTAL MIB.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

ciscoRfSupMibComplianceRev2 1.3.6.1.4.1.9.9.198.2.1.3
The compliance statement for entities which implement the Cisco RF SUPPLEMENTAL MIB. Note: Platforms which implement the Cisco RF MIB are not required to support the RF SUPPLEMENTAL MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

ciscoRfSupSysGroup 1.3.6.1.4.1.9.9.198.2.2.1
The collection of RF SUPPLEMENTAL system-wide objects.
Status: current Access: read-only
OBJECT-GROUP    

ciscoRfSupCpuGroup 1.3.6.1.4.1.9.9.198.2.2.2
The collection of RF SUPPLEMENTAL per-CPU objects.
Status: current Access: read-only
OBJECT-GROUP    

ciscoRfSupActionGroup 1.3.6.1.4.1.9.9.198.2.2.3
The collection of RF SUPPLEMENTAL execution actions.
Status: current Access: read-only
OBJECT-GROUP    

ciscoRfSupSysOptionalGroup 1.3.6.1.4.1.9.9.198.2.2.4
The collection of optional RF SUPPLEMENTAL system-wide objects.
Status: current Access: read-only
OBJECT-GROUP    

ciscoRfSupNotifGroup 1.3.6.1.4.1.9.9.198.2.2.5
The collection of optional notifications issued on system time/time zone modifications.
Status: current Access: read-only
NOTIFICATION-GROUP    

ciscoRfSupSysOptionalSyncGroup 1.3.6.1.4.1.9.9.198.2.2.6
The collection of optional RF SUPPLEMENTAL system wide objects that control and monitor the synchronization of information between the redundant system units.
Status: current Access: read-only
OBJECT-GROUP