📄 ipatm-ipmc-mib
字号:
marsRegMcsAtmAddr OBJECT-TYPE SYNTAX AtmAddr MAX-ACCESS read-only STATUS current DESCRIPTION "The registered MCS's ATM address." ::= { marsRegMcsEntry 1 }--***************************************************************-- IP ATM MARS Statistics Object Definition Table--***************************************************************marsStatTable OBJECT-TYPE SYNTAX SEQUENCE OF MarsStatEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The table contains statistics collected at MARS." ::= { marsObjects 8 }marsStatEntry OBJECT-TYPE SYNTAX MarsStatEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Each entry contains statistics collected at one MARS." INDEX { marsIndex, marsIfIndex } ::= { marsStatTable 1 }MarsStatEntry ::= SEQUENCE { marsStatTxMultiMsgs Counter32, marsStatTxGrpLstRplyMsgs Counter32, marsStatTxRedirectMapMsgs Counter32, marsStatTxMigrateMsgs Counter32, marsStatTxNakMsgs Counter32, marsStatTxJoinMsgs Counter32, marsStatTxLeaveMsgs Counter32, marsStatTxSjoinMsgs Counter32, marsStatTxSleaveMsgs Counter32, marsStatTxMservMsgs Counter32, marsStatTxUnservMsgs Counter32, marsStatRxReqMsgs Counter32, marsStatRxGrpLstReqMsgs Counter32, marsStatRxJoinMsgs Counter32, marsStatRxLeaveMsgs Counter32, marsStatRxMservMsgs Counter32, marsStatRxUnservMsgs Counter32, marsStatRxBlkJoinMsgs Counter32, marsStatRegMemGroups Counter32, marsStatRegMcsGroups Counter32 }marsStatTxMultiMsgs OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of MARS_MULTI transmitted by this MARS." ::= { marsStatEntry 1 }marsStatTxGrpLstRplyMsgs OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of MARS_GROUPLIST_REPLY messages transmitted by this MARS." ::= { marsStatEntry 2 }marsStatTxRedirectMapMsgs OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of MARS_REDIRECT_MAP messages transmitted by this MARS." ::= { marsStatEntry 3 }marsStatTxMigrateMsgs OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of MARS_MIGRATE messages transmitted by this MARS." ::= { marsStatEntry 4 }marsStatTxNakMsgs OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of MARS_NAK messages transmitted by this MARS." ::= { marsStatEntry 5 }marsStatTxJoinMsgs OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of MARS_JOIN messages transmitted by this MARS." ::= { marsStatEntry 6 }marsStatTxLeaveMsgs OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of MARS_LEAVE messages transmitted by this MARS." ::= { marsStatEntry 7 }marsStatTxSjoinMsgs OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of MARS_SJOIN messages transmitted by this MARS." ::= { marsStatEntry 8 }marsStatTxSleaveMsgs OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of MARS_SLEAVE messages transmitted by this MARS." ::= { marsStatEntry 9 }marsStatTxMservMsgs OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of MARS_MSERV messages transmitted by this MARS." ::= { marsStatEntry 10 }marsStatTxUnservMsgs OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of MARS_UNSERV messages transmitted by this MARS." ::= { marsStatEntry 11 }marsStatRxReqMsgs OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of MARS_REQUEST messages received by this MARS." ::= { marsStatEntry 12 }marsStatRxGrpLstReqMsgs OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of MARS_GROUPLIST_REQUEST messages received by this MARS." ::= { marsStatEntry 13 }marsStatRxJoinMsgs OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of MARS_JOINS messages received by this MARS." ::= { marsStatEntry 14 }marsStatRxLeaveMsgs OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of MARS_LEAVES messages received by this MARS." ::= { marsStatEntry 15 }marsStatRxMservMsgs OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of MARS_MSERV messages received by this MARS." ::= { marsStatEntry 16 }marsStatRxUnservMsgs OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of MARS_UNSERV messages received by this MARS." ::= { marsStatEntry 17 }marsStatRxBlkJoinMsgs OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of block joins messages received by this MARS." ::= { marsStatEntry 18 }marsStatRegMemGroups OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of IP multicast groups with 1 or more joined cluster members." ::= { marsStatEntry 19 }marsStatRegMcsGroups OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Total number of IP multicast groups with 1 or more joined MCSs." ::= { marsStatEntry 20 }--***************************************************************-- IP ATM MARS MCS Object Definitions--***************************************************************marsMcsObjects OBJECT IDENTIFIER ::= { marsMIB 3 }marsMcsTable OBJECT-TYPE SYNTAX SEQUENCE OF MarsMcsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The objects defined in this table are used for the management of a multicast server (MCS)." ::= { marsMcsObjects 1 }marsMcsEntry OBJECT-TYPE SYNTAX MarsMcsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Each entry contains a MCS and its associated attributes." INDEX { marsMcsIndex, marsMcsIfIndex } ::= { marsMcsTable 1 }MarsMcsEntry ::= SEQUENCE { marsMcsIndex Integer32, marsMcsIfIndex InterfaceIndex, marsMcsAddr AtmAddr, marsMcsDefaultMarsAddr AtmAddr, marsMcsRegistration INTEGER, marsMcsSsn Unsigned32, marsMcsDefaultMtu INTEGER, marsMcsFailureTimer INTEGER, marsMcsRetranDelayTimer INTEGER, marsMcsRdmMulReqAddRetrTimer INTEGER, marsMcsRdmVcRevalidateTimer INTEGER, marsMcsRegisterRetrInterval INTEGER, marsMcsRegisterRetrLimit INTEGER, marsMcsRegWithMarsRdmTimer INTEGER, marsMcsForceWaitTimer INTEGER, marsMcsIdleTimer INTEGER, marsMcsLmtToMissRedirMapTimer INTEGER, marsMcsRowStatus RowStatus }marsMcsIndex OBJECT-TYPE SYNTAX Integer32(1..65535) MAX-ACCESS not-accessible STATUS current DESCRIPTION "The auxiliary variable used to identify instances of the columnar objects in the MCS table." ::= { marsMcsEntry 1 }marsMcsIfIndex OBJECT-TYPE SYNTAX InterfaceIndex MAX-ACCESS not-accessible STATUS current DESCRIPTION "The ifIndex of the interface that the MCS is associated with." ::= { marsMcsEntry 2 }marsMcsAddr OBJECT-TYPE SYNTAX AtmAddr MAX-ACCESS read-create STATUS current DESCRIPTION "The ATM address associated with the MCS." ::= { marsMcsEntry 3 }marsMcsDefaultMarsAddr OBJECT-TYPE SYNTAX AtmAddr MAX-ACCESS read-create STATUS current DESCRIPTION "The default MARS ATM address which is needed to setup the initial signalling path between a MCS and its associated MARS." ::= { marsMcsEntry 4 }marsMcsRegistration OBJECT-TYPE SYNTAX INTEGER { notRegistered (1), registering (2), registered (3), reRegisteringFault (4), reRegisteringRedirMap (5) } MAX-ACCESS read-create STATUS current DESCRIPTION "An indication with regards to the registration STATUS of this MCS. The registration codes of 'notRegistered (1)', 'registered (2)', and registered (3) are self-explanatory. The 'reRegisteringFault (4)' indicates the MCS is in the process of re-registering with a MARS due to some fault conditions. The 'reRegisteringRedMap (5)' status code shows that MCS is re-registering because it has received a MARS_REDIRECT_MAP message and was told to register with a shift MARS." ::= { marsMcsEntry 5 }marsMcsSsn OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-create STATUS current DESCRIPTION "The MCS own 32 bit Server Sequence Number. It is used to track the Mars sequence number." ::= { marsMcsEntry 6 }marsMcsDefaultMtu OBJECT-TYPE SYNTAX INTEGER (1..65535) MAX-ACCESS read-create STATUS current DESCRIPTION "The default maximum transmission unit (MTU) used for this cluster. Note that the actual size used for a VC between two members of the cluster may be negotiated during connection setup and may be different than this value. Default value = 9180 bytes." DEFVAL { 9180 } ::= { marsMcsEntry 7 }marsMcsFailureTimer OBJECT-TYPE SYNTAX INTEGER (1..2147483647) UNITS "seconds" MAX-ACCESS read-create STATUS current DESCRIPTION "A timer used to flag the failure of last MARS_MULTI to arrive. Default value = 10 seconds (recommended)." DEFVAL { 10 } ::= { marsMcsEntry 8 }marsMcsRetranDelayTimer OBJECT-TYPE SYNTAX INTEGER (5..10) UNITS "seconds" MAX-ACCESS read-create STATUS current DESCRIPTION "The delay timer for sending out new MARS_REQUEST for the group after the MCS learned that there is no other group in the cluster. The timer must be set between 5 and 10 seconds inclusive." ::= { marsMcsEntry 9 }marsMcsRdmMulReqAddRetrTimer OBJECT-TYPE SYNTAX INTEGER (5..10) UNITS "seconds" MAX-ACCESS read-create STATUS current DESCRIPTION "The initial random L_MULTI_RQ/ADD retransmit timer which can be set between 5 and 10 seconds inclusive." ::= { marsMcsEntry 10 }marsMcsRdmVcRevalidateTimer OBJECT-TYPE SYNTAX INTEGER (1..10) UNITS "seconds" MAX-ACCESS read-create STATUS current DESCRIPTION "The random time to set VC_revalidate flag. The timer value ranges between 1 and 10 seconds inclusive." ::= { marsMcsEntry 11 }marsMcsRegisterRetrInterval OBJECT-TYPE SYNTAX INTEGER(5..214748364
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -