commit version 22.12.12447
This commit is contained in:
@ -968,7 +968,8 @@ dramStatusTrap OBJECT IDENTIFIER ::= { gbnPlatformOAMSystem 29 }
|
||||
_10geponApplication(16),
|
||||
_10geponBootRom(17),
|
||||
gponApplication(18),
|
||||
gponBootRom(19)
|
||||
gponBootRom(19),
|
||||
edfaApplication(20)
|
||||
}
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
@ -1100,6 +1101,62 @@ dramStatusTrap OBJECT IDENTIFIER ::= { gbnPlatformOAMSystem 29 }
|
||||
DESCRIPTION
|
||||
"Slot ID"
|
||||
::= { gbnPlatformOAMUpDownLoad 12 }
|
||||
|
||||
loadHistoryTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF LoadHistoryEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A table of load history table."
|
||||
::= { gbnPlatformOAMUpDownLoad 13 }
|
||||
|
||||
loadHistoryEntry OBJECT-TYPE
|
||||
SYNTAX LoadHistoryEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A list of load history parameters."
|
||||
INDEX { loadHistoryIndex }
|
||||
::= { loadHistoryTable 1 }
|
||||
|
||||
LoadHistoryEntry ::= SEQUENCE {
|
||||
loadHistoryIndex Integer32,
|
||||
loadHistoryFile DisplayString,
|
||||
loadHistoryTime DisplayString,
|
||||
loadHistoryStatus DisplayString,
|
||||
}
|
||||
|
||||
loadHistoryIndex OBJECT-TYPE
|
||||
SYNTAX Integer32 (1..16)
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A simple index into 'loadHistoryTable'."
|
||||
::= { loadHistoryEntry 1 }
|
||||
|
||||
loadHistoryFile OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(1..128))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Load history file name."
|
||||
::= { loadHistoryEntry 2 }
|
||||
|
||||
loadHistoryTime OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(1..32))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Time of load history file."
|
||||
::= { loadHistoryEntry 3 }
|
||||
|
||||
loadHistoryStatus OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(1..32))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Status of load history file."
|
||||
::= { loadHistoryEntry 4 }
|
||||
------------------------------------------------------------------------------
|
||||
--
|
||||
-- gbnPlatformOAMSnmp - Snmp Group
|
||||
@ -1453,6 +1510,62 @@ dramStatusTrap OBJECT IDENTIFIER ::= { gbnPlatformOAMSystem 29 }
|
||||
--CPU CAR<41><52>ֵ, <20><><EFBFBD><EFBFBD>Ϊ0ʱ, <20><><EFBFBD><EFBFBD>CPU-CARΪĬ<CEAA><C4AC>ֵ400/4000pps
|
||||
::= { gbnPlatformOAMPortCar 6 }
|
||||
|
||||
cpuLimitTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF CpuLimitEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A Table of cpu limit."
|
||||
::= { gbnPlatformOAMPortCar 7 }
|
||||
|
||||
cpuLimitEntry OBJECT-TYPE
|
||||
SYNTAX CpuLimitEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A list of cpu limit."
|
||||
INDEX { cpuLimitType }
|
||||
::= { cpuLimitTable 1 }
|
||||
|
||||
CpuLimitEntry ::= SEQUENCE {
|
||||
cpuLimitType Integer32,
|
||||
cpuLimitSpeed Integer32
|
||||
}
|
||||
|
||||
cpuLimitType OBJECT-TYPE
|
||||
SYNTAX Integer32 {
|
||||
other(0),
|
||||
broadcast(1),
|
||||
switch-dst-mac(2),
|
||||
pppoe(3),
|
||||
icmp(4),
|
||||
mld(5),
|
||||
igmp(6),
|
||||
ssh(7),
|
||||
dhcp(8),
|
||||
snmp(9),
|
||||
arp(10),
|
||||
pim(11),
|
||||
ospf(12),
|
||||
rip(13),
|
||||
bgp(14),
|
||||
telnet(15),
|
||||
errp(16),
|
||||
bpdu(17)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The cpu limit type."
|
||||
::= { cpuLimitEntry 1 }
|
||||
|
||||
cpuLimitSpeed OBJECT-TYPE
|
||||
SYNTAX Integer32 (0..10000)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The CPU limit packet receive rate. value 0 is default pps"
|
||||
::= { cpuLimitEntry 2 }
|
||||
------------------------------------------------------------------------------
|
||||
--
|
||||
-- gbnPlatformOAMVctRun - Vct Run Group
|
||||
|
Reference in New Issue
Block a user