You are on page 1of 15

Logic Innovations, Inc.

IPE-4000 SNMP User Guide

09/15/2009
Version 1.0

IPE-4000 (IP Encapsulator)

SNMP Configuration & Control


User Guide

Logic Innovations, Inc.


IPE-4000 SNMP User Guide

09/15/2009
Version 1.0
Revision History

Date

Rev

09/15/2009

1.0

Author
Phil England

Description
Initial revision

Logic Innovations, Inc.


IPE-4000 SNMP User Guide

1.

09/15/2009
Version 1.0

OVERVIEW ......................................................................................................................4
1.1
BACKGROUND ........................................................................................................................... 4
1.2
ABOUT SNMP ........................................................................................................................... 4
1.2.1
SNMPv1 Message Types............................................................................................... 4
1.2.2
SNMP MIB....................................................................................................................... 4
1.2.3
SNMP OID ....................................................................................................................... 5
1.2.4
SNMP Protocol Data Unit (PDU) ................................................................................... 6
1.2.5
Determining OIDs for SNMP Tables.............................................................................. 6
1.2.6
RowStatus for SNMP Tables.......................................................................................... 7
1.2.7
Row Creation for SNMP Tables..................................................................................... 7
1.2.8
Row Deletion for SNMP Tables ..................................................................................... 8
1.2.9
Further Reading .............................................................................................................. 8
1.3
IPE MIB.................................................................................................................................... 8
1.4
SETTING READ AND WRITE COMMUNITY STRINGS ...................................................................... 8
1.5
MANAGEMENT APPLICATION SYSTEM REQUIREMENTS ................................................................ 8

2.

CAPABILITIES..................................................................................................................9
2.1
2.2

CONFIGURATION AND CONTROL CAPABILITIES ........................................................................... 9


UNSUPPORTED FEATURES........................................................................................................... 9

3.

LOGIC.MIB OID REFERENCE .......................................................................................10

4.

LOGIC-IPE4000.MIB OID REFERENCE.........................................................................11


4.1
IPE-4000 GROUP LEVEL OVERVIEW ......................................................................................... 11
4.2
IPE-4000 GROUP LEVEL MIB ENTRIES ..................................................................................... 11
4.2.1
i4kAbout MIB Entries .................................................................................................... 11
4.2.2
i4kAdmin MIB Entries.................................................................................................... 11
4.2.3
i4kSystem MIB Entries.................................................................................................. 11
4.2.4
i4kNetwork MIB Entries ................................................................................................ 12
4.2.5
i4kRedundancy MIB Entries......................................................................................... 12
4.2.6
i4kConfiguration MIB Entries........................................................................................ 13
4.2.7
i4kOutput MIB Entries................................................................................................... 13
OUTPUT LEVEL MIB ENTRIES .............................................................................................................. 13
4.2.8
outputTable MIB Entries ............................................................................................... 13
4.2.9
outputAsiTable MIB Entries.......................................................................................... 13
4.2.10 programTable MIB Entries............................................................................................ 14
4.2.11 pidTable MIB Entries..................................................................................................... 14
4.2.12 routeTable MIB Entries................................................................................................. 14

5.

INDEX ............................................................................................................................15

Logic Innovations, Inc.


IPE-4000 SNMP User Guide

09/15/2009
Version 1.0

1. Overview
1.1

Background

The IPE-4000 (IPE) provides an efficient method for transmitting IP (Internet Protocol)
data in the format defined by the DVB standard for data broadcasting. Typical
applications include multimedia content delivery, high-speed Internet access, and file
transfer applications.
The IPE allows users to multiplex numerous IP data services, delivered over Ethernet, into one
DVB/ATSC compliant transport stream. It delivers IP data directly to a satellite, cable, or wireless
broadcast modulator for output to a broadcast PC client at downstream throughput speeds of up
to 200 Mbps.

1.2

About SNMP

Simple Network Management Protocol (SNMP) is a standardized network communication


protocol commonly used to monitor and control network devices. The format for SNMP packets
is defined in RFC 1157. SNMP messages are sent between a SNMP agent and a manager. The
IPE has a SNMP agent. Third party SNMP software must be used as the manager. The IPE
SNMP Agent implements SNMPv1 as defined in RFC1157.
1.2.1 SNMPv1 Message Types
RFC 1157 defines 5 types of messages for communication between an agent and management
software:
SNMP
Message Type
Get-request

