FORCES-MIB

File: FORCES-MIB.mib (15902 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
RMON2-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
mib-2 Integer32 TEXTUAL-CONVENTION
TimeStamp MODULE-COMPLIANCE OBJECT-GROUP
NOTIFICATION-GROUP ZeroBasedCounter32

Defined Types

ForcesID  
The ForCES identifier is a 4-octet quantity.
TEXTUAL-CONVENTION    
  OCTET STRING Size(4)  

ForcesProtocolVersion  
ForCES protocol version number. The version numbers used are defined in the specifications of the respective protocol: 1 - ForCESv1, RFC 5810.
TEXTUAL-CONVENTION    
  Integer32 1..255  

ForcesAssociationEntry  
SEQUENCE    
  forcesAssociationCEID ForcesID
  forcesAssociationFEID ForcesID
  forcesAssociationRunningProtocolVersion ForcesProtocolVersion
  forcesAssociationTimeUp TimeStamp
  forcesAssociationTimeDown TimeStamp
  forcesAssociationHBMsgSent ZeroBasedCounter32
  forcesAssociationHBMsgReceived ZeroBasedCounter32
  forcesAssociationOperMsgSent ZeroBasedCounter32
  forcesAssociationOperMsgReceived ZeroBasedCounter32
  forcesAssociationCounterDiscontinuityTime TimeStamp

Defined Values

forcesMib 1.3.6.1.2.1.187
This MIB module contains managed object definitions for the ForCES Protocol. Copyright (c) 2010 IETF Trust and the persons identified as authors of the code. All rights reserved. Redistribution and use in source and binary forms, with or without modification, is permitted pursuant to, and subject to the license terms contained in, the Simplified BSD License set forth in Section 4.c of the IETF Trust's Legal Provisions Relating to IETF Documents (http://trustee.ietf.org/license-info). This version of this MIB module is part of RFC 5813; see the RFC itself for full legal notices.
MODULE-IDENTITY    

forcesMibNotifications 1.3.6.1.2.1.187.0
OBJECT IDENTIFIER    

forcesMibObjects 1.3.6.1.2.1.187.1
OBJECT IDENTIFIER    

forcesMibConformance 1.3.6.1.2.1.187.2
OBJECT IDENTIFIER    

forcesAssociationEntryUp 1.3.6.1.2.1.187.0.1
This notification is generated as soon as an association enters the UP state. Note that these notifications are not throttled as the CE itself should throttle the setup of associations.
Status: current Access: read-only
NOTIFICATION-TYPE    

forcesAssociationEntryDown 1.3.6.1.2.1.187.0.2
This notification is generated as soon as an association leaves the UP state. Note that these notifications are not throttled as the CE itself should throttle the setup of associations.
Status: current Access: read-only
NOTIFICATION-TYPE    

forcesAssociationEntryUpStats 1.3.6.1.2.1.187.0.3
This notification is generated as soon as an association enters the UP state. Note that these notifications are not throttled as the CE itself should throttle the setup of associations.
Status: current Access: read-only
NOTIFICATION-TYPE    

forcesAssociationEntryDownStats 1.3.6.1.2.1.187.0.4
This notification is generated as soon as an association leaves the UP state. Note that these notifications are not throttled as the CE itself should throttle the setup of associations.
Status: current Access: read-only
NOTIFICATION-TYPE    

forcesLatestProtocolVersionSupported 1.3.6.1.2.1.187.1.1
The ForCES protocol version supported by the CE. The current protocol version is 1. Note that the CE must also allow interaction with FEs supporting earlier versions.
Status: current Access: read-only
OBJECT-TYPE    
  ForcesProtocolVersion  

forcesAssociations 1.3.6.1.2.1.187.1.2
OBJECT IDENTIFIER    

forcesAssociationTable 1.3.6.1.2.1.187.1.2.1
The (conceptual) table of associations.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ForcesAssociationEntry

forcesAssociationEntry 1.3.6.1.2.1.187.1.2.1.1
A (conceptual) entry for one association.
Status: current Access: not-accessible
OBJECT-TYPE    
  ForcesAssociationEntry  

forcesAssociationCEID 1.3.6.1.2.1.187.1.2.1.1.1
The ForCES ID of the CE.
Status: current Access: not-accessible
OBJECT-TYPE    
  ForcesID  

forcesAssociationFEID 1.3.6.1.2.1.187.1.2.1.1.2
The ForCES ID of the FE.
Status: current Access: not-accessible
OBJECT-TYPE    
  ForcesID  

forcesAssociationRunningProtocolVersion 1.3.6.1.2.1.187.1.2.1.1.3
The current ForCES protocol version used in this association. The current protocol version is 1.
Status: current Access: read-only
OBJECT-TYPE    
  ForcesProtocolVersion  

forcesAssociationTimeUp 1.3.6.1.2.1.187.1.2.1.1.4
The value of sysUpTime at the time this association entered the UP state. If this association started prior to the last initialization of the network subsystem, then this object contains a zero value. This object allows to uniquely identify associations with the same CE and FE IDs.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

forcesAssociationTimeDown 1.3.6.1.2.1.187.1.2.1.1.5
The value of sysUpTime at the time this association left the UP state.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  TimeStamp  

forcesAssociationHBMsgSent 1.3.6.1.2.1.187.1.2.1.1.6
A counter of how many Heartbeat messages have been sent by the CE on this association since the association entered the UP state. Discontinuities in the value of this counter can occur at reinitialization of the management system, and at other times as indicated by the value of forcesAssociationCounterDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  ZeroBasedCounter32  

forcesAssociationHBMsgReceived 1.3.6.1.2.1.187.1.2.1.1.7
A counter of how many Heartbeat messages have been received by the CE on this association since the association entered the UP state. Discontinuities in the value of this counter can occur at reinitialization of the management system, and at other times as indicated by the value of forcesAssociationCounterDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  ZeroBasedCounter32  

forcesAssociationOperMsgSent 1.3.6.1.2.1.187.1.2.1.1.8
A counter of how many messages other than Heartbeat (i.e., Config and Query) have been sent by the CE on this association since the association entered the UP state. Discontinuities in the value of this counter can occur at reinitialization of the management system, and at other times as indicated by the value of forcesAssociationCounterDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  ZeroBasedCounter32  

forcesAssociationOperMsgReceived 1.3.6.1.2.1.187.1.2.1.1.9
A counter of how many messages other than Heartbeat (i.e., Config response, Query response, event notification, and packet redirect) have been received by the CE on this association since the association entered the UP state. Discontinuities in the value of this counter can occur at reinitialization of the management system, and at other times as indicated by the value of forcesAssociationCounterDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  ZeroBasedCounter32  

forcesAssociationCounterDiscontinuityTime 1.3.6.1.2.1.187.1.2.1.1.10
The value of sysUpTime on the most recent occasion at which any one or more of this association's counters suffered a discontinuity. The relevant counters are the specific instances associated with this association of any ZeroBasedCounter32 object contained in the forcesAssociationTable. If no such discontinuities have occurred since the last reinitialization of the local management subsystem, then this object contains a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

forcesMibCompliances 1.3.6.1.2.1.187.2.1
OBJECT IDENTIFIER    

forcesMibGroups 1.3.6.1.2.1.187.2.2
OBJECT IDENTIFIER    

forcesMibCompliance 1.3.6.1.2.1.187.2.1.1
The compliance statement for routers running ForCES and implementing the ForCES MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

forcesNotificationGroup 1.3.6.1.2.1.187.2.2.1
A collection of notifications for signaling important ForCES events.
Status: current Access: read-only
NOTIFICATION-GROUP    

forcesMibGroup 1.3.6.1.2.1.187.2.2.2
A collection of objects to support management of ForCES routers.
Status: current Access: read-only
OBJECT-GROUP    

forcesNotificationStatsGroup 1.3.6.1.2.1.187.2.2.3
A collection of optional notifications for signaling important ForCES events including statistics.
Status: current Access: read-only
NOTIFICATION-GROUP    

forcesStatsGroup 1.3.6.1.2.1.187.2.2.4
A collection of optional objects to provide extra information about the associations. There is no protocol reason to keep such information, but these objects can be very useful in debugging connectivity problems.
Status: current Access: read-only
OBJECT-GROUP