CISCO-SNAPSHOT-MIB

File: CISCO-SNAPSHOT-MIB.mib (17480 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC IF-MIB
CISCO-SMI SNMPv2-CONF CISCO-TC

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
RowStatus TruthValue InterfaceIndex
ciscoMgmt MODULE-COMPLIANCE OBJECT-GROUP
CiscoNetworkProtocol CiscoNetworkAddress

Defined Types

CiscoSnapshotInterfaceEntry  
SEQUENCE    
  ciscoSnapshotIfIndex InterfaceIndex
  ciscoSnapshotClient TruthValue
  ciscoSnapshotDialer TruthValue
  ciscoSnapshotActiveInterval Integer32
  ciscoSnapshotQuietInterval Integer32
  ciscoSnapshotRetryInterval Integer32
  ciscoSnapshotIfUpAction INTEGER
  ciscoSnapshotRowStatus RowStatus

CiscoSnapshotActivityEntry  
SEQUENCE    
  ciscoSnapshotActivityIndex Integer32 0..2147483647
  ciscoSnapshotActivityState INTEGER
  ciscoSnapshotActivityTimer Integer32
  ciscoSnapshotExchangeTimer Integer32
  ciscoSnapshotDialerMap Integer32
  ciscoSnapshotSourceProtocol CiscoNetworkProtocol
  ciscoSnapshotSourceAddress CiscoNetworkAddress
  ciscoSnapshotProtocolsExchanged OCTET STRING

Defined Values

ciscoSnapshotMIB 1.3.6.1.4.1.9.9.19
Snapshot routing MIB
MODULE-IDENTITY    

ciscoSnapshotMIBObjects 1.3.6.1.4.1.9.9.19.1
OBJECT IDENTIFIER    

ciscoSnapshotForceActive 1.3.6.1.4.1.9.9.19.1.1
Forces the snapshot state to active for all entries of the ciscoSnapshotActivityTable whose ciscoSnapshotIfIndex value is specified as parameter. The interface associated with ciscoSnapshotIfIndex must be a client interface. Retrieval of this object will return the value of the ciscoSnapshotIfIndex that was last forced into the active state, or 0 if no interfaces have been forced into the active state since the router was reset
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

ciscoSnapshotInterfaceTable 1.3.6.1.4.1.9.9.19.1.2
A list of Snapshot Routing configuration entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CiscoSnapshotInterfaceEntry

ciscoSnapshotInterfaceEntry 1.3.6.1.4.1.9.9.19.1.2.1
A Snapshot Routing configuration entry. A management station wishing to create an entry should create the associated instance of the row status object. It should also modify, either in the same or in successive PDUs, the values for the other objects if the defaults are not appropriate. Once the appropriate instance of all the configuration objects have been created, either by an explicit SNMP set request or by default, the row status should be set to active to initiate the request. Note that this entire procedure may be initiated via a single set request which specifies a row status of createAndGo. In order to prevent inactive (notReady, or notInService) entries from clogging the table, entries will be aged out, but an entry will never be deleted within 5 minutes of creation.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiscoSnapshotInterfaceEntry  

ciscoSnapshotIfIndex 1.3.6.1.4.1.9.9.19.1.2.1.1
The interface to which this entry pertains.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

ciscoSnapshotClient 1.3.6.1.4.1.9.9.19.1.2.1.2
When true, this router is the client snapshot router on the interface. When false, this router is the server snapshot router on the interface.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

ciscoSnapshotDialer 1.3.6.1.4.1.9.9.19.1.2.1.3
Indicates whether or not snapshot routing on this interface uses Dial-on-Demand routing.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

ciscoSnapshotActiveInterval 1.3.6.1.4.1.9.9.19.1.2.1.4
The amount of time during which routes may be exchanged between the client and server routers.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 5..1000  

ciscoSnapshotQuietInterval 1.3.6.1.4.1.9.9.19.1.2.1.5
The amount of time during which routes are retained and frozen between active periods. An instance of this object may only be present if the value of the associated ciscoSnapshotClient object is true.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 8..100000  

ciscoSnapshotRetryInterval 1.3.6.1.4.1.9.9.19.1.2.1.6
The amount of time to wait and retry a route exchange if an active period elapses with no routes being exchanged. For example, if an interface is down (or a DDR phone number is busy, or a DDR interface is unavailable) during the active interval, instead of waiting for the amount of time specified by ciscoSnapshotQuietTime to elapse before an attempt is made to exchange routing updates again, the attempt is made after the amount of time specified by this object has elapsed. This value is calculated automatically based on the ciscoSnapshotActiveInterval. An instance of this object may only be present if the value of the associated ciscoSnapshotClient object is true.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ciscoSnapshotIfUpAction 1.3.6.1.4.1.9.9.19.1.2.1.7
This object controls the action that takes place when the interface associated with this entry transitions to the `up' state while snapshot routing on the interface is in quiet mode. A value of goActive will cause the immediate transition to the active state. A value of noAction will cause no such transition. Instead, the transition to the active state will occur normally when the current quiet period has expired. Going active immediately incurs extra routing protocol overhead, but allows a fresh set of routing updates be exchanged each time the line is brought up. This is useful in a Dial-on-Demand routing environment. An instance of this object may only be present if the value of the associated ciscoSnapshotClient object is true.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER goActive(1), noAction(2)  

ciscoSnapshotRowStatus 1.3.6.1.4.1.9.9.19.1.2.1.8
The status of this table entry. Once the entry status is set to active, the snapshot routing process will be enabled for this interface.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

ciscoSnapshotActivityTable 1.3.6.1.4.1.9.9.19.1.3
A list of snapshot routing activity entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CiscoSnapshotActivityEntry

ciscoSnapshotActivityEntry 1.3.6.1.4.1.9.9.19.1.3.1
A snapshot routing activity entry. Entries in this table are added for active row entries in the ciscoSnapshotInterfaceTable. If a row entry in the ciscoSnapshotInterfaceTable is set to notInService, or deleted, associated entries in this table will be deleted. Note that if the associated row in the ciscoSnapshotInterfaceTable is for a server router, entries in this table will only be present when the server is actively involved in snapshot routing updates.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiscoSnapshotActivityEntry  

ciscoSnapshotActivityIndex 1.3.6.1.4.1.9.9.19.1.3.1.1
An index value that uniquely identifies a Snapshot Activity Entry on a given interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..2147483647  

ciscoSnapshotActivityState 1.3.6.1.4.1.9.9.19.1.3.1.2
The current state of snapshot routing for this entry. active means that routing information may be exchanged. quiet, only present on a client snapshot interface, means that routes are frozen, and that no routing information may be exchanged until the active state is reentered. serverPostActive, only present on a server snapshot interface, means that the active period has expired, but routing information will still be accepted from (but not sent to) the associated client router. transitionToQuiet, and transitionToActive, only present on a client, are temporary states entered after the active state, wherein any down to up transition of the interface will cause a move to the quiet or active state, respectively. limbo is a temporary state for activity blocks that are in the process of being created or destroyed.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER active(1), quiet(2), serverPostActive(3), transitionToQuiet(4), transitionToActive(5), limbo(6)  

ciscoSnapshotActivityTimer 1.3.6.1.4.1.9.9.19.1.3.1.3
The amount of time remaining in the current state.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ciscoSnapshotExchangeTimer 1.3.6.1.4.1.9.9.19.1.3.1.4
The amount of time during the last active state, in which protocol exchanges occurred. The minimum time required to allow updates to be exchanged for a 'successfull update cycle' is the greater of 3 minutes, or 1/2 the active time. If the ciscoSnapshotExchangeTimer is less than this, the quiet state will use the retry interval to determine when next to go active. An instance of this object will only be present when the associated value of ciscoSnapshotClient is true for this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ciscoSnapshotDialerMap 1.3.6.1.4.1.9.9.19.1.3.1.5
Index of the dialer map entry associated with this snapshot activity record. A value of 0 indicates that no dialer map is associated with this entry. An instance of this object will only be present when the associated value of ciscoSnapshotDialer is true.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ciscoSnapshotSourceProtocol 1.3.6.1.4.1.9.9.19.1.3.1.6
The protocol of the host that initiated the snapshot routing activity associated with this record. An instance of this object will only be present when the associated value of ciscoSnapshotClient is false.
Status: current Access: read-only
OBJECT-TYPE    
  CiscoNetworkProtocol  

ciscoSnapshotSourceAddress 1.3.6.1.4.1.9.9.19.1.3.1.7
The address of the host that initiated the snapshot routing activity associated with this record. An instance of this object will only be present when the associated value of ciscoSnapshotClient is false.
Status: current Access: read-only
OBJECT-TYPE    
  CiscoNetworkAddress  

ciscoSnapshotProtocolsExchanged 1.3.6.1.4.1.9.9.19.1.3.1.8
An array of bits that indicates whether or not routing information has been exchanged for all protocols. The most significant bit of the first octet represents the protocol associated with CiscoNetworkProtocol value of 0; the least significant bit of the first octet represents the protocol associated with CiscoNetworkProtocol value of 7; the most significant bit of the second octet represents the protocol associated with the CiscoNetworkProtocol value of 8; and so forth. Routing information for a given protocol has been exchanged if the associated bit is set. An instance of this object will only be present when the associated value of ciscoSnapshotClient is true.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..4)  

ciscoSnapshotMIBConformance 1.3.6.1.4.1.9.9.19.2
OBJECT IDENTIFIER    

ciscoSnapshotMIBCompliances 1.3.6.1.4.1.9.9.19.2.1
OBJECT IDENTIFIER    

ciscoSnapshotMIBGroups 1.3.6.1.4.1.9.9.19.2.2
OBJECT IDENTIFIER    

ciscoSnapshotMIBCompliance 1.3.6.1.4.1.9.9.19.2.1.1
The compliance statement for entities which implement the Cisco Snapshot MIB
Status: current Access: read-only
MODULE-COMPLIANCE    

ciscoSnapshotMIBGroup 1.3.6.1.4.1.9.9.19.2.2.1
A collection of objects providing snapshot routing ability to a Cisco agent.
Status: current Access: read-only
OBJECT-GROUP