Sent by
Manager
Yes

Sent by
Agent
No

Get-nextrequest
Set-request

Yes

No

Yes

No

Get-response

No

Yes

Trap

No

Yes

Description
A management application will send this message to
an agent to request a value from the agent.
A management application will send this message to
an agent to request a value from the agent.
A management application will send this message to
an agent in an attempt to change a value in the agent.
An agent will send this message to a management
application as a response to a get-request, get-nextrequest, or set-request message.
An agent will send this message to a management
application to notify the management application of an
event.

Table 1-1 SNMP v1 Messages


1.2.2 SNMP MIB
A SNMP agent maintains the values that a management application will query and control in a
Management Information Base (MIB). A MIB is organized into a tree structure. An Object
Identifier (OID) uniquely identifies each node in a MIB tree. Figure 1-1 shows a tree
representation of the top portion of the MIB implemented by the IPE SNMP Agent.

Logic Innovations, Inc.


IPE-4000 SNMP User Guide

09/15/2009
Version 1.0

1.2.3 SNMP OID


An OID is a sequence of numbers separated by decimal points. For convenience, each OID is
also given a name. For the tree shown in Figure 1-1, the following OIDs are defined: iso, org,
dod, internet, private, enterprises, Logic-innovations, Products, trap-management, trapTable,
trapEntry, ipe, ipe4000, and v1. For each OID name, you can construct a sequence of numbers
to represent the OID by traversing from the root of the tree to the node appending a dot and the
number in parenthesis for each node traversed. Listed below are a few examples from Figure
1-1:
OID Name
Iso
Org
Logic-innovations
Products
IPE
IPE4000
TrapEntry

OID Numbers
1
1.3
1.3.6.1.4.4290
1.3.6.1.4.4290.2
1.3.6.1.4.4290.2.2
1.3.6.1.4.4290.2.2.
2
1.3.6.1.4.4290.3.1.
1

Alternate Representations
Iso.org or iso.3
Enterprises.4290
Enterprises.Logic-innovations.2
Enterprises.Logic-innovations.Products.2
Enterprises.Logic-innovations.Products.Ipe.2
Trap-management.trapTable.trapEntry

Logic Innovations, Inc.


IPE-4000 SNMP User Guide

09/15/2009
Version 1.0
root

iso(1)

org(3)

dod(6)

internet(1)

private(4)

enterprises(1)

logic-innovations(4290)

products(2)

trap-management(3)

ipe(2)

trapTable(1)

ipe4000(2)

trapEntry(1)

v1(1)

...

...
Figure 1-1 A Portion of the IPE-4000 MIB Represented as a Tree
1.2.4 SNMP Protocol Data Unit (PDU)
A SNMP message is sent in a packet that SNMP calls a Protocol Data Unit (PDU). Management
software should send PDUs to the IPE at UDP port 161. The IPE will send trap PDUs to
management software at UDP port 162.
1.2.5 Determining OIDs for SNMP Tables
A table can be thought of as a 2 dimensional array of nodes. As with any 2-dimensional array,
the table will have rows and columns. A SNMP table must have at least one index that uniquely
identifies a row of the table. In the case of a table with more than one index, it is the combination
of both indexes that uniquely identifies a row of the table.

Logic Innovations, Inc.


IPE-4000 SNMP User Guide

09/15/2009
Version 1.0

When constructing OIDs for tables it is important to understand that the lexicographical ordering
(used by the get-next operator) for tables will "walk" through each row of a column before moving
on to the next column. The OID for a cell in the table will consist of the root of the table entry,
followed by the column identifier, followed by the row index. We can represent this as
tableEntry.columnID.rowIndex. Where row index may consist of multiple values separated by
decimal points in the case where the table has multiple indexes and/or indexes consisting of
multi-byte values.
1.2.6 RowStatus for SNMP Tables
A table that supports row creation and deletion will have a "rowStatus" column. For the
RouteTable for example, this is the routeRowStatus column. The rowStatus column will control
the creation and deletion of a row.
A rowStatus entry in a table can take the following values:
Name
Value
Description
Active
1
Indicates that the row is active.

CreateAndGo

Destroy

In the case of the routeRowStatus, indicates that the route is


active and encapsulating IP traffic if traffic is present.
A set only value. While management software might set a
rowStatus to this value, the IPE SNMP Agent will never report a
rowStatus of this value. Only a "row 0" row will accept a set to its
rowStatus with a value of createAndGo.
When management software sends a set-request of a rowStatus
to a value of createAndGo, the IPE SNMP Agent will, if possible,
create a new row and make that row active.
Setting the rowStatus of a row to a value of destroy(6) will, if
possible, destroy the row.

1.2.7 Row Creation for SNMP Tables


Tables that allow row creation will have a rowStatus column (routeRowStatus in the case of the
routeTable). This rowStatus column can be used to add, delete, and modify rows in the table.
The first entry in the table (the "row 0" entry), can be used as a scratch pad area for setting up the
parameters needed to create a new row in the table. To create a new row in the table, a
management application must write the appropriate values to the columns in row 0, and the
change the rowStatus value to createAndGo(4).
The following steps show an example of the steps required for creating a new row in the
routeTable.
Request Type
Set-request
Set-request
Set-request
Set-request
Set-request
Set-request
Set-request
Set-request
Set-request
Set-request

OID (name)
routeParentIndex.0.0
routeName.0.0
routeIpVersion.0.0
routeIpAddress.0.0
routeIpMask.0.0
routeMacType.0.0
routeMacAdddress.0.0
routeSectionPacking.0.0
routeUdpFlowControlEnable
routeRowStatus.0.0

Value
2 (parent index in the PID table)
TestRoute
ipv4(1)
224.000.000.000
255.255.255.255
mac(1)
01.00.5E.00.00.00
enabled(1)
disabled(2)
createAndGo(4)

Logic Innovations, Inc.


IPE-4000 SNMP User Guide

09/15/2009
Version 1.0

These steps will create a new row in the table. A get-request of routeRowStatus will return
active(1).
1.2.8 Row Deletion for SNMP Tables
To delete the row created in section 1.2.7, perform a set-request for the OID routeRowStatus to a
value of destroy(6).
This operation will delete the row in the table.
1.2.9 Further Reading
A more complete discussion of SNMP is beyond the scope of this document. Chapter 25 of
TCP/IP Illustrated, Volume 1 contains a more complete overview of SNMP.

1.3

IPE MIB

The IPE SNMP Agent uses a proprietary MIB defined in the following files located on the About
page of the web interface (and also on the CD that ships with each product):
Logic-tc.mib
Logic.mib
Logic-ipe4000.mib
The file logic-tc.mib defines textual conventions used in all Logic Innovations SNMP
implementations.
The file logic.mib defines the top of the Logic-innovations tree, nodes for other LII products and a
trap management table common to other LII products.
The file logic-ipe4000.mib defines the variables specific to monitoring and controlling the IPE4000.

1.4

Setting Read and Write Community Strings

IPE SNMP agent supports the use of two community strings to control network access to the IPE
SNMP agent. Network management software issuing requests to read values from the SNMP
agent must provide the appropriate "Read Community" string in the SNMP PDU. Write requests
must contain the appropriate "Write Community" string.
The default Read Community string is public and the default Write Community string is private.
These strings can be changed using the Admin->SNMP Comm. Strings menu on the web
interface.

1.5

Management Application System Requirements

SNMP Management applications for the IPE-4000 can be developed to run on any platform that
supports SNMP, in any language that supports sending/receiving UDP datagrams.

Logic Innovations, Inc.


IPE-4000 SNMP User Guide

09/15/2009
Version 1.0

2. Capabilities
2.1

Configuration and Control Capabilities

The IPE SNMP Interface supports the following capabilities:


Retrieving various system level information including temperature and voltages.
Creation of a Program under the existing Output Transport Stream.
Creation of a PID under a Program
Creation of a Route under an existing PID
Retrieving the current Program, PID or Route information
Modifying an existing Program, PID, or Route
Modifying the ASI output stream level configuration.
Deleting an existing Program, PID, or Route
PSI enabling and disabling at a Transport Stream, Program or PID level.
Setting and retrieving redundancy settings

2.2

Unsupported Features

The following system features are not supported through SNMP:


No remote interface to control/monitor Statistics File Logging
No remote interface to control FlowControl capability

