MIBs Depot

CISCO-SNAPSHOT-MIB

Registered at
1.3.6.1.4.1.9.9.19
Last updated
1995-08-15 00:00
Organization
Cisco Systems, Inc.
Revisions
1995-08-15 00:00, 1995-03-21 00:00, 1995-01-11 00:00
Namespace
cisco
Source file
CISCO-SNAPSHOT-MIB
Digest
sha256:2e7e3bcccfbf2141b6232563565f915ac24e0968714805f071bbdb0ec92970c9

Description

Snapshot routing MIB

Contact

Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-snmp@cisco.com

Imports

FromSymbols
CISCO-SMIciscoMgmt
CISCO-TCCiscoNetworkAddress, CiscoNetworkProtocol
IF-MIBInterfaceIndex
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMIInteger32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso
SNMPv2-TCDisplayString, RowStatus, TEXTUAL-CONVENTION, TruthValue

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

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

Objects

NameOIDSyntaxAccessStatus
ciscoSnapshotMIBObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.19.1
ciscoSnapshotForceActive
OBJECT-TYPE
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
1.3.6.1.4.1.9.9.19.1.1Integer32read-writecurrent
ciscoSnapshotInterfaceTable
OBJECT-TYPE
A list of Snapshot Routing configuration entries.
1.3.6.1.4.1.9.9.19.1.2not-accessiblecurrent
ciscoSnapshotInterfaceEntry
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.19.1.2.1not-accessiblecurrent
ciscoSnapshotIfIndex
OBJECT-TYPE
The interface to which this entry pertains.
1.3.6.1.4.1.9.9.19.1.2.1.1InterfaceIndexnot-accessiblecurrent
ciscoSnapshotClient
OBJECT-TYPE
When true, this router is the client snapshot router on the interface. When false, this router is the server snapshot router on the interface.
1.3.6.1.4.1.9.9.19.1.2.1.2TruthValueread-createcurrent
ciscoSnapshotDialer
OBJECT-TYPE
Indicates whether or not snapshot routing on this interface uses Dial-on-Demand routing.
1.3.6.1.4.1.9.9.19.1.2.1.3TruthValueread-createcurrent
ciscoSnapshotActiveInterval
OBJECT-TYPE
The amount of time during which routes may be exchanged between the client and server routers.
1.3.6.1.4.1.9.9.19.1.2.1.4Integer32 (5..1000)read-createcurrent
ciscoSnapshotQuietInterval
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.19.1.2.1.5Integer32 (8..100000)read-createcurrent
ciscoSnapshotRetryInterval
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.19.1.2.1.6Integer32read-onlycurrent
ciscoSnapshotIfUpAction
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.19.1.2.1.7INTEGER {goActive(1), noAction(2)}read-createcurrent
ciscoSnapshotRowStatus
OBJECT-TYPE
The status of this table entry. Once the entry status is set to active, the snapshot routing process will be enabled for this interface.
1.3.6.1.4.1.9.9.19.1.2.1.8RowStatusread-createcurrent
ciscoSnapshotActivityTable
OBJECT-TYPE
A list of snapshot routing activity entries.
1.3.6.1.4.1.9.9.19.1.3not-accessiblecurrent
ciscoSnapshotActivityEntry
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.19.1.3.1not-accessiblecurrent
ciscoSnapshotActivityIndex
OBJECT-TYPE
An index value that uniquely identifies a Snapshot Activity Entry on a given interface.
1.3.6.1.4.1.9.9.19.1.3.1.1Integer32 (0..2147483647)not-accessiblecurrent
ciscoSnapshotActivityState
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.19.1.3.1.2INTEGER {active(1), quiet(2), serverPostActive(3), transitionToQuiet(4), transitionToActive(5), limbo(6)}read-onlycurrent
ciscoSnapshotActivityTimer
OBJECT-TYPE
The amount of time remaining in the current state.
1.3.6.1.4.1.9.9.19.1.3.1.3Integer32read-onlycurrent
ciscoSnapshotExchangeTimer
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.19.1.3.1.4Integer32read-onlycurrent
ciscoSnapshotDialerMap
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.19.1.3.1.5Integer32read-onlycurrent
ciscoSnapshotSourceProtocol
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.19.1.3.1.6CiscoNetworkProtocolread-onlycurrent
ciscoSnapshotSourceAddress
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.19.1.3.1.7CiscoNetworkAddressread-onlycurrent
ciscoSnapshotProtocolsExchanged
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.19.1.3.1.8OCTET STRING (SIZE(0..4))read-onlycurrent
ciscoSnapshotMIBConformance
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.19.2
ciscoSnapshotMIBCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.19.2.1
ciscoSnapshotMIBGroups
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.19.2.2

Conformance

NameOIDStatus
ciscoSnapshotMIBCompliance
MODULE-COMPLIANCE
The compliance statement for entities which implement the Cisco Snapshot MIB
1.3.6.1.4.1.9.9.19.2.1.1current
ciscoSnapshotMIBGroup
OBJECT-GROUP
A collection of objects providing snapshot routing ability to a Cisco agent.
1.3.6.1.4.1.9.9.19.2.2.1current