MIBs Depot

MPIOS-MIB

Registered at
1.3.6.1.4.1.5651.3.20
Last updated
1901-01-05 00:00
Organization
Maipu DataComm
Namespace
maipu
Source file
MPIOS-MIB
Digest
sha256:0042031bcd6ff27ce720ebedde7f7b4d12069a0ca8b699740412ef2caeb3addc

Description

The process and memory information of MP2600 infomation!

Contact

Maipu DataComm Customer Service Postal: Consulate Drive Chengdu, Sichuan 610041 China Tel: 86-028-5161006 E-mail: office@maipu.com

Imports

FromSymbols
MAIPU-SMImpMgmt
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP
SNMPv2-SMICounter32, Counter64, Integer32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso
SNMPv2-TCDisplayString, RowStatus, TEXTUAL-CONVENTION, TruthValue

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

MAIPU-SMI
MPIOS-MIB
SNMPv2-CONF
SNMPv2-SMI
SNMPv2-TC

Textual conventions

NameOIDSyntaxAccessStatus
EnabledStatus
TEXTUAL-CONVENTION
A simple status value for the object.
current

Objects

NameOIDSyntaxAccessStatus
iosSystem
OBJECT-IDENTITY
1.3.6.1.4.1.5651.3.20.1
iosObjects
OBJECT-IDENTITY
1.3.6.1.4.1.5651.3.20.1.1
sysMemory
OBJECT-IDENTITY
1.3.6.1.4.1.5651.3.20.1.1.1
numBytesFree
OBJECT-TYPE
The number of bytes free in the system memory
1.3.6.1.4.1.5651.3.20.1.1.1.1INTEGERread-onlycurrent
numBlocksFree
OBJECT-TYPE
The number of blocks free in the system memory
1.3.6.1.4.1.5651.3.20.1.1.1.2INTEGERread-onlycurrent
avgBlockSizeFree
OBJECT-TYPE
The average block size that is free in the system memory
1.3.6.1.4.1.5651.3.20.1.1.1.3INTEGERread-onlycurrent
maxBlockSizeFree
OBJECT-TYPE
The largest block size that is free in the memory
1.3.6.1.4.1.5651.3.20.1.1.1.4INTEGERread-onlycurrent
numBytesAlloc
OBJECT-TYPE
The number of bytes of system memory that have been allocated by tasks and system services
1.3.6.1.4.1.5651.3.20.1.1.1.5INTEGERread-onlycurrent
numBlocksAlloc
OBJECT-TYPE
The number of blocks of system memory that have been allocated in the system
1.3.6.1.4.1.5651.3.20.1.1.1.6INTEGERread-onlycurrent
avgBlockSizeAlloc
OBJECT-TYPE
The average memory block size that has been allocated in the system
1.3.6.1.4.1.5651.3.20.1.1.1.7INTEGERread-onlycurrent
memoryTotalBytes
OBJECT-TYPE
The total available memory bytes
1.3.6.1.4.1.5651.3.20.1.1.1.8INTEGERread-onlycurrent
allocBytesPercent
OBJECT-TYPE
The allocated bytes percent which value is allocated bytes divided by total bytes, This value can be in the range from 0 to 100.
1.3.6.1.4.1.5651.3.20.1.1.1.9INTEGERread-onlycurrent
sysTask
OBJECT-IDENTITY
1.3.6.1.4.1.5651.3.20.1.1.2
taskTable
OBJECT-TYPE
Represents the target's task table. Each entry in this table represents a task
1.3.6.1.4.1.5651.3.20.1.1.2.1not-accessiblecurrent
taskEntry
OBJECT-TYPE
Each entry contains information with regards to a task in the system
1.3.6.1.4.1.5651.3.20.1.1.2.1.1not-accessiblecurrent
taskId
OBJECT-TYPE
This is the task ID assigned by VxWorks to a task in the system. A taskId of zero specifies a new task.
1.3.6.1.4.1.5651.3.20.1.1.2.1.1.1Unsigned32read-onlycurrent
taskName
OBJECT-TYPE
This is the name of the VxWorks task. This value can only be specified (set) at task creation.
1.3.6.1.4.1.5651.3.20.1.1.2.1.1.2DisplayStringread-writecurrent
taskPriority
OBJECT-TYPE
The priority of the VxWorks task. This value can be in the range from 0, the highest priority, to 255, the lowest priority.
1.3.6.1.4.1.5651.3.20.1.1.2.1.1.3Integer32read-writecurrent
taskStatus
OBJECT-TYPE
This field specifies the current task status. It can be used to change the current task state. For example, to suspend a task, the value of taskStatus is changed to task-suspended, to delete a task the value is changed to task-deleted, etc...
1.3.6.1.4.1.5651.3.20.1.1.2.1.1.4INTEGER {task-ready(1), task-suspended(2), task-delay(3), task-deleted(4)}read-writecurrent
taskOptions
OBJECT-TYPE
This value represents the sum of the following options: value option 1 VX_SUPERVISOR_MODE(read-only) 2 VX_UNBREAKABLE (break points ignored) 4 VX_DEALLOC_STACK (deallocate stack) 8 VX_FP_TASK (floating point support) 16 VX_STDIO (read-only) 128 VX_PRIVATE_ENV (private env. variables) 256 VX_NO_STACK_FILL (don't fill stack) All the options above can be set at task creation time. However, once the task is executing the only option that can be changed is VX_UNBREAKABLE. The option is toggled based on the current setting.
1.3.6.1.4.1.5651.3.20.1.1.2.1.1.5Integer32read-writecurrent
taskMain
OBJECT-TYPE
This is the name of the entry function for the VxWorks task. This name can only be specified when a task is created (entry added in the table). The symbol must exist in the VxWorks target.
1.3.6.1.4.1.5651.3.20.1.1.2.1.1.6DisplayStringread-writecurrent
taskStackPtr
OBJECT-TYPE
This is the saved stack pointer for the task.
1.3.6.1.4.1.5651.3.20.1.1.2.1.1.7Unsigned32read-onlycurrent
taskStackBase
OBJECT-TYPE
This is the address of the bottom of the stack of the VxWorks task.
1.3.6.1.4.1.5651.3.20.1.1.2.1.1.8Unsigned32read-onlycurrent
taskStackPos
OBJECT-TYPE
This is the effective top of the stack in the current task state.
1.3.6.1.4.1.5651.3.20.1.1.2.1.1.9Unsigned32read-onlycurrent
taskStackEnd
OBJECT-TYPE
This is the address of the top of the stack of the VxWorks task.
1.3.6.1.4.1.5651.3.20.1.1.2.1.1.10Unsigned32read-onlycurrent
taskStackSize
OBJECT-TYPE
This is the actual size of the stack in bytes. The size of the stack can only be specified at task creation (adding an entry to the table).
1.3.6.1.4.1.5651.3.20.1.1.2.1.1.11Unsigned32read-writecurrent
taskStackSizeUsage
OBJECT-TYPE
The number of bytes currently in use by the task from the stack.
1.3.6.1.4.1.5651.3.20.1.1.2.1.1.12Unsigned32read-onlycurrent
taskStackMaxUsed
OBJECT-TYPE
This is the maximum number of bytes that have been used by the task from the stack.
1.3.6.1.4.1.5651.3.20.1.1.2.1.1.13Unsigned32read-onlycurrent
taskStackFree
OBJECT-TYPE
This is the number of bytes that are free currently in the task stack.
1.3.6.1.4.1.5651.3.20.1.1.2.1.1.14Unsigned32read-onlycurrent
taskErrorStatus
OBJECT-TYPE
This is the most recent error status for this task.
1.3.6.1.4.1.5651.3.20.1.1.2.1.1.15Integer32read-onlycurrent
taskDescr
OBJECT-TYPE
This is description for error task. If the task runs well the string will be null.
1.3.6.1.4.1.5651.3.20.1.1.2.2DisplayStringread-onlycurrent
sysCpu
OBJECT-IDENTITY
1.3.6.1.4.1.5651.3.20.1.1.3
sysCpuStatus
OBJECT-TYPE
This is the status of collecting CPU utilization rate which include two status: spyCpu (2), noSpyCpu(1), if you want to get cpuUtilTable and cpuTaskTable, you must make status to spy cpu
1.3.6.1.4.1.5651.3.20.1.1.3.1INTEGER {noSpyCpu(1), spyCpu(2)}read-writecurrent
sysCpuTaskTabView
OBJECT-TYPE
This is the status of cpuTaskTable view: detailed view is showing every task info and simple view is only showing task which had used cpu
1.3.6.1.4.1.5651.3.20.1.1.3.2INTEGER {detailed(1), simple(2)}read-writecurrent
checkCpuTimeInterval
OBJECT-TYPE
check cpu time interval,unit is second
1.3.6.1.4.1.5651.3.20.1.1.3.3INTEGER (1..3600)read-writecurrent
cpuTaskTable
OBJECT-TYPE
Represents the target's task cpu table. Each entry in this table represents a task
1.3.6.1.4.1.5651.3.20.1.1.3.4not-accessiblecurrent
cpuTaskEntry
OBJECT-TYPE
Each entry contains information with regards to a task cpu in the system
1.3.6.1.4.1.5651.3.20.1.1.3.4.1not-accessiblecurrent
cpuTaskId
OBJECT-TYPE
This is the task ID assigned by VxWorks to a task in the system. A taskId of zero specifies a new task.
1.3.6.1.4.1.5651.3.20.1.1.3.4.1.1Integer32read-onlycurrent
cpuTaskName
OBJECT-TYPE
This is the name of the VxWorks task. This value can only be specified (set) at task creation.
1.3.6.1.4.1.5651.3.20.1.1.3.4.1.2OCTET STRINGread-onlycurrent
cpuTaskPri
OBJECT-TYPE
The priority of the VxWorks task. This value can be in the range from 0, the highest priority, to 255, the lowest priority.
1.3.6.1.4.1.5651.3.20.1.1.3.4.1.3Integer32read-onlycurrent
cpuTaskDeltaUtil
OBJECT-TYPE
The CPU utilization of the VxWorks task during DeltaTicks. This value can be in the range from 0 to 100.
1.3.6.1.4.1.5651.3.20.1.1.3.4.1.4Integer32read-onlycurrent
cpuTaskDeltaTicks
OBJECT-TYPE
The task CPU utilization delta ticks.
1.3.6.1.4.1.5651.3.20.1.1.3.4.1.5Integer32read-onlycurrent
cpuTaskAverageUtil
OBJECT-TYPE
The CPU utilization of the VxWorks task during TotalTicks. This value can be in the range from 0 to 100.
1.3.6.1.4.1.5651.3.20.1.1.3.4.1.6Integer32read-onlycurrent
cpuTaskTotalTicks
OBJECT-TYPE
The total ticks till cpuTaskStatus been start, until the status be end.
1.3.6.1.4.1.5651.3.20.1.1.3.4.1.7Integer32read-onlycurrent
cpuTaskCurrentUtil
OBJECT-TYPE
The cpu current utilization
1.3.6.1.4.1.5651.3.20.1.1.3.4.1.8Integer32read-onlycurrent
cpuUtilTable
OBJECT-TYPE
The Sys CPU total utilization table
1.3.6.1.4.1.5651.3.20.1.1.3.5not-accessiblecurrent
cpuUtilEntry
OBJECT-TYPE
The Sys CPU utilization table at a certain period of time, include two kind of time interval: one is from spy cpu to current show cpu, the other is from last show cpu to current show cpu
1.3.6.1.4.1.5651.3.20.1.1.3.5.1not-accessiblecurrent
cpuUtilCpuId
OBJECT-TYPE
cpu id for multi-cpu device
1.3.6.1.4.1.5651.3.20.1.1.3.5.1.1Integer32read-onlycurrent
cpuUtilDeltaUtil
OBJECT-TYPE
The Sys CPU utilization in delta times
1.3.6.1.4.1.5651.3.20.1.1.3.5.1.2Integer32read-onlycurrent
cpuUtilDeltaUsedTicks
OBJECT-TYPE
The System used ticks in delta ticks
1.3.6.1.4.1.5651.3.20.1.1.3.5.1.3Integer32read-onlycurrent
cpuUtilDeltaTicks
OBJECT-TYPE
The Sys CPU utilization ticks in delta times
1.3.6.1.4.1.5651.3.20.1.1.3.5.1.4Integer32read-onlycurrent
cpuUtilDeltaTimes
OBJECT-TYPE
The delta times, unit is second
1.3.6.1.4.1.5651.3.20.1.1.3.5.1.5Integer32read-onlycurrent
cpuUtilAverageUtil
OBJECT-TYPE
The Sys CPU utilization in total times
1.3.6.1.4.1.5651.3.20.1.1.3.5.1.6Integer32read-onlycurrent
cpuUtilTotalUsedTicks
OBJECT-TYPE
The Sys CPU utilization used ticks in total times
1.3.6.1.4.1.5651.3.20.1.1.3.5.1.7Integer32read-onlycurrent
cpuUtilTotalTicks
OBJECT-TYPE
The Sys CPU utilization ticks in total times
1.3.6.1.4.1.5651.3.20.1.1.3.5.1.8Integer32read-onlycurrent
cpuUtilTotalTimes
OBJECT-TYPE
The total times, unit is second
1.3.6.1.4.1.5651.3.20.1.1.3.5.1.9Integer32read-onlycurrent
cpuUtilCurrentUtil
OBJECT-TYPE
The cpu current utilization
1.3.6.1.4.1.5651.3.20.1.1.3.5.1.10Integer32read-onlycurrent
sysTemperature
OBJECT-IDENTITY
1.3.6.1.4.1.5651.3.20.1.1.4
sysCpuTemper
OBJECT-TYPE
Get current system environment cpu temperature
1.3.6.1.4.1.5651.3.20.1.1.4.1Integer32read-onlycurrent
sysCpuAlertTemper
OBJECT-TYPE
Get or set current system environment cpu alarm temperature default is 85 degrees C
1.3.6.1.4.1.5651.3.20.1.1.4.2Integer32read-writecurrent
sysMainBoardTemper
OBJECT-TYPE
Get current system environment main borad temperature
1.3.6.1.4.1.5651.3.20.1.1.4.3Integer32read-onlycurrent
sysMainBoardAlertTemper
OBJECT-TYPE
Get or set current system environment main board alarm temperature default is 65 degrees C
1.3.6.1.4.1.5651.3.20.1.1.4.4Integer32read-writecurrent
sysAlertTrapInt
OBJECT-TYPE
Send alert trap time interval when system temperature is always more than alert temperature, unit is second,default is 60 s
1.3.6.1.4.1.5651.3.20.1.1.4.5Integer32read-writecurrent
sysNFI
OBJECT-IDENTITY
1.3.6.1.4.1.5651.3.20.1.1.200
sysRtrGbl
OBJECT-IDENTITY
1.3.6.1.4.1.5651.3.20.1.1.200.1
sysRtrCtrl
OBJECT-TYPE
RTR global switch enable--enable RTR module disable--no RTR module
1.3.6.1.4.1.5651.3.20.1.1.200.1.1EnabledStatusread-writecurrent
sysRtrResponder
OBJECT-TYPE
Rtr Responder TRUE--Rtr Responder False--no Rtr Responder on valid in jitter entity now
1.3.6.1.4.1.5651.3.20.1.1.200.1.2TruthValueread-writecurrent
sysRtrEntityMgt
OBJECT-IDENTITY
1.3.6.1.4.1.5651.3.20.1.1.200.2
sysRtrEntityTable
OBJECT-TYPE
Rtr entity table,config or view information about Rtr entity
1.3.6.1.4.1.5651.3.20.1.1.200.2.100not-accessiblecurrent
sysRtrEntityEntry
OBJECT-TYPE
Rtr entity,config or view information about Rtr entity
1.3.6.1.4.1.5651.3.20.1.1.200.2.100.1not-accessiblecurrent
rtrEntityId
OBJECT-TYPE
Rtr entity Id,index
1.3.6.1.4.1.5651.3.20.1.1.200.2.100.1.1INTEGER (1..2000)read-writecurrent
rtrEntityName
OBJECT-TYPE
rtr entity name,araised aumatically,read-only
1.3.6.1.4.1.5651.3.20.1.1.200.2.100.1.2DisplayString (SIZE(0..40))read-onlycurrent
rtrEntityType
OBJECT-TYPE
rtr entity,inlcuding icmpEcho,jitter,flow statistics,udpecho
1.3.6.1.4.1.5651.3.20.1.1.200.2.100.1.3INTEGER {icmpEcho(1), jitter(2), flowStatistics(3), udpecho(4)}read-writecurrent
rtrEntityLogType
OBJECT-TYPE
RTR entity logging type. local-stored in the device file system remote-remote services
1.3.6.1.4.1.5651.3.20.1.1.200.2.100.1.4INTEGER {local(1), remote(2)}read-writecurrent
rtrEntityLogMaxSize
OBJECT-TYPE
rtr entity's log with max lines, if log type is local
1.3.6.1.4.1.5651.3.20.1.1.200.2.100.1.5INTEGER (1..500)read-writecurrent
rtrEntityLogFilter
OBJECT-TYPE
RTR entity log filter options
1.3.6.1.4.1.5651.3.20.1.1.200.2.100.1.6INTEGER {all(1), error(2), overThreshold(3)}read-writecurrent
rtrEntityThreshold
OBJECT-TYPE
RTR entity log filter threshhod,only valid with icmpEcho entity
1.3.6.1.4.1.5651.3.20.1.1.200.2.100.1.7INTEGER (0..100)read-writecurrent
rtrEntityRowStatus
OBJECT-TYPE
rtr entity row status
1.3.6.1.4.1.5651.3.20.1.1.200.2.100.1.8RowStatusread-writecurrent
sysRtrGroupMgt
OBJECT-IDENTITY
1.3.6.1.4.1.5651.3.20.1.1.200.3
sysRtrGroupTable
OBJECT-TYPE
Rtr group table
1.3.6.1.4.1.5651.3.20.1.1.200.3.100not-accessiblecurrent
sysRtrGroupEntry
OBJECT-TYPE
Rtr group entity
1.3.6.1.4.1.5651.3.20.1.1.200.3.100.1not-accessiblecurrent
rtrGroupId
OBJECT-TYPE
rtr group id,index
1.3.6.1.4.1.5651.3.20.1.1.200.3.100.1.1INTEGER (1..2000)read-writecurrent
rtrGroupName
OBJECT-TYPE
rtr group name,araised aumatically, read-only
1.3.6.1.4.1.5651.3.20.1.1.200.3.100.1.2DisplayString (SIZE(0..40))read-onlycurrent
rtrGroupInterval
OBJECT-TYPE
rtr group interval, seconds
1.3.6.1.4.1.5651.3.20.1.1.200.3.100.1.3INTEGER (0..10000)read-writecurrent
rtrGroupEntityMembers
OBJECT-TYPE
RTR group members,string type: 1,3,10-20,50 string length no more than 255, separated by comma,no space in the string.
1.3.6.1.4.1.5651.3.20.1.1.200.3.100.1.4DisplayString (SIZE(0..255))read-writecurrent
rtrGroupRowStatus
OBJECT-TYPE
rtr group table row status
1.3.6.1.4.1.5651.3.20.1.1.200.3.100.1.5RowStatusread-writecurrent
sysRtrScheduleMgt
OBJECT-IDENTITY
1.3.6.1.4.1.5651.3.20.1.1.200.4
sysRtrScheduleTable
OBJECT-TYPE
rtr schedule table
1.3.6.1.4.1.5651.3.20.1.1.200.4.100not-accessiblecurrent
sysRtrScheduleEntry
OBJECT-TYPE
rtr schedule table entry
1.3.6.1.4.1.5651.3.20.1.1.200.4.100.1not-accessiblecurrent
rtrScheduleId
OBJECT-TYPE
rtr schedule Id,index
1.3.6.1.4.1.5651.3.20.1.1.200.4.100.1.1Unsigned32read-writecurrent
rtrScheduleType
OBJECT-TYPE
rtr schedule type
1.3.6.1.4.1.5651.3.20.1.1.200.4.100.1.2INTEGER {entity(1), group(2)}read-writecurrent
rtrScheduleObjId
OBJECT-TYPE
id of rtrschedule object which means rtr group or entity.
1.3.6.1.4.1.5651.3.20.1.1.200.4.100.1.3INTEGER (1..2000)read-writecurrent
rtrScheduleStartTimeFlag
OBJECT-TYPE
RTR schedule start time. startNow; afterTime; startTime--start at the given time
1.3.6.1.4.1.5651.3.20.1.1.200.4.100.1.4INTEGER {startNow(1), afterTime(2), startTime(3)}read-writecurrent
rtrScheduleAfterTime
OBJECT-TYPE
RTR schedule given time. type string: HH:MM:SS valid when sysRtrScheduleFlag is afterTime.
1.3.6.1.4.1.5651.3.20.1.1.200.4.100.1.5DisplayString (SIZE(0..12))read-writecurrent
rtrScheduleStartTime
OBJECT-TYPE
RTR schedule given time. type string: HH:MM:SS,mm,dd,yyyy valid when sysRtrScheduleFlag is startTime.
1.3.6.1.4.1.5651.3.20.1.1.200.4.100.1.6DisplayString (SIZE(0..40))read-writecurrent
rtrScheduleAgeOut
OBJECT-TYPE
rtr schedule ageout time in second.
1.3.6.1.4.1.5651.3.20.1.1.200.4.100.1.7Unsigned32 (1..2073600)read-writecurrent
rtrScheduleLifeFlag
OBJECT-TYPE
rtr schedule's life forever,if config, no need to config lifetime and repeat times repeatAndDie,if config, need to config lifetime and repeat times
1.3.6.1.4.1.5651.3.20.1.1.200.4.100.1.8INTEGER {forever(1), repeatAndDie(2)}read-writecurrent
rtrScheduleLifeTime
OBJECT-TYPE
rtr schedule's lieftime in second, valid only when rtrScheduleLifeFlag is repeatAndDie.
1.3.6.1.4.1.5651.3.20.1.1.200.4.100.1.9Unsigned32 (1..2147483647)read-writecurrent
rtrScheduleRepeat
OBJECT-TYPE
rtr schedule's repeat times, valid only when rtrScheduleLifeFlag is repeatAndDie.
1.3.6.1.4.1.5651.3.20.1.1.200.4.100.1.10Unsigned32 (1..2147483647)read-writecurrent
rtrScheduleInterval
OBJECT-TYPE
rtr schedule interval in second
1.3.6.1.4.1.5651.3.20.1.1.200.4.100.1.11Unsigned32 (1..2147483647)read-onlycurrent
rtrScheduleRowStatus
OBJECT-TYPE
rtr schedule row status
1.3.6.1.4.1.5651.3.20.1.1.200.4.100.1.12RowStatusread-writecurrent
sysRtrIcmpEchoMgt
OBJECT-IDENTITY
1.3.6.1.4.1.5651.3.20.1.1.200.5
sysRtrIcmpEchoTable
OBJECT-TYPE
RTR ICMP entity table
1.3.6.1.4.1.5651.3.20.1.1.200.5.100not-accessiblecurrent
sysRtrIcmpEchoEntry
OBJECT-TYPE
RTR ICMP entity entry
1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1not-accessiblecurrent
rtrIcmpEchoEntityId
OBJECT-TYPE
ICMP entity ID,index
1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.1INTEGER (1..2000)read-writecurrent
rtrIcmpEchoTargetIp
OBJECT-TYPE
ICMPECHO(ping) destination address
1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.2IpAddressread-writecurrent
rtrIcmpEchoPktNum
OBJECT-TYPE
ICMP PING send packets number once
1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.3Unsigned32 (1..200000000)read-writecurrent
rtrIcmpEchoPktLen
OBJECT-TYPE
ICMP PING send packets size
1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.4INTEGER (36..18024)read-writecurrent
rtrIcmpEchoTimeout
OBJECT-TYPE
ICMP ping reply timeout in seconds.
1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.5INTEGER (1..3600)read-writecurrent
rtrIcmpEchoSchInterval
OBJECT-TYPE
IcmpEcho interval in seconds.
1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.6Unsigned32 (1..2147483647)read-writecurrent
rtrIcmpEchoExtendFlag
OBJECT-TYPE
ICMP extern ping flag, have set Tos,verify data,DF,sourceIp and vrf or yet.
1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.7TruthValueread-writecurrent
rtrIcmpEchoVrfName
OBJECT-TYPE
vrfname type string, valid only rtrIcmpEchoExtendFlag is TRUE
1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.8DisplayString (SIZE(0..40))read-writecurrent
rtrIcmpEchoSourceIp
OBJECT-TYPE
ICMP source IP address, valid only rtrIcmpEchoExtendFlag is TRUE.
1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.9IpAddressread-writecurrent
rtrIcmpEchoTos
OBJECT-TYPE
ICMP TOS value, valid only rtrIcmpEchoExtendFlag is TRUE.
1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.10INTEGER (0..255)read-writecurrent
rtrIcmpEchoSetDf
OBJECT-TYPE
ICMP pakcet DF bit, valid only rtrIcmpEchoExtendFlag is TRUE
1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.11TruthValueread-writecurrent
rtrIcmpEchoVerifyData
OBJECT-TYPE
ICMP verifay data flag, valid only rtrIcmpEchoExtendFlag is TRUE
1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.12TruthValueread-writecurrent
rtrIcmpEchoIsScheduling
OBJECT-TYPE
whether icmpEcho entity is in scheduling
1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.13TruthValueread-onlycurrent
rtrIcmpEchoPktTotalSend
OBJECT-TYPE
total packets which send by the ICMP entity.
1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.14Counter32read-onlycurrent
rtrIcmpEchoPktTotalRcvd
OBJECT-TYPE
total packets which receive by the ICMP entity.
1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.15Counter32read-onlycurrent
rtrIcmpEchoSuccessRate
OBJECT-TYPE
total success rate till now
1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.16INTEGER (0..100)read-onlycurrent
rtrIcmpEchoRowStatus
OBJECT-TYPE
ICMP row status
1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.17RowStatusread-writecurrent
sysRtrJitterMgt
OBJECT-IDENTITY
1.3.6.1.4.1.5651.3.20.1.1.200.6
sysRtrJitterTable
OBJECT-TYPE
RTR JITTER entity table
1.3.6.1.4.1.5651.3.20.1.1.200.6.100not-accessiblecurrent
sysRtrJitterEntry
OBJECT-TYPE
RTR JITTER entity entry
1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1not-accessiblecurrent
rtrJitterEntityId
OBJECT-TYPE
JITTER entity id,index
1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.1INTEGER (1..2000)read-writecurrent
rtrJitterState
OBJECT-TYPE
JITTE entity:1-init,2-close, 3-send request,4-send packets, 5-finish
1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.2INTEGER {init(1), closed(2), request(3), transmit(4), finished(5)}read-onlycurrent
rtrJitterTargetIp
OBJECT-TYPE
JITTER responder destination ip address
1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.3IpAddressread-writecurrent
rtrJitterTargetPort
OBJECT-TYPE
JITTER responder destination port
1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.4Unsigned32 (1..65535)read-writecurrent
rtrJitterCodec
OBJECT-TYPE
JITTER codec type,including: 1 G711MULAW,2 G711ALAW,3 G729A,4 USER_DEFINED 5 UNKOWN
1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.5INTEGER {g711MULAW(1), g711ALAW(2), g729A(3), userDefined(4), invalid(5)}read-writecurrent
rtrJitterPktLen
OBJECT-TYPE
JITTER codec packet length, read-writable when rtrJitterCodec is USER_DEFINED else read-only type:byte.
1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.6INTEGER (16..1500)read-writecurrent
rtrJitterPktNum
OBJECT-TYPE
JITTER codec packet number, read-writable when rtrJitterCodec is USER_DEFINED else read-only.
1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.7INTEGER (1..6000)read-writecurrent
rtrJitterPktInterval
OBJECT-TYPE
JITTER codec packet send interval, read-writable when rtrJitterCodec is USER_DEFINED else read-only, type:ms
1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.8INTEGER (20..6000)read-writecurrent
rtrJitterSchInterval
OBJECT-TYPE
Jitter schedule interval, read-writable when rtrJitterCodec is USER_DEFINED else read-only, type:s
1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.9Unsigned32 (1..2147483647)read-writecurrent
rtrJitterSourceIp
OBJECT-TYPE
JITTER source IP address
1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.10IpAddressread-writecurrent
rtrJitterSourcePort
OBJECT-TYPE
JITTER source port
1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.11Unsigned32 (1..65535)read-writecurrent
rtrJitterTimeout
OBJECT-TYPE
JITTER timeout value,type:ms, notice,the value must no less than then interval between two schedule
1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.12Unsigned32 (0..604800000)read-writecurrent
rtrJitterVrfName
OBJECT-TYPE
JITTER vrf
1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.13DisplayString (SIZE(0..40))read-writecurrent
rtrJitterTos
OBJECT-TYPE
JITTER pakcet TOS value
1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.14INTEGER (0..255)read-writecurrent
rtrJitterMinRtt
OBJECT-TYPE
JITTER minimal round-trip-time value in ms
1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.15INTEGERread-onlycurrent
rtrJitterMaxRtt
OBJECT-TYPE
JITTER maximal round-trip-time value in ms
1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.16INTEGERread-onlycurrent
rtrJitterPktLossSd
OBJECT-TYPE
JITTER total lossed pakcets which send by the source
1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.17INTEGERread-onlycurrent
rtrJitterPktLossDs
OBJECT-TYPE
JITTER total loss pakcets which send by the target
1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.18INTEGERread-onlycurrent
rtrJitterDsMin
OBJECT-TYPE
JITTER minimal destination to source jitter in millisecond
1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.19INTEGERread-onlycurrent
rtrJitterDsMax
OBJECT-TYPE
JITTER maximal destionation to source jitter in millisecond
1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.20INTEGERread-onlycurrent
rtrJitterSdMin
OBJECT-TYPE
JITTER minimal source to destination jitter in millisecond
1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.21INTEGERread-onlycurrent
rtrJitterSdMax
OBJECT-TYPE
JITTER maximal source to destination jitter in millisecond
1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.22INTEGERread-onlycurrent
rtrJitterDelayDsMin
OBJECT-TYPE
JITTER minimal destination to source delay in millisecond
1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.23INTEGERread-onlycurrent
rtrJitterDelayDsMax
OBJECT-TYPE
JITTER maximal destination to source delay in millisecond
1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.24INTEGERread-onlycurrent
rtrJitterDelaySdMin
OBJECT-TYPE
JITTER minimal souce to destionation delay in millisecond
1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.25INTEGERread-onlycurrent
rtrJitterDelaySdMax
OBJECT-TYPE
JITTER maximal source to destination delay in millisecond
1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.26INTEGERread-onlycurrent
rtrJitterIcpifMin
OBJECT-TYPE
JITTER minimal icpif
1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.27DisplayString (SIZE(0..40))read-onlycurrent
rtrJitterIcpifMax
OBJECT-TYPE
JITTER maximal icpif
1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.28DisplayString (SIZE(0..40))read-onlycurrent
rtrJitterMosMin
OBJECT-TYPE
JITTER minimal MOS
1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.29DisplayString (SIZE(0..40))read-onlycurrent
rtrJitterMosMax
OBJECT-TYPE
JITTER maximal MOS
1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.30DisplayString (SIZE(0..40))read-onlycurrent
rtrJitterRowStatus
OBJECT-TYPE
JITTER row status
1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.31RowStatusread-writecurrent
sysRtrFlowStatisticsMgt
OBJECT-IDENTITY
1.3.6.1.4.1.5651.3.20.1.1.200.7
sysRtrFlowStatisticsTable
OBJECT-TYPE
RTR flow statistics table
1.3.6.1.4.1.5651.3.20.1.1.200.7.100not-accessiblecurrent
sysRtrFlowStatisticsEntry
OBJECT-TYPE
RTR flow statistics entry
1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1not-accessiblecurrent
rtrFlStatisticsEntityId
OBJECT-TYPE
flow statistics entity Id
1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.1INTEGER (1..2000)read-writecurrent
rtrFlStatisticsIfName
OBJECT-TYPE
interface name which will be statistic
1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.2DisplayString (SIZE(0..40))read-writecurrent
rtrFlStatisticsInterval
OBJECT-TYPE
monitor interval in second
1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.3INTEGER (10..600)read-writecurrent
rtrFlStaInputMaxPkts
OBJECT-TYPE
maximal pakcets received once sampling period
1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.4Counter64read-onlycurrent
rtrFlStaTmInputMaxPkts
OBJECT-TYPE
maximal time between minimal received packets number and miximal received packets number
1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.5DisplayString (SIZE(0..40))read-onlycurrent
rtrFlStaInputMaxFlow
OBJECT-TYPE
maximal flow value received
1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.6Counter64read-onlycurrent
rtrFlStaTmInputMaxFlow
OBJECT-TYPE
maximal time between minimal flow value and miximal flow vlaue
1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.7DisplayString (SIZE(0..40))read-onlycurrent
rtrFlStaInputMinPkts
OBJECT-TYPE
minimal pakcets received once sampling period
1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.8Counter64read-onlycurrent
rtrFlStaTmInputMinPkts
OBJECT-TYPE
minimal time between minimal packets number and miximal packets number
1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.9DisplayString (SIZE(0..40))read-onlycurrent
rtrFlStaInputMinFlow
OBJECT-TYPE
minimal flow value received
1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.10Counter64read-onlycurrent
rtrFlStaTmInputMinFlow
OBJECT-TYPE
minimal time between minimal flow value and miximal flow vlaue
1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.11DisplayString (SIZE(0..40))read-onlycurrent
rtrFlStaOutputMaxPkts
OBJECT-TYPE
maximal pakcets send once sampling period
1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.12Counter64read-onlycurrent
rtrFlStaTmOutputMaxPkts
OBJECT-TYPE
maximal time between minimal send packets number and miximal send packets number
1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.13DisplayString (SIZE(0..40))read-onlycurrent
rtrFlStaOutputMaxFlow
OBJECT-TYPE
maximal flow send
1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.14Counter64read-onlycurrent
rtrFlStaTmOutputMaxFlow
OBJECT-TYPE
maximal time between minimal send flow and miximal send flow
1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.15DisplayString (SIZE(0..40))read-onlycurrent
rtrFlStaOutputMinPkts
OBJECT-TYPE
minimal pakcets send once sampling period
1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.16Counter64read-onlycurrent
rtrFlStaTmOutputMinPkts
OBJECT-TYPE
minimal time between minimal send packets number and miximal send packets number
1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.17DisplayString (SIZE(0..40))read-onlycurrent
rtrFlStaOutputMinFlow
OBJECT-TYPE
minimal flow send
1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.18Counter64read-onlycurrent
rtrFlStaTmOutputMinFlow
OBJECT-TYPE
minimal time between minimal send flow and miximal send flow
1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.19DisplayString (SIZE(0..40))read-onlycurrent
rtrFlowStatisticsRowStatus
OBJECT-TYPE
flow statistics row status
1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.20RowStatusread-writecurrent
sysRtrUdpechoMgt
OBJECT-IDENTITY
1.3.6.1.4.1.5651.3.20.1.1.200.8
sysRtrUdpechoTable
OBJECT-TYPE
RTR UDPECHO entity table
1.3.6.1.4.1.5651.3.20.1.1.200.8.100not-accessiblecurrent
sysRtrUdpechoEntry
OBJECT-TYPE
RTR UDPECHO entity entry
1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1not-accessiblecurrent
rtrUdpechoEntityId
OBJECT-TYPE
UDPECHO entity id,index
1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.1INTEGER (1..2000)read-writecurrent
rtrUdpechoState
OBJECT-TYPE
UDPECHO entity:1-init,2-close, 3-send request,4-send packets, 5-finish
1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.2INTEGER {init(1), closed(2), request(3), transmit(4), finished(5)}read-onlycurrent
rtrUdpechoTargetIp
OBJECT-TYPE
UDPECHO responder destination ip address
1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.3IpAddressread-writecurrent
rtrUdpechoTargetPort
OBJECT-TYPE
UDPECHO responder destination port
1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.4Unsigned32 (1..65535)read-writecurrent
rtrUdpechoPktLen
OBJECT-TYPE
UDPECHO packet length
1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.5INTEGER (4..1500)read-writecurrent
rtrUdpechoSchInterval
OBJECT-TYPE
UDPECHO schedule interval, type:s
1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.6Unsigned32 (1..65535)read-writecurrent
rtrUdpechoSourceIp
OBJECT-TYPE
UDPECHO source IP address
1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.7IpAddressread-writecurrent
rtrUdpechoSourcePort
OBJECT-TYPE
UDPECHO source port
1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.8Unsigned32 (1..65535)read-writecurrent
rtrUdpechoTimeout
OBJECT-TYPE
UDPECHO timeout value,type:ms, notice,the value must no less than then interval between two schedule
1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.9Unsigned32 (0..604800000)read-writecurrent
rtrUdpechoVrfName
OBJECT-TYPE
UDPECHO vrf
1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.10DisplayString (SIZE(0..40))read-writecurrent
rtrUdpechoTos
OBJECT-TYPE
UDPECHO pakcet TOS value
1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.11INTEGER (0..255)read-writecurrent
rtrUdpechoPktLoss
OBJECT-TYPE
UDPECHO total lossed pakcets which send by the source
1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.12INTEGERread-onlycurrent
rtrUdpechoPktSucc
OBJECT-TYPE
UDPECHO total pakcets sent and received successfully
1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.13INTEGERread-onlycurrent
rtrUdpechoDelay
OBJECT-TYPE
UDPECHO destination to source and source to destinatino delay in millisecond
1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.14INTEGERread-onlycurrent
rtrUdpechoDelayMin
OBJECT-TYPE
UDPECHO maximal destination to source and source to destinatino delay in millisecond
1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.15INTEGERread-onlycurrent
rtrUdpechoDelayMax
OBJECT-TYPE
UDPECHO maximal destination to source and source to destinatino delay in millisecond
1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.16INTEGERread-onlycurrent
rtrUdpechoRowStatus
OBJECT-TYPE
UDPECHO row status
1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.17RowStatusread-writecurrent
sysIfStatistic
OBJECT-IDENTITY
1.3.6.1.4.1.5651.3.20.1.1.300
sysIfPktPriStatistics
OBJECT-IDENTITY
1.3.6.1.4.1.5651.3.20.1.1.300.1
sysIfPktPriStaTable
OBJECT-TYPE
The statistics of interface's flow based on the precedence of IP packet. The index of this table is priority and ifIndex
1.3.6.1.4.1.5651.3.20.1.1.300.1.100not-accessiblecurrent
sysIfPktPriStaEntry
OBJECT-TYPE
The statistics of interface's flow based on the precedence of IP packet. The index of this table is priority and ifIndex
1.3.6.1.4.1.5651.3.20.1.1.300.1.100.1not-accessiblecurrent
sysIfPktPriority
OBJECT-TYPE
The precedence of IP packet, it start from 1 to 9. Numeric one represent the precedence 0, two represent 1 and so on. 9 represent the number of non-IP packet.
1.3.6.1.4.1.5651.3.20.1.1.300.1.100.1.1INTEGER {priority0(1), priority1(2), priority2(3), priority3(4), priority4(5), priority5(6), priority6(7), priority7(8), other(9)}read-onlycurrent
sysIfIndex
OBJECT-TYPE
The index of interface in the system
1.3.6.1.4.1.5651.3.20.1.1.300.1.100.1.2INTEGERread-onlycurrent
sysIfDesc
OBJECT-TYPE
The name of interface assigned to
1.3.6.1.4.1.5651.3.20.1.1.300.1.100.1.3DisplayString (SIZE(0..255))read-onlycurrent
sysIfInOctets
OBJECT-TYPE
The interface received bytes at specified precedence
1.3.6.1.4.1.5651.3.20.1.1.300.1.100.1.4Counterread-onlycurrent
sysIfInUcastPkts
OBJECT-TYPE
The number of subnetwork-unicast packets delivered to a higher-layer protocol with specified precedence.
1.3.6.1.4.1.5651.3.20.1.1.300.1.100.1.5Counterread-onlycurrent
sysIfInNUcastPkts
OBJECT-TYPE
The number of non-unicast (i.e., subnetwork- broadcast or subnetwork-multicast) packets delivered to a higher-layer protocol.
1.3.6.1.4.1.5651.3.20.1.1.300.1.100.1.6Counterread-onlycurrent
sysIfInDiscards
OBJECT-TYPE
The number of inbound packets which were chosen to be discarded
1.3.6.1.4.1.5651.3.20.1.1.300.1.100.1.7Counterread-onlycurrent
sysIfInErrors
OBJECT-TYPE
The number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.
1.3.6.1.4.1.5651.3.20.1.1.300.1.100.1.8Counterread-onlycurrent
sysIfInUnkownProtos
OBJECT-TYPE
The number of packets received via the interface which were discarded because of an unknown or unsupported protocol.
1.3.6.1.4.1.5651.3.20.1.1.300.1.100.1.9Counterread-onlycurrent
sysIfOutOctets
OBJECT-TYPE
The total number of octets transmitted out of the interface, including framing characters.
1.3.6.1.4.1.5651.3.20.1.1.300.1.100.1.10Counterread-onlycurrent
sysIfOutUcastPkts
OBJECT-TYPE
The total number of packets that higher-level protocols requested be transmitted to a subnetwork-unicast address, including those that were discarded or not sent.
1.3.6.1.4.1.5651.3.20.1.1.300.1.100.1.11Counterread-onlycurrent
sysIfOutNUcastPkts
OBJECT-TYPE
The total number of packets that higher-level protocols requested be transmitted to a non- unicast (i.e., a subnetwork-broadcast or subnetwork-multicast) address, including those that were discarded or not sent.
1.3.6.1.4.1.5651.3.20.1.1.300.1.100.1.12Counterread-onlycurrent
sysIfOutDiscards
OBJECT-TYPE
The number of outbound packets which were chosen to be even though no errors had been detected to prevent their being transmitted. One possible reason for discarding such a packet could be to free up buffer space.
1.3.6.1.4.1.5651.3.20.1.1.300.1.100.1.13Counterread-onlycurrent
sysIfOutErrors
OBJECT-TYPE
The number of outbound packets that could not be transmitted because of errors.
1.3.6.1.4.1.5651.3.20.1.1.300.1.100.1.14Counterread-onlycurrent