Logic Innovations, Inc.


IPE-4000 SNMP User Guide

09/15/2009
Version 1.0

3. Logic.mib OID Reference


The MIB nodes listed below exist only to create a hierarchical tree organization for the Logic
Innovations MIB, and are not accessible. The IPE will reject any set-request or get-request
messages that identify these OIDs as the target. The IPE will respond to get-next-request
messages that identify these OIDs as the target. In the case of a get-next-request, the value
returned will be the next accessible value in lexicographic order.
Logic-innovations
Products
Ipe
Ipe4000
Trap-management
TrapTable
TrapEntry

1.3.6.1.4.1.4290
1.3.6.1.4.1.4290.2
1.3.6.1.4.1.4290.2.2
1.3.6.1.4.1.4290.2.2.2
1.3.6.1.4.1.4290.3
1.3.6.1.4.1.4290.3.1
1.3.6.1.4.1.4290.3.1.1

10

Logic Innovations, Inc.


IPE-4000 SNMP User Guide

09/15/2009
Version 1.0

4. Logic-Ipe4000.mib OID Reference


4.1

IPE-4000 Group Level Overview

The MIB nodes listed below exist only to create a hierarchical tree organization for the IPE-4000
MIB, and are not accessible. The IPE will reject any set-request or get-request messages that
identify these OIDs as the target. The IPE will respond to get-next-request messages that identify
these OIDs as the target. In the case of a get-next-request, the value returned will be the next
accessible value in lexicographic order.
ipe4000
i4kAbout
i4KAdmin
i4kSystem
i4kNetwork
i4kRedundancy
i4kConfiguration
i4kOutput

4.2
4.2.1

1.3.6.1.4.1.4290.2.2.2
1.3.6.1.4.1.4290.2.2.2.1
1.3.6.1.4.1.4290.2.2.2.2
1.3.6.1.4.1.4290.2.2.2.3
1.3.6.1.4.1.4290.2.2.2.4
1.3.6.1.4.1.4290.2.2.2.5
1.3.6.1.4.1.4290.2.2.2.6
1.3.6.1.4.1.4290.2.2.2.7

IPE-4000 Group Level MIB Entries


i4kAbout MIB Entries
OID Name

aboutFirmware
aboutUptime

4.2.2

OID

Returns the firmware version.


Returns the time that the system has been
running.

i4kAdmin MIB Entries


OID Name

adminLicense

4.2.3

Description

1.3.6.1.4.1.4290.2.2.2.1.1.0
1.3.6.1.4.1.4290.2.2.2.1.2.0

OID

Description

1.3.6.1.4.1.4290.2.2.2.2.3.0

Returns the product license name.

i4kSystem MIB Entries


OID Name

OID

Description

systemClock

1.3.6.1.4.1.4290.2.2.2.3.1.0

systemTempProcessor
systemTempSystem
systemTempDimm

1.3.6.1.4.1.4290.2.2.2.3.2.0
1.3.6.1.4.1.4290.2.2.2.3.3.0
1.3.6.1.4.1.4290.2.2.2.3.4.0

Returns the temperature of the processor sensor.


Returns the temperature of the system sensor.
Returns the temperature of the DIMM sensor.

systemFanSpeed1
systemFanSpeed2
systemFanSpeed3
systemFanSpeed4

1.3.6.1.4.1.4290.2.2.2.3.5.0
1.3.6.1.4.1.4290.2.2.2.3.6.0
1.3.6.1.4.1.4290.2.2.2.3.7.0
1.3.6.1.4.1.4290.2.2.2.3.8.0

Returns the speed of fan #1.


Returns the speed of fan #2.
Returns the speed of fan #3.
Returns the speed of fan #4.

systemVoltageIn0
systemVoltageIn1
systemVoltageIn2
systemVoltageIn3
systemVoltageIn4

1.3.6.1.4.1.4290.2.2.2.3.9.0
1.3.6.1.4.1.4290.2.2.2.3.10.0
1.3.6.1.4.1.4290.2.2.2.3.11.0
1.3.6.1.4.1.4290.2.2.2.3.12.0
1.3.6.1.4.1.4290.2.2.2.3.13.0

Returns the voltage of voltage input #0.


