MPIOS-MIB
AI MIB Summary
The MPIOS-MIB module enables SNMP-based monitoring of process states and memory utilization metrics specifically for the MP2600 hardware platform. This module facilitates the collection of critical system resource data required for capacity planning and fault isolation on MP2600 devices.
The process and memory information of MP2600 infomation!
Main OID:
mpios.1.3.6.1.4.1.5651.3.20
217
Objects
Active
Status
4
Dependencies
Imported Objects
Objects
217 total| Object Name |
|---|
mpiosThe process and memory information of MP2600 infomation! MODULE-IDENTITY .1.3.6.1.4.1.5651.3.20 |
iosSystem OBJECT IDENTIFIER .1.3.6.1.4.1.5651.3.20.1 |
iosObjects OBJECT IDENTIFIER .1.3.6.1.4.1.5651.3.20.1.1 |
sysMemory OBJECT IDENTIFIER .1.3.6.1.4.1.5651.3.20.1.1.1 |
numBytesFreeThe number of bytes free in the system memoryro INTEGER .1.3.6.1.4.1.5651.3.20.1.1.1.1 |
numBlocksFreeThe number of blocks free in the system memoryro INTEGER .1.3.6.1.4.1.5651.3.20.1.1.1.2 |
avgBlockSizeFreeThe average block size that is free in the system memoryro INTEGER .1.3.6.1.4.1.5651.3.20.1.1.1.3 |
maxBlockSizeFreeThe largest block size that is free in the memoryro INTEGER .1.3.6.1.4.1.5651.3.20.1.1.1.4 |
numBytesAllocThe number of bytes of system memory that have been allocated by tasks and system servicesro INTEGER .1.3.6.1.4.1.5651.3.20.1.1.1.5 |
numBlocksAllocThe number of blocks of system memory that have been allocated in the systemro INTEGER .1.3.6.1.4.1.5651.3.20.1.1.1.6 |
avgBlockSizeAllocThe average memory block size that has been allocated in the systemro INTEGER .1.3.6.1.4.1.5651.3.20.1.1.1.7 |
memoryTotalBytesThe total available memory bytesro INTEGER .1.3.6.1.4.1.5651.3.20.1.1.1.8 |
allocBytesPercentThe allocated bytes percent which value is allocated bytes divided by total bytes, This value can be in the range from 0 to 100.ro INTEGER .1.3.6.1.4.1.5651.3.20.1.1.1.9 |
sysTask OBJECT IDENTIFIER .1.3.6.1.4.1.5651.3.20.1.1.2 |
taskTableRepresents the target's task table. Each entry in this table represents a task SEQUENCE OF TaskEntry .1.3.6.1.4.1.5651.3.20.1.1.2.1 |
taskEntryEach entry contains information with regards to a task in the system TaskEntry .1.3.6.1.4.1.5651.3.20.1.1.2.1.1 |
taskIdThis is the task ID assigned by VxWorks to a task in the system. A taskId of zero specifies a new task.ro Unsigned32 .1.3.6.1.4.1.5651.3.20.1.1.2.1.1.1 |
taskNameThis is the name of the VxWorks task. This value can only be specified (set) at task creation.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.5651.3.20.1.1.2.1.1.2 |
taskPriorityThe priority of the VxWorks task. This value can be in the range from 0, the highest priority, to 255, the lowest priority.rw Integer32 .1.3.6.1.4.1.5651.3.20.1.1.2.1.1.3 |
taskStatusThis 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...rw Enumeration .1.3.6.1.4.1.5651.3.20.1.1.2.1.1.4 |
taskOptionsThis 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.rw Integer32 .1.3.6.1.4.1.5651.3.20.1.1.2.1.1.5 |
taskMainThis 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.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.5651.3.20.1.1.2.1.1.6 |
taskStackPtrThis is the saved stack pointer for the task.ro Unsigned32 .1.3.6.1.4.1.5651.3.20.1.1.2.1.1.7 |
taskStackBaseThis is the address of the bottom of the stack of the VxWorks task.ro Unsigned32 .1.3.6.1.4.1.5651.3.20.1.1.2.1.1.8 |
taskStackPosThis is the effective top of the stack in the current task state.ro Unsigned32 .1.3.6.1.4.1.5651.3.20.1.1.2.1.1.9 |
taskStackEndThis is the address of the top of the stack of the VxWorks task.ro Unsigned32 .1.3.6.1.4.1.5651.3.20.1.1.2.1.1.10 |
taskStackSizeThis 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).rw Unsigned32 .1.3.6.1.4.1.5651.3.20.1.1.2.1.1.11 |
taskStackSizeUsageThe number of bytes currently in use by the task from the stack.ro Unsigned32 .1.3.6.1.4.1.5651.3.20.1.1.2.1.1.12 |
taskStackMaxUsedThis is the maximum number of bytes that have been used by the task from the stack.ro Unsigned32 .1.3.6.1.4.1.5651.3.20.1.1.2.1.1.13 |
taskStackFreeThis is the number of bytes that are free currently in the task stack.ro Unsigned32 .1.3.6.1.4.1.5651.3.20.1.1.2.1.1.14 |
taskErrorStatusThis is the most recent error status for this task.ro Integer32 .1.3.6.1.4.1.5651.3.20.1.1.2.1.1.15 |
taskDescrThis is description for error task. If the task runs well the string will be null.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.5651.3.20.1.1.2.2 |
sysCpu OBJECT IDENTIFIER .1.3.6.1.4.1.5651.3.20.1.1.3 |
sysCpuStatusThis 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 cpurw Enumeration .1.3.6.1.4.1.5651.3.20.1.1.3.1 |
sysCpuTaskTabViewThis is the status of cpuTaskTable view: detailed view is showing every task info and simple view is only showing task which had used cpurw Enumeration .1.3.6.1.4.1.5651.3.20.1.1.3.2 |
checkCpuTimeIntervalcheck cpu time interval,unit is secondrw INTEGER .1.3.6.1.4.1.5651.3.20.1.1.3.3 |
cpuTaskTableRepresents the target's task cpu table. Each entry in this table represents a task SEQUENCE OF CpuTaskEntry .1.3.6.1.4.1.5651.3.20.1.1.3.4 |
cpuTaskEntryEach entry contains information with regards to a task cpu in the system CpuTaskEntry .1.3.6.1.4.1.5651.3.20.1.1.3.4.1 |
cpuTaskIdThis is the task ID assigned by VxWorks to a task in the system. A taskId of zero specifies a new task.ro Integer32 .1.3.6.1.4.1.5651.3.20.1.1.3.4.1.1 |
cpuTaskNameThis is the name of the VxWorks task. This value can only be specified (set) at task creation.ro OCTET STRING .1.3.6.1.4.1.5651.3.20.1.1.3.4.1.2 |
cpuTaskPriThe priority of the VxWorks task. This value can be in the range from 0, the highest priority, to 255, the lowest priority.ro Integer32 .1.3.6.1.4.1.5651.3.20.1.1.3.4.1.3 |
cpuTaskDeltaUtilThe CPU utilization of the VxWorks task during DeltaTicks. This value can be in the range from 0 to 100.ro Integer32 .1.3.6.1.4.1.5651.3.20.1.1.3.4.1.4 |
cpuTaskDeltaTicksThe task CPU utilization delta ticks.ro Integer32 .1.3.6.1.4.1.5651.3.20.1.1.3.4.1.5 |
cpuTaskAverageUtilThe CPU utilization of the VxWorks task during TotalTicks. This value can be in the range from 0 to 100.ro Integer32 .1.3.6.1.4.1.5651.3.20.1.1.3.4.1.6 |
cpuTaskTotalTicksThe total ticks till cpuTaskStatus been start, until the status be end.ro Integer32 .1.3.6.1.4.1.5651.3.20.1.1.3.4.1.7 |
cpuTaskCurrentUtilThe cpu current utilizationro Integer32 .1.3.6.1.4.1.5651.3.20.1.1.3.4.1.8 |
cpuUtilTableThe Sys CPU total utilization table SEQUENCE OF CpuUtilEntry .1.3.6.1.4.1.5651.3.20.1.1.3.5 |
cpuUtilEntryThe 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 CpuUtilEntry .1.3.6.1.4.1.5651.3.20.1.1.3.5.1 |
cpuUtilCpuIdcpu id for multi-cpu devicero Integer32 .1.3.6.1.4.1.5651.3.20.1.1.3.5.1.1 |
cpuUtilDeltaUtilThe Sys CPU utilization in delta timesro Integer32 .1.3.6.1.4.1.5651.3.20.1.1.3.5.1.2 |
cpuUtilDeltaUsedTicksThe System used ticks in delta ticksro Integer32 .1.3.6.1.4.1.5651.3.20.1.1.3.5.1.3 |
cpuUtilDeltaTicksThe Sys CPU utilization ticks in delta timesro Integer32 .1.3.6.1.4.1.5651.3.20.1.1.3.5.1.4 |
cpuUtilDeltaTimesThe delta times, unit is secondro Integer32 .1.3.6.1.4.1.5651.3.20.1.1.3.5.1.5 |
cpuUtilAverageUtilThe Sys CPU utilization in total timesro Integer32 .1.3.6.1.4.1.5651.3.20.1.1.3.5.1.6 |
cpuUtilTotalUsedTicksThe Sys CPU utilization used ticks in total timesro Integer32 .1.3.6.1.4.1.5651.3.20.1.1.3.5.1.7 |
cpuUtilTotalTicksThe Sys CPU utilization ticks in total timesro Integer32 .1.3.6.1.4.1.5651.3.20.1.1.3.5.1.8 |
cpuUtilTotalTimesThe total times, unit is secondro Integer32 .1.3.6.1.4.1.5651.3.20.1.1.3.5.1.9 |
cpuUtilCurrentUtilThe cpu current utilizationro Integer32 .1.3.6.1.4.1.5651.3.20.1.1.3.5.1.10 |
sysTemperature OBJECT IDENTIFIER .1.3.6.1.4.1.5651.3.20.1.1.4 |
sysCpuTemperGet current system environment cpu temperaturero Integer32 .1.3.6.1.4.1.5651.3.20.1.1.4.1 |
sysCpuAlertTemperGet or set current system environment cpu alarm temperature default is 85 Crw Integer32 .1.3.6.1.4.1.5651.3.20.1.1.4.2 |
sysMainBoardTemperGet current system environment main borad temperaturero Integer32 .1.3.6.1.4.1.5651.3.20.1.1.4.3 |
sysMainBoardAlertTemperGet or set current system environment main board alarm temperature default is 65 Crw Integer32 .1.3.6.1.4.1.5651.3.20.1.1.4.4 |
sysAlertTrapIntSend alert trap time interval when system temperature is always more than alert temperature, unit is second,default is 60 srw Integer32 .1.3.6.1.4.1.5651.3.20.1.1.4.5 |
sysNFI OBJECT IDENTIFIER .1.3.6.1.4.1.5651.3.20.1.1.200 |
sysRtrGbl OBJECT IDENTIFIER .1.3.6.1.4.1.5651.3.20.1.1.200.1 |
sysRtrCtrlRTR global switch enable--enable RTR module disable--no RTR modulerw EnabledStatus .1.3.6.1.4.1.5651.3.20.1.1.200.1.1 |
sysRtrResponderRtr Responder TRUE--Rtr Responder False--no Rtr Responder on valid in jitter entity nowrw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.5651.3.20.1.1.200.1.2 |
sysRtrEntityMgt OBJECT IDENTIFIER .1.3.6.1.4.1.5651.3.20.1.1.200.2 |
sysRtrEntityTableRtr entity table,config or view information about Rtr entity SEQUENCE OF SysRtrEntityEntry .1.3.6.1.4.1.5651.3.20.1.1.200.2.100 |
sysRtrEntityEntryRtr entity,config or view information about Rtr entity SysRtrEntityEntry .1.3.6.1.4.1.5651.3.20.1.1.200.2.100.1 |
rtrEntityIdRtr entity Id,indexrw INTEGER .1.3.6.1.4.1.5651.3.20.1.1.200.2.100.1.1 |
rtrEntityNamertr entity name,araised aumatically,read-onlyro DisplayString .1.3.6.1.4.1.5651.3.20.1.1.200.2.100.1.2 |
rtrEntityTypertr entity,inlcuding icmpEcho,jitter,flow statistics,udpechorw Enumeration .1.3.6.1.4.1.5651.3.20.1.1.200.2.100.1.3 |
rtrEntityLogTypeRTR entity logging type local -stored in the device file system remote -remote servicesrw Enumeration .1.3.6.1.4.1.5651.3.20.1.1.200.2.100.1.4 |
rtrEntityLogMaxSizertr entity's log with max lines, if log type is localrw INTEGER .1.3.6.1.4.1.5651.3.20.1.1.200.2.100.1.5 |
rtrEntityLogFilterRTR entity log filter optionsrw Enumeration .1.3.6.1.4.1.5651.3.20.1.1.200.2.100.1.6 |
rtrEntityThresholdRTR entity log filter threshhod,only valid with icmpEcho entityrw INTEGER .1.3.6.1.4.1.5651.3.20.1.1.200.2.100.1.7 |
rtrEntityRowStatusrtr entity row statusrw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.5651.3.20.1.1.200.2.100.1.8 |
sysRtrGroupMgt OBJECT IDENTIFIER .1.3.6.1.4.1.5651.3.20.1.1.200.3 |
sysRtrGroupTableRtr group table SEQUENCE OF SysRtrGroupEntry .1.3.6.1.4.1.5651.3.20.1.1.200.3.100 |
sysRtrGroupEntryRtr group entity SysRtrGroupEntry .1.3.6.1.4.1.5651.3.20.1.1.200.3.100.1 |
rtrGroupIdrtr group id,indexrw INTEGER .1.3.6.1.4.1.5651.3.20.1.1.200.3.100.1.1 |
rtrGroupNamertr group name,araised aumatically, read-onlyro DisplayString .1.3.6.1.4.1.5651.3.20.1.1.200.3.100.1.2 |
rtrGroupIntervalrtr group interval, secondsrw INTEGER .1.3.6.1.4.1.5651.3.20.1.1.200.3.100.1.3 |
rtrGroupEntityMembersRTR group members string type 1 3 10-20 50 string length no more than 255, separated by comma,no space in the stringrw DisplayString .1.3.6.1.4.1.5651.3.20.1.1.200.3.100.1.4 |
rtrGroupRowStatusrtr group table row statusrw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.5651.3.20.1.1.200.3.100.1.5 |
sysRtrScheduleMgt OBJECT IDENTIFIER .1.3.6.1.4.1.5651.3.20.1.1.200.4 |
sysRtrScheduleTablertr schedule table SEQUENCE OF SysRtrScheduleEntry .1.3.6.1.4.1.5651.3.20.1.1.200.4.100 |
sysRtrScheduleEntryrtr schedule table entry SysRtrScheduleEntry .1.3.6.1.4.1.5651.3.20.1.1.200.4.100.1 |
rtrScheduleIdrtr schedule Id,indexrw Unsigned32 .1.3.6.1.4.1.5651.3.20.1.1.200.4.100.1.1 |
rtrScheduleTypertr schedule typerw Enumeration .1.3.6.1.4.1.5651.3.20.1.1.200.4.100.1.2 |
rtrScheduleObjIdid of rtrschedule object which means rtr group or entity.rw INTEGER .1.3.6.1.4.1.5651.3.20.1.1.200.4.100.1.3 |
rtrScheduleStartTimeFlagRTR schedule start time startNow >> afterTime >> startTime--start at the given timerw Enumeration .1.3.6.1.4.1.5651.3.20.1.1.200.4.100.1.4 |
rtrScheduleAfterTimeRTR schedule given time type string HH:MM:SS valid when sysRtrScheduleFlag is afterTime +/-.rw DisplayString .1.3.6.1.4.1.5651.3.20.1.1.200.4.100.1.5 |
rtrScheduleStartTimeRTR schedule given time type string HH:MM:SS,mm,dd,yyyy valid when sysRtrScheduleFlag is startTime.rw DisplayString .1.3.6.1.4.1.5651.3.20.1.1.200.4.100.1.6 |
rtrScheduleAgeOutrtr schedule ageout time in second.rw Unsigned32 .1.3.6.1.4.1.5651.3.20.1.1.200.4.100.1.7 |
rtrScheduleLifeFlagrtr schedule's life forever,if config, no need to config lifetime and repeat times repeatAndDie,if config, need to config lifetime and repeat timesrw Enumeration .1.3.6.1.4.1.5651.3.20.1.1.200.4.100.1.8 |
rtrScheduleLifeTimertr schedule's lieftime in second, valid only when rtrScheduleLifeFlag is repeatAndDie.rw Unsigned32 .1.3.6.1.4.1.5651.3.20.1.1.200.4.100.1.9 |
rtrScheduleRepeatrtr schedule's repeat times, valid only when rtrScheduleLifeFlag is repeatAndDie.rw Unsigned32 .1.3.6.1.4.1.5651.3.20.1.1.200.4.100.1.10 |
rtrScheduleIntervalrtr schedule interval in secondro Unsigned32 .1.3.6.1.4.1.5651.3.20.1.1.200.4.100.1.11 |
rtrScheduleRowStatusrtr schedule row statusrw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.5651.3.20.1.1.200.4.100.1.12 |
sysRtrIcmpEchoMgt OBJECT IDENTIFIER .1.3.6.1.4.1.5651.3.20.1.1.200.5 |
sysRtrIcmpEchoTableRTR ICMP entity table SEQUENCE OF SysRtrIcmpEchoEntry .1.3.6.1.4.1.5651.3.20.1.1.200.5.100 |
sysRtrIcmpEchoEntryRTR ICMP entity entry SysRtrIcmpEchoEntry .1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1 |
rtrIcmpEchoEntityIdICMP entity ID,indexrw INTEGER .1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.1 |
rtrIcmpEchoTargetIpICMPECHO(ping) destination addressrw IpAddress .1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.2 |
rtrIcmpEchoPktNumICMP PING send packets number oncerw Unsigned32 .1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.3 |
rtrIcmpEchoPktLenICMP PING send packets sizerw INTEGER .1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.4 |
rtrIcmpEchoTimeoutICMP ping reply timeout in seconds.rw INTEGER .1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.5 |
rtrIcmpEchoSchIntervalIcmpEcho interval in seconds.rw Unsigned32 .1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.6 |
rtrIcmpEchoExtendFlagICMP extern ping flag, have set Tos,verify data,DF,sourceIp and vrf or yet.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.7 |
rtrIcmpEchoVrfNamevrfname type string, valid only rtrIcmpEchoExtendFlag is TRUErw DisplayString .1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.8 |
rtrIcmpEchoSourceIpICMP source IP address, valid only rtrIcmpEchoExtendFlag is TRUE.rw IpAddress .1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.9 |
rtrIcmpEchoTosICMP TOS value, valid only rtrIcmpEchoExtendFlag is TRUE.rw INTEGER .1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.10 |
rtrIcmpEchoSetDfICMP pakcet DF bit, valid only rtrIcmpEchoExtendFlag is TRUErw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.11 |
rtrIcmpEchoVerifyDataICMP verifay data flag, valid only rtrIcmpEchoExtendFlag is TRUErw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.12 |
rtrIcmpEchoIsSchedulingwhether icmpEcho entity is in schedulingro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.13 |
rtrIcmpEchoPktTotalSendtotal packets which send by the ICMP entity.ro Counter32 .1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.14 |
rtrIcmpEchoPktTotalRcvdtotal packets which receive by the ICMP entity.ro Counter32 .1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.15 |
rtrIcmpEchoSuccessRatetotal success rate till nowro INTEGER .1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.16 |
rtrIcmpEchoRowStatusICMP row statusrw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.17 |
sysRtrJitterMgt OBJECT IDENTIFIER .1.3.6.1.4.1.5651.3.20.1.1.200.6 |
sysRtrJitterTableRTR JITTER entity table SEQUENCE OF SysRtrJitterEntry .1.3.6.1.4.1.5651.3.20.1.1.200.6.100 |
sysRtrJitterEntryRTR JITTER entity entry SysRtrJitterEntry .1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1 |
rtrJitterEntityIdJITTER entity id,indexrw INTEGER .1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.1 |
rtrJitterStateJITTE entity 1 -init 2 -close 3 -send request 4-send packets 5 -finishro Enumeration .1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.2 |
rtrJitterTargetIpJITTER responder destination ip addressrw IpAddress .1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.3 |
rtrJitterTargetPortJITTER responder destination portrw Unsigned32 .1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.4 |
rtrJitterCodecJITTER codec type,including: 1 G711MULAW,2 G711ALAW,3 G729A,4 USER_DEFINED 5 UNKOWNrw Enumeration .1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.5 |
rtrJitterPktLenJITTER codec packet length, read-writable when rtrJitterCodec is USER_DEFINED else read-only type:byte.rw INTEGER .1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.6 |
rtrJitterPktNumJITTER codec packet number, read-writable when rtrJitterCodec is USER_DEFINED else read-only.rw INTEGER .1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.7 |
rtrJitterPktIntervalJITTER codec packet send interval, read-writable when rtrJitterCodec is USER_DEFINED else read-only, type:msrw INTEGER .1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.8 |
rtrJitterSchIntervalJitter schedule interval, read-writable when rtrJitterCodec is USER_DEFINED else read-only, type:srw Unsigned32 .1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.9 |
rtrJitterSourceIpJITTER source IP addressrw IpAddress .1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.10 |
rtrJitterSourcePortJITTER source portrw Unsigned32 .1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.11 |
rtrJitterTimeoutJITTER timeout value,type:ms, notice,the value must no less than then interval between two schedulerw Unsigned32 .1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.12 |
rtrJitterVrfNameJITTER vrfrw DisplayString .1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.13 |
rtrJitterTosJITTER pakcet TOS valuerw INTEGER .1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.14 |
rtrJitterMinRttJITTER minimal round-trip-time value in msro INTEGER .1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.15 |
rtrJitterMaxRttJITTER maximal round-trip-time value in msro INTEGER .1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.16 |
rtrJitterPktLossSdJITTER total lossed pakcets which send by the sourcero INTEGER .1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.17 |
rtrJitterPktLossDsJITTER total loss pakcets which send by the targetro INTEGER .1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.18 |
rtrJitterDsMinJITTER minimal destination to source jitter in millisecondro INTEGER .1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.19 |
rtrJitterDsMaxJITTER maximal destionation to source jitter in millisecondro INTEGER .1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.20 |
rtrJitterSdMinJITTER minimal source to destination jitter in millisecondro INTEGER .1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.21 |
rtrJitterSdMaxJITTER maximal source to destination jitter in millisecondro INTEGER .1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.22 |
rtrJitterDelayDsMinJITTER minimal destination to source delay in millisecondro INTEGER .1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.23 |
rtrJitterDelayDsMaxJITTER maximal destination to source delay in millisecondro INTEGER .1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.24 |
rtrJitterDelaySdMinJITTER minimal souce to destionation delay in millisecondro INTEGER .1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.25 |
rtrJitterDelaySdMaxJITTER maximal source to destination delay in millisecondro INTEGER .1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.26 |
rtrJitterIcpifMinJITTER minimal icpifro DisplayString .1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.27 |
rtrJitterIcpifMaxJITTER maximal icpifro DisplayString .1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.28 |
rtrJitterMosMinJITTER minimal MOSro DisplayString .1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.29 |
rtrJitterMosMaxJITTER maximal MOSro DisplayString .1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.30 |
rtrJitterRowStatusJITTER row statusrw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.31 |
sysRtrFlowStatisticsMgt OBJECT IDENTIFIER .1.3.6.1.4.1.5651.3.20.1.1.200.7 |
sysRtrFlowStatisticsTableRTR flow statistics table SEQUENCE OF SysRtrFlowStatisticsEntry .1.3.6.1.4.1.5651.3.20.1.1.200.7.100 |
sysRtrFlowStatisticsEntryRTR flow statistics entry SysRtrFlowStatisticsEntry .1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1 |
rtrFlStatisticsEntityIdflow statistics entity Idrw INTEGER .1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.1 |
rtrFlStatisticsIfNameinterface name which will be statisticrw DisplayString .1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.2 |
rtrFlStatisticsIntervalmonitor interval in secondrw INTEGER .1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.3 |
rtrFlStaInputMaxPktsmaximal pakcets received once sampling periodro Counter64 .1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.4 |
rtrFlStaTmInputMaxPktsmaximal time between minimal received packets number and miximal received packets numberro DisplayString .1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.5 |
rtrFlStaInputMaxFlowmaximal flow value receivedro Counter64 .1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.6 |
rtrFlStaTmInputMaxFlowmaximal time between minimal flow value and miximal flow vlauero DisplayString .1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.7 |
rtrFlStaInputMinPktsminimal pakcets received once sampling periodro Counter64 .1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.8 |
rtrFlStaTmInputMinPktsminimal time between minimal packets number and miximal packets numberro DisplayString .1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.9 |
rtrFlStaInputMinFlowminimal flow value receivedro Counter64 .1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.10 |
rtrFlStaTmInputMinFlowminimal time between minimal flow value and miximal flow vlauero DisplayString .1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.11 |
rtrFlStaOutputMaxPktsmaximal pakcets send once sampling periodro Counter64 .1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.12 |
rtrFlStaTmOutputMaxPktsmaximal time between minimal send packets number and miximal send packets numberro DisplayString .1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.13 |
rtrFlStaOutputMaxFlowmaximal flow sendro Counter64 .1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.14 |
rtrFlStaTmOutputMaxFlowmaximal time between minimal send flow and miximal send flowro DisplayString .1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.15 |
rtrFlStaOutputMinPktsminimal pakcets send once sampling periodro Counter64 .1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.16 |
rtrFlStaTmOutputMinPktsminimal time between minimal send packets number and miximal send packets numberro DisplayString .1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.17 |
rtrFlStaOutputMinFlowminimal flow sendro Counter64 .1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.18 |
rtrFlStaTmOutputMinFlowminimal time between minimal send flow and miximal send flowro DisplayString .1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.19 |
rtrFlowStatisticsRowStatusflow statistics row statusrw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.20 |
sysRtrUdpechoMgt OBJECT IDENTIFIER .1.3.6.1.4.1.5651.3.20.1.1.200.8 |
sysRtrUdpechoTableRTR UDPECHO entity table SEQUENCE OF SysRtrUdpechoEntry .1.3.6.1.4.1.5651.3.20.1.1.200.8.100 |
sysRtrUdpechoEntryRTR UDPECHO entity entry SysRtrUdpechoEntry .1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1 |
rtrUdpechoEntityIdUDPECHO entity id,indexrw INTEGER .1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.1 |
rtrUdpechoStateUDPECHO entity 1 -init 2 -close 3 -send request 4-send packets 5 -finishro Enumeration .1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.2 |
rtrUdpechoTargetIpUDPECHO responder destination ip addressrw IpAddress .1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.3 |
rtrUdpechoTargetPortUDPECHO responder destination portrw Unsigned32 .1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.4 |
rtrUdpechoPktLenUDPECHO packet lengthrw INTEGER .1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.5 |
rtrUdpechoSchIntervalUDPECHO schedule interval, type:srw Unsigned32 .1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.6 |
rtrUdpechoSourceIpUDPECHO source IP addressrw IpAddress .1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.7 |
rtrUdpechoSourcePortUDPECHO source portrw Unsigned32 .1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.8 |
rtrUdpechoTimeoutUDPECHO timeout value,type:ms, notice,the value must no less than then interval between two schedulerw Unsigned32 .1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.9 |
rtrUdpechoVrfNameUDPECHO vrfrw DisplayString .1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.10 |
rtrUdpechoTosUDPECHO pakcet TOS valuerw INTEGER .1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.11 |
rtrUdpechoPktLossUDPECHO total lossed pakcets which send by the sourcero INTEGER .1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.12 |
rtrUdpechoPktSuccUDPECHO total pakcets sent and received successfullyro INTEGER .1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.13 |
rtrUdpechoDelayUDPECHO destination to source and source to destinatino delay in millisecondro INTEGER .1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.14 |
rtrUdpechoDelayMinUDPECHO maximal destination to source and source to destinatino delay in millisecondro INTEGER .1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.15 |
rtrUdpechoDelayMaxUDPECHO maximal destination to source and source to destinatino delay in millisecondro INTEGER .1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.16 |
rtrUdpechoRowStatusUDPECHO row statusrw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.17 |
sysIfStatistic OBJECT IDENTIFIER .1.3.6.1.4.1.5651.3.20.1.1.300 |
sysIfPktPriStatistics OBJECT IDENTIFIER .1.3.6.1.4.1.5651.3.20.1.1.300.1 |
sysIfPktPriStaTableThe statistics of interface's flow based on the precedence of IP packet. The index of this table is priority and ifIndex SEQUENCE OF SysIfPktPriStaEntry .1.3.6.1.4.1.5651.3.20.1.1.300.1.100 |
sysIfPktPriStaEntryThe 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 |
sysIfPktPriorityThe 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.ro Enumeration .1.3.6.1.4.1.5651.3.20.1.1.300.1.100.1.1 |
sysIfIndexThe index of interface in the systemro INTEGER .1.3.6.1.4.1.5651.3.20.1.1.300.1.100.1.2 |
sysIfDescThe name of interface assigned toro DisplayString .1.3.6.1.4.1.5651.3.20.1.1.300.1.100.1.3 |
sysIfInOctetsThe interface received bytes at specified precedencero Counter .1.3.6.1.4.1.5651.3.20.1.1.300.1.100.1.4 |
sysIfInUcastPktsThe number of subnetwork-unicast packets delivered to a higher-layer protocol with specified precedence.ro Counter .1.3.6.1.4.1.5651.3.20.1.1.300.1.100.1.5 |
sysIfInNUcastPktsThe number of non-unicast (i.e., subnetwork- broadcast or subnetwork-multicast) packets delivered to a higher-layer protocol.ro Counter .1.3.6.1.4.1.5651.3.20.1.1.300.1.100.1.6 |
sysIfInDiscardsThe number of inbound packets which were chosen to be discardedro Counter .1.3.6.1.4.1.5651.3.20.1.1.300.1.100.1.7 |
sysIfInErrorsThe number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.ro Counter .1.3.6.1.4.1.5651.3.20.1.1.300.1.100.1.8 |
sysIfInUnkownProtosThe number of packets received via the interface which were discarded because of an unknown or unsupported protocol.ro Counter .1.3.6.1.4.1.5651.3.20.1.1.300.1.100.1.9 |
sysIfOutOctetsThe total number of octets transmitted out of the interface, including framing characters.ro Counter .1.3.6.1.4.1.5651.3.20.1.1.300.1.100.1.10 |
sysIfOutUcastPktsThe total number of packets that higher-level protocols requested be transmitted to a subnetwork-unicast address, including those that were discarded or not sent.ro Counter .1.3.6.1.4.1.5651.3.20.1.1.300.1.100.1.11 |
sysIfOutNUcastPktsThe 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.ro Counter .1.3.6.1.4.1.5651.3.20.1.1.300.1.100.1.12 |
sysIfOutDiscardsThe 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.ro Counter .1.3.6.1.4.1.5651.3.20.1.1.300.1.100.1.13 |
sysIfOutErrorsThe number of outbound packets that could not be transmitted because of errors.ro Counter .1.3.6.1.4.1.5651.3.20.1.1.300.1.100.1.14 |