Commit version 24.12.13800
This commit is contained in:
@ -3374,10 +3374,10 @@
|
||||
JnxCosWatchdogTxQueueEntry ::= SEQUENCE {
|
||||
jnxCosWatchdogIfIndex InterfaceIndex,
|
||||
jnxCosWatchdogTxQueueId Integer32,
|
||||
jnxCosWatchdogTxQueueStuckCount Integer32,
|
||||
jnxCosWatchdogTxQueueRecoveredCount Integer32,
|
||||
jnxCosWatchdogTotalPktDrop Integer32,
|
||||
jnxCosWatchdogLastPktDrop Integer32
|
||||
jnxCosWatchdogTxQueueStuckCount Counter64,
|
||||
jnxCosWatchdogTxQueueRecoveredCount Counter64,
|
||||
jnxCosWatchdogTotalPktDrop Counter64,
|
||||
jnxCosWatchdogLastPktDrop Counter64
|
||||
}
|
||||
|
||||
jnxCosWatchdogIfIndex OBJECT-TYPE
|
||||
@ -3397,7 +3397,7 @@
|
||||
::= { jnxCosWatchdogTxQueueEntry 2 }
|
||||
|
||||
jnxCosWatchdogTxQueueStuckCount OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
SYNTAX Counter64
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
@ -3405,7 +3405,7 @@
|
||||
::= { jnxCosWatchdogTxQueueEntry 3 }
|
||||
|
||||
jnxCosWatchdogTxQueueRecoveredCount OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
SYNTAX Counter64
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
@ -3413,7 +3413,7 @@
|
||||
::= { jnxCosWatchdogTxQueueEntry 4 }
|
||||
|
||||
jnxCosWatchdogTotalPktDrop OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
SYNTAX Counter64
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
@ -3421,7 +3421,7 @@
|
||||
::= { jnxCosWatchdogTxQueueEntry 5 }
|
||||
|
||||
jnxCosWatchdogLastPktDrop OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
SYNTAX Counter64
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
|
Reference in New Issue
Block a user