SNMP state_change monitoring

MIBs list

SNMP state_change monitoring

The objects described here can be monitored with the IPHost Network Monitor. You can start SNMP monitoring using free 30-day trial version of IPHost right now.

OID list for state change

sna Node Operation Last State Change
snaNodeOperLastStateChange 1.3.6.1.2.1.34.1.1.3.1.14 (defined in rfc1666)
The timestamp (e.g., the Agent's sysUpTime value) at the last state change of the Node.
sfps RA Topology Agent Port State Change Count
sfpsRATopAgentPortStateChangeCount 1.3.6.1.4.1.52.4.2.4.2.2.3.12.3.2.2.1.9 (defined in ctron-sfps-topology-mib)
PortStateChangeCount of the port
sfps RA Topology Agent Port Table API Out Port State Change Count
sfpsRATopAgentPortTableAPIOutPortStateChangeCount 1.3.6.1.4.1.52.4.2.4.2.2.3.12.3.2.4.9 (defined in ctron-sfps-topology-mib)
PortStateChangeCount of the specified entry
Enterasys If Operation State Link Change
etsysIfOperStateLinkChange 1.3.6.1.4.1.5624.1.2.57.1.1.1 (defined in enterasys-if-mib-ext-mib)
This object controls the system wide ability to manipulate the physical link state of an interface when the interface's ifOperStatus transitions into or out of the down(2) state. A value of enabled(1) will cause an interface to drop physical link when its ifOperStatus transitions to down(2). If the interface would transition out of the down(2) state, assuming it did have link, then physical link will be restored to the interface. A value of disabled(2) will cause an interface to not alter its physical link regardless of the value of ifOperStatus. This object only affects those interfaces which have a concept of physical link.
Enterasys Load Sharing Network Address Translation Real Server Last State Change Date And Time
etsysLsnatRealServerLastStateChangeDateAndTime 1.3.6.1.4.1.5624.1.2.74.2.3.1.14 (defined in enterasys-lsnat-mib)
The date / time the last LSNAT Real server state change.
Enterasys Twcb Cache Server Last State Change Date And Time
etsysTwcbCacheServerLastStateChangeDateAndTime 1.3.6.1.4.1.5624.1.2.76.2.3.1.14 (defined in enterasys-twcb-mib-2)
The date / time the of last TWCB Cache Server state change.
Cisco AAA Server Server State Change Enable
casServerStateChangeEnable 1.3.6.1.4.1.9.10.56.1.1.1 (defined in CISCO-AAA-SERVER-MIB)
This variable controls the generation of casServerStateChange notification. When this variable is true(1), generation of casServerStateChange notifications is enabled. When this variable is false(2), generation of casServerStateChange notifications is disabled. The default value is false(2). ::= { casConfig 1 } -- -- Server Configuration Table -- SYNTAX SEQUENCE OF CasConfigEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION This table shows current configurations for each AAA server, allows existing servers to be removed and new ones to be created. ::= { casConfig 2 } SYNTAX CasConfigEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION An AAA server configuration identified by its protocol and its index. An entry is created/removed when a server is defined or undefined with IOS configuration commands via CLI or by issuing appropriate sets to this table using snmp. A management station wishing to create an entry should first generate a random number to be used as the index to this sparse table. The station should then create the associated instance of the row status and row index objects. It must also, either in the same or in successive PDUs, create an instance of casAddress where casAddress is the IP address of the server to be added. It should also modify the default values for casAuthenPort, casAcctPort if the defaults are not appropriate. If casKey is a zero-length string or is not explicitly set, then the global key will be used. Otherwise, this value is used as the key for this server instance. 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(1) to initiate the request. After the AAA server is made active, the entry can not be modified - the only allowed operation after this is to destroy the entry by setting casConfigRowStatus to destroy(6). casPriority is automatically assigned once the entry is made active and reflects the relative priority of the defined server with respect to already configured servers. Newly-created servers will be assigned the lowest priority. To reassign server priorities to existing server entries, it may be necessary to destroy and recreate entries in order of priority. Entries in this table with casConfigRowStatus equal to active(1) remain in the table until destroyed. Entries in this table with casConfigRowStatus equal to values other than active(1) will be destroyed after timeout (5 minutes). If a server address being created via SNMP exists already in another active casConfigEntry, then a newly created row can not be made active until the original row with the with the same server address value is destroyed. Upon reload, casIndex values may be changed, but the priorities that were saved before reload will be retained, with lowest priority number corresponding to the higher priority servers. INDEX { casProtocol, casIndex } ::= { casConfigTable 1} CasConfigEntry ::= SEQUENCE { casProtocol CiscoAAAProtocol, casIndex Unsigned32, casAddress IpAddress, casAuthenPort INTEGER, casAcctPort INTEGER, casKey DisplayString, casPriority Unsigned32, casConfigRowStatus RowStatus } SYNTAX CiscoAAAProtocol MAX-ACCESS not-accessible STATUS current DESCRIPTION The variable denotes the protocol used by the managed device with the AAA server corresponding to this entry in the table. ::= { casConfigEntry 1 } SYNTAX Unsigned32 (1..4294967295) MAX-ACCESS not-accessible STATUS current DESCRIPTION A management station wishing to initiate a new AAA server configuration should use a random value for this object when creating an instance of casConfigEntry. The RowStatus semantics of the casConfigRowStatus object will prevent access conflicts. If the randomly chosen casIndex value for row creation is already in use by an existing entry, snmp set to the casIndex value will fail. ::= { casConfigEntry 2 } SYNTAX IpAddress MAX-ACCESS read-create STATUS current DESCRIPTION The IP address of the server. ::= { casConfigEntry 3 } SYNTAX INTEGER (0..65535) MAX-ACCESS read-create STATUS current DESCRIPTION UDP/TCP port used for authentication in the configuration For TACACS+, this object should be explictly set. Default value is the IOS default for radius: 1645. DEFVAL { 1645 } ::= { casConfigEntry 4 } SYNTAX INTEGER (0..65535) MAX-ACCESS read-create STATUS current DESCRIPTION UDP/TCP port used for accounting service in the configuration For TACACS+, the value of casAcctPort is ignored. casAuthenPort will be used instead. Default value is the IOS default for radius: 1646. DEFVAL { 1646 } ::= { casConfigEntry 5 } SYNTAX DisplayString MAX-ACCESS read-create STATUS current DESCRIPTION The server key to be used with this server. Retrieving the value of this object via SNMP will return an empty string for security reasons. DEFVAL { "" } ::= { casConfigEntry 6 } SYNTAX Unsigned32 (1..4294967295) MAX-ACCESS read-only STATUS current DESCRIPTION A number that indicates the priority of the server in this entry. Lower numbers indicate higher priority. ::= { casConfigEntry 7 } SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION The status of this table entry. Once the entry status is set to active, the associated entry cannot be modified except destroyed by setting this object to destroy(6). ::= { casConfigEntry 8 } -- -- Server Statistics -- SYNTAX SEQUENCE OF CasStatisticsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION Table providing statistics for each server. ::= { casStatistics 1 } SYNTAX CasStatisticsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION Statistical information about a particular server. Objects in this table are read-only and appear automatically whenever a row in the casConfigTable is made active. Objects in this table disappear when casConfigRowStatus for the corresponding casConfigEntry is set to the destroy(6) state. AUGMENTS { casConfigEntry } ::= { casStatisticsTable 1 } CasStatisticsEntry::= SEQUENCE { casAuthenRequests Counter32, casAuthenRequestTimeouts Counter32, casAuthenUnexpectedResponses Counter32, casAuthenServerErrorResponses Counter32, casAuthenIncorrectResponses Counter32, casAuthenResponseTime TimeInterval, casAuthenTransactionSuccesses Counter32, casAuthenTransactionFailures Counter32, casAuthorRequests Counter32, casAuthorRequestTimeouts Counter32, casAuthorUnexpectedResponses Counter32, casAuthorServerErrorResponses Counter32, casAuthorIncorrectResponses Counter32, casAuthorResponseTime TimeInterval, casAuthorTransactionSuccesses Counter32, casAuthorTransactionFailures Counter32, casAcctRequests Counter32, casAcctRequestTimeouts Counter32, casAcctUnexpectedResponses Counter32, casAcctServerErrorResponses Counter32, casAcctIncorrectResponses Counter32, casAcctResponseTime TimeInterval, casAcctTransactionSuccesses Counter32, casAcctTransactionFailures Counter32, casState INTEGER, casCurrentStateDuration TimeInterval, casPreviousStateDuration TimeInterval, casTotalDeadTime TimeInterval, casDeadCount Counter32 } -- -- Authentication statistics -- SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION The number of authentication requests sent to this server since it is made active. Retransmissions due to request timeouts are counted as distinct requests. ::= { casStatisticsEntry 1 } SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION The number of authentication requests which have timed out since it is made active. A timeout results in a retransmission of the request If the maximum number of attempts has been reached, no further retransmissions will be attempted. ::= { casStatisticsEntry 2 } SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION The number of unexpected authentication responses received from this server since it is made active. An example is a delayed response to a request which had already timed out. ::= { casStatisticsEntry 3 } SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION The number of server ERROR authentication responses received from this server since it is made active. These are responses indicating that the server itself has identified an error with its authentication operation. ::= { casStatisticsEntry 4 } SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION The number of authentication responses which could not be processed since it is made active. Reasons include inability to decrypt the response, invalid fields, or the response is not valid based on the request. ::= { casStatisticsEntry 5 } SYNTAX TimeInterval MAX-ACCESS read-only STATUS current DESCRIPTION Average response time for authentication requests sent to this server, excluding timeouts, since system re-initialization. ::= { casStatisticsEntry 6 } SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION The number of authentication transactions with this server which succeeded since it is made active. A transaction may include multiple request retransmissions if timeouts occur. A transaction is successful if the server responds with either an authentication pass or fail. ::= { casStatisticsEntry 7 } SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION The number of authentication transactions with this server which failed since it is made active. A transaction may include multiple request retransmissions if timeouts occur. A transaction failure occurs if maximum resends have been met or the server aborts the transaction. ::= { casStatisticsEntry 8 } -- -- Authorization statistics -- SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION The number of authorization requests sent to this server since it is made active. Retransmissions due to request timeouts are counted as distinct requests. This object is not instantiated for protocols which do not support a distinct authorization function. ::= { casStatisticsEntry 9 } SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION The number of authorization requests which have timed out since it is made active. A timeout results in a retransmission of the request If the maximum number of attempts has been reached, no further retransmissions will be attempted. This object is not instantiated for protocols which do not support a distinct authorization function. ::= { casStatisticsEntry 10 } SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION The number of unexpected authorization responses received from this server since it is made active. An example is a delayed response to a request which had already timed out. This object is not instantiated for protocols which do not support a distinct authorization function. ::= { casStatisticsEntry 11 } SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION The number of server ERROR authorization responses received from this server since it is made active. These are responses indicating that the server itself has identified an error with its authorization operation. This object is not instantiated for protocols which do not support a distinct authorization function. ::= { casStatisticsEntry 12 } SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION The number of authorization responses which could not be processed since it is made active. Reasons include inability to decrypt the response, invalid fields, or the response is not valid based on the request. This object is not instantiated for protocols which do not support a distinct authorization function. ::= { casStatisticsEntry 13 } SYNTAX TimeInterval MAX-ACCESS read-only STATUS current DESCRIPTION Average response time for authorization requests sent to this server, excluding timeouts, since system re-initialization. This object is not instantiated for protocols which do not support a distinct authorization function. ::= { casStatisticsEntry 14 } SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION The number of authorization transactions with this server which succeeded since it is made active. A transaction may include multiple request retransmissions if timeouts occur. A transaction is successful if the server responds with either an authorization pass or fail. This object is not instantiated for protocols which do not support a distinct authorization function. ::= { casStatisticsEntry 15 } SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION The number of authorization transactions with this server which failed since it is made active. A transaction may include multiple request retransmissions if timeouts occur. A transaction failure occurs if maximum resends have been met or the server aborts the transaction. This object is not instantiated for protocols which do not support a distinct authorization function. ::= { casStatisticsEntry 16 } -- -- Accounting statistics -- SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION The number of accounting requests sent to this server since system re-initialization. Retransmissions due to request timeouts are counted as distinct requests. ::= { casStatisticsEntry 17 } SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION The number of accounting requests which have timed out since system re-initialization. A timeout results in a retransmission of the request If the maximum number of attempts has been reached, no further retransmissions will be attempted. ::= { casStatisticsEntry 18 } SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION The number of unexpected accounting responses received from this server since system re-initialization. An example is a delayed response to a request which had already timed out. ::= { casStatisticsEntry 19 } SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION The number of server ERROR accounting responses received from this server since system re-initialization. These are responses indicating that the server itself has identified an error with its accounting operation. ::= { casStatisticsEntry 20 } SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION The number of accounting responses which could not be processed since system re-initialization. Reasons include inability to decrypt the response, invalid fields, or the response is not valid based on the request. ::= { casStatisticsEntry 21 } SYNTAX TimeInterval MAX-ACCESS read-only STATUS current DESCRIPTION Average response time for accounting requests sent to this server,, since system re-initialization excluding timeouts. ::= { casStatisticsEntry 22 } SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION The number of accounting transactions with this server which succeeded since system re-initialization. A transaction may include multiple request retransmissions if timeouts occur. A transaction is successful if the server responds with either an accounting pass or fail. ::= { casStatisticsEntry 23 } SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION The number of accounting transactions with this server which failed since system re-initialization. A transaction may include multiple request retransmissions if timeouts occur. A transaction failure occurs if maximum resends have been met or the server aborts the transaction. ::= { casStatisticsEntry 24 } -- -- Server availability -- SYNTAX INTEGER { up(1), dead(2) } MAX-ACCESS read-only STATUS current DESCRIPTION Current state of this server. up(1) - Server responding to requests dead(2) - Server failed to respond A server is marked dead if it does not respond after maximum retransmissions. A server is marked up again either after a waiting period or if some response is received from it. The initial value of casState is 'up(1)' at system re-initialization. This will only transistion to 'dead(2)' if an attempt to communicate fails. ::= { casStatisticsEntry 25 } SYNTAX TimeInterval MAX-ACCESS read-only STATUS current DESCRIPTION This object provides the elapsed time the server has been in its current state as shown in casState. ::= { casStatisticsEntry 26 } SYNTAX TimeInterval MAX-ACCESS read-only STATUS current DESCRIPTION This object provides the elapsed time the server was been in its previous state prior to the most recent transistion of casState. This value is zero if the server has not changed state. ::= { casStatisticsEntry 27 } SYNTAX TimeInterval MAX-ACCESS read-only STATUS current DESCRIPTION The total elapsed time this server's casState has had the value 'dead(2)' since system re-initialization. ::= { casStatisticsEntry 28 } SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION The number of times this server's casState has transitioned to 'dead(2)' since system re-initialization. ::= { casStatisticsEntry 29 } -- ****************************************************************** -- Notifications -- ****************************************************************** cAAAServerMIBNotificationPrefix OBJECT IDENTIFIER ::= { ciscoAAAServerMIB 2 } cAAAServerMIBNotifications OBJECT IDENTIFIER ::= { cAAAServerMIBNotificationPrefix 0 } casServerStateChange NOTIFICATION-TYPE OBJECTS { casState, casPreviousStateDuration, casTotalDeadTime } STATUS current DESCRIPTION An AAA server state change notification is generated whenever casState changes value. ::= { cAAAServerMIBNotifications 1 } -- ****************************************************************** -- Conformance and Compliance -- ****************************************************************** cAAAServerMIBConformance OBJECT IDENTIFIER ::= { ciscoAAAServerMIB 3 } casMIBCompliances OBJECT IDENTIFIER ::= { cAAAServerMIBConformance 1 } casMIBGroups OBJECT IDENTIFIER ::= { cAAAServerMIBConformance 2 } -- compliance statements casMIBCompliance MODULE-COMPLIANCE STATUS current DESCRIPTION The compliance statement for entities which implement the CISCO AAA Server MIB Create/Write access is not required. Create/Write access is not required. Create/Write access is not required. Create/Write access is not required. Create/Write access is not required.
Cisco Application Acceleration State Change Notification Enabled
caaStateChangeNotifEnabled 1.3.6.1.4.1.9.9.594.1.2.1 (defined in CISCO-APPLICATION-ACCELERATION-MIB)
This object represents the status of generation of the caaStateChange notification in response to a change in the state of condenser. A value of 'true' indicates that the notification generation is enabled and the caaStateChange notification is to be generated when the state changes. A value of 'false' indicates that the notification generation is disabled.
CISCO Express Forwarding Peer State Change Notification Enable
cefPeerStateChangeNotifEnable 1.3.6.1.4.1.9.9.492.1.9.2 (defined in CISCO-CEF-MIB)
Indicates whether or not a notification should be generated on the detection of CEF peer state change.
CISCO Express Forwarding Peer FIB State Change Notification Enable
cefPeerFIBStateChangeNotifEnable 1.3.6.1.4.1.9.9.492.1.9.3 (defined in CISCO-CEF-MIB)
Indicates whether or not a notification should be generated on the detection of CEF FIB peer state change.
Cisco Content Service BMA State Change Notification Enabled
ccsBMAStateChangeNotifEnabled 1.3.6.1.4.1.9.9.597.1.3.1.1.1 (defined in CISCO-CONTENT-SERVICES-MIB)
This object controls the generation of the Billing Mediation Agent state change notification (ciscoContentServicesBMAStateChange) 'true' Indicates that all BMA state change notification is enabled. 'false' Indicates that notification is disabled.
Cisco DSPU Pu Operation Last State Change Time
dspuPuOperLastStateChgTime 1.3.6.1.4.1.9.9.24.1.4.2.1.21 (defined in CISCO-DSPU-MIB)
TimeStamp of last PU state change between active<->inactive.
Cisco Entity Field Replaceable Unit Control Module State Change Reason description
cefcModuleStateChangeReasonDescr 1.3.6.1.4.1.9.9.117.1.2.1.1.7 (defined in CISCO-ENTITY-FRU-CONTROL-MIB)
This object displays human-readable textual string which describes the cause of the last state change of the module. This object contains zero length string if no meaningful reason could be provided. Examples: 'Invalid software version' 'Software download failed' 'Software version mismatch' 'Module is in standby state' etc. This object is for display purposes only. NMS applications must not parse this object and take any decision based on its value.
Cisco Fabric Shortest Path First Neighbor State Change Notify Enable
fspfNbrStateChangeNotifyEnable 1.3.6.1.4.1.9.9.287.1.3 (defined in CISCO-FSPF-MIB)
Specifies whether or not the local switch should issue the notification 'fspfNbrStateChangeNotify' when the local switch learns of a change in the Neighbor's state (state in the FSPF Neighbor Finite State Machine) on an interface on a VSAN. If the value of the object is 'true, then the notification is generated. If the value is 'false', notification is not generated.
Juniper Configuration Management Rescue Change State
jnxCmRescueChgState 1.3.6.1.4.1.2636.3.18.2.5 (defined in JUNIPER-CFGMGMT-MIB)
The current state of the rescue configuration.
Juniper Collector Pic If Last State Change
jnxCollPicIfLastStateChange 1.3.6.1.4.1.2636.3.28.2.1.23 (defined in JUNIPER-COLLECTOR-MIB)
Identifies the error condition that last changed state.
Juniper MI Mst Cist Port Topology Change Sem State
jnxMIMstCistPortTopologyChangeSemState 1.3.6.1.4.1.2636.3.46.1.1.6.1.39 (defined in JUNIPER-MIMSTP-MIB)
Current state of the Topology Change State Machine for this port in this spanning tree context.
Juniper MI Mst Msti Port Topology Change Sem State
jnxMIMstMstiPortTopologyChangeSemState 1.3.6.1.4.1.2636.3.46.1.1.7.1.19 (defined in JUNIPER-MIMSTP-MIB)
Current state of the Topology Change State Machine for this port in this spanning tree context.
ONEACCESS Atm Oam Vcl Alarm State Last Change
oacAtmOamVclAlarmStateLastChange 1.3.6.1.4.1.13191.10.3.2.2.1.2.1.12 (defined in ONEACCESS-OAM-MIB)
The value of sysUpTime object at the time this VCL entered its current alarm status. If the current state was entered prior to the last re-initialization of the agent, then this object contains a zero value.
cpim Ext Interface State Change Notification Enabled
cpimExtInterfaceStateChangeNotifEnabled 1.3.6.1.4.1.9.10.120.1.1.13 (defined in CISCO-IETF-PIM-EXT-MIB)
An indication of whether ciscoIetfPimExtInterfaceUp and ciscoIetfPimExtInterfaceDown notifications are enabled.
Cisco IP Transfer Point Signalling Points Ls State Change Notification Enabled
cItpSpLsStateChangeNotifEnabled 1.3.6.1.4.1.9.9.232.1.5.1 (defined in CISCO-ITP-SP-MIB)
The SP linkset notification truth value. 'true' Indicates that cItpSpLinksetStateChange notification is to be generated when the state changes. That is, the notification generation is enabled. 'false' Indicates that cItpSpLinksetStateChange notification generation is disabled.
Cisco IP Transfer Point Signalling Points Lnk State Change Notification Enabled
cItpSpLnkStateChangeNotifEnabled 1.3.6.1.4.1.9.9.232.1.5.2 (defined in CISCO-ITP-SP-MIB)
The SP link notification truth value. 'true' Indicates that cItpSpLinkStateChange notification is to be generated when the state changes. That is, the notification generation is enabled. 'false' Indicates that cItpSpLinkStateChange notification generation is disabled.
Cisco IP Transfer Point Xua State Change Notification Enabled
cItpXuaStateChangeNotifEnabled 1.3.6.1.4.1.9.9.253.1.1.5 (defined in CISCO-ITP-XUA-MIB)
The State notification truth value. 'true' Indicates that the notification generation is enabled for ASP state changes, AS state changes, SG Mate state changes, ASP Congestion Level change and SG Mate Congestion Level change. 'false' Indicates that the notification generation is disabled for ASP state change, AS state, SG Mate state change, ASP Congestion Level change and SG Mate Congestion Level change.
cmedx Gateway State Change Reason
cmedxGatewayStateChangeReason 1.3.6.1.4.1.9.10.104.1.1.1.1.20 (defined in CISCO-MEGACO-EXT-MIB)
This object indicates the reason for the operational state change (cmedGatewayOperStatus) in the media gateway link. mgcDirected (1) - The state change is directed from MGC. mgDirected (2) - The state change is directed from MG. mgcNotReachable (3) - The transport address of MGC is not reachable. numRetriesExpired (4) - The number of retires for connecting MGC has exhausted (cmedxGatewayNumConnRetries).
cmedx Gateway State Change Method
cmedxGatewayStateChangeMethod 1.3.6.1.4.1.9.10.104.1.1.1.1.21 (defined in CISCO-MEGACO-EXT-MIB)
This object indicates the method for the operational state change (cmedGatewayOperStatus) in the media gateway link. other (1) - None of the methods listed below. graceful (2) - The state change to 'down(2)' is by the way of graceful out of service. forced (3) - The state change to 'down(2)' is by the way of forced out of service. handoff (4) - The state change is by the way that the MGC hands off to another MGC. failover (5) - The state change is by the way that MG reconnects to current MGC because of the failure of previous MGC. restart (6) - The state change is by the way that MG or MGC restarts. disconnect (7) - The state change is by the way that MG brings down the service because of the MG port has been modified, the number of retries has exhausted, or the inactivity timer has expired. cancelGraceful (8) - After issuing graceful out of service with a delay (cmedxGatewayDownServiceDelay>0), MG then sends an in-service command before the delay has been expired.
Cisco GSP Ls State Change Notification Enabled
cgspLsStateChangeNotifEnabled 1.3.6.1.4.1.9.9.336.1.7.1 (defined in CISCO-ITP-GSP-MIB)
The signalling point linkset notification truth value. 'true' Indicates that ciscoGspLinksetStateChange notification is to be generated when the state changes. That is, the notification generation is enabled. 'false' Indicates that ciscoGspLinksetStateChange notification generation is disabled.
Cisco GSP Lnk State Change Notification Enabled
cgspLnkStateChangeNotifEnabled 1.3.6.1.4.1.9.9.336.1.7.2 (defined in CISCO-ITP-GSP-MIB)
The signalling point link notification truth value. 'true' Indicates that ciscoGspLinkStateChange notification is to be generated when the state changes. That is, the notification generation is enabled. 'false' Indicates that ciscoGspLinkStateChange notification generation is disabled.
Cisco Multi-Modal Contact Applications Ra Agg Task State Change Msg Received
cmmcaRaAggTaskStateChangeMsgReceived 1.3.6.1.4.1.9.9.664.1.6.7.1.11 (defined in CISCO-MMODAL-CONTACT-APPS-MIB)
The total number of task state change messages received since application start time specified by cmmcaStartTime.
Cisco Server Load Balancing Ft State Change Time
cslbxFtStateChangeTime 1.3.6.1.4.1.9.9.254.1.10.1.1.8 (defined in CISCO-SLB-EXT-MIB)
The time of the last change in the current Fault Tolerance state of the SLB device.
Cisco Server Load Balancing Ft State Change Notification Enabled
cslbxFtStateChangeNotifEnabled 1.3.6.1.4.1.9.9.254.1.13.1 (defined in CISCO-SLB-EXT-MIB)
This object controls the generation of cslbxFtStateChange notification. 'true' Indicates that cslbxFtStateChange notification is to be generated when the state changes. That is, notification generation is enabled. 'false' Indicates that cslbxFtStateChange notification generation is disabled.
Cisco Slb V Server State Change Notification Enabled
cSlbVServerStateChangeNotifEnabled 1.3.6.1.4.1.9.9.161.1.8.3 (defined in CISCO-SLB-MIB)
The virtual server notification truth value. This object controls the generation of following notifications: ciscoSlbVServerStateChange ciscoSlbVServerVIPStateChange 'true' Indicates whether notification is to be generated when the state changes. That is, the notification generation is enabled. 'false' Indicates notification should not be generated. That is, the notification generation is disabled.
Cisco Slb Real Server State Change Notification Enabled
cSlbRealServerStateChangeNotifEnabled 1.3.6.1.4.1.9.9.161.1.8.5 (defined in CISCO-SLB-MIB)
The real server notification truth value. 'true' Indicates that ciscoSlbRealServerStateChange notification is to be generated when the state changes. That is, the notification generation is enabled. 'false' Indicates that ciscoSlbRealServerStateChange notification generation is disabled.
ad DSUIQ Interval DDS State Change
adDSUIQIntDDSStateChange 1.3.6.1.4.1.664.2.141.6.1.1.3 (defined in ADTRAN-DSUIQ-MIB)
Number of changes in the DDS port state. This includes all normal, inactive, and test state transitions.
ad DSUIQ Day DDS State Change
adDSUIQDayDDSStateChange 1.3.6.1.4.1.664.2.141.7.1.1.3 (defined in ADTRAN-DSUIQ-MIB)
Number of changes in the DDS port state. This includes all normal, inactive, and test state transitions.
Adtran Frame Perform Day PVC State Change
adFRPerformDayPVCStateChange 1.3.6.1.4.1.664.4.1.7.1.1.4 (defined in ADTRAN-FRPerform-MIB)
The number of State Changes on the PVC for the day.
ad TSUIQ Day T1 State Change
adTSUIQDayT1StateChange 1.3.6.1.4.1.664.2.147.7.1.1.3 (defined in ADTRAN-TSUIQ-MIB)
Number of changes in the T1 port state. This includes all normal, inactive, and test state transitions.

MIBs list