Returns the voltage of voltage input #1.
Returns the voltage of voltage input #2.
Returns the voltage of voltage input #3.
Returns the voltage of voltage input #4.

11

Logic Innovations, Inc.


IPE-4000 SNMP User Guide
4.2.4

09/15/2009
Version 1.0

i4kNetwork MIB Entries


OID

Description

networkDataSpeed
networkDataDuplex

OID Name

1.3.6.1.4.1.4290.2.2.2.4.1.0
1.3.6.1.4.1.4290.2.2.2.4.2.0

networkDataRxPackets

1.3.6.1.4.1.4290.2.2.2.4.3.0

networkDataRxBytes

1.3.6.1.4.1.4290.2.2.2.4.4.0

networkDataRxErrors

1.3.6.1.4.1.4290.2.2.2.4.5.0

networkDataRxDrops

1.3.6.1.4.1.4290.2.2.2.4.6.0

networkDataTxPackets

1.3.6.1.4.1.4290.2.2.2.4.7.0

networkDataTxBytes

1.3.6.1.4.1.4290.2.2.2.4.8.0

networkDataTxErrors

1.3.6.1.4.1.4290.2.2.2.4.9.0

networkDataTxDrops

1.3.6.1.4.1.4290.2.2.2.4.10.0

Returns the speed of the Data network interface.


Returns the duplex mode of the Data network
interface (full or half).
Returns the number of packets received on the
Data network interface.
Returns the number of bytes received on the
Data network interface.
Returns the number of receive errors detected
on the Data network interface.
Returns the number of receive drops detected on
the Data network interface.
Returns the number of packets transmitted on
the Data network interface.
Returns the number of bytes transmitted on the
Data network interface.
Returns the number of transmit errors detected
on the Data network interface.
Returns the number of transmit drops detected
on the Data network interface.

networkMncSpeed
networkMncDuplex

1.3.6.1.4.1.4290.2.2.2.4.11.0
1.3.6.1.4.1.4290.2.2.2.4.12.0

networkMncRxPackets

1.3.6.1.4.1.4290.2.2.2.4.13.0

networkMncRxBytes

1.3.6.1.4.1.4290.2.2.2.4.14.0

networkMncRxErrors

1.3.6.1.4.1.4290.2.2.2.4.15.0

networkMncRxDrops

1.3.6.1.4.1.4290.2.2.2.4.16.0

networkMncTxPackets

1.3.6.1.4.1.4290.2.2.2.4.17.0

networkMncTxBytes

1.3.6.1.4.1.4290.2.2.2.4.18.0

networkMncTxErrors

1.3.6.1.4.1.4290.2.2.2.4.19.0

networkMncTxDrops

1.3.6.1.4.1.4290.2.2.2.4.20.0

4.2.5

Returns the speed of the M&C network interface.


Returns the duplex mode of the M&C network
interface (full or half).
Returns the number of packets received on the
M&C network interface.
Returns the number of bytes received on the
M&C network interface.
Returns the number of receive errors detected
on the M&C network interface.
Returns the number of receive drops detected on
the M&C network interface.
Returns the number of packets transmitted on
the M&C network interface.
Returns the number of bytes transmitted on the
M&C network interface.
Returns the number of transmit errors detected
on the M&C network interface.
Returns the number of transmit drops detected
on the M&C network interface.

i4kRedundancy MIB Entries


OID

Description

redundancyEnable
redundancyMode

OID Name

1.3.6.1.4.1.4290.2.2.2.5.1.0
1.3.6.1.4.1.4290.2.2.2.5.2.0

redundancyPartner

1.3.6.1.4.1.4290.2.2.2.5.3.0

redundancyRouterId
redundancyVrrpVirtualIpEnable

1.3.6.1.4.1.4290.2.2.2.5.4.0
1.3.6.1.4.1.4290.2.2.2.5.5.0

Enables/disables redundancy.
Specifies the redundancy mode
(simple=1, chain=2)
Specifies the IP address/computer
name of the IPEs redundant
partner. For redundancy to
function, each IPE in a redundant
pair must specify the IP address
/computer name of the other IPE
set in this field. If
redundancyEnable is disabled, this
value is ignored.
Specifies the redundancy router ID.
Enables/disables redundancy

12

Logic Innovations, Inc.


