NETI-VAS-MIB: View SNMP OID List / Download MIB
VENDOR: NET INSIGHT AB
Home | MIB: NETI-VAS-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
netinsight | 1.3.6.1.4.1.2928 | |||
netiGeneric | 1.3.6.1.4.1.2928.2 | |||
netiVasMIB | 1.3.6.1.4.1.2928.2.5 |
This 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. |
||
vasInterfaceGroup | 1.3.6.1.4.1.2928.2.5.1 | |||
vasIfTable | 1.3.6.1.4.1.2928.2.5.1.1 | no-access |
Table conceptual table contains video interfaces; physical video ports, such as ASI and SDI ports. |
|
1.3.6.1.4.1.2928.2.5.1.1.1 | no-access |
An entry in the conceptual table represents one video interface. |
||
vasIfIndex | 1.3.6.1.4.1.2928.2.5.1.1.1.1 | unsigned32 | no-access |
An 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. |
vasIfName | 1.3.6.1.4.1.2928.2.5.1.1.1.2 | snmpadminstring | read-only |
A 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. |
vasIfPurpose | 1.3.6.1.4.1.2928.2.5.1.1.1.3 | snmpadminstring | read-write |
A text that can describe the purpose of the interface. This is for administrative use. |
vasIfAdminStatus | 1.3.6.1.4.1.2928.2.5.1.1.1.4 | integer | read-write |
The 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. Enumeration: 'down': 2, 'up': 1. |
vasIfOperStatus | 1.3.6.1.4.1.2928.2.5.1.1.1.5 | integer | read-only |
The 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. Enumeration: 'down': 2, 'up': 1. |
vasIfFailure | 1.3.6.1.4.1.2928.2.5.1.1.1.6 | snmpadminstring | read-only |
A 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. |
vasIfLastChanged | 1.3.6.1.4.1.2928.2.5.1.1.1.7 | timestamp | read-only |
The value of sysUpTime when status or configuration of the objects was last changed. |
vasIfResetStatistics | 1.3.6.1.4.1.2928.2.5.1.1.1.8 | vasresetstatistics | read-write |
Resets all statistics counters for the interface. (Not yet implemented). |
vasIfInputFrom | 1.3.6.1.4.1.2928.2.5.1.1.1.9 | rowpointer | read-write |
If 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'. |
vasIfPortMode | 1.3.6.1.4.1.2928.2.5.1.1.1.10 | integer | read-write |
Specifies 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. Enumeration: 'sdiOutput': 4, 'sdiInput': 3, 'asiInput': 1, 'asiOutput': 2. |
vasIfActiveFormat | 1.3.6.1.4.1.2928.2.5.1.1.1.11 | vasvideoformat | read-only |
The video source format. |
vasEncoderPipeGroup | 1.3.6.1.4.1.2928.2.5.2 | |||
vasEncPipeTable | 1.3.6.1.4.1.2928.2.5.2.1 | no-access |
The 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. |
|
1.3.6.1.4.1.2928.2.5.2.1.1 | no-access |
An entry in the conceptual table represents one encoder pipeline. |
||
vasEncPipeIndex | 1.3.6.1.4.1.2928.2.5.2.1.1.1 | unsigned32 | no-access |
An index that uniquely identifies the encoder pipeline in the table. |
vasEncPipeRowStatus | 1.3.6.1.4.1.2928.2.5.2.1.1.2 | rowstatus | read-only |
See 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. |
vasEncPipeName | 1.3.6.1.4.1.2928.2.5.2.1.1.3 | snmpadminstring | read-only |
A 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. |
vasEncPipePurpose | 1.3.6.1.4.1.2928.2.5.2.1.1.4 | snmpadminstring | read-only |
A text that can describe the purpose of the encoder pipeline. This is for administrative use. |
vasEncPipeAdminStatus | 1.3.6.1.4.1.2928.2.5.2.1.1.5 | integer | read-only |
The 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. Enumeration: 'down': 2, 'up': 1. |
vasEncPipeOperStatus | 1.3.6.1.4.1.2928.2.5.2.1.1.6 | integer | read-only |
The 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. Enumeration: 'down': 2, 'up': 1. |
vasEncPipeFailure | 1.3.6.1.4.1.2928.2.5.2.1.1.7 | snmpadminstring | read-only |
A 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. |
vasEncPipeLastChanged | 1.3.6.1.4.1.2928.2.5.2.1.1.8 | timestamp | read-only |
The value of sysUpTime when status or configuration of the objects was last changed. |
vasEncPipeResetStatistics | 1.3.6.1.4.1.2928.2.5.2.1.1.9 | vasresetstatistics | read-write |
Resets all statistics counters for the encoder pipe. (Not yet implemented). |
vasEncPipeStatsTr101 | 1.3.6.1.4.1.2928.2.5.2.1.1.10 | unsigned32 | read-only |
Index for an entry in ETSI TR 101 290 statistics table for this object. (The table is not yet defined). |
vasEncPipeEnableTr101 | 1.3.6.1.4.1.2928.2.5.2.1.1.11 | truthvalue | read-only |
Enables or disables the ETSI TR 101 290 statistics collection. |
vasEncPipeInputFrom | 1.3.6.1.4.1.2928.2.5.2.1.1.12 | rowpointer | read-only |
A 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. |
vasEncPipeCipher | 1.3.6.1.4.1.2928.2.5.2.1.1.13 | vascipher | read-only |
A cipher to be used when encrypting the transport stream generated by the encoder pipeline. |
vasEncPipeEncryptKey | 1.3.6.1.4.1.2928.2.5.2.1.1.14 | snmpadminstring | read-only |
The 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. |
vasEncPipeProcessedFrames | 1.3.6.1.4.1.2928.2.5.2.1.1.15 | counter32 | read-only |
Running counter of number of encoded frames. |
vasEncPipeCurrentTsBitrate | 1.3.6.1.4.1.2928.2.5.2.1.1.16 | unsigned32 | read-only |
Current transport stream bitrate in kbps. |
vasEncPipeVideoBitrate | 1.3.6.1.4.1.2928.2.5.2.1.1.17 | unsigned32 | read-only |
Target video bitrate after encoding in kbps. |
vasDecoderPipeGroup | 1.3.6.1.4.1.2928.2.5.3 | |||
vasDecPipeTable | 1.3.6.1.4.1.2928.2.5.3.1 | no-access |
The 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. |
|
1.3.6.1.4.1.2928.2.5.3.1.1 | no-access |
An entry in the conceptual table represents one decoder pipeline. |
||
vasDecPipeIndex | 1.3.6.1.4.1.2928.2.5.3.1.1.1 | unsigned32 | no-access |
An index that uniquely identifies the decoder pipeline in the table. |
vasDecPipeRowStatus | 1.3.6.1.4.1.2928.2.5.3.1.1.2 | rowstatus | read-only |
See 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. |
vasDecPipeName | 1.3.6.1.4.1.2928.2.5.3.1.1.3 | snmpadminstring | read-only |
A 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. |
vasDecPipePurpose | 1.3.6.1.4.1.2928.2.5.3.1.1.4 | snmpadminstring | read-only |
A text that can describe the purpose of the decoder pipeline. This is for administrative use. |
vasDecPipeAdminStatus | 1.3.6.1.4.1.2928.2.5.3.1.1.5 | integer | read-only |
The 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. Enumeration: 'down': 2, 'up': 1. |
vasDecPipeOperStatus | 1.3.6.1.4.1.2928.2.5.3.1.1.6 | integer | read-only |
The 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. Enumeration: 'down': 2, 'up': 1. |
vasDecPipeFailure | 1.3.6.1.4.1.2928.2.5.3.1.1.7 | snmpadminstring | read-only |
A 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. |
vasDecPipeLastChanged | 1.3.6.1.4.1.2928.2.5.3.1.1.8 | timestamp | read-only |
The value of sysUpTime when status or configuration of the objects was last changed. |
vasDecPipeResetStatistics | 1.3.6.1.4.1.2928.2.5.3.1.1.9 | vasresetstatistics | read-write |
Resets all statistics counters for the decoder pipe. (Not yet implemented). |
vasDecPipeInputFrom | 1.3.6.1.4.1.2928.2.5.3.1.1.10 | rowpointer | read-only |
A 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. |
vasDecPipeCipher | 1.3.6.1.4.1.2928.2.5.3.1.1.11 | vascipher | read-only |
A cipher to be used when decrypting the transport stream. |
vasDecPipeDecryptKey | 1.3.6.1.4.1.2928.2.5.3.1.1.12 | snmpadminstring | read-only |
The 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. |
vasDecPipeProcessedFrames | 1.3.6.1.4.1.2928.2.5.3.1.1.13 | counter32 | read-only |
Running counter of number of decoded frames. |
vasDecPipeCurrentTsBitrate | 1.3.6.1.4.1.2928.2.5.3.1.1.14 | unsigned32 | read-only |
Current transport stream bitrate in kbps. |
vasDecPipeVideoBitrate | 1.3.6.1.4.1.2928.2.5.3.1.1.15 | unsigned32 | read-only |
Video bitrate after decoding in kbps. |
vasTransportsGroup | 1.3.6.1.4.1.2928.2.5.4 | |||
vasStreamPort | 1.3.6.1.4.1.2928.2.5.4.1 | inetportnumber | read-write |
The UDP port number that is used when listening at stream connections requests. |
vasUdpSrcTable | 1.3.6.1.4.1.2928.2.5.4.2 | no-access |
The 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. |
|
1.3.6.1.4.1.2928.2.5.4.2.1 | no-access |
An entry in the conceptual table represents one UDP source. |
||
vasUdpSrcIndex | 1.3.6.1.4.1.2928.2.5.4.2.1.1 | unsigned32 | no-access |
An index that uniquely identifies the UDP source in the table. |
vasUdpSrcRowStatus | 1.3.6.1.4.1.2928.2.5.4.2.1.2 | rowstatus | read-only |
See 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. |
vasUdpSrcName | 1.3.6.1.4.1.2928.2.5.4.2.1.3 | snmpadminstring | read-only |
A 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. |
vasUdpSrcPurpose | 1.3.6.1.4.1.2928.2.5.4.2.1.4 | snmpadminstring | read-only |
A text that can describe the purpose of the UDP source. This is for administrative use. |
vasUdpSrcAdminStatus | 1.3.6.1.4.1.2928.2.5.4.2.1.5 | integer | read-only |
The 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. Enumeration: 'down': 2, 'up': 1. |
vasUdpSrcOperStatus | 1.3.6.1.4.1.2928.2.5.4.2.1.6 | integer | read-only |
The 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. Enumeration: 'down': 2, 'up': 1. |
vasUdpSrcFailure | 1.3.6.1.4.1.2928.2.5.4.2.1.7 | snmpadminstring | read-only |
A 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. |
vasUdpSrcLastChanged | 1.3.6.1.4.1.2928.2.5.4.2.1.8 | timestamp | read-only |
The value of sysUpTime when status or configuration of the objects was last changed. |
vasUdpSrcConnectionStatus | 1.3.6.1.4.1.2928.2.5.4.2.1.9 | vasconnectionstatus | read-only |
The status of the stream transport connection. |
vasUdpSrcResetStatistics | 1.3.6.1.4.1.2928.2.5.4.2.1.10 | vasresetstatistics | read-write |
Resets all statistics counters for the object. (Not yet implemented). |
vasUdpSrcStatsUdp | 1.3.6.1.4.1.2928.2.5.4.2.1.11 | unsigned32 | read-only |
Index for an entry in statistics table vasUdpStatisticsTable for this object. |
vasUdpSrcInputFrom | 1.3.6.1.4.1.2928.2.5.4.2.1.12 | rowpointer | read-only |
A 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. |
vasUdpSrcRemoteHostType | 1.3.6.1.4.1.2928.2.5.4.2.1.13 | inetaddresstype | read-only |
Describes how vasUdpSrcRemoteHostAddress shall be interpreted. Supported values are `unknown', `ipv4' and `dns'. |
vasUdpSrcRemoteHostAddress | 1.3.6.1.4.1.2928.2.5.4.2.1.14 | inetaddress | read-only |
The IP address or DNS hostname of the remote source that shall provide the UDP stream. |
vasUdpSrcRemotePort | 1.3.6.1.4.1.2928.2.5.4.2.1.15 | inetportnumber | read-only |
The port number at the remote source that shall provide the UDP stream. |
vasUdpSrcLocalIfType | 1.3.6.1.4.1.2928.2.5.4.2.1.16 | inetaddresstype | read-only |
Describes how the vasUdpSrcLocalIfAddress shall be interpreted. Supported value is `ipv4'. |
vasUdpSrcLocalIfAddress | 1.3.6.1.4.1.2928.2.5.4.2.1.17 | inetaddress | read-only |
The 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. |
vasUdpSrcLocalPort | 1.3.6.1.4.1.2928.2.5.4.2.1.18 | inetportnumber | read-only |
The local UPD port number. Use 0 for any port. |
vasUdpSrcCipher | 1.3.6.1.4.1.2928.2.5.4.2.1.19 | vascipher | read-only |
The cipher to use for encrypting the UDP video stream. |
vasUdpSrcDecryptKey | 1.3.6.1.4.1.2928.2.5.4.2.1.20 | snmpadminstring | read-only |
The 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. |
vasUdpSrcTtl | 1.3.6.1.4.1.2928.2.5.4.2.1.21 | unsigned32 | read-only |
TTL, the Time to Live (hop limit) for the UDP/IP datagram. |
vasUdpSrcDontFragment | 1.3.6.1.4.1.2928.2.5.4.2.1.22 | truthvalue | read-only |
The 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. |
vasUdpSnkTable | 1.3.6.1.4.1.2928.2.5.4.3 | no-access |
The conceptual table contains objects that receives a UDP video stream on an IP interface and provides it as an input to another source object. |
|
1.3.6.1.4.1.2928.2.5.4.3.1 | no-access |
An entry in the conceptual table represents one UDP sink. |
||
vasUdpSnkIndex | 1.3.6.1.4.1.2928.2.5.4.3.1.1 | unsigned32 | no-access |
An index that uniquely identifies the UDP sink in the table. |
vasUdpSnkRowStatus | 1.3.6.1.4.1.2928.2.5.4.3.1.2 | rowstatus | read-only |
See 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. |
vasUdpSnkName | 1.3.6.1.4.1.2928.2.5.4.3.1.3 | snmpadminstring | read-only |
A 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. |
vasUdpSnkPurpose | 1.3.6.1.4.1.2928.2.5.4.3.1.4 | snmpadminstring | read-only |
A text that can describe the purpose of the UDP sink. This is for administrative use. |
vasUdpSnkAdminStatus | 1.3.6.1.4.1.2928.2.5.4.3.1.5 | integer | read-only |
The 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. Enumeration: 'down': 2, 'up': 1. |
vasUdpSnkOperStatus | 1.3.6.1.4.1.2928.2.5.4.3.1.6 | integer | read-only |
The 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. Enumeration: 'down': 2, 'up': 1. |
vasUdpSnkFailure | 1.3.6.1.4.1.2928.2.5.4.3.1.7 | snmpadminstring | read-only |
A 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. |
vasUdpSnkLastChanged | 1.3.6.1.4.1.2928.2.5.4.3.1.8 | timestamp | read-only |
The value of sysUpTime when status or configuration of the objects was last changed. |
vasUdpSnkConnectionStatus | 1.3.6.1.4.1.2928.2.5.4.3.1.9 | vasconnectionstatus | read-only |
The status of the stream transport connection. |
vasUdpSnkResetStatistics | 1.3.6.1.4.1.2928.2.5.4.3.1.10 | vasresetstatistics | read-only |
Resets all statistics counters for the object. (Not yet implemented). |
vasUdpSnkStatsUdp | 1.3.6.1.4.1.2928.2.5.4.3.1.11 | unsigned32 | read-only |
Index for an entry in statistics table vasUdpStatisticsTable for this object. |
vasUdpSnkStatsTr101 | 1.3.6.1.4.1.2928.2.5.4.3.1.12 | unsigned32 | read-only |
Index for an entry in ETSI TR 101 290 statistics table for this object. (The table is not yet defined). |
vasUdpSnkEnableTr101 | 1.3.6.1.4.1.2928.2.5.4.3.1.13 | truthvalue | read-only |
Enables or disables ETSI TR 101 290 statistics collection. |
vasUdpSnkRemoteInetType | 1.3.6.1.4.1.2928.2.5.4.3.1.14 | inetaddresstype | read-only |
Describes the format of vasUdpSnkRemoteInetAddress. |
vasUdpSnkRemoteInetAddress | 1.3.6.1.4.1.2928.2.5.4.3.1.15 | inetaddress | read-only |
The 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. |
vasUdpSnkLocalIfType | 1.3.6.1.4.1.2928.2.5.4.3.1.16 | inetaddresstype | read-only |
Describes how the vasUdpSnkLocalIfAddress shall be interpreted. Supported value is `ipv4'. |
vasUdpSnkLocalIfAddress | 1.3.6.1.4.1.2928.2.5.4.3.1.17 | inetaddress | read-only |
The 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. |
vasUdpSnkLocalPort | 1.3.6.1.4.1.2928.2.5.4.3.1.18 | inetportnumber | read-only |
The local UDP port that shall be used for input. |
vasUdpSnkCipher | 1.3.6.1.4.1.2928.2.5.4.3.1.19 | vascipher | read-only |
The cipher that shall be used for decrypting the received UDP video stream. |
vasUdpSnkEncryptKey | 1.3.6.1.4.1.2928.2.5.4.3.1.20 | snmpadminstring | read-only |
The 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. |
vasUdpSnkMcastIpType | 1.3.6.1.4.1.2928.2.5.4.3.1.21 | inetaddresstype | read-only |
The format of vasUdpSnkMcastIp and vasUdpSnkSsmSourceIp. Supported values are `unknown' and `ipv4'. |
vasUdpSnkMcastIp | 1.3.6.1.4.1.2928.2.5.4.3.1.22 | inetaddress | read-only |
The multicast IP address if joining a multicast UDP stream. Set empty and vasUdpSnkMcastIpType to `unknown' if not multicast. |
vasUdpSnkSsmSourceIp | 1.3.6.1.4.1.2928.2.5.4.3.1.23 | inetaddress | read-only |
The 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. |
vasUdpSnkCompress | 1.3.6.1.4.1.2928.2.5.4.3.1.24 | truthvalue | read-only |
Removes null-packets in an MPEG transport stream. |
vasPulSrcTable | 1.3.6.1.4.1.2928.2.5.4.4 | no-access |
The 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. |
|
1.3.6.1.4.1.2928.2.5.4.4.1 | no-access |
An entry in the conceptual table represents one pull source object. |
||
vasPulSrcIndex | 1.3.6.1.4.1.2928.2.5.4.4.1.1 | unsigned32 | no-access |
An index that uniquely identifies the pull source in the table. |
vasPulSrcRowStatus | 1.3.6.1.4.1.2928.2.5.4.4.1.2 | rowstatus | read-only |
See 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. |
vasPulSrcName | 1.3.6.1.4.1.2928.2.5.4.4.1.3 | snmpadminstring | read-only |
A 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. |
vasPulSrcPurpose | 1.3.6.1.4.1.2928.2.5.4.4.1.4 | snmpadminstring | read-only |
A text that can describe the purpose of the Pull source. This is for administrative use. |
vasPulSrcAdminStatus | 1.3.6.1.4.1.2928.2.5.4.4.1.5 | integer | read-only |
The 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. Enumeration: 'down': 2, 'up': 1. |
vasPulSrcOperStatus | 1.3.6.1.4.1.2928.2.5.4.4.1.6 | integer | read-only |
The 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. Enumeration: 'down': 2, 'dormant': 3, 'partial': 4, 'up': 1. |
vasPulSrcFailure | 1.3.6.1.4.1.2928.2.5.4.4.1.7 | snmpadminstring | read-only |
A 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. |
vasPulSrcLastChanged | 1.3.6.1.4.1.2928.2.5.4.4.1.8 | timestamp | read-only |
The value of sysUpTime when status or configuration of the objects was last changed. |
vasPulSrcConnectionStatus | 1.3.6.1.4.1.2928.2.5.4.4.1.9 | vasconnectionstatus | read-only |
The status of the stream transport connection. |
vasPulSrcResetStatistics | 1.3.6.1.4.1.2928.2.5.4.4.1.10 | vasresetstatistics | read-write |
Resets all statistics counters for the object. (Not yet implemented). |
vasPulSrcStatsTrsp | 1.3.6.1.4.1.2928.2.5.4.4.1.11 | unsigned32 | read-only |
Index for an entry in statistics vasTrspStatisticsTable table for this object. |
vasPulSrcRemoteInetType | 1.3.6.1.4.1.2928.2.5.4.4.1.12 | inetaddresstype | read-only |
Format of vasPulSrcRemoteInetAddress. |
vasPulSrcRemoteInetAddress | 1.3.6.1.4.1.2928.2.5.4.4.1.13 | inetaddress | read-only |
The 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. |
vasPulSrcStreamId | 1.3.6.1.4.1.2928.2.5.4.4.1.14 | snmpadminstring | read-only |
Assigns 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. |
vasPulSrcInputFrom | 1.3.6.1.4.1.2928.2.5.4.4.1.15 | rowpointer | read-only |
A 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. |
vasPulSrcRemoteId | 1.3.6.1.4.1.2928.2.5.4.4.1.16 | snmpadminstring | read-only |
The 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'. |
vasPulSrcPassword | 1.3.6.1.4.1.2928.2.5.4.4.1.17 | snmpadminstring | read-only |
A password used for the transport stream. The vasPulSnkPassword on the sink at the remote host must match. |
vasMpuSrcTable | 1.3.6.1.4.1.2928.2.5.4.5 | no-access |
The 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. |
|
1.3.6.1.4.1.2928.2.5.4.5.1 | no-access |
An entry in the conceptual table represents one multiple pull source object. |
||
vasMpuSrcIndex | 1.3.6.1.4.1.2928.2.5.4.5.1.1 | unsigned32 | no-access |
An index that uniquely identifies the multiple pull source in the table. |
vasMpuSrcRowStatus | 1.3.6.1.4.1.2928.2.5.4.5.1.2 | rowstatus | read-only |
See 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. |
vasMpuSrcName | 1.3.6.1.4.1.2928.2.5.4.5.1.3 | snmpadminstring | read-only |
A 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. |
vasMpuSrcPurpose | 1.3.6.1.4.1.2928.2.5.4.5.1.4 | snmpadminstring | read-only |
A text that can describe the purpose of the Multiple pull source. This is for administrative use. |
vasMpuSrcAdminStatus | 1.3.6.1.4.1.2928.2.5.4.5.1.5 | integer | read-only |
The 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. Enumeration: 'down': 2, 'up': 1. |
vasMpuSrcOperStatus | 1.3.6.1.4.1.2928.2.5.4.5.1.6 | integer | read-only |
The 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. Enumeration: 'down': 2, 'dormant': 3, 'partial': 4, 'up': 1. |
vasMpuSrcFailure | 1.3.6.1.4.1.2928.2.5.4.5.1.7 | snmpadminstring | read-only |
A 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. |
vasMpuSrcLastChanged | 1.3.6.1.4.1.2928.2.5.4.5.1.8 | timestamp | read-only |
The value of sysUpTime when status or configuration of the objects was last changed. |
vasMpuSrcStreamId | 1.3.6.1.4.1.2928.2.5.4.5.1.12 | snmpadminstring | read-only |
Assigns 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. |
vasMpuSrcInputFrom | 1.3.6.1.4.1.2928.2.5.4.5.1.13 | rowpointer | read-only |
A 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. |
vasPulSnkTable | 1.3.6.1.4.1.2928.2.5.4.6 | no-access |
The 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. |
|
1.3.6.1.4.1.2928.2.5.4.6.1 | no-access |
An entry in the conceptual table represents one pull sink object. |
||
vasPulSnkIndex | 1.3.6.1.4.1.2928.2.5.4.6.1.1 | unsigned32 | no-access |
An index that uniquely identifies the pull sink in the table. |
vasPulSnkRowStatus | 1.3.6.1.4.1.2928.2.5.4.6.1.2 | rowstatus | read-only |
See 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. |
vasPulSnkName | 1.3.6.1.4.1.2928.2.5.4.6.1.3 | snmpadminstring | read-only |
A 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. |
vasPulSnkPurpose | 1.3.6.1.4.1.2928.2.5.4.6.1.4 | snmpadminstring | read-only |
A text that can describe the purpose of the Pull sink. This is for administrative use. |
vasPulSnkAdminStatus | 1.3.6.1.4.1.2928.2.5.4.6.1.5 | integer | read-only |
The 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. Enumeration: 'down': 2, 'up': 1. |
vasPulSnkOperStatus | 1.3.6.1.4.1.2928.2.5.4.6.1.6 | integer | read-only |
The 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. Enumeration: 'down': 2, 'up': 1. |
vasPulSnkFailure | 1.3.6.1.4.1.2928.2.5.4.6.1.7 | snmpadminstring | read-only |
A 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. |
vasPulSnkLastChanged | 1.3.6.1.4.1.2928.2.5.4.6.1.8 | timestamp | read-only |
The value of sysUpTime when status or configuration of the objects was last changed. |
vasPulSnkConnectionStatus | 1.3.6.1.4.1.2928.2.5.4.6.1.9 | vasconnectionstatus | read-only |
The status of the stream transport connection. |
vasPulSnkResetStatistics | 1.3.6.1.4.1.2928.2.5.4.6.1.10 | vasresetstatistics | read-write |
Resets all statistics counters for the object. (Not yet implemented). |
vasPulSnkStatsTrsp | 1.3.6.1.4.1.2928.2.5.4.6.1.11 | unsigned32 | read-only |
Index for an entry in statistics vasTrspStatisticsTable table for this object. |
vasPulSnkStatsTr101 | 1.3.6.1.4.1.2928.2.5.4.6.1.12 | unsigned32 | read-only |
Index for an entry in ETSI TR 101 290 statistics table for this object. (The table is not yet defined). |
vasPulSnkEnableTr101 | 1.3.6.1.4.1.2928.2.5.4.6.1.13 | truthvalue | read-only |
Enables or disables ETSI TR 101 290 statistics collection. |
vasPulSnkRemoteInetType | 1.3.6.1.4.1.2928.2.5.4.6.1.14 | inetaddresstype | read-only |
Format of vasPulSrcRemoteInetAddress. |
vasPulSnkRemoteInetAddress | 1.3.6.1.4.1.2928.2.5.4.6.1.15 | inetaddress | read-only |
The 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. |
vasPulSnkStreamId | 1.3.6.1.4.1.2928.2.5.4.6.1.16 | snmpadminstring | read-only |
Specifies 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. |
vasPulSnkPassword | 1.3.6.1.4.1.2928.2.5.4.6.1.17 | snmpadminstring | read-only |
The password to use for the received transport stream. The password must match the vasPulSrcPassword set on the source at the remote host. |
vasPulSnkRemoteHostType | 1.3.6.1.4.1.2928.2.5.4.6.1.18 | inetaddresstype | read-only |
Format of vasPulSnkRemoteHostAddress. Supported values are `unknown', `ipv4', and `dns'. |
vasPulSnkRemoteHostAddress | 1.3.6.1.4.1.2928.2.5.4.6.1.19 | inetaddress | read-only |
The 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. |
vasPulSnkRemoteHostType2 | 1.3.6.1.4.1.2928.2.5.4.6.1.20 | inetaddresstype | read-only |
Format of vasPulSnkRemoteHostAddress2. Supported values are `unknown', `ipv4', and `dns'. |
vasPulSnkRemoteHostAddress2 | 1.3.6.1.4.1.2928.2.5.4.6.1.21 | inetaddress | read-only |
The 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'. |
vasPulSnkRemotePort | 1.3.6.1.4.1.2928.2.5.4.6.1.22 | inetportnumber | read-only |
The UDP port on the remote host that the remote host is listening for connection attempts. See vaStreamPort. |
vasPulSnkRetransmitBuffer | 1.3.6.1.4.1.2928.2.5.4.6.1.23 | unsigned32 | read-only |
The 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. |
vasPulSnkFecMaxOverhead | 1.3.6.1.4.1.2928.2.5.4.6.1.24 | unsigned32 | read-only |
The 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. |
vasPulSnkFecOptimize | 1.3.6.1.4.1.2928.2.5.4.6.1.25 | truthvalue | read-only |
Whether 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. |
vasPulSnkFecLatency | 1.3.6.1.4.1.2928.2.5.4.6.1.26 | unsigned32 | read-only |
Forward Error Correction (FEC) block size in milliseconds (ms). |
vasPusSrcTable | 1.3.6.1.4.1.2928.2.5.4.7 | no-access |
The 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. |
|
1.3.6.1.4.1.2928.2.5.4.7.1 | no-access |
An entry in the conceptual table represents one push source object. |
||
vasPusSrcIndex | 1.3.6.1.4.1.2928.2.5.4.7.1.1 | unsigned32 | no-access |
An index that uniquely identifies the push source in the table. |
vasPusSrcRowStatus | 1.3.6.1.4.1.2928.2.5.4.7.1.2 | rowstatus | read-only |
See 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. |
vasPusSrcName | 1.3.6.1.4.1.2928.2.5.4.7.1.3 | snmpadminstring | read-only |
A 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. |
vasPusSrcPurpose | 1.3.6.1.4.1.2928.2.5.4.7.1.4 | snmpadminstring | read-only |
A text that can describe the purpose of the Push source. This is for administrative use. |
vasPusSrcAdminStatus | 1.3.6.1.4.1.2928.2.5.4.7.1.5 | integer | read-only |
The 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. Enumeration: 'down': 2, 'up': 1. |
vasPusSrcOperStatus | 1.3.6.1.4.1.2928.2.5.4.7.1.6 | integer | read-only |
The 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. Enumeration: 'down': 2, 'up': 1. |
vasPusSrcFailure | 1.3.6.1.4.1.2928.2.5.4.7.1.7 | snmpadminstring | read-only |
A 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. |
vasPusSrcLastChanged | 1.3.6.1.4.1.2928.2.5.4.7.1.8 | timestamp | read-only |
The value of sysUpTime when status or configuration of the objects was last changed. |
vasPusSrcConnectionStatus | 1.3.6.1.4.1.2928.2.5.4.7.1.9 | vasconnectionstatus | read-only |
The status of the stream transport connection. |
vasPusSrcResetStatistics | 1.3.6.1.4.1.2928.2.5.4.7.1.10 | vasresetstatistics | read-write |
Resets all statistics counters for the object. (Not yet implemented). |
vasPusSrcStatsTrsp | 1.3.6.1.4.1.2928.2.5.4.7.1.11 | unsigned32 | read-only |
Index for an entry in statistics vasTrspStatisticsTable table for this object. |
vasPusSrcRemoteInetType | 1.3.6.1.4.1.2928.2.5.4.7.1.12 | inetaddresstype | read-only |
Format of vasPusSrcRemoteInetAddress. |
vasPusSrcRemoteInetAddress | 1.3.6.1.4.1.2928.2.5.4.7.1.13 | inetaddress | read-only |
The 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. |
vasPusSrcStreamId | 1.3.6.1.4.1.2928.2.5.4.7.1.14 | snmpadminstring | read-only |
Assigns 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. |
vasPusSrcInputFrom | 1.3.6.1.4.1.2928.2.5.4.7.1.15 | rowpointer | read-only |
A 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. |
vasPusSrcPassword | 1.3.6.1.4.1.2928.2.5.4.7.1.16 | snmpadminstring | read-only |
A password used for the transport stream. The vasPusSnkPassword on the sink at the remote host must match. |
vasPusSrcRemoteHostType | 1.3.6.1.4.1.2928.2.5.4.7.1.17 | inetaddresstype | read-only |
Format of vasPusSrcRemoteHostAddress. Supported values are `unknown', `ipv4' and `dns'. |
vasPusSrcRemoteHostAddress | 1.3.6.1.4.1.2928.2.5.4.7.1.18 | inetaddress | read-only |
The 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. |
vasPusSrcRemoteHostType2 | 1.3.6.1.4.1.2928.2.5.4.7.1.19 | inetaddresstype | read-only |
Format of vasPusSrcRemoteHostAddress2. Supported values are `unknown', `ipv4' and `dns'. |
vasPusSrcRemoteHostAddress2 | 1.3.6.1.4.1.2928.2.5.4.7.1.20 | inetaddress | read-only |
The 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'. |
vasPusSrcRemotePort | 1.3.6.1.4.1.2928.2.5.4.7.1.21 | inetportnumber | read-only |
The UDP port number on the remote host that the remote host is listening for connection attempts. See vaStreamPort. |
vasPusSrcLocalIfType | 1.3.6.1.4.1.2928.2.5.4.7.1.22 | inetaddresstype | read-only |
Describes how the vasPusSrcLocalIfAddress shall be interpreted. Supported value is `ipv4'. |
vasPusSrcLocalIfAddress | 1.3.6.1.4.1.2928.2.5.4.7.1.23 | inetaddress | read-only |
The 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. |
vasPusSrcRetransmitBuffer | 1.3.6.1.4.1.2928.2.5.4.7.1.24 | unsigned32 | read-only |
The 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. |
vasPusSrcFecMaxOverhead | 1.3.6.1.4.1.2928.2.5.4.7.1.25 | unsigned32 | read-only |
The 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. |
vasPusSrcFecOptimize | 1.3.6.1.4.1.2928.2.5.4.7.1.26 | truthvalue | read-only |
Whether 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. |
vasPusSrcFecLatency | 1.3.6.1.4.1.2928.2.5.4.7.1.27 | unsigned32 | read-only |
Forward Error Correction (FEC) block size in milliseconds (ms). |
vasPusSnkTable | 1.3.6.1.4.1.2928.2.5.4.8 | no-access |
The 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. |
|
1.3.6.1.4.1.2928.2.5.4.8.1 | no-access |
An entry in the conceptual table represents one push sink object. |
||
vasPusSnkIndex | 1.3.6.1.4.1.2928.2.5.4.8.1.1 | unsigned32 | no-access |
An index that uniquely identifies the push sink in the table. |
vasPusSnkRowStatus | 1.3.6.1.4.1.2928.2.5.4.8.1.2 | rowstatus | read-only |
See 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. |
vasPusSnkName | 1.3.6.1.4.1.2928.2.5.4.8.1.3 | snmpadminstring | read-only |
A 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. |
vasPusSnkPurpose | 1.3.6.1.4.1.2928.2.5.4.8.1.4 | snmpadminstring | read-only |
A text that can describe the purpose of the Push sink. This is for administrative use. |
vasPusSnkAdminStatus | 1.3.6.1.4.1.2928.2.5.4.8.1.5 | integer | read-only |
The 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. Enumeration: 'down': 2, 'up': 1. |
vasPusSnkOperStatus | 1.3.6.1.4.1.2928.2.5.4.8.1.6 | integer | read-only |
The 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. Enumeration: 'down': 2, 'up': 1. |
vasPusSnkFailure | 1.3.6.1.4.1.2928.2.5.4.8.1.7 | snmpadminstring | read-only |
A 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. |
vasPusSnkLastChanged | 1.3.6.1.4.1.2928.2.5.4.8.1.8 | timestamp | read-only |
The value of sysUpTime when status or configuration of the objects was last changed. |
vasPusSnkConnectionStatus | 1.3.6.1.4.1.2928.2.5.4.8.1.9 | vasconnectionstatus | read-only |
The status of the stream transport connection. |
vasPusSnkResetStatistics | 1.3.6.1.4.1.2928.2.5.4.8.1.10 | vasresetstatistics | read-write |
Resets all statistics counters for the object. (Not yet implemented). |
vasPusSnkStatsTrsp | 1.3.6.1.4.1.2928.2.5.4.8.1.11 | unsigned32 | read-only |
Index for an entry in statistics vasTrspStatisticsTable table for this object. |
vasPusSnkStatsTr101 | 1.3.6.1.4.1.2928.2.5.4.8.1.12 | unsigned32 | read-only |
Index for an entry in ETSI TR 101 290 statistics table for this object. (The table is not yet defined). |
vasPusSnkEnableTr101 | 1.3.6.1.4.1.2928.2.5.4.8.1.13 | truthvalue | read-only |
Enables or disables ETSI TR 101 290 statistics collection. |
vasPusSnkRemoteInetType | 1.3.6.1.4.1.2928.2.5.4.8.1.14 | inetaddresstype | read-only |
Format of vasPusSnkRemoteInetAddress. |
vasPusSnkRemoteInetAddress | 1.3.6.1.4.1.2928.2.5.4.8.1.15 | inetaddress | read-only |
The 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. |
vasPusSnkStreamId | 1.3.6.1.4.1.2928.2.5.4.8.1.16 | snmpadminstring | read-only |
Specifies 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. |
vasPusSnkPassword | 1.3.6.1.4.1.2928.2.5.4.8.1.17 | snmpadminstring | read-only |
The password to use for the received transport stream. The password must match the vasPusSrcPassword set on the source at the remote host. |
vasStatisticsGroup | 1.3.6.1.4.1.2928.2.5.5 | |||
vasUdpStatisticsTable | 1.3.6.1.4.1.2928.2.5.5.1 | no-access |
The conceptual table contains perforamance data and counters for UDP video streams. |
|
1.3.6.1.4.1.2928.2.5.5.1.1 | no-access |
An entry in the conceptual table represents statistical data for one UDP object. |
||
vasUdpStsIndex | 1.3.6.1.4.1.2928.2.5.5.1.1.1 | unsigned32 | no-access |
Index in the table. |
vasUdpStsOwner | 1.3.6.1.4.1.2928.2.5.5.1.1.2 | rowpointer | read-only |
Reference to the object that allocated and uses this conceptual row. |
vasUdpStsBitrate | 1.3.6.1.4.1.2928.2.5.5.1.1.3 | unsigned32 | read-only |
Bitrate in bps. |
vasTrspStatisticsTable | 1.3.6.1.4.1.2928.2.5.5.2 | no-access |
The conceptual table contains perforamance data and counters for transport streams. |
|
1.3.6.1.4.1.2928.2.5.5.2.1 | no-access |
An entry in the conceptual table represents statistical data for one transport stream. |
||
vasTrspIndex | 1.3.6.1.4.1.2928.2.5.5.2.1.1 | unsigned32 | no-access |
Index in table. |
vasTrspOwner | 1.3.6.1.4.1.2928.2.5.5.2.1.2 | rowpointer | read-only |
Reference to the object that allocated and uses this conceptual row. |
vasTrspLastConnectionChange | 1.3.6.1.4.1.2928.2.5.5.2.1.3 | dateandtime | read-only |
Last connection status change time. |
vasTrspConnects | 1.3.6.1.4.1.2928.2.5.5.2.1.4 | unsigned32 | read-only |
Number of times that the connection state has changed to `connected'. |
vasTrspDisconnects | 1.3.6.1.4.1.2928.2.5.5.2.1.5 | unsigned32 | read-only |
Number of times that the connection state has changed to `disconnected'. |
vasTrspNetRecvBitrate | 1.3.6.1.4.1.2928.2.5.5.2.1.6 | unsigned32 | read-only |
Receive bitrate in kbps. |
vasTrspNetRecvBurstLoss | 1.3.6.1.4.1.2928.2.5.5.2.1.7 | counter32 | read-only |
Maximum number of packets that have been lost in a single burst error. |
vasTrspNetRecvOctets | 1.3.6.1.4.1.2928.2.5.5.2.1.8 | counter64 | read-only |
The number of received octets. |
vasTrspNetRecvLatency | 1.3.6.1.4.1.2928.2.5.5.2.1.9 | unsigned32 | read-only |
Latency used for error correction, in milliseconds (ms). |
vasTrspNetRecvDropped | 1.3.6.1.4.1.2928.2.5.5.2.1.10 | counter64 | read-only |
Number of packets dropped by the network. |
vasTrspNetRecvJitter | 1.3.6.1.4.1.2928.2.5.5.2.1.11 | unsigned32 | read-only |
Input jitter in milliseconds (ms). |
vasTrspNetRecvJitterRatio | 1.3.6.1.4.1.2928.2.5.5.2.1.12 | integer32 | read-only |
Jitter ratio, for rate controlled streams. |
vasTrspNetRecvOutOfOrder | 1.3.6.1.4.1.2928.2.5.5.2.1.13 | counter64 | read-only |
Number of packets received out of order. |
vasTrspNetRecvOverflows | 1.3.6.1.4.1.2928.2.5.5.2.1.14 | counter64 | read-only |
Number of input jitter buffer overflows. |
vasTrspNetRecvPackets | 1.3.6.1.4.1.2928.2.5.5.2.1.15 | counter64 | read-only |
Total number of received packets. |
vasTrspNetRecvPacketRate | 1.3.6.1.4.1.2928.2.5.5.2.1.16 | unsigned32 | read-only |
Received packets per second. |
vasTrspNetRecvPacketLoss | 1.3.6.1.4.1.2928.2.5.5.2.1.17 | unsigned32 | read-only |
Packet loss in millipercent (1/100,000) |
vasTrspArqRecvAlmostDropped | 1.3.6.1.4.1.2928.2.5.5.2.1.18 | counter64 | read-only |
Number of packets that required more than half latency to recover. |
vasTrspArqRecvBitrate | 1.3.6.1.4.1.2928.2.5.5.2.1.19 | unsigned32 | read-only |
Bitrate of received retransmissions in kbps. |
vasTrspArqRecvDropped | 1.3.6.1.4.1.2928.2.5.5.2.1.20 | counter64 | read-only |
Number of packets not recovered by either retransmissions or Forward Error Correction (FEC). |
vasTrspArqRecvDuplicates | 1.3.6.1.4.1.2928.2.5.5.2.1.21 | counter64 | read-only |
Number of duplicated retransmission packets. |
vasTrspArqRecvOverflows | 1.3.6.1.4.1.2928.2.5.5.2.1.22 | counter64 | read-only |
Number of packets dropped because of retransmission buffer overflow. |
vasTrspArqRecvPackets | 1.3.6.1.4.1.2928.2.5.5.2.1.23 | counter64 | read-only |
Number of packets received by retransmission. |
vasTrspArqRecvRecovered | 1.3.6.1.4.1.2928.2.5.5.2.1.24 | counter64 | read-only |
Number of packets recovered by retransmission. |
vasTrspArqRecvRequests | 1.3.6.1.4.1.2928.2.5.5.2.1.25 | counter64 | read-only |
Number of sent retransmission requests. |
vasTrspNetSendBitrate | 1.3.6.1.4.1.2928.2.5.5.2.1.26 | unsigned32 | read-only |
The send bitrate in kbps. |
vasTrspNetSendOctets | 1.3.6.1.4.1.2928.2.5.5.2.1.27 | counter64 | read-only |
The number of sent octets. |
vasTrspNetSendLimit | 1.3.6.1.4.1.2928.2.5.5.2.1.28 | unsigned32 | read-only |
The current sending limit in packets per second. |
vasTrspNetSendPackets | 1.3.6.1.4.1.2928.2.5.5.2.1.29 | counter64 | read-only |
Total number of sent packets. |
vasTrspNetSendRtt | 1.3.6.1.4.1.2928.2.5.5.2.1.30 | unsigned32 | read-only |
The return-trip time, RTT, in milliseconds (ms). |
vasTrspNetSendErrors | 1.3.6.1.4.1.2928.2.5.5.2.1.31 | counter64 | read-only |
The number of packets failed to be sent. |
vasTrspArqSendBitrate | 1.3.6.1.4.1.2928.2.5.5.2.1.32 | unsigned32 | read-only |
Bitrate of send retransmissions in kbps. |
vasTrspArqSendIgnored | 1.3.6.1.4.1.2928.2.5.5.2.1.33 | counter64 | read-only |
Number of ignored too frequent retransmission requests. |
vasTrspArqSendMissed | 1.3.6.1.4.1.2928.2.5.5.2.1.34 | counter64 | read-only |
Number of ignored too late retransmission requests. |
vasTrspArqSendPacketRate | 1.3.6.1.4.1.2928.2.5.5.2.1.35 | unsigned32 | read-only |
Retransmitted send packets per second. |
vasTrspArqSendPackets | 1.3.6.1.4.1.2928.2.5.5.2.1.36 | counter64 | read-only |
Number of packets sent by retransmission. |
vasTrspFecRecvBitrate | 1.3.6.1.4.1.2928.2.5.5.2.1.37 | unsigned32 | read-only |
The Forward Error Correction (FEC) receive overhead bitrate in kbps. |
vasTrspFecRecvPacketRate | 1.3.6.1.4.1.2928.2.5.5.2.1.38 | unsigned32 | read-only |
The Forward Error Correction (FEC) receive packet rate in packets per second. |
vasTrspFecRecvPackets | 1.3.6.1.4.1.2928.2.5.5.2.1.39 | counter64 | read-only |
The number of received Forward Error Correction (FEC) packets |
vasTrspFecRecvRecovered | 1.3.6.1.4.1.2928.2.5.5.2.1.40 | counter64 | read-only |
The number of packets recovered by Forward Error Correction (FEC). |
vasTrspFecSendBitrate | 1.3.6.1.4.1.2928.2.5.5.2.1.41 | unsigned32 | read-only |
The Forward Error Correction (FEC) send bitrate in kbps. |
vasTrspFecSendPacketRate | 1.3.6.1.4.1.2928.2.5.5.2.1.42 | unsigned32 | read-only |
The Forward Error Correction (FEC) receive packet rate in packets per second. |
vasTrspFecSendPackets | 1.3.6.1.4.1.2928.2.5.5.2.1.43 | counter64 | read-only |
The number of sent Forward Error Correction (FEC) packets. |