MPIOS-MIB Table View

Table-centric layout grouping table, row, and column objects.

Tables
11
Rows
11
Columns
157

taskTable

table
.1.3.6.1.4.1.5651.3.20.1.1.2.1 · 1 row entry · 15 columns
Uses the maipu variant from /opt/observium/mibs/maipu.
Command help
Walk taskTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'MPIOS-MIB' -M '/opt/observium/mibs/maipu:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MPIOS-MIB::taskTable'
Represents the target's task table. Each entry in this table 
represents a task
taskEntry row .1.3.6.1.4.1.5651.3.20.1.1.2.1.1
Each entry contains information with regards to a task in the
system
Indexes
Column Syntax OID
This is the task ID assigned by VxWorks to a task in the
system. A taskId of zero specifies a new task.
SNMPv2-SMIUnsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.5651.3.20.1.1.2.1.1.1
This is the name of the VxWorks task. This value can
only be specified (set) at task creation.
SNMPv2-TCDisplayStringr/w
Type Constraints:
range: 0..255
Description:
Represents textual information taken from the NVT ASCII

character set, as defined in pages 4, 10-11 of RFC 854.

To summarize RFC 854, the NVT ASCII repertoire specifies:

- the use of c…
.1.3.6.1.4.1.5651.3.20.1.1.2.1.1.2
The priority of the VxWorks task. This value can be
in the range from 0, the highest priority,
to 255, the lowest priority.
SNMPv2-SMIInteger32r/w
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.5651.3.20.1.1.2.1.1.3
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…
Enumerationr/w
Enumerated Values:
1task-ready
2task-suspended
3task-delay
4task-deleted
.1.3.6.1.4.1.5651.3.20.1.1.2.1.1.4
This value represents the sum of the following
options:

value option
1 VX_SUPERVISOR_MODE(read-only)
2 VX_UNBREAKABLE (break points ignored)
4 V…
SNMPv2-SMIInteger32r/w
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.5651.3.20.1.1.2.1.1.5
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.
SNMPv2-TCDisplayStringr/w
Type Constraints:
range: 0..255
Description:
Represents textual information taken from the NVT ASCII

character set, as defined in pages 4, 10-11 of RFC 854.

To summarize RFC 854, the NVT ASCII repertoire specifies:

- the use of c…
.1.3.6.1.4.1.5651.3.20.1.1.2.1.1.6
This is the saved stack pointer for the task.
SNMPv2-SMIUnsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.5651.3.20.1.1.2.1.1.7
This is the address of the bottom of the stack of
the VxWorks task.
SNMPv2-SMIUnsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.5651.3.20.1.1.2.1.1.8
This is the effective top of the stack in the current
task state.
SNMPv2-SMIUnsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.5651.3.20.1.1.2.1.1.9
This is the address of the top of the stack of the
VxWorks task.
SNMPv2-SMIUnsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.5651.3.20.1.1.2.1.1.10
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).
SNMPv2-SMIUnsigned32r/w
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.5651.3.20.1.1.2.1.1.11
The number of bytes currently in use by the task from
the stack.
SNMPv2-SMIUnsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.5651.3.20.1.1.2.1.1.12
This is the maximum number of bytes that have been used
by the task from the stack.
SNMPv2-SMIUnsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.5651.3.20.1.1.2.1.1.13
This is the number of bytes that are free currently in
the task stack.
SNMPv2-SMIUnsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.5651.3.20.1.1.2.1.1.14
This is the most recent error status for this task.
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.5651.3.20.1.1.2.1.1.15

cpuTaskTable

