Commit version 24.12.13800
This commit is contained in:
@ -1,13 +1,10 @@
|
||||
-- *****************************************************************
|
||||
-- Commited Access Rate MIB file.
|
||||
-- *****************************************************************
|
||||
FOUNDRY-CAR-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
|
||||
MODULE-IDENTITY, OBJECT-TYPE,Gauge32, Counter64,Integer32
|
||||
FROM SNMPv2-SMI
|
||||
TEXTUAL-CONVENTION
|
||||
RowStatus,TEXTUAL-CONVENTION
|
||||
FROM SNMPv2-TC
|
||||
snSwitch
|
||||
FROM FOUNDRY-SN-SWITCH-GROUP-MIB
|
||||
@ -139,7 +136,9 @@ SnPortCAREntry ::=
|
||||
snPortCARStatFilteredBytes
|
||||
Counter64,
|
||||
snPortCARStatCurBurst
|
||||
Gauge32
|
||||
Gauge32,
|
||||
snPortCARRowStatus
|
||||
RowStatus
|
||||
}
|
||||
snPortCARifIndex OBJECT-TYPE
|
||||
SYNTAX InterfaceIndex
|
||||
@ -192,7 +191,7 @@ snPortCARAccIdx OBJECT-TYPE
|
||||
|
||||
snPortCARRate OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The comitted access rate. This determines the long term
|
||||
@ -204,7 +203,7 @@ snPortCARRate OBJECT-TYPE
|
||||
|
||||
snPortCARLimit OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This is the normal burst size that determines how large traffic
|
||||
@ -307,6 +306,16 @@ snPortCARStatCurBurst OBJECT-TYPE
|
||||
"The current received burst size."
|
||||
::= { snPortCAREntry 15 }
|
||||
|
||||
|
||||
snPortCARRowStatus OBJECT-TYPE
|
||||
SYNTAX RowStatus
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The variable is used to create new row in the rate limit table, only CreateAndGo(4) and destroy(6) are supported values"
|
||||
::= { snPortCAREntry 16 }
|
||||
|
||||
|
||||
-- end of snPortCARTable
|
||||
|
||||
-- RL Counter Table
|
||||
|
Reference in New Issue
Block a user