IPE-4000 SNMP User Guide

09/15/2009
Version 1.0

redundancyVrrpVirtualIp

1.3.6.1.4.1.4290.2.2.2.5.6.0

redundancyRipEnable
redundancyRipMetric

1.3.6.1.4.1.4290.2.2.2.5.7.0
1.3.6.1.4.1.4290.2.2.2.5.8.0

redundancySwitchOnContactClosure
redundancyDisableTsOnFault

1.3.6.1.4.1.4290.2.2.2.5.9.0
1.3.6.1.4.1.4290.2.2.2.5.10.0

4.2.6

i4kConfiguration MIB Entries


OID Name

OID

configurationName
configurationRouteName

4.2.7

virtual IP.
Specifies the redundancy Virtual
IP address.
Enables/disables RIP.
Defines the RIP metric used by the
IPE when it is Standby.

Description

1.3.6.1.4.1.4290.2.2.2.6.1.0
1.3.6.1.4.1.4290.2.2.2.6.2.0

Name of the system configuration file.


Name of the route file.

i4kOutput MIB Entries


OID Name

OID

Description

outputTable
outputAsiTable

1.3.6.1.4.1.4290.2.2.2.7.1
1.3.6.1.4.1.4290.2.2.2.7.2

programTable

1.3.6.1.4.1.4290.2.2.2.7.3

pidTable

1.3.6.1.4.1.4290.2.2.2.7.4

routeTable

1.3.6.1.4.1.4290.2.2.2.7.5

Contains a list of output interfaces.


Contains a list of ASI outputs (each with a
reference back to the parent output entry)
Contains a list of programs (each with a
reference back to the parent output)
Contains a list of PIDs (each with a
reference back to the patent program)
Contains a list of routes (each with a
reference back to the corresponding PID)

Output Level MIB Entries


These nodes are tables that hold the encapsulation output hierarchical tree organization. These
reside under the ip4kOutput group node.
4.2.8

outputTable MIB Entries


OID Name

OID

Description

outputIndex
outputType

1.3.6.1.4.1.4290.2.2.2.7.1.1.1.0
1.3.6.1.4.1.4290.2.2.2.7.1.1.2.0

outputEnable

1.3.6.1.4.1.4290.2.2.2.7.1.1.3.0

4.2.9

Index of entry in table.


Type of output interface (currently on
ASI).
Enable/disable of output entry.

outputAsiTable MIB Entries


OID

Description

outputAsiIndex
outputAsiRate
outputAsiPacketSize
outputAsiFlowControlEnable

OID Name

1.3.6.1.4.1.4290.2.2.2.7.2.1.1.0
1.3.6.1.4.1.4290.2.2.2.7.2.1.2.0
1.3.6.1.4.1.4290.2.2.2.7.2.1.3.0
1.3.6.1.4.1.4290.2.2.2.7.2.1.4.0

outputAsiFlowControlPidOrPort

1.3.6.1.4.1.4290.2.2.2.7.2.1.5.0

outputTsid

1.3.6.1.4.1.4290.2.2.2.7.2.1.6.0

Index of ASI output entry in table.


ASI of rate.
Packet size (188 or 204).
Enable/disable SMPTE 325M flow
control.
Specify the PID for outbound flow
control packets.
Specify the transport stream ID (only
applicable if PSI enabled).

13

Logic Innovations, Inc.


IPE-4000 SNMP User Guide

09/15/2009
Version 1.0

4.2.10 programTable MIB Entries


OID Name
programIndex
programOutputIndex
programNumber
programPsiEnable
programPmtPid
programRowStatus

OID

Description

1.3.6.1.4.1.4290.2.2.2.7.3.1.1.0
1.3.6.1.4.1.4290.2.2.2.7.3.1.2.0
1.3.6.1.4.1.4290.2.2.2.7.3.1.3.0
1.3.6.1.4.1.4290.2.2.2.7.3.1.4.0
1.3.6.1.4.1.4290.2.2.2.7.3.1.5.0
1.3.6.1.4.1.4290.2.2.2.7.3.1.6.0

Index of program entry in table.


Specifies the index (ID) of the parent.
Specifies the program number.
Enables/disables PSI.
Specifies the PMT PID.
Entry status in table.

4.2.11 pidTable MIB Entries


OID

Description

