⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rfc3295.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 4 页
字号:
    GsmpSessionEntry ::= SEQUENCE {        gsmpSessionThisSideId                     GsmpNameType,        gsmpSessionFarSideId                      GsmpNameType,        gsmpSessionVersion                        GsmpVersion,        gsmpSessionTimer                          Integer32,        gsmpSessionPartitionId                    GsmpPartitionIdType,        gsmpSessionAdjacencyCount                 Unsigned32,        gsmpSessionFarSideName                    GsmpNameType,        gsmpSessionFarSidePort                    Unsigned32,        gsmpSessionFarSideInstance                Unsigned32,        gsmpSessionLastFailureCode                Unsigned32,        gsmpSessionDiscontinuityTime              TimeStamp,        gsmpSessionStartUptime                    TimeStamp,        gsmpSessionStatSentMessages               ZeroBasedCounter32,        gsmpSessionStatFailureInds                ZeroBasedCounter32,        gsmpSessionStatReceivedMessages           ZeroBasedCounter32,        gsmpSessionStatReceivedFailures           ZeroBasedCounter32,        gsmpSessionStatPortUpEvents               ZeroBasedCounter32,        gsmpSessionStatPortDownEvents             ZeroBasedCounter32,        gsmpSessionStatInvLabelEvents             ZeroBasedCounter32,        gsmpSessionStatNewPortEvents              ZeroBasedCounter32,        gsmpSessionStatDeadPortEvents             ZeroBasedCounter32,        gsmpSessionStatAdjUpdateEvents            ZeroBasedCounter32        }    gsmpSessionThisSideId OBJECT-TYPE        SYNTAX         GsmpNameType        MAX-ACCESS     not-accessible        STATUS         current        DESCRIPTION             "This side ID uniquely identifies the entity that this             session relates to within the operational             context of the device. "        ::= { gsmpSessionEntry 1 }    gsmpSessionFarSideId OBJECT-TYPE        SYNTAX         GsmpNameType        MAX-ACCESS     not-accessible        STATUS         current        DESCRIPTION            "The Far side ID uniquely identifies the entity that this            session is established against. "        ::= { gsmpSessionEntry 2 }   gsmpSessionVersion OBJECT-TYPE       SYNTAX          GsmpVersion       MAX-ACCESS      read-only       STATUS          current       DESCRIPTION           "The version number of the GSMP protocol being used in           this session. The version is the result of the           negotiation by the adjacency protocol."       ::= { gsmpSessionEntry 3 }   gsmpSessionTimer OBJECT-TYPE       SYNTAX          Integer32       UNITS           "100ms"       MAX-ACCESS      read-only       STATUS          current       DESCRIPTION           "The timer specifies the time remaining until the           adjacency timer expires. The object could take negative           values since if no valid GSMP messages are           received in any period of time in excess of three times           the value of the Timer negotiated by the adjacency           protocol loss of synchronisation may be declared. The           timer is specified in units of 100ms."       ::= { gsmpSessionEntry 4 }   gsmpSessionPartitionId OBJECT-TYPE       SYNTAX          GsmpPartitionIdType       MAX-ACCESS      read-only       STATUS          current       DESCRIPTION           "The Partition Id for the specific switch partition that           this session is concerned with."       ::= { gsmpSessionEntry 5 }   gsmpSessionAdjacencyCount OBJECT-TYPE       SYNTAX          Unsigned32(1..255)       MAX-ACCESS      read-only       STATUS          current       DESCRIPTION           "This object specifies the current number of adjacencies           that are established with controllers and the switch           partition that is used for this session. The value           includes this session."       ::= { gsmpSessionEntry 6 }   gsmpSessionFarSideName OBJECT-TYPE       SYNTAX              GsmpNameType       MAX-ACCESS          read-only       STATUS              current       DESCRIPTION           "The name of the far side as advertised in the adjacency           message."       ::= {gsmpSessionEntry 7}   gsmpSessionFarSidePort OBJECT-TYPE       SYNTAX           Unsigned32       MAX-ACCESS       read-only       STATUS           current       DESCRIPTION           "The local port number of the link across which the           message is being sent."       REFERENCE          "General Switch Management Protocol V3: Section 3.1.2"       ::= { gsmpSessionEntry 8 }   gsmpSessionFarSideInstance OBJECT-TYPE       SYNTAX           Unsigned32(1..16777215)       MAX-ACCESS       read-only       STATUS           current       DESCRIPTION           "The instance number used for the link during this           session. The Instance number is a 24-bit number           that should be guaranteed to be unique within           the recent past and to change when the link           or node comes back up after going down. Zero is not           a valid instance number."       ::= { gsmpSessionEntry 9 }   gsmpSessionLastFailureCode OBJECT-TYPE       SYNTAX           Unsigned32(0..255)       MAX-ACCESS       read-only       STATUS           current       DESCRIPTION           "This is the last failure code that was received over           this session. If no failure code have been received, the           value is zero."       ::= { gsmpSessionEntry 10 }   gsmpSessionDiscontinuityTime OBJECT-TYPE       SYNTAX         TimeStamp       MAX-ACCESS     read-only       STATUS         current       DESCRIPTION           "The value of sysUpTime on the most recent occasion at           which one or more of this session's counters           suffered a discontinuity. If no such discontinuities have           occurred since then, this object contains the same           timestamp as gsmpSessionStartUptime ."        ::= { gsmpSessionEntry 11 }   gsmpSessionStartUptime OBJECT-TYPE       SYNTAX         TimeStamp       MAX-ACCESS     read-only       STATUS         current       DESCRIPTION           " The value of sysUpTime when the session came to           established state."       ::= { gsmpSessionEntry 12 }   gsmpSessionStatSentMessages OBJECT-TYPE       SYNTAX         ZeroBasedCounter32       MAX-ACCESS     read-only       STATUS         current       DESCRIPTION           "The number of messages that have been sent in this           session. All GSMP messages pertaining to this session after           the session came to established state SHALL           be counted, also including adjacency protocol messages           and failure response messages.           When the counter suffers any discontinuity, then           the gsmpSessionDiscontinuityTime object indicates when it           happened."       ::= { gsmpSessionEntry 13 }   gsmpSessionStatFailureInds OBJECT-TYPE       SYNTAX         ZeroBasedCounter32       MAX-ACCESS     read-only       STATUS         current       DESCRIPTION           "The number of messages that have been sent with a           failure indication in this session. Warning messages           SHALL NOT be counted.           When the counter suffers any discontinuity, then           the gsmpSessionDiscontinuityTime object indicates when it           happened."       REFERENCE          "General Switch Management Protocol V3: Section 12.1"       ::= { gsmpSessionEntry 14 }   gsmpSessionStatReceivedMessages OBJECT-TYPE       SYNTAX         ZeroBasedCounter32       MAX-ACCESS     read-only       STATUS         current       DESCRIPTION           "The number of messages that have been received in           this session. All legal GSMP messages pertaining to this           session after the session came to established state SHALL           be counted, also including adjacency protocol messages           and failure response messages.           When the counter suffers any discontinuity, then           the gsmpSessionDiscontinuityTime object indicates when it           happened."       ::= { gsmpSessionEntry 15 }   gsmpSessionStatReceivedFailures OBJECT-TYPE       SYNTAX         ZeroBasedCounter32       MAX-ACCESS     read-only       STATUS         current       DESCRIPTION           "The number of messages that have been received in           this session with a failure indication. Warning messages           SHALL NOT be counted.           When the counter suffers any discontinuity, then           the gsmpSessionDiscontinuityTime object indicates when it           happened."       REFERENCE          "General Switch Management Protocol V3: Section 12.1"       ::= { gsmpSessionEntry 16 }   gsmpSessionStatPortUpEvents OBJECT-TYPE       SYNTAX         ZeroBasedCounter32       MAX-ACCESS     read-only       STATUS         current       DESCRIPTION           "The number of Port Up events that have been sent or           received on this session.           When the counter suffers any discontinuity, then           the gsmpSessionDiscontinuityTime object indicates when it           happened."       REFERENCE          "General Switch Management Protocol V3: Section 9.1"       ::= { gsmpSessionEntry 17 }   gsmpSessionStatPortDownEvents OBJECT-TYPE       SYNTAX         ZeroBasedCounter32       MAX-ACCESS     read-only       STATUS         current       DESCRIPTION           "The number of Port Down events that have been sent or           received on this session.           When the counter suffers any discontinuity, then           the gsmpSessionDiscontinuityTime object indicates when it           happened."       REFERENCE          "General Switch Management Protocol V3: Section 9.2"       ::= { gsmpSessionEntry 18 }   gsmpSessionStatInvLabelEvents OBJECT-TYPE       SYNTAX         ZeroBasedCounter32       MAX-ACCESS     read-only       STATUS         current       DESCRIPTION           "The number of Invalid label events that have been sent           or received on this session.           When the counter suffers any discontinuity, then           the gsmpSessionDiscontinuityTime object indicates when it           happened."       REFERENCE          "General Switch Management Protocol V3: Section 9.3"       ::= { gsmpSessionEntry 19 }   gsmpSessionStatNewPortEvents OBJECT-TYPE       SYNTAX         ZeroBasedCounter32       MAX-ACCESS     read-only       STATUS         current       DESCRIPTION           "The number of New Port events that have been sent or           received on this session.           When the counter suffers any discontinuity, then           the gsmpSessionDiscontinuityTime object indicates when it           happened."       REFERENCE          "General Switch Management Protocol V3: Section 9.4"       ::= { gsmpSessionEntry 20 }   gsmpSessionStatDeadPortEvents OBJECT-TYPE       SYNTAX         ZeroBasedCounter32       MAX-ACCESS     read-only       STATUS         current       DESCRIPTION           "The number of Dead Port events that have been sent or           received on this session.           When the counter suffers any discontinuity, then           the gsmpSessionDiscontinuityTime object indicates when it           happened."       REFERENCE           "General Switch Management Protocol V3: Section 9.5"         ::= { gsmpSessionEntry 21 }   gsmpSessionStatAdjUpdateEvents OBJECT-TYPE         SYNTAX         ZeroBasedCounter32         MAX-ACCESS     read-only         STATUS         current         DESCRIPTION            "The number of Adjacency Update events that have been sent            or received on this session.            When the counter suffers any discontinuity, then            the gsmpSessionDiscontinuityTime object indicates when it            happened."         REFERENCE           "General Switch Management Protocol V3: Section 9.6"         ::= { gsmpSessionEntry 22 }   -- **************************************************************   -- GSMP Notifications   -- **************************************************************   --   -- Notification objects   --   gsmpEventPort OBJECT-TYPE         SYNTAX         Unsigned32         MAX-ACCESS     accessible-for-notify         STATUS         current         DESCRIPTION            "This object specifies the Port Number that is            carried in this event."         ::= { gsmpNotificationsObjects 1 }   gsmpEventPortSessionNumber OBJECT-TYPE         SYNTAX         Unsigned32         MAX-ACCESS     accessible-for-notify         STATUS         current         DESCRIPTION            "This object specifies the Port Session Number that is            carried in this event."         ::= { gsmpNotificationsObjects 2 }   gsmpEventSequenceNumber OBJECT-TYPE         SYNTAX         Unsigned32         MAX-ACCESS     accessible-for-notify         STATUS         current         DESCRIPTION            "This object specifies the Event Sequence Number that is            carried in this event."         ::= { gsmpNotificationsObjects 3 }   gsmpEventLabel OBJECT-TYPE         SYNTAX          GsmpLabelType         MAX-ACCESS      accessible-for-notify         STATUS          current         DESCRIPTION            "This object specifies the Label that is            carried in this event."         ::= { gsmpNotificationsObjects 4 }   --   -- Notifications   --    gsmpSessionDown NOTIFICATION-TYPE         OBJECTS {                   gsmpSessionStartUptime,                   gsmpSessionStatSentMessages,                   gsmpSessionStatFailureInds,                   gsmpSessionStatReceivedMessages,                   gsmpSessionStatReceivedFailures,                   gsmpSessionStatPortUpEvents,                   gsmpSessionStatPortDownEvents,                   gsmpSessionStatInvLabelEvents,                   gsmpSessionStatNewPortEvents,                   gsmpSessionStatDeadPortEvents,                   gsmpSessionStatAdjUpdateEvents                   }          STATUS current          DESCRIPTION              "When it has been enabled, this notification is              generated whenever a session is taken down, regardless              of whether the session went down normally or not.              Its purpose is to allow a management application              (primarily an accounting application) that is              monitoring the session statistics to receive the final              values of these counters, so that the application can              properly account for the amounts the counters were              incremented since the last time the application polled              them. The gsmpSessionStartUptime object provides the              total amount of time that the session was active.              This notification is not a substitute for polling the              session statistic counts. In particular, the count              values reported in this notification cannot be assumed             to be the complete totals for the life of the session,             since they may have wrapped while the             session was up.             The session to which this notification             applies is identified by the gsmpSessionThisSideId and             gsmpSessionFarSideId which could be inferred from the             Object Identifiers of the objects contained in the             notification.             An instance of this notification will contain exactly             one instance of each of its objects, and these objects             will all belong to the same conceptual row of the             gsmpSessionTable."    ::= { gsmpNotifications 1 }    gsmpSessionUp NOTIFICATION-TYPE

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -