NETI-VAS-MIB

MIB Reference — IPNetwork Monitor

All MIBsNETI-VAS-MIB

Organization: Net Insight AB

Last Updated: 2015-04-20

Category: Net Insight Nimbra

Description:

Manages value-added service parameters including compression and encryption on Net Insight Nimbra transport platforms.

Imported Objects

From INET-ADDRESS-MIB

InetAddress
InetAddressType
InetPortNumber

From SNMP-FRAMEWORK-MIB

SnmpAdminString

From SNMPv2-SMI

Counter32
Counter64
Integer32
MODULE-IDENTITY
OBJECT-TYPE
Unsigned32
enterprises

From SNMPv2-TC

DateAndTime
RowPointer
RowStatus
TEXTUAL-CONVENTION
TimeStamp
TruthValue

What Is NETI-VAS-MIB?

NETI-VAS-MIB is a Net Insight vendor MIB for Video Appliance Services, covering setup and monitoring of reliable video transport over IP networks on Nimbra platform devices. It models physical video ports (such as ASI or SDI interfaces) and video encoder/decoder processing pipelines, exposing both configuration objects and operational status. It is used for monitoring hardware and software status of video interfaces, including administrative and operational port state, failure conditions, and statistics-reset tracking, which together reveal signal loss, encoder faults, or misconfigured input sources. As a still-evolving ("work in progress") module, it is closely tied to the broader Net Insight Nimbra device and interface model shared with other neti- MIBs. It is deployed in broadcast and media contribution/distribution networks where video signals are encoded, transported, and decoded over IP, and engineers typically obtain a NETI-VAS-MIB download to load these objects into their monitoring tools.

IPNetwork Monitor allows you to monitor SNMP objects defined in NETI-VAS-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.

What Can Be Monitored

  • video port admin/operational status
  • port failure condition
  • port mode and input source
  • last status change time
  • statistics reset tracking

Supported Devices

  • Net Insight Nimbra media transport node
  • video encoder/decoder appliance

Monitoring Examples

An administrator would walk vasIfTable/vasIfEntry to enumerate physical video ports, checking vasIfAdminStatus against vasIfOperStatus to spot a port that is administratively enabled but operationally down. The vasIfFailure object on a given index would identify the specific fault type when a video input drops, and vasIfLastChanged shows when that state last transitioned. Reviewing vasIfInputFrom and vasIfPortMode confirms whether a port is correctly wired to its intended encoder pipeline source.

OIDs
OID symbolicOID numericTypeAccessDescription
netinsight1.3.6.1.4.1.2928
netiGeneric1.3.6.1.4.1.2928.2
netiVasMIB1.3.6.1.4.1.2928.2.5This document is work in progress, and it is likely to change. Reference: NID4613. MIB for Video Appliance Services. The MIB describes objects for setting up and monitoring of reliable video transports over an IP network. It also contains configuration objects for encoders and decoders. The MIB contains conceptual tables that describes the different objects: The table vasIfTable contains physical video ports, such as ASI or SDI ports. The table vasEncPipeTable contains video encoder pipelines. A video encoder pipeline can encode the video (e.g. from SDI to MPEG-4) to a stream, and process the audio, video and meta-data. The table vasDecPipeTable contains video decoder pipelines. A video decoder pipeline can decode a stream (from e.g. MPEG-4 to SDI) and process the audio, video and data in the stream. The table vasUdpSnkTable contains objects that receives an UDP video stream on an IP interface and provides it as an input to another source object. The table vasUdpSrcTable contains objects that takes a video stream from a sink object and transmits it as a UDP stream from an IP interface. This object is the complement to an object in the vasUdpSnkTable. The table vasPulSrcTable contains the source objects of a pull transport, i.e. a transport of a stream that is initiated at the sink side, where the stream is pulled from the source (sender) to the sink (receiver) at the sink. The table vasMpuSrcTable contains the source objects of pull transports, where multiple transports to different destinations may be setup from the same source. The table vasPulSnkTable contains the sink part of a pull transport, i.e. a transport of a stream that is initiated at the sink side, where the stream is pulled from the source (sender) to the sink (receiver) at the sink. The table vasPusSrcTable contains the source part of a push transport, i.e. a transport that is initiated from the source side, and is pushed from the source (sender) to the sink (receiver) at the source. The table vasPusSnkTable contains the sink part of a push transport, i.e. a transport that is initiated from the source side, and is pushed from the source (sender) to the sink (receiver) at the source. The MIB also contains tables for statistics.
vasInterfaceGroup1.3.6.1.4.1.2928.2.5.1
vasIfTable1.3.6.1.4.1.2928.2.5.1.1not-accessibleTable conceptual table contains video interfaces; physical video ports, such as ASI and SDI ports.
vasIfEntry1.3.6.1.4.1.2928.2.5.1.1.1not-accessibleAn entry in the conceptual table represents one video interface.
U32 vasIfIndex1.3.6.1.4.1.2928.2.5.1.1.1.1Unsigned32not-accessibleAn index that uniquely identifies the interface in the table. The index is maintained across reboots of the node. The index is generally a small number.
STR vasIfName1.3.6.1.4.1.2928.2.5.1.1.1.2SnmpAdminStringread-onlyA textual name of the interface. The name is unique within the node. The first part of the name is a string representing the type of interface, the second part of the name contains the device number followed by the port number within the device, separated by a semi-colon.
STR vasIfPurpose1.3.6.1.4.1.2928.2.5.1.1.1.3SnmpAdminStringread-writeA text that can describe the purpose of the interface. This is for administrative use.
INT vasIfAdminStatus1.3.6.1.4.1.2928.2.5.1.1.1.4INTEGERread-writeThe administrative state of the interface. The value controls the desired state of the interface. up(1). The interface shall be enabled. down(2). The interface shall be disabled.
INT vasIfOperStatus1.3.6.1.4.1.2928.2.5.1.1.1.5INTEGERread-onlyThe operational state of the interface. The value normally follow the state of the administrative state. up(1). The interface is up and operational. down(2). The interface is not operational, either because its administrative state is down, or because of an error. If it is down because of an error, an alarm should be raised and the vasIfFailure should describe the fault.
STR vasIfFailure1.3.6.1.4.1.2928.2.5.1.1.1.6SnmpAdminStringread-onlyA text describing the configuration or error status of the interface. The text is the empty string if the configuration is correct and no error is present, otherwise it contains a message describing the error.
TIM vasIfLastChanged1.3.6.1.4.1.2928.2.5.1.1.1.7TimeStampread-onlyThe value of sysUpTime when status or configuration of the objects was last changed.
VAS vasIfResetStatistics1.3.6.1.4.1.2928.2.5.1.1.1.8VasResetStatisticsread-writeResets all statistics counters for the interface. (Not yet implemented).
NUM vasIfInputFrom1.3.6.1.4.1.2928.2.5.1.1.1.9RowPointerread-writeIf the interface is an output interface, as set on vasIfPortMode, then this is a reference to the object that shall deliver the video stream to the interface. Which type of object that is a valid input depends on the type of interface. If the interface is an input interface, as set on the vasIfPortMode, then the value is always `.0.0'.
INT vasIfPortMode1.3.6.1.4.1.2928.2.5.1.1.1.10INTEGERread-writeSpecifies how the interface shall operate. When the port is set as an input, then a video stream received on the physical port is distributed to the objects having this port as their input. When the port is set as an output, then a video stream received from the object referenced in vasIfInputFrom is transmitted on the physical port. asiInput(1). The port shall operate as an ASI input. asiOutput(2). The port shall operate as an ASI output. sdiInput(3). The port shall operate as an SDI input. sdiOutput(4). The port shall operate as an SDI output.
VAS vasIfActiveFormat1.3.6.1.4.1.2928.2.5.1.1.1.11VasVideoFormatread-onlyThe video source format.
vasEncoderPipeGroup1.3.6.1.4.1.2928.2.5.2
vasEncPipeTable1.3.6.1.4.1.2928.2.5.2.1not-accessibleThe conceptual table contains objects that represent video encoder pipelines. A video encoder pipeline can encode the video (e.g. from SDI to MPEG-4) to a stream, and process the audio, video and meta-data.
vasEncPipeEntry1.3.6.1.4.1.2928.2.5.2.1.1not-accessibleAn entry in the conceptual table represents one encoder pipeline.
U32 vasEncPipeIndex1.3.6.1.4.1.2928.2.5.2.1.1.1Unsigned32not-accessibleAn index that uniquely identifies the encoder pipeline in the table.
ROW vasEncPipeRowStatus1.3.6.1.4.1.2928.2.5.2.1.1.2RowStatusread-createSee SNMPv2-TC. Use vasEncPipeAdminStatus to activate and de-activate an encoder pipeline. The following values are supported: active(1). The object always reads active. createAndGo(4). A new conceptual row is created representing a new encoder pipeline. To activate the encoder pipeline, set the administrative state to up(1) after all columnar objects have been set. destroy(6). The encoder pipeline is deleted. It can be deleted regardless of its operational state.
STR vasEncPipeName1.3.6.1.4.1.2928.2.5.2.1.1.3SnmpAdminStringread-onlyA textual name of the encoder pipeline. The name is automatically assigned by the system. The last part of the name is the index in this table.
STR vasEncPipePurpose1.3.6.1.4.1.2928.2.5.2.1.1.4SnmpAdminStringread-createA text that can describe the purpose of the encoder pipeline. This is for administrative use.
INT vasEncPipeAdminStatus1.3.6.1.4.1.2928.2.5.2.1.1.5INTEGERread-createThe administrative state of the encoder pipeline. up(1). The encoder pipeline shall be enabled and allocates the necessary resources. down(2). The encoder pipeline shall be disabled and will not allocate any resources.
INT vasEncPipeOperStatus1.3.6.1.4.1.2928.2.5.2.1.1.6INTEGERread-onlyThe operational state of the encoder pipe. The value normally follow the state of the administrative state. up(1). The encoder pipe is up and operational. down(2). The encoder pipe is not operational, either because its administrative state is down, or because of an error. If it is down because of an error, an alarm should be raised and the vasEncPipeFailure should describe the fault.
STR vasEncPipeFailure1.3.6.1.4.1.2928.2.5.2.1.1.7SnmpAdminStringread-onlyA text describing the configuration or error status of the encoder pipeline. The text is the empty string if the configuration is correct and no error is present, otherwise it contains a message describing the error.
TIM vasEncPipeLastChanged1.3.6.1.4.1.2928.2.5.2.1.1.8TimeStampread-onlyThe value of sysUpTime when status or configuration of the objects was last changed.
VAS vasEncPipeResetStatistics1.3.6.1.4.1.2928.2.5.2.1.1.9VasResetStatisticsread-writeResets all statistics counters for the encoder pipe. (Not yet implemented).
U32 vasEncPipeStatsTr1011.3.6.1.4.1.2928.2.5.2.1.1.10Unsigned32read-onlyIndex for an entry in ETSI TR 101 290 statistics table for this object. (The table is not yet defined).
T/F vasEncPipeEnableTr1011.3.6.1.4.1.2928.2.5.2.1.1.11TruthValueread-createEnables or disables the ETSI TR 101 290 statistics collection.
NUM vasEncPipeInputFrom1.3.6.1.4.1.2928.2.5.2.1.1.12RowPointerread-createA reference to the object that shall supply the video stream to the encoder pipe. This could be a physical input port in the vasIfTable, or a stream from e.g. a decoder pipe in the vasDecPipeTable. The value `.0.0' is used when no input is specified.
VAS vasEncPipeCipher1.3.6.1.4.1.2928.2.5.2.1.1.13VasCipherread-createA cipher to be used when encrypting the transport stream generated by the encoder pipeline.
STR vasEncPipeEncryptKey1.3.6.1.4.1.2928.2.5.2.1.1.14SnmpAdminStringread-createThe key to be used when encrypting the transport stream generated by the encoder pipeline. The key shall be provided as a text with hexadecimal digits presented as lower case characters.
C32 vasEncPipeProcessedFrames1.3.6.1.4.1.2928.2.5.2.1.1.15Counter32read-onlyRunning counter of number of encoded frames.
U32 vasEncPipeCurrentTsBitrate1.3.6.1.4.1.2928.2.5.2.1.1.16Unsigned32read-onlyCurrent transport stream bitrate in kbps.
U32 vasEncPipeVideoBitrate1.3.6.1.4.1.2928.2.5.2.1.1.17Unsigned32read-createTarget video bitrate after encoding in kbps.
vasDecoderPipeGroup1.3.6.1.4.1.2928.2.5.3
vasDecPipeTable1.3.6.1.4.1.2928.2.5.3.1not-accessibleThe conceptual table contains objects that represent video decoder pipelines. A video decoder pipeline can decode a stream (from e.g. MPEG-4 to SDI) and process the audio, video and data in the stream.
vasDecPipeEntry1.3.6.1.4.1.2928.2.5.3.1.1not-accessibleAn entry in the conceptual table represents one decoder pipeline.
U32 vasDecPipeIndex1.3.6.1.4.1.2928.2.5.3.1.1.1Unsigned32not-accessibleAn index that uniquely identifies the decoder pipeline in the table.
ROW vasDecPipeRowStatus1.3.6.1.4.1.2928.2.5.3.1.1.2RowStatusread-createSee SNMPv2-TC. Use vasDecPipeAdminStatus to activate and de-activate a decoder pipeline. The following values are supported: active(1). The object always reads active. createAndGo(4). A new conceptual row is created representing a new decoder pipeline. To activate the decoder pipeline, set the administrative state to up(1) after all columnar objects have been set. destroy(6). The decoder pipeline is deleted. It can be deleted regardless of its operational state.
STR vasDecPipeName1.3.6.1.4.1.2928.2.5.3.1.1.3SnmpAdminStringread-onlyA textual name of the decoder pipeline. The name is automatically assigned by the system. The last part of the name is the index in this table.
STR vasDecPipePurpose1.3.6.1.4.1.2928.2.5.3.1.1.4SnmpAdminStringread-createA text that can describe the purpose of the decoder pipeline. This is for administrative use.
INT vasDecPipeAdminStatus1.3.6.1.4.1.2928.2.5.3.1.1.5INTEGERread-createThe administrative state of the decoder pipeline. up(1). The decoder pipeline shall be enabled and will allocate the necessary resources. down(2). The decoder pipeline shall be disabled and will not allocate any resources.
INT vasDecPipeOperStatus1.3.6.1.4.1.2928.2.5.3.1.1.6INTEGERread-onlyThe operational state of the decoder pipe. The value normally follow the state of the administrative state. up(1). The decoder pipe is up and operational. down(2). The decoder pipe is not operational, either because its administrative state is down, or because of an error. If it is down because of an error, an alarm should be raised and the vasDecPipeFailure should describe the fault.
STR vasDecPipeFailure1.3.6.1.4.1.2928.2.5.3.1.1.7SnmpAdminStringread-onlyA text describing the configuration or error status of the decoder pipeline. The text is the empty string if the configuration is correct and no error is present, otherwise it contains a message describing the error.
TIM vasDecPipeLastChanged1.3.6.1.4.1.2928.2.5.3.1.1.8TimeStampread-onlyThe value of sysUpTime when status or configuration of the objects was last changed.
VAS vasDecPipeResetStatistics1.3.6.1.4.1.2928.2.5.3.1.1.9VasResetStatisticsread-writeResets all statistics counters for the decoder pipe. (Not yet implemented).
NUM vasDecPipeInputFrom1.3.6.1.4.1.2928.2.5.3.1.1.10RowPointerread-createA reference to the object that shall supply the encoded video stream to the decoder pipe. This could be e.g. a pull or push transport sink in the vasPulSnkTable or vasPusSnkTable, or an encoder pipe in the vasEncPipeTable. The value `.0.0' is used when no input is specified.
VAS vasDecPipeCipher1.3.6.1.4.1.2928.2.5.3.1.1.11VasCipherread-createA cipher to be used when decrypting the transport stream.
STR vasDecPipeDecryptKey1.3.6.1.4.1.2928.2.5.3.1.1.12SnmpAdminStringread-createThe key to be used when decrypting the transport stream. The key shall be provided as a text with hexadecimal digits presented as lower case characters.
C32 vasDecPipeProcessedFrames1.3.6.1.4.1.2928.2.5.3.1.1.13Counter32read-onlyRunning counter of number of decoded frames.
U32 vasDecPipeCurrentTsBitrate1.3.6.1.4.1.2928.2.5.3.1.1.14Unsigned32read-onlyCurrent transport stream bitrate in kbps.
U32 vasDecPipeVideoBitrate1.3.6.1.4.1.2928.2.5.3.1.1.15Unsigned32read-onlyVideo bitrate after decoding in kbps.
vasTransportsGroup1.3.6.1.4.1.2928.2.5.4
INE vasStreamPort1.3.6.1.4.1.2928.2.5.4.1InetPortNumberread-writeThe UDP port number that is used when listening at stream connections requests.
vasUdpSrcTable1.3.6.1.4.1.2928.2.5.4.2not-accessibleThe conceptual table contains objects that takes a video stream from a sink object and transmits it as a UDP stream from an IP interface. This object is the complement to an object in the vasUdpSnkTable.
vasUdpSrcEntry1.3.6.1.4.1.2928.2.5.4.2.1not-accessibleAn entry in the conceptual table represents one UDP source.
U32 vasUdpSrcIndex1.3.6.1.4.1.2928.2.5.4.2.1.1Unsigned32not-accessibleAn index that uniquely identifies the UDP source in the table.
ROW vasUdpSrcRowStatus1.3.6.1.4.1.2928.2.5.4.2.1.2RowStatusread-createSee SNMPv2-TC. Use vasUdpSrcAdminStatus to activate and de-activate a UDP source. The following values are supported: active(1). The object always reads active. createAndGo(4). A new conceptual row is created representing a new UDP source. To activate the UDP source, set the administrative state to up(1) after all columnar objects have been set. destroy(6). The UDP source is deleted. It can be deleted regardless of its operational state.
STR vasUdpSrcName1.3.6.1.4.1.2928.2.5.4.2.1.3SnmpAdminStringread-onlyA textual name of the UDP source. The name is automatically assigned by the system. The last part of the name is the index in this table.
STR vasUdpSrcPurpose1.3.6.1.4.1.2928.2.5.4.2.1.4SnmpAdminStringread-createA text that can describe the purpose of the UDP source. This is for administrative use.
INT vasUdpSrcAdminStatus1.3.6.1.4.1.2928.2.5.4.2.1.5INTEGERread-createThe administrative state of the UDP source. up(1). The UDP source shall be enabled and allocates the necessary resources. down(2). The UDP source shall be disabled and will not allocate any resources.
INT vasUdpSrcOperStatus1.3.6.1.4.1.2928.2.5.4.2.1.6INTEGERread-onlyThe operational state of the UDP source. The value normally follow the state of the administrative state. up(1). The UDP source is up and operational. down(2). The UDP source is not operational, either because its administrative state is down, or because of an error. If it is down because of an error, an alarm should be raised and the vasUdpSrcFailure should describe the fault.
STR vasUdpSrcFailure1.3.6.1.4.1.2928.2.5.4.2.1.7SnmpAdminStringread-onlyA string describing the configuration or error status of the object. The string is the empty string if the configuration is correct and no error is present, otherwise it contains a message describing the error.
TIM vasUdpSrcLastChanged1.3.6.1.4.1.2928.2.5.4.2.1.8TimeStampread-onlyThe value of sysUpTime when status or configuration of the objects was last changed.
VAS vasUdpSrcConnectionStatus1.3.6.1.4.1.2928.2.5.4.2.1.9VasConnectionStatusread-onlyThe status of the stream transport connection.
VAS vasUdpSrcResetStatistics1.3.6.1.4.1.2928.2.5.4.2.1.10VasResetStatisticsread-writeResets all statistics counters for the object. (Not yet implemented).
U32 vasUdpSrcStatsUdp1.3.6.1.4.1.2928.2.5.4.2.1.11Unsigned32read-onlyIndex for an entry in statistics table vasUdpStatisticsTable for this object.
NUM vasUdpSrcInputFrom1.3.6.1.4.1.2928.2.5.4.2.1.12RowPointerread-createA reference to the object that shall supply the video stream to the UDP source. This could be e.g. a pull or push sink in the vasPulSnkTable or vasPusSnkTable, or a UDP sink in the vasUdpSnkTable. The value `.0.0' is used when no input is specified.
IPt vasUdpSrcRemoteHostType1.3.6.1.4.1.2928.2.5.4.2.1.13InetAddressTyperead-createDescribes how vasUdpSrcRemoteHostAddress shall be interpreted. Supported values are `unknown', `ipv4' and `dns'.
IP vasUdpSrcRemoteHostAddress1.3.6.1.4.1.2928.2.5.4.2.1.14InetAddressread-createThe IP address or DNS hostname of the remote source that shall provide the UDP stream.
INE vasUdpSrcRemotePort1.3.6.1.4.1.2928.2.5.4.2.1.15InetPortNumberread-createThe port number at the remote source that shall provide the UDP stream.
IPt vasUdpSrcLocalIfType1.3.6.1.4.1.2928.2.5.4.2.1.16InetAddressTyperead-createDescribes how the vasUdpSrcLocalIfAddress shall be interpreted. Supported value is `ipv4'.
IP vasUdpSrcLocalIfAddress1.3.6.1.4.1.2928.2.5.4.2.1.17InetAddressread-createThe IP address of a local interface (NIC) that shall be used as input for the video stream. If any interface can be used, set the IPv4 address 0.0.0.0.
INE vasUdpSrcLocalPort1.3.6.1.4.1.2928.2.5.4.2.1.18InetPortNumberread-createThe local UPD port number. Use 0 for any port.
VAS vasUdpSrcCipher1.3.6.1.4.1.2928.2.5.4.2.1.19VasCipherread-createThe cipher to use for encrypting the UDP video stream.
STR vasUdpSrcDecryptKey1.3.6.1.4.1.2928.2.5.4.2.1.20SnmpAdminStringread-createThe key to be used when encrypting the UDP video stream. The key shall be provided as a text with hexadecimal digits presented as lower case characters.
U32 vasUdpSrcTtl1.3.6.1.4.1.2928.2.5.4.2.1.21Unsigned32read-createTTL, the Time to Live (hop limit) for the UDP/IP datagram.
T/F vasUdpSrcDontFragment1.3.6.1.4.1.2928.2.5.4.2.1.22TruthValueread-createThe Don't Fragment (DF) flag on the IP packet. When set, then if fragmentation would be required to route a packet, the packet is dropped instead.
vasUdpSnkTable1.3.6.1.4.1.2928.2.5.4.3not-accessibleThe conceptual table contains objects that receives a UDP video stream on an IP interface and provides it as an input to another source object.
vasUdpSnkEntry1.3.6.1.4.1.2928.2.5.4.3.1not-accessibleAn entry in the conceptual table represents one UDP sink.
U32 vasUdpSnkIndex1.3.6.1.4.1.2928.2.5.4.3.1.1Unsigned32not-accessibleAn index that uniquely identifies the UDP sink in the table.
ROW vasUdpSnkRowStatus1.3.6.1.4.1.2928.2.5.4.3.1.2RowStatusread-createSee SNMPv2-TC. Use vasUdpSnkAdminStatus to activate and de-activate a UDP source. The following values are supported: active(1). The object always reads active. createAndGo(4). A new conceptual row is created representing a new UDP sink. To activate the UDP sink, set the administrative state to up(1) after all columnar objects have been set. destroy(6). The UDP sink is deleted. It can be deleted regardless of its operational state.
STR vasUdpSnkName1.3.6.1.4.1.2928.2.5.4.3.1.3SnmpAdminStringread-onlyA textual name of the UDP sink. The name is automatically assigned by the system. The last part of the name is the index in this table.
STR vasUdpSnkPurpose1.3.6.1.4.1.2928.2.5.4.3.1.4SnmpAdminStringread-createA text that can describe the purpose of the UDP sink. This is for administrative use.
INT vasUdpSnkAdminStatus1.3.6.1.4.1.2928.2.5.4.3.1.5INTEGERread-createThe administrative state of the UDP sink. up(1). The UDP sink shall be enabled and allocates the necessary resources. down(2). The UDP sink shall be disabled and will not allocate any resources.
INT vasUdpSnkOperStatus1.3.6.1.4.1.2928.2.5.4.3.1.6INTEGERread-onlyThe operational state of the UDP sink. The value normally follow the state of the administrative state. up(1). The UDP sink is up and operational. down(2). The UDP sink is not operational, either because its administrative state is down, or because of an error. If it is down because of an error, an alarm should be raised and the vasUdpSnkFailure should describe the fault.
STR vasUdpSnkFailure1.3.6.1.4.1.2928.2.5.4.3.1.7SnmpAdminStringread-onlyA string describing the configuration or error status of the object. The string is the empty string if the configuration is correct and no error is present, otherwise it contains a message describing the error.
TIM vasUdpSnkLastChanged1.3.6.1.4.1.2928.2.5.4.3.1.8TimeStampread-onlyThe value of sysUpTime when status or configuration of the objects was last changed.
VAS vasUdpSnkConnectionStatus1.3.6.1.4.1.2928.2.5.4.3.1.9VasConnectionStatusread-onlyThe status of the stream transport connection.
VAS vasUdpSnkResetStatistics1.3.6.1.4.1.2928.2.5.4.3.1.10VasResetStatisticsread-createResets all statistics counters for the object. (Not yet implemented).
U32 vasUdpSnkStatsUdp1.3.6.1.4.1.2928.2.5.4.3.1.11Unsigned32read-onlyIndex for an entry in statistics table vasUdpStatisticsTable for this object.
U32 vasUdpSnkStatsTr1011.3.6.1.4.1.2928.2.5.4.3.1.12Unsigned32read-onlyIndex for an entry in ETSI TR 101 290 statistics table for this object. (The table is not yet defined).
T/F vasUdpSnkEnableTr1011.3.6.1.4.1.2928.2.5.4.3.1.13TruthValueread-createEnables or disables ETSI TR 101 290 statistics collection.
IPt vasUdpSnkRemoteInetType1.3.6.1.4.1.2928.2.5.4.3.1.14InetAddressTyperead-onlyDescribes the format of vasUdpSnkRemoteInetAddress.
IP vasUdpSnkRemoteInetAddress1.3.6.1.4.1.2928.2.5.4.3.1.15InetAddressread-onlyThe IP address of the remote host from where the UDP stream is being received. The value is empty and vasUdpSnkRemoteInetType is `unknown' when a stream is not received.
IPt vasUdpSnkLocalIfType1.3.6.1.4.1.2928.2.5.4.3.1.16InetAddressTyperead-createDescribes how the vasUdpSnkLocalIfAddress shall be interpreted. Supported value is `ipv4'.
IP vasUdpSnkLocalIfAddress1.3.6.1.4.1.2928.2.5.4.3.1.17InetAddressread-createThe IP address of a local interface (NIC) that shall be used as input for the video stream. If any interface can be used, set the IPv4 address 0.0.0.0.
INE vasUdpSnkLocalPort1.3.6.1.4.1.2928.2.5.4.3.1.18InetPortNumberread-createThe local UDP port that shall be used for input.
VAS vasUdpSnkCipher1.3.6.1.4.1.2928.2.5.4.3.1.19VasCipherread-createThe cipher that shall be used for decrypting the received UDP video stream.
STR vasUdpSnkEncryptKey1.3.6.1.4.1.2928.2.5.4.3.1.20SnmpAdminStringread-createThe key to be used when decrypting the UDP video stream. The key shall be provided as a text with hexadecimal digits presented as lower case characters.
IPt vasUdpSnkMcastIpType1.3.6.1.4.1.2928.2.5.4.3.1.21InetAddressTyperead-createThe format of vasUdpSnkMcastIp and vasUdpSnkSsmSourceIp. Supported values are `unknown' and `ipv4'.
IP vasUdpSnkMcastIp1.3.6.1.4.1.2928.2.5.4.3.1.22InetAddressread-createThe multicast IP address if joining a multicast UDP stream. Set empty and vasUdpSnkMcastIpType to `unknown' if not multicast.
IP vasUdpSnkSsmSourceIp1.3.6.1.4.1.2928.2.5.4.3.1.23InetAddressread-createThe source address if source-specific multicast (SSM) shall be used. Set to empty and vasUdpSnkMcastIpType to `unknown' if multicast shall not be used, or all-zero (0.0.0.0) if multicast but where SSM shall not be used.
T/F vasUdpSnkCompress1.3.6.1.4.1.2928.2.5.4.3.1.24TruthValueread-createRemoves null-packets in an MPEG transport stream.
vasPulSrcTable1.3.6.1.4.1.2928.2.5.4.4not-accessibleThe conceptual table contains objects that represent the source (sender) in a pull transport, i.e. a transport of a stream that is initiated from the sink side, where the stream is pulled from the source to the sink at the sink.
vasPulSrcEntry1.3.6.1.4.1.2928.2.5.4.4.1not-accessibleAn entry in the conceptual table represents one pull source object.
U32 vasPulSrcIndex1.3.6.1.4.1.2928.2.5.4.4.1.1Unsigned32not-accessibleAn index that uniquely identifies the pull source in the table.
ROW vasPulSrcRowStatus1.3.6.1.4.1.2928.2.5.4.4.1.2RowStatusread-createSee SNMPv2-TC. Use vasPulSrcAdminStatus to activate and de-activate a Pull source. The following values are supported: active(1). The object always reads active. createAndGo(4). A new conceptual row is created representing a new Pull source. To activate the Pull source, set the administrative state to up(1) after all columnar objects have been set. destroy(6). The Pull source is deleted. It can be deleted regardless of its operational state.
STR vasPulSrcName1.3.6.1.4.1.2928.2.5.4.4.1.3SnmpAdminStringread-onlyA textual name of the Pull source. The name is automatically assigned by the system. The last part of the name is the index in this table.
STR vasPulSrcPurpose1.3.6.1.4.1.2928.2.5.4.4.1.4SnmpAdminStringread-createA text that can describe the purpose of the Pull source. This is for administrative use.
INT vasPulSrcAdminStatus1.3.6.1.4.1.2928.2.5.4.4.1.5INTEGERread-createThe administrative state of the Pull source. The value controls the desired state of the Pull source. up(1). The Pull source shall be enabled. down(2). The Pull source shall be disabled.
INT vasPulSrcOperStatus1.3.6.1.4.1.2928.2.5.4.4.1.6INTEGERread-onlyThe operational state of the Pull source. The value normally follow the state of the administrative state. up(1). The Pull source is up and operational. down(2). The Pull source is not operational, either because its administrative state is down, or because of an error. If it is down because of an error, an alarm should be raised and the vasPulSrcFailure should describe the fault.
STR vasPulSrcFailure1.3.6.1.4.1.2928.2.5.4.4.1.7SnmpAdminStringread-onlyA string describing the configuration or error status of the object. The string is the empty string if the configuration is correct and no error is present, otherwise it contains a message describing the error.
TIM vasPulSrcLastChanged1.3.6.1.4.1.2928.2.5.4.4.1.8TimeStampread-onlyThe value of sysUpTime when status or configuration of the objects was last changed.
VAS vasPulSrcConnectionStatus1.3.6.1.4.1.2928.2.5.4.4.1.9VasConnectionStatusread-onlyThe status of the stream transport connection.
VAS vasPulSrcResetStatistics1.3.6.1.4.1.2928.2.5.4.4.1.10VasResetStatisticsread-writeResets all statistics counters for the object. (Not yet implemented).
U32 vasPulSrcStatsTrsp1.3.6.1.4.1.2928.2.5.4.4.1.11Unsigned32read-onlyIndex for an entry in statistics vasTrspStatisticsTable table for this object.
IPt vasPulSrcRemoteInetType1.3.6.1.4.1.2928.2.5.4.4.1.12InetAddressTyperead-onlyFormat of vasPulSrcRemoteInetAddress.
IP vasPulSrcRemoteInetAddress1.3.6.1.4.1.2928.2.5.4.4.1.13InetAddressread-onlyThe IP address of the remote host to where the transport stream is being sent. The value is empty and vasPulSrcRemoteInetType is `unknown' when a stream is not sent.
STR vasPulSrcStreamId1.3.6.1.4.1.2928.2.5.4.4.1.14SnmpAdminStringread-createAssigns the stream ID to a transport stream. The stream ID is a string that identifies the transport stream in all nodes where the stream exists. This must be unique within a node for any given transport stream.
NUM vasPulSrcInputFrom1.3.6.1.4.1.2928.2.5.4.4.1.15RowPointerread-createA reference to the object that shall supply the video stream to the pull source. This could be e.g. an encoder pipeline in the vasEncPipeTable or a UDP sink in the vasUdpSnkTable. The value `.0.0' is used when no input is specified.
STR vasPulSrcRemoteId1.3.6.1.4.1.2928.2.5.4.4.1.16SnmpAdminStringread-createThe remote ID is the assigned to the remote host where the transport stream is received. This is used for compatibility with nodes that does not implement this MIB. A node that implements this MIB is assigned the default value `nimbrava'.
STR vasPulSrcPassword1.3.6.1.4.1.2928.2.5.4.4.1.17SnmpAdminStringread-createA password used for the transport stream. The vasPulSnkPassword on the sink at the remote host must match.
vasMpuSrcTable1.3.6.1.4.1.2928.2.5.4.5not-accessibleThe conceptual table contains objects that represent the source (sender) of pull transports, where multiple transports to different destinations may be setup from the same source.
vasMpuSrcEntry1.3.6.1.4.1.2928.2.5.4.5.1not-accessibleAn entry in the conceptual table represents one multiple pull source object.
U32 vasMpuSrcIndex1.3.6.1.4.1.2928.2.5.4.5.1.1Unsigned32not-accessibleAn index that uniquely identifies the multiple pull source in the table.
ROW vasMpuSrcRowStatus1.3.6.1.4.1.2928.2.5.4.5.1.2RowStatusread-createSee SNMPv2-TC. Use vasMpuSrcAdminStatus to activate and de-activate an Multiple pull source. The following values are supported: active(1). The object always reads active. createAndGo(4). A new conceptual row is created representing a new Multiple pull source. To activate the encoder pipeline, set the administrative state to up(1) after all columnar objects have been set. destroy(6). The Multiple pull source is deleted. It can be deleted regardless of its operational state.
STR vasMpuSrcName1.3.6.1.4.1.2928.2.5.4.5.1.3SnmpAdminStringread-onlyA textual name of the Multiple pull source. The name is automatically assigned by the system. The last part of the name is the index in this table.
STR vasMpuSrcPurpose1.3.6.1.4.1.2928.2.5.4.5.1.4SnmpAdminStringread-createA text that can describe the purpose of the Multiple pull source. This is for administrative use.
INT vasMpuSrcAdminStatus1.3.6.1.4.1.2928.2.5.4.5.1.5INTEGERread-createThe administrative state of the Multiple pull source. The value controls the desired state of the Multiple pull source. up(1). The Multiple pull source shall be enabled. down(2). The Multiple pull source shall be disabled.
INT vasMpuSrcOperStatus1.3.6.1.4.1.2928.2.5.4.5.1.6INTEGERread-onlyThe operational state of the Multiple Pull source. The value normally follow the state of the administrative state. up(1). The Multiple pull source is up and operational. down(2). The Multiple pull source is not operational, either because its administrative state is down, or because of an error. If it is down because of an error, an alarm should be raised and the vasMpuSrcFailure should describe the fault.
STR vasMpuSrcFailure1.3.6.1.4.1.2928.2.5.4.5.1.7SnmpAdminStringread-onlyA string describing the configuration or error status of the object. The string is the empty string if the configuration is correct and no error is present, otherwise it contains a message describing the error.
TIM vasMpuSrcLastChanged1.3.6.1.4.1.2928.2.5.4.5.1.8TimeStampread-onlyThe value of sysUpTime when status or configuration of the objects was last changed.
STR vasMpuSrcStreamId1.3.6.1.4.1.2928.2.5.4.5.1.12SnmpAdminStringread-createAssigns the stream ID to a transport stream. The stream ID is a string that identifies the transport stream in all nodes where the stream exists. This must be unique within a node for any given transport stream.
NUM vasMpuSrcInputFrom1.3.6.1.4.1.2928.2.5.4.5.1.13RowPointerread-createA reference to the object that shall supply the video stream to the multiple pull source. This could be e.g. an encoder pipeline on the vasEncPipeTable or a UDP sink in the vasUdpSnkTable. The value `.0.0' is used when no input is specified.
vasPulSnkTable1.3.6.1.4.1.2928.2.5.4.6not-accessibleThe conceptual table contains objects that represent the sink (receiver) of a pull transport, i.e. a transport of a stream that is initiated at the sink side, where the stream is pulled from the source to the sink at the sink.
vasPulSnkEntry1.3.6.1.4.1.2928.2.5.4.6.1not-accessibleAn entry in the conceptual table represents one pull sink object.
U32 vasPulSnkIndex1.3.6.1.4.1.2928.2.5.4.6.1.1Unsigned32not-accessibleAn index that uniquely identifies the pull sink in the table.
ROW vasPulSnkRowStatus1.3.6.1.4.1.2928.2.5.4.6.1.2RowStatusread-createSee SNMPv2-TC. Use vasPulSnkAdminStatus to activate and de-activate a Pull sink. The following values are supported: active(1). The object always reads active. createAndGo(4). A new conceptual row is created representing a new Pull sink. To activate the Pull sink, set the administrative state to up(1) after all columnar objects have been set. destroy(6). The Pull sink is deleted. It can be deleted regardless of its operational state.
STR vasPulSnkName1.3.6.1.4.1.2928.2.5.4.6.1.3SnmpAdminStringread-onlyA textual name of the Pull sink. The name is automatically assigned by the system. The last part of the name is the index in this table.
STR vasPulSnkPurpose1.3.6.1.4.1.2928.2.5.4.6.1.4SnmpAdminStringread-createA text that can describe the purpose of the Pull sink. This is for administrative use.
INT vasPulSnkAdminStatus1.3.6.1.4.1.2928.2.5.4.6.1.5INTEGERread-createThe administrative state of the Pull sink. The value controls the desired state of the Pull sink. up(1). The Pull sink shall be enabled. down(2). The Pull sink shall be disabled.
INT vasPulSnkOperStatus1.3.6.1.4.1.2928.2.5.4.6.1.6INTEGERread-onlyThe operational state of the Pull sink. The value normally follow the state of the administrative state. up(1). The Pull sink is up and operational. down(2). The Pull sink is not operational, either because its administrative state is down, or because of an error. If it is down because of an error, an alarm should be raised and the vasPulSnkFailure should describe the fault.
STR vasPulSnkFailure1.3.6.1.4.1.2928.2.5.4.6.1.7SnmpAdminStringread-onlyA string describing the configuration or error status of the object. The string is the empty string if the configuration is correct and no error is present, otherwise it contains a message describing the error.
TIM vasPulSnkLastChanged1.3.6.1.4.1.2928.2.5.4.6.1.8TimeStampread-onlyThe value of sysUpTime when status or configuration of the objects was last changed.
VAS vasPulSnkConnectionStatus1.3.6.1.4.1.2928.2.5.4.6.1.9VasConnectionStatusread-onlyThe status of the stream transport connection.
VAS vasPulSnkResetStatistics1.3.6.1.4.1.2928.2.5.4.6.1.10VasResetStatisticsread-writeResets all statistics counters for the object. (Not yet implemented).
U32 vasPulSnkStatsTrsp1.3.6.1.4.1.2928.2.5.4.6.1.11Unsigned32read-onlyIndex for an entry in statistics vasTrspStatisticsTable table for this object.
U32 vasPulSnkStatsTr1011.3.6.1.4.1.2928.2.5.4.6.1.12Unsigned32read-onlyIndex for an entry in ETSI TR 101 290 statistics table for this object. (The table is not yet defined).
T/F vasPulSnkEnableTr1011.3.6.1.4.1.2928.2.5.4.6.1.13TruthValueread-createEnables or disables ETSI TR 101 290 statistics collection.
IPt vasPulSnkRemoteInetType1.3.6.1.4.1.2928.2.5.4.6.1.14InetAddressTyperead-onlyFormat of vasPulSrcRemoteInetAddress.
IP vasPulSnkRemoteInetAddress1.3.6.1.4.1.2928.2.5.4.6.1.15InetAddressread-onlyThe IP address of the remote host from where the transport stream is received. The value is empty and vasPulSnkRemoteInetType is `unknown' when a stream is not received.
STR vasPulSnkStreamId1.3.6.1.4.1.2928.2.5.4.6.1.16SnmpAdminStringread-createSpecifies the stream ID of the stream on the remote host that shall be received. The stream ID is a string that identifies the transport stream in all nodes where the stream exists. This must be unique within a node for any given transport stream.
STR vasPulSnkPassword1.3.6.1.4.1.2928.2.5.4.6.1.17SnmpAdminStringread-createThe password to use for the received transport stream. The password must match the vasPulSrcPassword set on the source at the remote host.
IPt vasPulSnkRemoteHostType1.3.6.1.4.1.2928.2.5.4.6.1.18InetAddressTyperead-createFormat of vasPulSnkRemoteHostAddress. Supported values are `unknown', `ipv4', and `dns'.
IP vasPulSnkRemoteHostAddress1.3.6.1.4.1.2928.2.5.4.6.1.19InetAddressread-createThe IP address or DNS hostname of the remote host from where the transport stream shall be pulled. This address is the first host that will be attempted when a transport stream is to be established.
IPt vasPulSnkRemoteHostType21.3.6.1.4.1.2928.2.5.4.6.1.20InetAddressTyperead-createFormat of vasPulSnkRemoteHostAddress2. Supported values are `unknown', `ipv4', and `dns'.
IP vasPulSnkRemoteHostAddress21.3.6.1.4.1.2928.2.5.4.6.1.21InetAddressread-createThe second IP address or DNS hostname of the remote host from where the transport stream shall be pulled. When using two addresses, then the transport is setup with two alternative sources. This is a second host that will be attempted if connection to the first host fails when a transport stream is to be established. If a second host shall not be used, then the value shall be empty and the vasPulSnkRemoteHostType shall be `unknown'.
INE vasPulSnkRemotePort1.3.6.1.4.1.2928.2.5.4.6.1.22InetPortNumberread-createThe UDP port on the remote host that the remote host is listening for connection attempts. See vaStreamPort.
U32 vasPulSnkRetransmitBuffer1.3.6.1.4.1.2928.2.5.4.6.1.23Unsigned32read-createThe size of the retransmission buffer in milliseconds (ms). The retransmission buffer setting adds bandwidth on the sender side to compensate for packet loss. The setting will affect the allowed maximum bitrate.
U32 vasPulSnkFecMaxOverhead1.3.6.1.4.1.2928.2.5.4.6.1.24Unsigned32read-createThe Forward Error Correction (FEC) overhead in percent (%) of the original stream bit rate. FEC increases the streams tolerance of burst errors and corrects for single errors, as long as they are not clustered, but at the cost of increased latency and is therefore not always desirable.
T/F vasPulSnkFecOptimize1.3.6.1.4.1.2928.2.5.4.6.1.25TruthValueread-createWhether to automatically optimize Forward Error Correction (FEC). Optimization will favor the video stream and visually important frames, I and IDR-frames, over others, such as audio. Thereby lowering latency.
U32 vasPulSnkFecLatency1.3.6.1.4.1.2928.2.5.4.6.1.26Unsigned32read-createForward Error Correction (FEC) block size in milliseconds (ms).
vasPusSrcTable1.3.6.1.4.1.2928.2.5.4.7not-accessibleThe conceptual table contains objects that represent the source (sender) of a push transport, i.e. a transport that is initiated from the source side, and is pushed from the source to the sink at the source.
vasPusSrcEntry1.3.6.1.4.1.2928.2.5.4.7.1not-accessibleAn entry in the conceptual table represents one push source object.
U32 vasPusSrcIndex1.3.6.1.4.1.2928.2.5.4.7.1.1Unsigned32not-accessibleAn index that uniquely identifies the push source in the table.
ROW vasPusSrcRowStatus1.3.6.1.4.1.2928.2.5.4.7.1.2RowStatusread-createSee SNMPv2-TC. Use vasPusSrcAdminStatus to activate and de-activate an Push source. The following values are supported: active(1). The object always reads active. createAndGo(4). A new conceptual row is created representing a new Push source. To activate the Push source, set the administrative state to up(1) after all columnar objects have been set. destroy(6). The Push source is deleted. It can be deleted regardless of its operational state.
STR vasPusSrcName1.3.6.1.4.1.2928.2.5.4.7.1.3SnmpAdminStringread-onlyA textual name of the Push source. The name is automatically assigned by the system. The last part of the name is the index in this table.
STR vasPusSrcPurpose1.3.6.1.4.1.2928.2.5.4.7.1.4SnmpAdminStringread-createA text that can describe the purpose of the Push source. This is for administrative use.
INT vasPusSrcAdminStatus1.3.6.1.4.1.2928.2.5.4.7.1.5INTEGERread-createThe administrative state of the Push source. The value controls the desired state of the Push source. up(1). The Push source shall be enabled. down(2). The Push source shall be disabled.
INT vasPusSrcOperStatus1.3.6.1.4.1.2928.2.5.4.7.1.6INTEGERread-onlyThe operational state of the Push source. The value normally follow the state of the administrative state. up(1). The Push source is up and operational. down(2). The Push source is not operational, either because its administrative state is down, or because of an error. If it is down because of an error, an alarm should be raised and the vasPusSrcFailure should describe the fault.
STR vasPusSrcFailure1.3.6.1.4.1.2928.2.5.4.7.1.7SnmpAdminStringread-onlyA string describing the configuration or error status of the object. The string is the empty string if the configuration is correct and no error is present, otherwise it contains a message describing the error.
TIM vasPusSrcLastChanged1.3.6.1.4.1.2928.2.5.4.7.1.8TimeStampread-onlyThe value of sysUpTime when status or configuration of the objects was last changed.
VAS vasPusSrcConnectionStatus1.3.6.1.4.1.2928.2.5.4.7.1.9VasConnectionStatusread-onlyThe status of the stream transport connection.
VAS vasPusSrcResetStatistics1.3.6.1.4.1.2928.2.5.4.7.1.10VasResetStatisticsread-writeResets all statistics counters for the object. (Not yet implemented).
U32 vasPusSrcStatsTrsp1.3.6.1.4.1.2928.2.5.4.7.1.11Unsigned32read-onlyIndex for an entry in statistics vasTrspStatisticsTable table for this object.
IPt vasPusSrcRemoteInetType1.3.6.1.4.1.2928.2.5.4.7.1.12InetAddressTyperead-onlyFormat of vasPusSrcRemoteInetAddress.
IP vasPusSrcRemoteInetAddress1.3.6.1.4.1.2928.2.5.4.7.1.13InetAddressread-onlyThe IP address of the remote host to where the transport stream is being sent. The value is empty and vasPusSrcRemoteInetType is `unknown' when a stream is not sent.
STR vasPusSrcStreamId1.3.6.1.4.1.2928.2.5.4.7.1.14SnmpAdminStringread-createAssigns the stream ID to a transport stream. The stream ID is a string that identifies the transport stream in all nodes where the stream exists. This must be unique within a node for any given transport stream.
NUM vasPusSrcInputFrom1.3.6.1.4.1.2928.2.5.4.7.1.15RowPointerread-createA reference to the object that shall supply the encoded video stream to the push source. This could be e.g. encoder pipeline in the vasEncPipeTable or a UDP sink in the vasUdpSnkTable. The value `.0.0' is used when no input is specified.
STR vasPusSrcPassword1.3.6.1.4.1.2928.2.5.4.7.1.16SnmpAdminStringread-createA password used for the transport stream. The vasPusSnkPassword on the sink at the remote host must match.
IPt vasPusSrcRemoteHostType1.3.6.1.4.1.2928.2.5.4.7.1.17InetAddressTyperead-createFormat of vasPusSrcRemoteHostAddress. Supported values are `unknown', `ipv4' and `dns'.
IP vasPusSrcRemoteHostAddress1.3.6.1.4.1.2928.2.5.4.7.1.18InetAddressread-createThe IP address or DNS hostname of the remote host to where the transport stream shall be pushed. This address is the first host that will be attempted when a transport stream is to be established.
IPt vasPusSrcRemoteHostType21.3.6.1.4.1.2928.2.5.4.7.1.19InetAddressTyperead-createFormat of vasPusSrcRemoteHostAddress2. Supported values are `unknown', `ipv4' and `dns'.
IP vasPusSrcRemoteHostAddress21.3.6.1.4.1.2928.2.5.4.7.1.20InetAddressread-createThe second IP address or DNS hostname of the remote host to where the transport stream shall be pushed. This is a second host that will be attempted if connection to the first host fails when a transport stream is to be established. When using two addresses, the transport is setup to two alternative destinations. If a second host shall not be used, then the the value shall be empty and the vasPusSrcRemoteType2 shall be `unknown'.
INE vasPusSrcRemotePort1.3.6.1.4.1.2928.2.5.4.7.1.21InetPortNumberread-createThe UDP port number on the remote host that the remote host is listening for connection attempts. See vaStreamPort.
IPt vasPusSrcLocalIfType1.3.6.1.4.1.2928.2.5.4.7.1.22InetAddressTyperead-createDescribes how the vasPusSrcLocalIfAddress shall be interpreted. Supported value is `ipv4'.
IP vasPusSrcLocalIfAddress1.3.6.1.4.1.2928.2.5.4.7.1.23InetAddressread-createThe IP address of a local interface (NIC) that shall be used as output for the video stream. If any interface can be used, set the IPv4 address 0.0.0.0.
U32 vasPusSrcRetransmitBuffer1.3.6.1.4.1.2928.2.5.4.7.1.24Unsigned32read-createThe size of the retransmission buffer in milliseconds (ms). The retransmission buffer setting adds bandwidth on the sender side to compensate for packet loss. The setting will affect the allowed maximum bitrate.
U32 vasPusSrcFecMaxOverhead1.3.6.1.4.1.2928.2.5.4.7.1.25Unsigned32read-createThe Forward Error Correction (FEC) overhead in percent (%) of the original stream bit rate. FEC increases the streams tolerance of burst errors and corrects for single errors, as long as they are not clustered, but at the cost of increased latency and is therefore not always desirable.
T/F vasPusSrcFecOptimize1.3.6.1.4.1.2928.2.5.4.7.1.26TruthValueread-createWhether to automatically optimize Forward Error Correction (FEC). Optimization will favor the video stream and visually important frames, I and IDR-frames, over others, such as audio. Thereby lowering latency.
U32 vasPusSrcFecLatency1.3.6.1.4.1.2928.2.5.4.7.1.27Unsigned32read-createForward Error Correction (FEC) block size in milliseconds (ms).
vasPusSnkTable1.3.6.1.4.1.2928.2.5.4.8not-accessibleThe conceptual table contains objects that represent the sink (receiver) of a push transport, i.e. a transport that is initiated from the source side, and is pushed from the source to the sink at the source.
vasPusSnkEntry1.3.6.1.4.1.2928.2.5.4.8.1not-accessibleAn entry in the conceptual table represents one push sink object.
U32 vasPusSnkIndex1.3.6.1.4.1.2928.2.5.4.8.1.1Unsigned32not-accessibleAn index that uniquely identifies the push sink in the table.
ROW vasPusSnkRowStatus1.3.6.1.4.1.2928.2.5.4.8.1.2RowStatusread-createSee SNMPv2-TC. Use vasPusSnkAdminStatus to activate and de-activate an Push sink. The following values are supported: active(1). The object always reads active. createAndGo(4). A new conceptual row is created representing a new Push sink. To activate the Push sink, set the administrative state to up(1) after all columnar objects have been set. destroy(6). The Push sink is deleted. It can be deleted regardless of its operational state.
STR vasPusSnkName1.3.6.1.4.1.2928.2.5.4.8.1.3SnmpAdminStringread-onlyA textual name of the Push sink. The name is automatically assigned by the system. The last part of the name is the index in this table.
STR vasPusSnkPurpose1.3.6.1.4.1.2928.2.5.4.8.1.4SnmpAdminStringread-createA text that can describe the purpose of the Push sink. This is for administrative use.
INT vasPusSnkAdminStatus1.3.6.1.4.1.2928.2.5.4.8.1.5INTEGERread-createThe administrative state of the Push sink. The value controls the desired state of the Push sink. up(1). The Push sink shall be enabled. down(2). The Push sink shall be disabled.
INT vasPusSnkOperStatus1.3.6.1.4.1.2928.2.5.4.8.1.6INTEGERread-onlyThe operational state of the Push sink. The value normally follow the state of the administrative state. up(1). The Push sink is up and operational. down(2). The Push sink is not operational, either because its administrative state is down, or because of an error. If it is down because of an error, an alarm should be raised and the vasPusSnkFailure should describe the fault.
STR vasPusSnkFailure1.3.6.1.4.1.2928.2.5.4.8.1.7SnmpAdminStringread-onlyA string describing the configuration or error status of the object. The string is the empty string if the configuration is correct and no error is present, otherwise it contains a message describing the error.
TIM vasPusSnkLastChanged1.3.6.1.4.1.2928.2.5.4.8.1.8TimeStampread-onlyThe value of sysUpTime when status or configuration of the objects was last changed.
VAS vasPusSnkConnectionStatus1.3.6.1.4.1.2928.2.5.4.8.1.9VasConnectionStatusread-onlyThe status of the stream transport connection.
VAS vasPusSnkResetStatistics1.3.6.1.4.1.2928.2.5.4.8.1.10VasResetStatisticsread-writeResets all statistics counters for the object. (Not yet implemented).
U32 vasPusSnkStatsTrsp1.3.6.1.4.1.2928.2.5.4.8.1.11Unsigned32read-onlyIndex for an entry in statistics vasTrspStatisticsTable table for this object.
U32 vasPusSnkStatsTr1011.3.6.1.4.1.2928.2.5.4.8.1.12Unsigned32read-onlyIndex for an entry in ETSI TR 101 290 statistics table for this object. (The table is not yet defined).
T/F vasPusSnkEnableTr1011.3.6.1.4.1.2928.2.5.4.8.1.13TruthValueread-createEnables or disables ETSI TR 101 290 statistics collection.
IPt vasPusSnkRemoteInetType1.3.6.1.4.1.2928.2.5.4.8.1.14InetAddressTyperead-onlyFormat of vasPusSnkRemoteInetAddress.
IP vasPusSnkRemoteInetAddress1.3.6.1.4.1.2928.2.5.4.8.1.15InetAddressread-onlyThe IP address of the remote host from where the transport stream is received. The value is empty and the vasPusSnkRemoteInetType is `unknown' when a stream is not received.
STR vasPusSnkStreamId1.3.6.1.4.1.2928.2.5.4.8.1.16SnmpAdminStringread-createSpecifies the stream ID of the stream on the remote host that shall be received. The stream ID is a string that identifies the transport stream in all nodes where the stream exists. This must be unique within a node for any given transport stream.
STR vasPusSnkPassword1.3.6.1.4.1.2928.2.5.4.8.1.17SnmpAdminStringread-createThe password to use for the received transport stream. The password must match the vasPusSrcPassword set on the source at the remote host.
vasStatisticsGroup1.3.6.1.4.1.2928.2.5.5
vasUdpStatisticsTable1.3.6.1.4.1.2928.2.5.5.1not-accessibleThe conceptual table contains perforamance data and counters for UDP video streams.
vasUdpStatisticsEntry1.3.6.1.4.1.2928.2.5.5.1.1not-accessibleAn entry in the conceptual table represents statistical data for one UDP object.
U32 vasUdpStsIndex1.3.6.1.4.1.2928.2.5.5.1.1.1Unsigned32not-accessibleIndex in the table.
NUM vasUdpStsOwner1.3.6.1.4.1.2928.2.5.5.1.1.2RowPointerread-onlyReference to the object that allocated and uses this conceptual row.
U32 vasUdpStsBitrate1.3.6.1.4.1.2928.2.5.5.1.1.3Unsigned32read-onlyBitrate in bps.
vasTrspStatisticsTable1.3.6.1.4.1.2928.2.5.5.2not-accessibleThe conceptual table contains perforamance data and counters for transport streams.
vasTrspStatisticsEntry1.3.6.1.4.1.2928.2.5.5.2.1not-accessibleAn entry in the conceptual table represents statistical data for one transport stream.
U32 vasTrspIndex1.3.6.1.4.1.2928.2.5.5.2.1.1Unsigned32not-accessibleIndex in table.
NUM vasTrspOwner1.3.6.1.4.1.2928.2.5.5.2.1.2RowPointerread-onlyReference to the object that allocated and uses this conceptual row.
DAT vasTrspLastConnectionChange1.3.6.1.4.1.2928.2.5.5.2.1.3DateAndTimeread-onlyLast connection status change time.
U32 vasTrspConnects1.3.6.1.4.1.2928.2.5.5.2.1.4Unsigned32read-onlyNumber of times that the connection state has changed to `connected'.
U32 vasTrspDisconnects1.3.6.1.4.1.2928.2.5.5.2.1.5Unsigned32read-onlyNumber of times that the connection state has changed to `disconnected'.
U32 vasTrspNetRecvBitrate1.3.6.1.4.1.2928.2.5.5.2.1.6Unsigned32read-onlyReceive bitrate in kbps.
C32 vasTrspNetRecvBurstLoss1.3.6.1.4.1.2928.2.5.5.2.1.7Counter32read-onlyMaximum number of packets that have been lost in a single burst error.
C64 vasTrspNetRecvOctets1.3.6.1.4.1.2928.2.5.5.2.1.8Counter64read-onlyThe number of received octets.
U32 vasTrspNetRecvLatency1.3.6.1.4.1.2928.2.5.5.2.1.9Unsigned32read-onlyLatency used for error correction, in milliseconds (ms).
C64 vasTrspNetRecvDropped1.3.6.1.4.1.2928.2.5.5.2.1.10Counter64read-onlyNumber of packets dropped by the network.
U32 vasTrspNetRecvJitter1.3.6.1.4.1.2928.2.5.5.2.1.11Unsigned32read-onlyInput jitter in milliseconds (ms).
I32 vasTrspNetRecvJitterRatio1.3.6.1.4.1.2928.2.5.5.2.1.12Integer32read-onlyJitter ratio, for rate controlled streams.
C64 vasTrspNetRecvOutOfOrder1.3.6.1.4.1.2928.2.5.5.2.1.13Counter64read-onlyNumber of packets received out of order.
C64 vasTrspNetRecvOverflows1.3.6.1.4.1.2928.2.5.5.2.1.14Counter64read-onlyNumber of input jitter buffer overflows.
C64 vasTrspNetRecvPackets1.3.6.1.4.1.2928.2.5.5.2.1.15Counter64read-onlyTotal number of received packets.
U32 vasTrspNetRecvPacketRate1.3.6.1.4.1.2928.2.5.5.2.1.16Unsigned32read-onlyReceived packets per second.
U32 vasTrspNetRecvPacketLoss1.3.6.1.4.1.2928.2.5.5.2.1.17Unsigned32read-onlyPacket loss in millipercent (1/100,000)
C64 vasTrspArqRecvAlmostDropped1.3.6.1.4.1.2928.2.5.5.2.1.18Counter64read-onlyNumber of packets that required more than half latency to recover.
U32 vasTrspArqRecvBitrate1.3.6.1.4.1.2928.2.5.5.2.1.19Unsigned32read-onlyBitrate of received retransmissions in kbps.
C64 vasTrspArqRecvDropped1.3.6.1.4.1.2928.2.5.5.2.1.20Counter64read-onlyNumber of packets not recovered by either retransmissions or Forward Error Correction (FEC).
C64 vasTrspArqRecvDuplicates1.3.6.1.4.1.2928.2.5.5.2.1.21Counter64read-onlyNumber of duplicated retransmission packets.
C64 vasTrspArqRecvOverflows1.3.6.1.4.1.2928.2.5.5.2.1.22Counter64read-onlyNumber of packets dropped because of retransmission buffer overflow.
C64 vasTrspArqRecvPackets1.3.6.1.4.1.2928.2.5.5.2.1.23Counter64read-onlyNumber of packets received by retransmission.
C64 vasTrspArqRecvRecovered1.3.6.1.4.1.2928.2.5.5.2.1.24Counter64read-onlyNumber of packets recovered by retransmission.
C64 vasTrspArqRecvRequests1.3.6.1.4.1.2928.2.5.5.2.1.25Counter64read-onlyNumber of sent retransmission requests.
U32 vasTrspNetSendBitrate1.3.6.1.4.1.2928.2.5.5.2.1.26Unsigned32read-onlyThe send bitrate in kbps.
C64 vasTrspNetSendOctets1.3.6.1.4.1.2928.2.5.5.2.1.27Counter64read-onlyThe number of sent octets.
U32 vasTrspNetSendLimit1.3.6.1.4.1.2928.2.5.5.2.1.28Unsigned32read-onlyThe current sending limit in packets per second.
C64 vasTrspNetSendPackets1.3.6.1.4.1.2928.2.5.5.2.1.29Counter64read-onlyTotal number of sent packets.
U32 vasTrspNetSendRtt1.3.6.1.4.1.2928.2.5.5.2.1.30Unsigned32read-onlyThe return-trip time, RTT, in milliseconds (ms).
C64 vasTrspNetSendErrors1.3.6.1.4.1.2928.2.5.5.2.1.31Counter64read-onlyThe number of packets failed to be sent.
U32 vasTrspArqSendBitrate1.3.6.1.4.1.2928.2.5.5.2.1.32Unsigned32read-onlyBitrate of send retransmissions in kbps.
C64 vasTrspArqSendIgnored1.3.6.1.4.1.2928.2.5.5.2.1.33Counter64read-onlyNumber of ignored too frequent retransmission requests.
C64 vasTrspArqSendMissed1.3.6.1.4.1.2928.2.5.5.2.1.34Counter64read-onlyNumber of ignored too late retransmission requests.
U32 vasTrspArqSendPacketRate1.3.6.1.4.1.2928.2.5.5.2.1.35Unsigned32read-onlyRetransmitted send packets per second.
C64 vasTrspArqSendPackets1.3.6.1.4.1.2928.2.5.5.2.1.36Counter64read-onlyNumber of packets sent by retransmission.
U32 vasTrspFecRecvBitrate1.3.6.1.4.1.2928.2.5.5.2.1.37Unsigned32read-onlyThe Forward Error Correction (FEC) receive overhead bitrate in kbps.
U32 vasTrspFecRecvPacketRate1.3.6.1.4.1.2928.2.5.5.2.1.38Unsigned32read-onlyThe Forward Error Correction (FEC) receive packet rate in packets per second.
C64 vasTrspFecRecvPackets1.3.6.1.4.1.2928.2.5.5.2.1.39Counter64read-onlyThe number of received Forward Error Correction (FEC) packets
C64 vasTrspFecRecvRecovered1.3.6.1.4.1.2928.2.5.5.2.1.40Counter64read-onlyThe number of packets recovered by Forward Error Correction (FEC).
U32 vasTrspFecSendBitrate1.3.6.1.4.1.2928.2.5.5.2.1.41Unsigned32read-onlyThe Forward Error Correction (FEC) send bitrate in kbps.
U32 vasTrspFecSendPacketRate1.3.6.1.4.1.2928.2.5.5.2.1.42Unsigned32read-onlyThe Forward Error Correction (FEC) receive packet rate in packets per second.
C64 vasTrspFecSendPackets1.3.6.1.4.1.2928.2.5.5.2.1.43Counter64read-onlyThe number of sent Forward Error Correction (FEC) packets.

RFC description

Net Insight video appliance services MIB for configuring and monitoring reliable video transports, encoders, decoders, and UDP/pull/push video streams over IP.

Start monitoring Net Insight Nimbra media transport node (Video Appliance Services) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.

Download NETI-VAS-MIB