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
| From | Symbols |
|---|---|
| MAIPU-SMI | mpMgmt |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | Counter32, Counter64, Integer32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, 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
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| EnabledStatus TEXTUAL-CONVENTION A simple status value for the object. | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| 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.1 | INTEGER | read-only | current |
| numBlocksFree OBJECT-TYPE The number of blocks free in the system memory | 1.3.6.1.4.1.5651.3.20.1.1.1.2 | INTEGER | read-only | current |
| 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.3 | INTEGER | read-only | current |
| 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.4 | INTEGER | read-only | current |
| 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.5 | INTEGER | read-only | current |
| 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.6 | INTEGER | read-only | current |
| 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.7 | INTEGER | read-only | current |
| memoryTotalBytes OBJECT-TYPE The total available memory bytes | 1.3.6.1.4.1.5651.3.20.1.1.1.8 | INTEGER | read-only | current |
| 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.9 | INTEGER | read-only | current |
| 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.1 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| 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.1 | Unsigned32 | read-only | current |
| 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.2 | DisplayString | read-write | current |
| 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.3 | Integer32 | read-write | current |
| 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.4 | INTEGER {task-ready(1), task-suspended(2), task-delay(3), task-deleted(4)} | read-write | current |
| 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.5 | Integer32 | read-write | current |
| 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.6 | DisplayString | read-write | current |
| 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.7 | Unsigned32 | read-only | current |
| 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.8 | Unsigned32 | read-only | current |
| 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.9 | Unsigned32 | read-only | current |
| 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.10 | Unsigned32 | read-only | current |
| 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.11 | Unsigned32 | read-write | current |
| 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.12 | Unsigned32 | read-only | current |
| 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.13 | Unsigned32 | read-only | current |
| 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.14 | Unsigned32 | read-only | current |
| 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.15 | Integer32 | read-only | current |
| 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.2 | DisplayString | read-only | current |
| 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.1 | INTEGER {noSpyCpu(1), spyCpu(2)} | read-write | current |
| 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.2 | INTEGER {detailed(1), simple(2)} | read-write | current |
| checkCpuTimeInterval OBJECT-TYPE check cpu time interval,unit is second | 1.3.6.1.4.1.5651.3.20.1.1.3.3 | INTEGER (1..3600) | read-write | current |
| 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.4 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| 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.1 | Integer32 | read-only | current |
| 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.2 | OCTET STRING | read-only | current |
| 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.3 | Integer32 | read-only | current |
| 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.4 | Integer32 | read-only | current |
| cpuTaskDeltaTicks OBJECT-TYPE The task CPU utilization delta ticks. | 1.3.6.1.4.1.5651.3.20.1.1.3.4.1.5 | Integer32 | read-only | current |
| 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.6 | Integer32 | read-only | current |
| 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.7 | Integer32 | read-only | current |
| cpuTaskCurrentUtil OBJECT-TYPE The cpu current utilization | 1.3.6.1.4.1.5651.3.20.1.1.3.4.1.8 | Integer32 | read-only | current |
| cpuUtilTable OBJECT-TYPE The Sys CPU total utilization table | 1.3.6.1.4.1.5651.3.20.1.1.3.5 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| cpuUtilCpuId OBJECT-TYPE cpu id for multi-cpu device | 1.3.6.1.4.1.5651.3.20.1.1.3.5.1.1 | Integer32 | read-only | current |
| cpuUtilDeltaUtil OBJECT-TYPE The Sys CPU utilization in delta times | 1.3.6.1.4.1.5651.3.20.1.1.3.5.1.2 | Integer32 | read-only | current |
| cpuUtilDeltaUsedTicks OBJECT-TYPE The System used ticks in delta ticks | 1.3.6.1.4.1.5651.3.20.1.1.3.5.1.3 | Integer32 | read-only | current |
| 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.4 | Integer32 | read-only | current |
| cpuUtilDeltaTimes OBJECT-TYPE The delta times, unit is second | 1.3.6.1.4.1.5651.3.20.1.1.3.5.1.5 | Integer32 | read-only | current |
| cpuUtilAverageUtil OBJECT-TYPE The Sys CPU utilization in total times | 1.3.6.1.4.1.5651.3.20.1.1.3.5.1.6 | Integer32 | read-only | current |
| 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.7 | Integer32 | read-only | current |
| 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.8 | Integer32 | read-only | current |
| cpuUtilTotalTimes OBJECT-TYPE The total times, unit is second | 1.3.6.1.4.1.5651.3.20.1.1.3.5.1.9 | Integer32 | read-only | current |
| cpuUtilCurrentUtil OBJECT-TYPE The cpu current utilization | 1.3.6.1.4.1.5651.3.20.1.1.3.5.1.10 | Integer32 | read-only | current |
| 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.1 | Integer32 | read-only | current |
| 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.2 | Integer32 | read-write | current |
| sysMainBoardTemper OBJECT-TYPE Get current system environment main borad temperature | 1.3.6.1.4.1.5651.3.20.1.1.4.3 | Integer32 | read-only | current |
| 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.4 | Integer32 | read-write | current |
| 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.5 | Integer32 | read-write | current |
| 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.1 | EnabledStatus | read-write | current |
| 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.2 | TruthValue | read-write | current |
| 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.100 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| rtrEntityId OBJECT-TYPE Rtr entity Id,index | 1.3.6.1.4.1.5651.3.20.1.1.200.2.100.1.1 | INTEGER (1..2000) | read-write | current |
| 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.2 | DisplayString (SIZE(0..40)) | read-only | current |
| 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.3 | INTEGER {icmpEcho(1), jitter(2), flowStatistics(3), udpecho(4)} | read-write | current |
| 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.4 | INTEGER {local(1), remote(2)} | read-write | current |
| 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.5 | INTEGER (1..500) | read-write | current |
| rtrEntityLogFilter OBJECT-TYPE RTR entity log filter options | 1.3.6.1.4.1.5651.3.20.1.1.200.2.100.1.6 | INTEGER {all(1), error(2), overThreshold(3)} | read-write | current |
| 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.7 | INTEGER (0..100) | read-write | current |
| rtrEntityRowStatus OBJECT-TYPE rtr entity row status | 1.3.6.1.4.1.5651.3.20.1.1.200.2.100.1.8 | RowStatus | read-write | current |
| 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.100 | not-accessible | current | |
| sysRtrGroupEntry OBJECT-TYPE Rtr group entity | 1.3.6.1.4.1.5651.3.20.1.1.200.3.100.1 | not-accessible | current | |
| rtrGroupId OBJECT-TYPE rtr group id,index | 1.3.6.1.4.1.5651.3.20.1.1.200.3.100.1.1 | INTEGER (1..2000) | read-write | current |
| 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.2 | DisplayString (SIZE(0..40)) | read-only | current |
| rtrGroupInterval OBJECT-TYPE rtr group interval, seconds | 1.3.6.1.4.1.5651.3.20.1.1.200.3.100.1.3 | INTEGER (0..10000) | read-write | current |
| 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.4 | DisplayString (SIZE(0..255)) | read-write | current |
| rtrGroupRowStatus OBJECT-TYPE rtr group table row status | 1.3.6.1.4.1.5651.3.20.1.1.200.3.100.1.5 | RowStatus | read-write | current |
| 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.100 | not-accessible | current | |
| sysRtrScheduleEntry OBJECT-TYPE rtr schedule table entry | 1.3.6.1.4.1.5651.3.20.1.1.200.4.100.1 | not-accessible | current | |
| rtrScheduleId OBJECT-TYPE rtr schedule Id,index | 1.3.6.1.4.1.5651.3.20.1.1.200.4.100.1.1 | Unsigned32 | read-write | current |
| rtrScheduleType OBJECT-TYPE rtr schedule type | 1.3.6.1.4.1.5651.3.20.1.1.200.4.100.1.2 | INTEGER {entity(1), group(2)} | read-write | current |
| 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.3 | INTEGER (1..2000) | read-write | current |
| 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.4 | INTEGER {startNow(1), afterTime(2), startTime(3)} | read-write | current |
| 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.5 | DisplayString (SIZE(0..12)) | read-write | current |
| 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.6 | DisplayString (SIZE(0..40)) | read-write | current |
| rtrScheduleAgeOut OBJECT-TYPE rtr schedule ageout time in second. | 1.3.6.1.4.1.5651.3.20.1.1.200.4.100.1.7 | Unsigned32 (1..2073600) | read-write | current |
| 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.8 | INTEGER {forever(1), repeatAndDie(2)} | read-write | current |
| 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.9 | Unsigned32 (1..2147483647) | read-write | current |
| 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.10 | Unsigned32 (1..2147483647) | read-write | current |
| rtrScheduleInterval OBJECT-TYPE rtr schedule interval in second | 1.3.6.1.4.1.5651.3.20.1.1.200.4.100.1.11 | Unsigned32 (1..2147483647) | read-only | current |
| rtrScheduleRowStatus OBJECT-TYPE rtr schedule row status | 1.3.6.1.4.1.5651.3.20.1.1.200.4.100.1.12 | RowStatus | read-write | current |
| 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.100 | not-accessible | current | |
| sysRtrIcmpEchoEntry OBJECT-TYPE RTR ICMP entity entry | 1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1 | not-accessible | current | |
| rtrIcmpEchoEntityId OBJECT-TYPE ICMP entity ID,index | 1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.1 | INTEGER (1..2000) | read-write | current |
| rtrIcmpEchoTargetIp OBJECT-TYPE ICMPECHO(ping) destination address | 1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.2 | IpAddress | read-write | current |
| rtrIcmpEchoPktNum OBJECT-TYPE ICMP PING send packets number once | 1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.3 | Unsigned32 (1..200000000) | read-write | current |
| rtrIcmpEchoPktLen OBJECT-TYPE ICMP PING send packets size | 1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.4 | INTEGER (36..18024) | read-write | current |
| rtrIcmpEchoTimeout OBJECT-TYPE ICMP ping reply timeout in seconds. | 1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.5 | INTEGER (1..3600) | read-write | current |
| rtrIcmpEchoSchInterval OBJECT-TYPE IcmpEcho interval in seconds. | 1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.6 | Unsigned32 (1..2147483647) | read-write | current |
| 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.7 | TruthValue | read-write | current |
| 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.8 | DisplayString (SIZE(0..40)) | read-write | current |
| 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.9 | IpAddress | read-write | current |
| 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.10 | INTEGER (0..255) | read-write | current |
| 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.11 | TruthValue | read-write | current |
| 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.12 | TruthValue | read-write | current |
| rtrIcmpEchoIsScheduling OBJECT-TYPE whether icmpEcho entity is in scheduling | 1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.13 | TruthValue | read-only | current |
| 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.14 | Counter32 | read-only | current |
| 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.15 | Counter32 | read-only | current |
| rtrIcmpEchoSuccessRate OBJECT-TYPE total success rate till now | 1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.16 | INTEGER (0..100) | read-only | current |
| rtrIcmpEchoRowStatus OBJECT-TYPE ICMP row status | 1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.17 | RowStatus | read-write | current |
| 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.100 | not-accessible | current | |
| sysRtrJitterEntry OBJECT-TYPE RTR JITTER entity entry | 1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1 | not-accessible | current | |
| rtrJitterEntityId OBJECT-TYPE JITTER entity id,index | 1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.1 | INTEGER (1..2000) | read-write | current |
| 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.2 | INTEGER {init(1), closed(2), request(3), transmit(4), finished(5)} | read-only | current |
| rtrJitterTargetIp OBJECT-TYPE JITTER responder destination ip address | 1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.3 | IpAddress | read-write | current |
| rtrJitterTargetPort OBJECT-TYPE JITTER responder destination port | 1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.4 | Unsigned32 (1..65535) | read-write | current |
| 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.5 | INTEGER {g711MULAW(1), g711ALAW(2), g729A(3), userDefined(4), invalid(5)} | read-write | current |
| 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.6 | INTEGER (16..1500) | read-write | current |
| 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.7 | INTEGER (1..6000) | read-write | current |
| 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.8 | INTEGER (20..6000) | read-write | current |
| 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.9 | Unsigned32 (1..2147483647) | read-write | current |
| rtrJitterSourceIp OBJECT-TYPE JITTER source IP address | 1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.10 | IpAddress | read-write | current |
| rtrJitterSourcePort OBJECT-TYPE JITTER source port | 1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.11 | Unsigned32 (1..65535) | read-write | current |
| 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.12 | Unsigned32 (0..604800000) | read-write | current |
| rtrJitterVrfName OBJECT-TYPE JITTER vrf | 1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.13 | DisplayString (SIZE(0..40)) | read-write | current |
| rtrJitterTos OBJECT-TYPE JITTER pakcet TOS value | 1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.14 | INTEGER (0..255) | read-write | current |
| 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.15 | INTEGER | read-only | current |
| 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.16 | INTEGER | read-only | current |
| 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.17 | INTEGER | read-only | current |
| 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.18 | INTEGER | read-only | current |
| 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.19 | INTEGER | read-only | current |
| 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.20 | INTEGER | read-only | current |
| 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.21 | INTEGER | read-only | current |
| 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.22 | INTEGER | read-only | current |
| 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.23 | INTEGER | read-only | current |
| 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.24 | INTEGER | read-only | current |
| 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.25 | INTEGER | read-only | current |
| 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.26 | INTEGER | read-only | current |
| rtrJitterIcpifMin OBJECT-TYPE JITTER minimal icpif | 1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.27 | DisplayString (SIZE(0..40)) | read-only | current |
| rtrJitterIcpifMax OBJECT-TYPE JITTER maximal icpif | 1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.28 | DisplayString (SIZE(0..40)) | read-only | current |
| rtrJitterMosMin OBJECT-TYPE JITTER minimal MOS | 1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.29 | DisplayString (SIZE(0..40)) | read-only | current |
| rtrJitterMosMax OBJECT-TYPE JITTER maximal MOS | 1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.30 | DisplayString (SIZE(0..40)) | read-only | current |
| rtrJitterRowStatus OBJECT-TYPE JITTER row status | 1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.31 | RowStatus | read-write | current |
| 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.100 | not-accessible | current | |
| sysRtrFlowStatisticsEntry OBJECT-TYPE RTR flow statistics entry | 1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1 | not-accessible | current | |
| rtrFlStatisticsEntityId OBJECT-TYPE flow statistics entity Id | 1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.1 | INTEGER (1..2000) | read-write | current |
| rtrFlStatisticsIfName OBJECT-TYPE interface name which will be statistic | 1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.2 | DisplayString (SIZE(0..40)) | read-write | current |
| rtrFlStatisticsInterval OBJECT-TYPE monitor interval in second | 1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.3 | INTEGER (10..600) | read-write | current |
| rtrFlStaInputMaxPkts OBJECT-TYPE maximal pakcets received once sampling period | 1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.4 | Counter64 | read-only | current |
| 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.5 | DisplayString (SIZE(0..40)) | read-only | current |
| rtrFlStaInputMaxFlow OBJECT-TYPE maximal flow value received | 1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.6 | Counter64 | read-only | current |
| 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.7 | DisplayString (SIZE(0..40)) | read-only | current |
| rtrFlStaInputMinPkts OBJECT-TYPE minimal pakcets received once sampling period | 1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.8 | Counter64 | read-only | current |
| 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.9 | DisplayString (SIZE(0..40)) | read-only | current |
| rtrFlStaInputMinFlow OBJECT-TYPE minimal flow value received | 1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.10 | Counter64 | read-only | current |
| 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.11 | DisplayString (SIZE(0..40)) | read-only | current |
| rtrFlStaOutputMaxPkts OBJECT-TYPE maximal pakcets send once sampling period | 1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.12 | Counter64 | read-only | current |
| 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.13 | DisplayString (SIZE(0..40)) | read-only | current |
| rtrFlStaOutputMaxFlow OBJECT-TYPE maximal flow send | 1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.14 | Counter64 | read-only | current |
| 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.15 | DisplayString (SIZE(0..40)) | read-only | current |
| rtrFlStaOutputMinPkts OBJECT-TYPE minimal pakcets send once sampling period | 1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.16 | Counter64 | read-only | current |
| 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.17 | DisplayString (SIZE(0..40)) | read-only | current |
| rtrFlStaOutputMinFlow OBJECT-TYPE minimal flow send | 1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.18 | Counter64 | read-only | current |
| 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.19 | DisplayString (SIZE(0..40)) | read-only | current |
| rtrFlowStatisticsRowStatus OBJECT-TYPE flow statistics row status | 1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.20 | RowStatus | read-write | current |
| 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.100 | not-accessible | current | |
| sysRtrUdpechoEntry OBJECT-TYPE RTR UDPECHO entity entry | 1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1 | not-accessible | current | |
| rtrUdpechoEntityId OBJECT-TYPE UDPECHO entity id,index | 1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.1 | INTEGER (1..2000) | read-write | current |
| 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.2 | INTEGER {init(1), closed(2), request(3), transmit(4), finished(5)} | read-only | current |
| rtrUdpechoTargetIp OBJECT-TYPE UDPECHO responder destination ip address | 1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.3 | IpAddress | read-write | current |
| rtrUdpechoTargetPort OBJECT-TYPE UDPECHO responder destination port | 1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.4 | Unsigned32 (1..65535) | read-write | current |
| rtrUdpechoPktLen OBJECT-TYPE UDPECHO packet length | 1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.5 | INTEGER (4..1500) | read-write | current |
| rtrUdpechoSchInterval OBJECT-TYPE UDPECHO schedule interval, type:s | 1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.6 | Unsigned32 (1..65535) | read-write | current |
| rtrUdpechoSourceIp OBJECT-TYPE UDPECHO source IP address | 1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.7 | IpAddress | read-write | current |
| rtrUdpechoSourcePort OBJECT-TYPE UDPECHO source port | 1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.8 | Unsigned32 (1..65535) | read-write | current |
| 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.9 | Unsigned32 (0..604800000) | read-write | current |
| rtrUdpechoVrfName OBJECT-TYPE UDPECHO vrf | 1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.10 | DisplayString (SIZE(0..40)) | read-write | current |
| rtrUdpechoTos OBJECT-TYPE UDPECHO pakcet TOS value | 1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.11 | INTEGER (0..255) | read-write | current |
| 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.12 | INTEGER | read-only | current |
| 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.13 | INTEGER | read-only | current |
| 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.14 | INTEGER | read-only | current |
| 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.15 | INTEGER | read-only | current |
| 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.16 | INTEGER | read-only | current |
| rtrUdpechoRowStatus OBJECT-TYPE UDPECHO row status | 1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.17 | RowStatus | read-write | current |
| 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.100 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| 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.1 | INTEGER {priority0(1), priority1(2), priority2(3), priority3(4), priority4(5), priority5(6), priority6(7), priority7(8), other(9)} | read-only | current |
| 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.2 | INTEGER | read-only | current |
| sysIfDesc OBJECT-TYPE The name of interface assigned to | 1.3.6.1.4.1.5651.3.20.1.1.300.1.100.1.3 | DisplayString (SIZE(0..255)) | read-only | current |
| 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.4 | Counter | read-only | current |
| 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.5 | Counter | read-only | current |
| 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.6 | Counter | read-only | current |
| 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.7 | Counter | read-only | current |
| 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.8 | Counter | read-only | current |
| 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.9 | Counter | read-only | current |
| 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.10 | Counter | read-only | current |
| 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.11 | Counter | read-only | current |
| 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.12 | Counter | read-only | current |
| 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.13 | Counter | read-only | current |
| 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.14 | Counter | read-only | current |