table
.1.3.6.1.4.1.5651.3.20.1.1.3.4 · 1 row entry · 8 columns
Uses the maipu variant from /opt/observium/mibs/maipu.
Command help
Walk cpuTaskTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'MPIOS-MIB' -M '/opt/observium/mibs/maipu:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MPIOS-MIB::cpuTaskTable'
Represents the target's task cpu table. Each entry in this table 
represents a task
cpuTaskEntry row .1.3.6.1.4.1.5651.3.20.1.1.3.4.1
Each entry contains information with regards to a task cpu in the
system
Indexes
Column Syntax OID
This is the task ID assigned by VxWorks to a task in the
system. A taskId of zero specifies a new task.
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.5651.3.20.1.1.3.4.1.1
This is the name of the VxWorks task. This value can
only be specified (set) at task creation.
OctetString .1.3.6.1.4.1.5651.3.20.1.1.3.4.1.2
The priority of the VxWorks task. This value can be
in the range from 0, the highest priority,
to 255, the lowest priority.
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.5651.3.20.1.1.3.4.1.3
The CPU utilization of the VxWorks task during DeltaTicks.
This value can be in the range from 0 to 100.
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.5651.3.20.1.1.3.4.1.4
The task CPU utilization delta ticks.
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.5651.3.20.1.1.3.4.1.5
The CPU utilization of the VxWorks task during TotalTicks.
This value can be in the range from 0 to 100.
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.5651.3.20.1.1.3.4.1.6
The total ticks till cpuTaskStatus been start, until the
status be end.
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.5651.3.20.1.1.3.4.1.7
The cpu current utilization
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.5651.3.20.1.1.3.4.1.8

cpuUtilTable

table
.1.3.6.1.4.1.5651.3.20.1.1.3.5 · 1 row entry · 10 columns
Uses the maipu variant from /opt/observium/mibs/maipu.
Command help
Walk cpuUtilTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'MPIOS-MIB' -M '/opt/observium/mibs/maipu:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MPIOS-MIB::cpuUtilTable'
The Sys CPU total utilization table
cpuUtilEntry row .1.3.6.1.4.1.5651.3.20.1.1.3.5.1
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
Indexes
Column Syntax OID
cpu id for multi-cpu device
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.5651.3.20.1.1.3.5.1.1
The Sys CPU utilization in delta times
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.5651.3.20.1.1.3.5.1.2
The System used ticks in delta ticks
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.5651.3.20.1.1.3.5.1.3
The Sys CPU utilization ticks in delta times
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.5651.3.20.1.1.3.5.1.4
The delta times, unit is second
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.5651.3.20.1.1.3.5.1.5
The Sys CPU utilization in total times
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.5651.3.20.1.1.3.5.1.6
The Sys CPU utilization used ticks in total times
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.5651.3.20.1.1.3.5.1.7
The Sys CPU utilization ticks in total times
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.5651.3.20.1.1.3.5.1.8
The total times, unit is second
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.5651.3.20.1.1.3.5.1.9
The cpu current utilization
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.5651.3.20.1.1.3.5.1.10
.1.3.6.1.4.1.5651.3.20.1.1.200.2.100 · 1 row entry · 8 columns
Uses the maipu variant from /opt/observium/mibs/maipu.
Command help
Walk sysRtrEntityTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'MPIOS-MIB' -M '/opt/observium/mibs/maipu:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MPIOS-MIB::sysRtrEntityTable'
Rtr entity table,config or view information about Rtr entity
sysRtrEntityEntry row .1.3.6.1.4.1.5651.3.20.1.1.200.2.100.1
Rtr entity,config or view information about Rtr entity
Indexes
Column Syntax OID
Rtr entity Id,index
Integer32r/w
Constraints:
range: 1-2000
.1.3.6.1.4.1.5651.3.20.1.1.200.2.100.1.1
rtr entity name,araised aumatically,read-only
SNMPv2-TCDisplayString
Constraints:
range: 0-40
Description:
Represents textual information taken from the NVT ASCII

character set, as defined in pages 4, 10-11 of RFC 854.

To summarize RFC 854, the NVT ASCII repertoire specifies:

- the use of c…
.1.3.6.1.4.1.5651.3.20.1.1.200.2.100.1.2
rtr entity,inlcuding icmpEcho,jitter,flow statistics,udpecho
Enumerationr/w
Enumerated Values:
1icmpEcho
2jitter
3flowStatistics
4udpecho
.1.3.6.1.4.1.5651.3.20.1.1.200.2.100.1.3
RTR entity logging type??
local??stored in the device file system
remote??remote services
Enumerationr/w
Enumerated Values:
1local
2remote
.1.3.6.1.4.1.5651.3.20.1.1.200.2.100.1.4
rtr entity's log with max lines, if log type is local
Integer32r/w
Constraints:
range: 1-500
.1.3.6.1.4.1.5651.3.20.1.1.200.2.100.1.5
RTR entity log filter options
Enumerationr/w
Enumerated Values:
1all
2error
3overThreshold
.1.3.6.1.4.1.5651.3.20.1.1.200.2.100.1.6
RTR entity log filter threshhod,only valid with icmpEcho entity
Integer32r/w
Constraints:
range: 0-100
.1.3.6.1.4.1.5651.3.20.1.1.200.2.100.1.7
rtr entity row status
SNMPv2-TCRowStatusr/w
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
Description:
The RowStatus textual convention is used to manage the
creation and deletion of conceptual rows, and is used as the
value of the SYNTAX clause for the status column of a
conceptual row (as described in Section 7.7.1 of …
.1.3.6.1.4.1.5651.3.20.1.1.200.2.100.1.8
.1.3.6.1.4.1.5651.3.20.1.1.200.3.100 · 1 row entry · 5 columns
Uses the maipu variant from /opt/observium/mibs/maipu.
Command help
Walk sysRtrGroupTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'MPIOS-MIB' -M '/opt/observium/mibs/maipu:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MPIOS-MIB::sysRtrGroupTable'
Rtr group table
sysRtrGroupEntry row .1.3.6.1.4.1.5651.3.20.1.1.200.3.100.1
Rtr group entity
Indexes
Column Syntax OID
rtr group id,index
Integer32r/w
Constraints:
range: 1-2000
.1.3.6.1.4.1.5651.3.20.1.1.200.3.100.1.1
rtr group name,araised aumatically, read-only
SNMPv2-TCDisplayString
Constraints:
range: 0-40
Description:
Represents textual information taken from the NVT ASCII

character set, as defined in pages 4, 10-11 of RFC 854.

To summarize RFC 854, the NVT ASCII repertoire specifies:

- the use of c…
.1.3.6.1.4.1.5651.3.20.1.1.200.3.100.1.2
rtr group interval, seconds
Integer32r/w
Constraints:
range: 0-10000
.1.3.6.1.4.1.5651.3.20.1.1.200.3.100.1.3
RTR group members??string type??
1??3??10-20??50
string length no more than 255, separated by comma,no space in the string??
SNMPv2-TCDisplayStringr/w
Constraints:
range: 0-255
Description:
Represents textual information taken from the NVT ASCII

character set, as defined in pages 4, 10-11 of RFC 854.

To summarize RFC 854, the NVT ASCII repertoire specifies:

- the use of c…
.1.3.6.1.4.1.5651.3.20.1.1.200.3.100.1.4
rtr group table row status
SNMPv2-TCRowStatusr/w
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
Description:
The RowStatus textual convention is used to manage the
creation and deletion of conceptual rows, and is used as the
value of the SYNTAX clause for the status column of a
conceptual row (as described in Section 7.7.1 of …
.1.3.6.1.4.1.5651.3.20.1.1.200.3.100.1.5
.1.3.6.1.4.1.5651.3.20.1.1.200.4.100 · 1 row entry · 12 columns
Uses the maipu variant from /opt/observium/mibs/maipu.
Command help
Walk sysRtrScheduleTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'MPIOS-MIB' -M '/opt/observium/mibs/maipu:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MPIOS-MIB::sysRtrScheduleTable'
rtr schedule table
sysRtrScheduleEntry row .1.3.6.1.4.1.5651.3.20.1.1.200.4.100.1
rtr schedule table entry
Indexes
Column Syntax OID
rtr schedule Id,index
SNMPv2-SMIUnsigned32r/w
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.5651.3.20.1.1.200.4.100.1.1
rtr schedule type
Enumerationr/w
Enumerated Values:
1entity
2group
.1.3.6.1.4.1.5651.3.20.1.1.200.4.100.1.2
id of rtrschedule object which means rtr group or entity.
Integer32r/w
Constraints:
range: 1-2000
.1.3.6.1.4.1.5651.3.20.1.1.200.4.100.1.3
RTR schedule start time??
startNow??
afterTime??
startTime--start at the given time
Enumerationr/w
Enumerated Values:
1startNow
2afterTime
3startTime
.1.3.6.1.4.1.5651.3.20.1.1.200.4.100.1.4
RTR schedule given time??
type string??
HH:MM:SS
valid when sysRtrScheduleFlag is afterTimeʱ.
SNMPv2-TCDisplayStringr/w
Constraints:
range: 0-12
Description:
Represents textual information taken from the NVT ASCII

character set, as defined in pages 4, 10-11 of RFC 854.

To summarize RFC 854, the NVT ASCII repertoire specifies:

- the use of c…
.1.3.6.1.4.1.5651.3.20.1.1.200.4.100.1.5
RTR schedule given time??
type string??
HH:MM:SS,mm,dd,yyyy
valid when sysRtrScheduleFlag is startTime.
SNMPv2-TCDisplayStringr/w
Constraints:
range: 0-40
Description:
Represents textual information taken from the NVT ASCII

character set, as defined in pages 4, 10-11 of RFC 854.

To summarize RFC 854, the NVT ASCII repertoire specifies:

- the use of c…
.1.3.6.1.4.1.5651.3.20.1.1.200.4.100.1.6
rtr schedule ageout time in second.
Unsigned32r/w
Constraints:
range: 1-2073600
.1.3.6.1.4.1.5651.3.20.1.1.200.4.100.1.7
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
Enumerationr/w
Enumerated Values:
1forever
2repeatAndDie
.1.3.6.1.4.1.5651.3.20.1.1.200.4.100.1.8
rtr schedule's lieftime in second,
valid only when rtrScheduleLifeFlag is repeatAndDie.
Unsigned32r/w
Constraints:
range: 1-2147483647
.1.3.6.1.4.1.5651.3.20.1.1.200.4.100.1.9
rtr schedule's repeat times,
valid only when rtrScheduleLifeFlag is repeatAndDie.
Unsigned32r/w
Constraints:
range: 1-2147483647
.1.3.6.1.4.1.5651.3.20.1.1.200.4.100.1.10
rtr schedule interval in second
Unsigned32
Constraints:
range: 1-2147483647
.1.3.6.1.4.1.5651.3.20.1.1.200.4.100.1.11
rtr schedule row status
SNMPv2-TCRowStatusr/w
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
Description:
The RowStatus textual convention is used to manage the
creation and deletion of conceptual rows, and is used as the
value of the SYNTAX clause for the status column of a
conceptual row (as described in Section 7.7.1 of …
.1.3.6.1.4.1.5651.3.20.1.1.200.4.100.1.12
.1.3.6.1.4.1.5651.3.20.1.1.200.5.100 · 1 row entry · 17 columns
Uses the maipu variant from /opt/observium/mibs/maipu.
Command help
Walk sysRtrIcmpEchoTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'MPIOS-MIB' -M '/opt/observium/mibs/maipu:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MPIOS-MIB::sysRtrIcmpEchoTable'
RTR ICMP entity table
sysRtrIcmpEchoEntry row .1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1
RTR ICMP entity entry
Column Syntax OID
ICMP entity ID,index
Integer32r/w
Constraints:
range: 1-2000
.1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.1
ICMPECHO(ping) destination address
SNMPv2-SMIIpAddressr/w
Type Constraints:
range: 4
.1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.2
ICMP PING send packets number once
Unsigned32r/w
Constraints:
range: 1-200000000
.1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.3
ICMP PING send packets size
Integer32r/w
Constraints:
range: 36-18024
.1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.4
ICMP ping reply timeout in seconds.
Integer32r/w
Constraints:
range: 1-3600
.1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.5
IcmpEcho interval in seconds.
Unsigned32r/w
Constraints:
range: 1-2147483647
.1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.6
ICMP extern ping flag,
have set Tos,verify data,DF,sourceIp and vrf or yet.
SNMPv2-TCTruthValuer/w
Type Values:
1true
2false
Description:
Represents a boolean value.
.1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.7
vrfname type string,
valid only rtrIcmpEchoExtendFlag is TRUE
SNMPv2-TCDisplayStringr/w
Constraints:
range: 0-40
Description:
Represents textual information taken from the NVT ASCII

character set, as defined in pages 4, 10-11 of RFC 854.

To summarize RFC 854, the NVT ASCII repertoire specifies:

- the use of c…
.1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.8
ICMP source IP address,
valid only rtrIcmpEchoExtendFlag is TRUE.
SNMPv2-SMIIpAddressr/w
Type Constraints:
range: 4
.1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.9
ICMP TOS value,
valid only rtrIcmpEchoExtendFlag is TRUE.
Integer32r/w
Constraints:
range: 0-255
.1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.10
ICMP pakcet DF bit,
valid only rtrIcmpEchoExtendFlag is TRUE
SNMPv2-TCTruthValuer/w
Type Values:
1true
2false
Description:
Represents a boolean value.
.1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.11
ICMP verifay data flag,
valid only rtrIcmpEchoExtendFlag is TRUE
SNMPv2-TCTruthValuer/w
Type Values:
1true
2false
Description:
Represents a boolean value.
.1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.12
whether icmpEcho entity is in scheduling
SNMPv2-TCTruthValue
Type Values:
1true
2false
Description:
Represents a boolean value.
.1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.13
total packets which send by the ICMP entity.
SNMPv2-SMICounter32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.14
total packets which receive by the ICMP entity.
SNMPv2-SMICounter32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.15
total success rate till now
Integer32
Constraints:
range: 0-100
.1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.16
ICMP row status
SNMPv2-TCRowStatusr/w
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
Description:
The RowStatus textual convention is used to manage the
creation and deletion of conceptual rows, and is used as the
value of the SYNTAX clause for the status column of a
conceptual row (as described in Section 7.7.1 of …
.1.3.6.1.4.1.5651.3.20.1.1.200.5.100.1.17
.1.3.6.1.4.1.5651.3.20.1.1.200.6.100 · 1 row entry · 31 columns
Uses the maipu variant from /opt/observium/mibs/maipu.
Command help
Walk sysRtrJitterTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'MPIOS-MIB' -M '/opt/observium/mibs/maipu:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MPIOS-MIB::sysRtrJitterTable'
RTR JITTER entity table
sysRtrJitterEntry row .1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1
RTR JITTER entity entry
Column Syntax OID
JITTER entity id,index
Integer32r/w
Constraints:
range: 1-2000
.1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.1
JITTE entity??1??init??2??close??
3??send request??4-send packets??
5??finish
Enumeration
Enumerated Values:
1init
2closed
3request
4transmit
5finished
.1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.2
JITTER responder destination ip address
SNMPv2-SMIIpAddressr/w
Type Constraints:
range: 4
.1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.3
JITTER responder destination port
Unsigned32r/w
Constraints:
range: 1-65535
.1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.4
JITTER codec type,including:
1 G711MULAW,2 G711ALAW,3 G729A,4 USER_DEFINED
5 UNKOWN
Enumerationr/w
Enumerated Values:
1g711MULAW
2g711ALAW
3g729A
4userDefined
5invalid
.1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.5
JITTER codec packet length,
read-writable when rtrJitterCodec is USER_DEFINED
else read-only
type:byte.
Integer32r/w
Constraints:
range: 16-1500
.1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.6
JITTER codec packet number,
read-writable when rtrJitterCodec is USER_DEFINED
else read-only.
Integer32r/w
Constraints:
range: 1-6000
.1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.7
JITTER codec packet send interval,
read-writable when rtrJitterCodec is USER_DEFINED
else read-only,
type:ms
Integer32r/w
Constraints:
range: 20-6000
.1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.8
Jitter schedule interval,
read-writable when rtrJitterCodec is USER_DEFINED
else read-only,
type:s
Unsigned32r/w
Constraints:
range: 1-2147483647
.1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.9
JITTER source IP address
SNMPv2-SMIIpAddressr/w
Type Constraints:
range: 4
.1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.10
JITTER source port
Unsigned32r/w
Constraints:
range: 1-65535
.1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.11
JITTER timeout value,type:ms,
notice,the value must no less than then interval between two schedule
Unsigned32r/w
Constraints:
range: 0-604800000
.1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.12
JITTER vrf
SNMPv2-TCDisplayStringr/w
Constraints:
range: 0-40
Description:
Represents textual information taken from the NVT ASCII

character set, as defined in pages 4, 10-11 of RFC 854.

To summarize RFC 854, the NVT ASCII repertoire specifies:

- the use of c…
.1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.13
JITTER pakcet TOS value
Integer32r/w
Constraints:
range: 0-255
.1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.14
JITTER minimal round-trip-time value in ms
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.15
JITTER maximal round-trip-time value in ms
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.16
JITTER total lossed pakcets which send by the source
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.17
JITTER total loss pakcets which send by the target
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.18
JITTER minimal destination to source jitter in millisecond
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.19
JITTER maximal destionation to source jitter in millisecond
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.20
JITTER minimal source to destination jitter in millisecond
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.21
JITTER maximal source to destination jitter in millisecond
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.22
JITTER minimal destination to source delay in millisecond
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.23
JITTER maximal destination to source delay in millisecond
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.24
JITTER minimal souce to destionation delay in millisecond
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.25
JITTER maximal source to destination delay in millisecond
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.26
JITTER minimal icpif
SNMPv2-TCDisplayString
Constraints:
range: 0-40
Description:
Represents textual information taken from the NVT ASCII

character set, as defined in pages 4, 10-11 of RFC 854.

To summarize RFC 854, the NVT ASCII repertoire specifies:

- the use of c…
.1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.27
JITTER maximal icpif
SNMPv2-TCDisplayString
Constraints:
range: 0-40
Description:
Represents textual information taken from the NVT ASCII

character set, as defined in pages 4, 10-11 of RFC 854.

To summarize RFC 854, the NVT ASCII repertoire specifies:

- the use of c…
.1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.28
JITTER minimal MOS
SNMPv2-TCDisplayString
Constraints:
range: 0-40
Description:
Represents textual information taken from the NVT ASCII

character set, as defined in pages 4, 10-11 of RFC 854.

To summarize RFC 854, the NVT ASCII repertoire specifies:

- the use of c…
.1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.29
JITTER maximal MOS
SNMPv2-TCDisplayString
Constraints:
range: 0-40
Description:
Represents textual information taken from the NVT ASCII

character set, as defined in pages 4, 10-11 of RFC 854.

To summarize RFC 854, the NVT ASCII repertoire specifies:

- the use of c…
.1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.30
JITTER row status
SNMPv2-TCRowStatusr/w
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
Description:
The RowStatus textual convention is used to manage the
creation and deletion of conceptual rows, and is used as the
value of the SYNTAX clause for the status column of a
conceptual row (as described in Section 7.7.1 of …
.1.3.6.1.4.1.5651.3.20.1.1.200.6.100.1.31
.1.3.6.1.4.1.5651.3.20.1.1.200.7.100 · 1 row entry · 20 columns
Uses the maipu variant from /opt/observium/mibs/maipu.
Command help
Walk sysRtrFlowStatisticsTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'MPIOS-MIB' -M '/opt/observium/mibs/maipu:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MPIOS-MIB::sysRtrFlowStatisticsTable'
RTR flow statistics table
sysRtrFlowStatisticsEntry row .1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1
RTR flow statistics entry
Column Syntax OID
flow statistics entity Id
Integer32r/w
Constraints:
range: 1-2000
.1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.1
interface name which will be statistic
SNMPv2-TCDisplayStringr/w
Constraints:
range: 0-40
Description:
Represents textual information taken from the NVT ASCII

character set, as defined in pages 4, 10-11 of RFC 854.

To summarize RFC 854, the NVT ASCII repertoire specifies:

- the use of c…
.1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.2
monitor interval in second
Integer32r/w
Constraints:
range: 10-600
.1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.3
maximal pakcets received once sampling period
SNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.4
maximal time between minimal received packets number and miximal received packets number
SNMPv2-TCDisplayString
Constraints:
range: 0-40
Description:
Represents textual information taken from the NVT ASCII

character set, as defined in pages 4, 10-11 of RFC 854.

To summarize RFC 854, the NVT ASCII repertoire specifies:

- the use of c…
.1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.5
maximal flow value received
SNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.6
maximal time between minimal flow value and miximal flow vlaue
SNMPv2-TCDisplayString
Constraints:
range: 0-40
Description:
Represents textual information taken from the NVT ASCII

character set, as defined in pages 4, 10-11 of RFC 854.

To summarize RFC 854, the NVT ASCII repertoire specifies:

- the use of c…
.1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.7
minimal pakcets received once sampling period
SNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.8
minimal time between minimal packets number and miximal packets number
SNMPv2-TCDisplayString
Constraints:
range: 0-40
Description:
Represents textual information taken from the NVT ASCII

character set, as defined in pages 4, 10-11 of RFC 854.

To summarize RFC 854, the NVT ASCII repertoire specifies:

- the use of c…
.1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.9
minimal flow value received
SNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.10
minimal time between minimal flow value and miximal flow vlaue
SNMPv2-TCDisplayString
Constraints:
range: 0-40
Description:
Represents textual information taken from the NVT ASCII

character set, as defined in pages 4, 10-11 of RFC 854.

To summarize RFC 854, the NVT ASCII repertoire specifies:

- the use of c…
.1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.11
maximal pakcets send once sampling period
SNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.12
maximal time between minimal send packets number and miximal send packets number
SNMPv2-TCDisplayString
Constraints:
range: 0-40
Description:
Represents textual information taken from the NVT ASCII

character set, as defined in pages 4, 10-11 of RFC 854.

To summarize RFC 854, the NVT ASCII repertoire specifies:

- the use of c…
.1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.13
maximal flow send
SNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.14
maximal time between minimal send flow and miximal send flow
SNMPv2-TCDisplayString
Constraints:
range: 0-40
Description:
Represents textual information taken from the NVT ASCII

character set, as defined in pages 4, 10-11 of RFC 854.

To summarize RFC 854, the NVT ASCII repertoire specifies:

- the use of c…
.1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.15
minimal pakcets send once sampling period
SNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.16
minimal time between minimal send packets number and miximal send packets number
SNMPv2-TCDisplayString
Constraints:
range: 0-40
Description:
Represents textual information taken from the NVT ASCII

character set, as defined in pages 4, 10-11 of RFC 854.

To summarize RFC 854, the NVT ASCII repertoire specifies:

- the use of c…
.1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.17
minimal flow send
SNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.18
minimal time between minimal send flow and miximal send flow
SNMPv2-TCDisplayString
Constraints:
range: 0-40
Description:
Represents textual information taken from the NVT ASCII

character set, as defined in pages 4, 10-11 of RFC 854.

To summarize RFC 854, the NVT ASCII repertoire specifies:

- the use of c…
.1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.19
flow statistics row status
SNMPv2-TCRowStatusr/w
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
Description:
The RowStatus textual convention is used to manage the
creation and deletion of conceptual rows, and is used as the
value of the SYNTAX clause for the status column of a
conceptual row (as described in Section 7.7.1 of …
.1.3.6.1.4.1.5651.3.20.1.1.200.7.100.1.20
.1.3.6.1.4.1.5651.3.20.1.1.200.8.100 · 1 row entry · 17 columns
Uses the maipu variant from /opt/observium/mibs/maipu.
Command help
Walk sysRtrUdpechoTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'MPIOS-MIB' -M '/opt/observium/mibs/maipu:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MPIOS-MIB::sysRtrUdpechoTable'
RTR UDPECHO entity table
sysRtrUdpechoEntry row .1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1
RTR UDPECHO entity entry
Column Syntax OID
UDPECHO entity id,index
Integer32r/w
Constraints:
range: 1-2000
.1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.1
UDPECHO entity??1??init??2??close??
3??send request??4-send packets??
5??finish
Enumeration
Enumerated Values:
1init
2closed
3request
4transmit
5finished
.1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.2
UDPECHO responder destination ip address
SNMPv2-SMIIpAddressr/w
Type Constraints:
range: 4
.1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.3
UDPECHO responder destination port
Unsigned32r/w
Constraints:
range: 1-65535
.1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.4
UDPECHO packet length
Integer32r/w
Constraints:
range: 4-1500
.1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.5
UDPECHO schedule interval,
type:s
Unsigned32r/w
Constraints:
range: 1-65535
.1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.6
UDPECHO source IP address
SNMPv2-SMIIpAddressr/w
Type Constraints:
range: 4
.1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.7
UDPECHO source port
Unsigned32r/w
Constraints:
range: 1-65535
.1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.8
UDPECHO timeout value,type:ms,
notice,the value must no less than then interval between two schedule
Unsigned32r/w
Constraints:
range: 0-604800000
.1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.9
UDPECHO vrf
SNMPv2-TCDisplayStringr/w
Constraints:
range: 0-40
Description:
Represents textual information taken from the NVT ASCII

character set, as defined in pages 4, 10-11 of RFC 854.

To summarize RFC 854, the NVT ASCII repertoire specifies:

- the use of c…
.1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.10
UDPECHO pakcet TOS value
Integer32r/w
Constraints:
range: 0-255
.1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.11
UDPECHO total lossed pakcets which send by the source
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.12
UDPECHO total pakcets sent and received successfully
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.13
UDPECHO destination to source and source to destinatino delay in millisecond
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.14
UDPECHO maximal destination to source and source to destinatino delay in millisecond
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.15
UDPECHO maximal destination to source and source to destinatino delay in millisecond
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.16
UDPECHO row status
SNMPv2-TCRowStatusr/w
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
Description:
The RowStatus textual convention is used to manage the
creation and deletion of conceptual rows, and is used as the
value of the SYNTAX clause for the status column of a
conceptual row (as described in Section 7.7.1 of …
.1.3.6.1.4.1.5651.3.20.1.1.200.8.100.1.17
.1.3.6.1.4.1.5651.3.20.1.1.300.1.100 · 1 row entry · 14 columns
Uses the maipu variant from /opt/observium/mibs/maipu.
Command help
Walk sysIfPktPriStaTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'MPIOS-MIB' -M '/opt/observium/mibs/maipu:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MPIOS-MIB::sysIfPktPriStaTable'
The statistics of interface's flow based on 
the precedence of IP packet. The index of this table is
priority and ifIndex
sysIfPktPriStaEntry row .1.3.6.1.4.1.5651.3.20.1.1.300.1.100.1
The statistics of interface's flow based on
the precedence of IP packet. The index of this table is
priority and ifIndex
Column Syntax OID
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
Enumerated Values:
1priority0
2priority1
3priority2
4priority3
5priority4
6priority5
7priority6
8priority7
9other
.1.3.6.1.4.1.5651.3.20.1.1.300.1.100.1.1
The index of interface in the system
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.5651.3.20.1.1.300.1.100.1.2
The name of interface assigned to
SNMPv2-TCDisplayString
Constraints:
range: 0-255
Description:
Represents textual information taken from the NVT ASCII

character set, as defined in pages 4, 10-11 of RFC 854.

To summarize RFC 854, the NVT ASCII repertoire specifies:

- the use of c…
.1.3.6.1.4.1.5651.3.20.1.1.300.1.100.1.3
The interface received bytes at specified precedence
.1.3.6.1.4.1.5651.3.20.1.1.300.1.100.1.4
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
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
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
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
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
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
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
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
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
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