MPIOS-MIB: View SNMP OID List / Download MIB

VENDOR: MAIPU ELECTRIC INDUSTRIAL CO., LTD


 Home MIB: MPIOS-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


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