pidIndex
pidParentIndex

OID Name

1.3.6.1.4.1.4290.2.2.2.7.4.1.1.0
1.3.6.1.4.1.4290.2.2.2.7.4.1.2.0

pidNumber
pidEncapFormat

1.3.6.1.4.1.4290.2.2.2.7.4.1.3.0
1.3.6.1.4.1.4290.2.2.2.7.4.1.4.0

pidSectionPack
pidRowStatus

1.3.6.1.4.1.4290.2.2.2.7.4.1.5.0
1.3.6.1.4.1.4290.2.2.2.7.4.1.6.0

Index of PID entry in table.


Specifies the Index (ID) of parent in the
program table.
PID number.
Encapsulation format (DVB-MPE,
ATSC, ULE).
Enable/disable section packing.
Entry status in table.

4.2.12 routeTable MIB Entries


OID

Description

routeIndex
routeParentIndex

OID Name

1.3.6.1.4.1.4290.2.2.2.7.5.1.1.0
1.3.6.1.4.1.4290.2.2.2.7.5.1.2.0

routeName

1.3.6.1.4.1.4290.2.2.2.7.5.1.3.0

routeIpAddress
routeIpMask
routeIpVersion
routeMacType

1.3.6.1.4.1.4290.2.2.2.7.5.1.4.0
1.3.6.1.4.1.4290.2.2.2.7.5.1.5.0
1.3.6.1.4.1.4290.2.2.2.7.5.1.6.0
1.3.6.1.4.1.4290.2.2.2.7.5.1.7.0

Index (ID) of the route in the table.


Specifies the index (ID) of the parent
in the PID table.
Specifies the name of the route
(optional).
Specifies the IP address of the route.
Specifies the IP mask of the route.

routeMacAddress

1.3.6.1.4.1.4290.2.2.2.7.5.1.8.0

routeIpCopyPrefix

1.3.6.1.4.1.4290.2.2.2.7.5.1.9.0

routeIpCopyPrefixLength

1.3.6.1.4.1.4290.2.2.2.7.5.1.10.0

routeUdpFlowControlEnable

1.3.6.1.4.1.4290.2.2.2.7.5.1.11.0

routeUdpFlowControlBufferSize

1.3.6.1.4.1.4290.2.2.2.7.5.1.12.0

routeUdpFlowControlAddress

1.3.6.1.4.1.4290.2.2.2.7.5.1.13.0

routeUdpFlowControlPort

1.3.6.1.4.1.4290.2.2.2.7.5.1.14.0

routeUdpFlowControlTxTtl

1.3.6.1.4.1.4290.2.2.2.7.5.1.15.0

routeRowStatus

1.3.6.1.4.1.4290.2.2.2.7.5.1.16.0

14

Specifies the MAC type for the route


(mac=1, ipcopy=2, none=3)
Specifies the MAC address to be
used when MAC type is set to
mac(1).
Specifies the IP Copy prefix when
MAC type is set to ipcopy(2).
Specifies the IP Copy prefix length
when MAC type is set to ipcopy(2).
Specifies if flow control is enabled or
disabled.
Specifies the buffer size for the flow
control.
Specifies the IP address for flow
control messages to be sent.
Specifies the port for flow control
messages.
Specifies the TTL (time to live) value
for the flow control mesages.
Entry status in table.

Logic Innovations, Inc.


IPE-4000 SNMP User Guide

09/15/2009
Version 1.0

5. Index
DVB .......................................................... 4
i4kAbout...................................................11
i4kAdmin ..................................................11
i4kConfiguration .......................................13
i4kNetwork ...............................................12
i4kOutput .................................................13
i4kRedundancy ........................................12
i4kSystem ................................................11
Internet Protocol........................................ 4
Ipe4000....................................................10
Logic.mib .............................................8, 10
Logic-innovations .....................................10
Logic-ipe4000.mib..................................... 8

Logic-Ipe4000.mib ...................................11
Logic-tc.mib ...............................................8
outputAsiTable.........................................13
outputTable..............................................13
pidTable...................................................14
Products ..................................................10
programTable ..........................................14
RIP ..........................................................13
routeTable ...............................................14
TrapEntry.................................................10
Trap-management ............................... 5, 10
TrapTable ................................................10

15

You might also like