NETI-VAS-MIB

        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.
    
netiVasMIB 1.3.6.1.4.1.2928.2.5
Imported Objects
INET-ADDRESS-MIB InetAddress InetAddressType InetPortNumber
SNMP-FRAMEWORK-MIB SnmpAdminString
SNMPv2-SMI Counter32 Counter64 enterprises Integer32 MODULE-IDENTITY OBJECT-TYPE Unsigned32
SNMPv2-TC DateAndTime RowPointer RowStatus TEXTUAL-CONVENTION TimeStamp TruthValue
Type Definitions (4)
VasCipher Enumeration
none(0)
aes128(1)
aes192(2)
aes256(3)
VasConnectionStatus Enumeration
offline(0)
connecting(1)
reconnecting(2)
connected(3)
unknown(9)
VasResetStatistics Enumeration
reset(0)
VasVideoFormat Enumeration
unknown(0)
fmt525i59(1)
fmt625i50(2)
fmt720p23(3)
fmt720p24(4)
fmt720p25(5)
fmt720p29(6)
fmt720p30(7)
fmt720p50(8)
fmt720p59(9)
fmt720p60(10)
fmt1080p23(11)
fmt1080p24(12)
fmt1080p25(13)
fmt1080p29(14)
fmt1080p30(15)
fmt1080p50(16)
fmt1080p59(17)
fmt1080p60(18)
fmt1080i50(19)
fmt1080i59(20)
fmt1080i60(21)
Objects (265)
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
vasInterfaceGroup .1.3.6.1.4.1.2928.2.5.1
vasIfTable .1.3.6.1.4.1.2928.2.5.1.1
vasIfEntry vasIfIndex .1.3.6.1.4.1.2928.2.5.1.1.1
vasIfIndex Unsigned32 .1.3.6.1.4.1.2928.2.5.1.1.1.1
vasIfPortMode r/w Enumeration .1.3.6.1.4.1.2928.2.5.1.1.1.10
vasIfActiveFormat VasVideoFormat .1.3.6.1.4.1.2928.2.5.1.1.1.11
vasIfName SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.2928.2.5.1.1.1.2
vasIfPurpose r/w SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.2928.2.5.1.1.1.3
vasIfAdminStatus r/w Enumeration .1.3.6.1.4.1.2928.2.5.1.1.1.4
vasIfOperStatus Enumeration .1.3.6.1.4.1.2928.2.5.1.1.1.5
vasIfFailure SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.2928.2.5.1.1.1.6
vasIfLastChanged SNMPv2-TCTimeStamp .1.3.6.1.4.1.2928.2.5.1.1.1.7
vasIfResetStatistics r/w VasResetStatistics .1.3.6.1.4.1.2928.2.5.1.1.1.8
vasIfInputFrom r/w SNMPv2-TCRowPointer .1.3.6.1.4.1.2928.2.5.1.1.1.9
vasEncoderPipeGroup .1.3.6.1.4.1.2928.2.5.2
vasEncPipeTable .1.3.6.1.4.1.2928.2.5.2.1
vasEncPipeEntry vasEncPipeIndex .1.3.6.1.4.1.2928.2.5.2.1.1
vasEncPipeIndex Unsigned32 .1.3.6.1.4.1.2928.2.5.2.1.1.1
vasEncPipeStatsTr101 Unsigned32 .1.3.6.1.4.1.2928.2.5.2.1.1.10
vasEncPipeEnableTr101 r/w SNMPv2-TCTruthValue .1.3.6.1.4.1.2928.2.5.2.1.1.11
vasEncPipeInputFrom r/w SNMPv2-TCRowPointer .1.3.6.1.4.1.2928.2.5.2.1.1.12
vasEncPipeCipher r/w VasCipher .1.3.6.1.4.1.2928.2.5.2.1.1.13
vasEncPipeEncryptKey r/w SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.2928.2.5.2.1.1.14
vasEncPipeProcessedFrames SNMPv2-SMICounter32 .1.3.6.1.4.1.2928.2.5.2.1.1.15
vasEncPipeCurrentTsBitrate Unsigned32 .1.3.6.1.4.1.2928.2.5.2.1.1.16
vasEncPipeVideoBitrate r/w Unsigned32 .1.3.6.1.4.1.2928.2.5.2.1.1.17
vasEncPipeRowStatus r/w SNMPv2-TCRowStatus .1.3.6.1.4.1.2928.2.5.2.1.1.2
vasEncPipeName SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.2928.2.5.2.1.1.3
vasEncPipePurpose r/w SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.2928.2.5.2.1.1.4
vasEncPipeAdminStatus r/w Enumeration .1.3.6.1.4.1.2928.2.5.2.1.1.5
vasEncPipeOperStatus Enumeration .1.3.6.1.4.1.2928.2.5.2.1.1.6
vasEncPipeFailure SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.2928.2.5.2.1.1.7
vasEncPipeLastChanged SNMPv2-TCTimeStamp .1.3.6.1.4.1.2928.2.5.2.1.1.8
vasEncPipeResetStatistics r/w VasResetStatistics .1.3.6.1.4.1.2928.2.5.2.1.1.9
vasDecoderPipeGroup .1.3.6.1.4.1.2928.2.5.3
vasDecPipeTable .1.3.6.1.4.1.2928.2.5.3.1
vasDecPipeEntry vasDecPipeIndex .1.3.6.1.4.1.2928.2.5.3.1.1
vasDecPipeIndex Unsigned32 .1.3.6.1.4.1.2928.2.5.3.1.1.1
vasDecPipeInputFrom r/w SNMPv2-TCRowPointer .1.3.6.1.4.1.2928.2.5.3.1.1.10
vasDecPipeCipher r/w VasCipher .1.3.6.1.4.1.2928.2.5.3.1.1.11
vasDecPipeDecryptKey r/w SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.2928.2.5.3.1.1.12
vasDecPipeProcessedFrames SNMPv2-SMICounter32 .1.3.6.1.4.1.2928.2.5.3.1.1.13
vasDecPipeCurrentTsBitrate Unsigned32 .1.3.6.1.4.1.2928.2.5.3.1.1.14
vasDecPipeVideoBitrate Unsigned32 .1.3.6.1.4.1.2928.2.5.3.1.1.15
vasDecPipeRowStatus r/w SNMPv2-TCRowStatus .1.3.6.1.4.1.2928.2.5.3.1.1.2
vasDecPipeName SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.2928.2.5.3.1.1.3
vasDecPipePurpose r/w SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.2928.2.5.3.1.1.4
vasDecPipeAdminStatus r/w Enumeration .1.3.6.1.4.1.2928.2.5.3.1.1.5
vasDecPipeOperStatus Enumeration .1.3.6.1.4.1.2928.2.5.3.1.1.6
vasDecPipeFailure SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.2928.2.5.3.1.1.7
vasDecPipeLastChanged SNMPv2-TCTimeStamp .1.3.6.1.4.1.2928.2.5.3.1.1.8
vasDecPipeResetStatistics r/w VasResetStatistics .1.3.6.1.4.1.2928.2.5.3.1.1.9
vasTransportsGroup .1.3.6.1.4.1.2928.2.5.4
vasStreamPort r/w INET-ADDRESS-MIBInetPortNumber .1.3.6.1.4.1.2928.2.5.4.1
vasUdpSrcTable .1.3.6.1.4.1.2928.2.5.4.2
vasUdpSrcEntry vasUdpSrcIndex .1.3.6.1.4.1.2928.2.5.4.2.1
vasUdpSrcIndex Unsigned32 .1.3.6.1.4.1.2928.2.5.4.2.1.1
vasUdpSrcResetStatistics r/w VasResetStatistics .1.3.6.1.4.1.2928.2.5.4.2.1.10
vasUdpSrcStatsUdp Unsigned32 .1.3.6.1.4.1.2928.2.5.4.2.1.11
vasUdpSrcInputFrom r/w SNMPv2-TCRowPointer .1.3.6.1.4.1.2928.2.5.4.2.1.12
vasUdpSrcRemoteHostType r/w INET-ADDRESS-MIBInetAddressType .1.3.6.1.4.1.2928.2.5.4.2.1.13
vasUdpSrcRemoteHostAddress r/w INET-ADDRESS-MIBInetAddress .1.3.6.1.4.1.2928.2.5.4.2.1.14
vasUdpSrcRemotePort r/w INET-ADDRESS-MIBInetPortNumber .1.3.6.1.4.1.2928.2.5.4.2.1.15
vasUdpSrcLocalIfType r/w INET-ADDRESS-MIBInetAddressType .1.3.6.1.4.1.2928.2.5.4.2.1.16
vasUdpSrcLocalIfAddress r/w INET-ADDRESS-MIBInetAddress .1.3.6.1.4.1.2928.2.5.4.2.1.17
vasUdpSrcLocalPort r/w INET-ADDRESS-MIBInetPortNumber .1.3.6.1.4.1.2928.2.5.4.2.1.18
vasUdpSrcCipher r/w VasCipher .1.3.6.1.4.1.2928.2.5.4.2.1.19
vasUdpSrcRowStatus r/w SNMPv2-TCRowStatus .1.3.6.1.4.1.2928.2.5.4.2.1.2
vasUdpSrcDecryptKey r/w SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.2928.2.5.4.2.1.20
vasUdpSrcTtl r/w Unsigned32 .1.3.6.1.4.1.2928.2.5.4.2.1.21
vasUdpSrcDontFragment r/w SNMPv2-TCTruthValue .1.3.6.1.4.1.2928.2.5.4.2.1.22
vasUdpSrcName SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.2928.2.5.4.2.1.3
vasUdpSrcPurpose r/w SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.2928.2.5.4.2.1.4
vasUdpSrcAdminStatus r/w Enumeration .1.3.6.1.4.1.2928.2.5.4.2.1.5
vasUdpSrcOperStatus Enumeration .1.3.6.1.4.1.2928.2.5.4.2.1.6
vasUdpSrcFailure SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.2928.2.5.4.2.1.7
vasUdpSrcLastChanged SNMPv2-TCTimeStamp .1.3.6.1.4.1.2928.2.5.4.2.1.8
vasUdpSrcConnectionStatus VasConnectionStatus .1.3.6.1.4.1.2928.2.5.4.2.1.9
vasUdpSnkTable .1.3.6.1.4.1.2928.2.5.4.3
vasUdpSnkEntry vasUdpSnkIndex .1.3.6.1.4.1.2928.2.5.4.3.1
vasUdpSnkIndex Unsigned32 .1.3.6.1.4.1.2928.2.5.4.3.1.1
vasUdpSnkResetStatistics r/w VasResetStatistics .1.3.6.1.4.1.2928.2.5.4.3.1.10
vasUdpSnkStatsUdp Unsigned32 .1.3.6.1.4.1.2928.2.5.4.3.1.11
vasUdpSnkStatsTr101 Unsigned32 .1.3.6.1.4.1.2928.2.5.4.3.1.12
vasUdpSnkEnableTr101 r/w SNMPv2-TCTruthValue .1.3.6.1.4.1.2928.2.5.4.3.1.13
vasUdpSnkRemoteInetType INET-ADDRESS-MIBInetAddressType .1.3.6.1.4.1.2928.2.5.4.3.1.14
vasUdpSnkRemoteInetAddress INET-ADDRESS-MIBInetAddress .1.3.6.1.4.1.2928.2.5.4.3.1.15
vasUdpSnkLocalIfType r/w INET-ADDRESS-MIBInetAddressType .1.3.6.1.4.1.2928.2.5.4.3.1.16
vasUdpSnkLocalIfAddress r/w INET-ADDRESS-MIBInetAddress .1.3.6.1.4.1.2928.2.5.4.3.1.17
vasUdpSnkLocalPort r/w INET-ADDRESS-MIBInetPortNumber .1.3.6.1.4.1.2928.2.5.4.3.1.18
vasUdpSnkCipher r/w VasCipher .1.3.6.1.4.1.2928.2.5.4.3.1.19
vasUdpSnkRowStatus r/w SNMPv2-TCRowStatus .1.3.6.1.4.1.2928.2.5.4.3.1.2
vasUdpSnkEncryptKey r/w SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.2928.2.5.4.3.1.20
vasUdpSnkMcastIpType r/w INET-ADDRESS-MIBInetAddressType .1.3.6.1.4.1.2928.2.5.4.3.1.21
vasUdpSnkMcastIp r/w INET-ADDRESS-MIBInetAddress .1.3.6.1.4.1.2928.2.5.4.3.1.22
vasUdpSnkSsmSourceIp r/w INET-ADDRESS-MIBInetAddress .1.3.6.1.4.1.2928.2.5.4.3.1.23
vasUdpSnkCompress r/w SNMPv2-TCTruthValue .1.3.6.1.4.1.2928.2.5.4.3.1.24
vasUdpSnkName SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.2928.2.5.4.3.1.3
vasUdpSnkPurpose r/w SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.2928.2.5.4.3.1.4
vasUdpSnkAdminStatus r/w Enumeration .1.3.6.1.4.1.2928.2.5.4.3.1.5
vasUdpSnkOperStatus Enumeration .1.3.6.1.4.1.2928.2.5.4.3.1.6
vasUdpSnkFailure SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.2928.2.5.4.3.1.7
vasUdpSnkLastChanged SNMPv2-TCTimeStamp .1.3.6.1.4.1.2928.2.5.4.3.1.8
vasUdpSnkConnectionStatus VasConnectionStatus .1.3.6.1.4.1.2928.2.5.4.3.1.9
vasPulSrcTable .1.3.6.1.4.1.2928.2.5.4.4
vasPulSrcEntry vasPulSrcIndex .1.3.6.1.4.1.2928.2.5.4.4.1
vasPulSrcIndex Unsigned32 .1.3.6.1.4.1.2928.2.5.4.4.1.1
vasPulSrcResetStatistics r/w VasResetStatistics .1.3.6.1.4.1.2928.2.5.4.4.1.10
vasPulSrcStatsTrsp Unsigned32 .1.3.6.1.4.1.2928.2.5.4.4.1.11
vasPulSrcRemoteInetType INET-ADDRESS-MIBInetAddressType .1.3.6.1.4.1.2928.2.5.4.4.1.12
vasPulSrcRemoteInetAddress INET-ADDRESS-MIBInetAddress .1.3.6.1.4.1.2928.2.5.4.4.1.13
vasPulSrcStreamId r/w SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.2928.2.5.4.4.1.14
vasPulSrcInputFrom r/w SNMPv2-TCRowPointer .1.3.6.1.4.1.2928.2.5.4.4.1.15
vasPulSrcRemoteId r/w SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.2928.2.5.4.4.1.16
vasPulSrcPassword r/w SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.2928.2.5.4.4.1.17
vasPulSrcRowStatus r/w SNMPv2-TCRowStatus .1.3.6.1.4.1.2928.2.5.4.4.1.2
vasPulSrcName SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.2928.2.5.4.4.1.3
vasPulSrcPurpose r/w SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.2928.2.5.4.4.1.4
vasPulSrcAdminStatus r/w Enumeration .1.3.6.1.4.1.2928.2.5.4.4.1.5
vasPulSrcOperStatus Enumeration .1.3.6.1.4.1.2928.2.5.4.4.1.6
vasPulSrcFailure SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.2928.2.5.4.4.1.7
vasPulSrcLastChanged SNMPv2-TCTimeStamp .1.3.6.1.4.1.2928.2.5.4.4.1.8
vasPulSrcConnectionStatus VasConnectionStatus .1.3.6.1.4.1.2928.2.5.4.4.1.9
vasMpuSrcTable .1.3.6.1.4.1.2928.2.5.4.5
vasMpuSrcEntry vasMpuSrcIndex .1.3.6.1.4.1.2928.2.5.4.5.1
vasMpuSrcIndex Unsigned32 .1.3.6.1.4.1.2928.2.5.4.5.1.1
vasMpuSrcStreamId r/w SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.2928.2.5.4.5.1.12
vasMpuSrcInputFrom r/w SNMPv2-TCRowPointer .1.3.6.1.4.1.2928.2.5.4.5.1.13
vasMpuSrcRowStatus r/w SNMPv2-TCRowStatus .1.3.6.1.4.1.2928.2.5.4.5.1.2
vasMpuSrcName SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.2928.2.5.4.5.1.3
vasMpuSrcPurpose r/w SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.2928.2.5.4.5.1.4
vasMpuSrcAdminStatus r/w Enumeration .1.3.6.1.4.1.2928.2.5.4.5.1.5
vasMpuSrcOperStatus Enumeration .1.3.6.1.4.1.2928.2.5.4.5.1.6
vasMpuSrcFailure SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.2928.2.5.4.5.1.7
vasMpuSrcLastChanged SNMPv2-TCTimeStamp .1.3.6.1.4.1.2928.2.5.4.5.1.8
vasPulSnkTable .1.3.6.1.4.1.2928.2.5.4.6
vasPulSnkEntry vasPulSnkIndex .1.3.6.1.4.1.2928.2.5.4.6.1
vasPulSnkIndex Unsigned32 .1.3.6.1.4.1.2928.2.5.4.6.1.1
vasPulSnkResetStatistics r/w VasResetStatistics .1.3.6.1.4.1.2928.2.5.4.6.1.10
vasPulSnkStatsTrsp Unsigned32 .1.3.6.1.4.1.2928.2.5.4.6.1.11
vasPulSnkStatsTr101 Unsigned32 .1.3.6.1.4.1.2928.2.5.4.6.1.12
vasPulSnkEnableTr101 r/w SNMPv2-TCTruthValue .1.3.6.1.4.1.2928.2.5.4.6.1.13
vasPulSnkRemoteInetType INET-ADDRESS-MIBInetAddressType .1.3.6.1.4.1.2928.2.5.4.6.1.14
vasPulSnkRemoteInetAddress INET-ADDRESS-MIBInetAddress .1.3.6.1.4.1.2928.2.5.4.6.1.15
vasPulSnkStreamId r/w SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.2928.2.5.4.6.1.16
vasPulSnkPassword r/w SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.2928.2.5.4.6.1.17
vasPulSnkRemoteHostType r/w INET-ADDRESS-MIBInetAddressType .1.3.6.1.4.1.2928.2.5.4.6.1.18
vasPulSnkRemoteHostAddress r/w INET-ADDRESS-MIBInetAddress .1.3.6.1.4.1.2928.2.5.4.6.1.19
vasPulSnkRowStatus r/w SNMPv2-TCRowStatus .1.3.6.1.4.1.2928.2.5.4.6.1.2
vasPulSnkRemoteHostType2 r/w INET-ADDRESS-MIBInetAddressType .1.3.6.1.4.1.2928.2.5.4.6.1.20
vasPulSnkRemoteHostAddress2 r/w INET-ADDRESS-MIBInetAddress .1.3.6.1.4.1.2928.2.5.4.6.1.21
vasPulSnkRemotePort r/w INET-ADDRESS-MIBInetPortNumber .1.3.6.1.4.1.2928.2.5.4.6.1.22
vasPulSnkRetransmitBuffer r/w Unsigned32 .1.3.6.1.4.1.2928.2.5.4.6.1.23
vasPulSnkFecMaxOverhead r/w Unsigned32 .1.3.6.1.4.1.2928.2.5.4.6.1.24
vasPulSnkFecOptimize r/w SNMPv2-TCTruthValue .1.3.6.1.4.1.2928.2.5.4.6.1.25
vasPulSnkFecLatency r/w Unsigned32 .1.3.6.1.4.1.2928.2.5.4.6.1.26
vasPulSnkName SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.2928.2.5.4.6.1.3
vasPulSnkPurpose r/w SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.2928.2.5.4.6.1.4
vasPulSnkAdminStatus r/w Enumeration .1.3.6.1.4.1.2928.2.5.4.6.1.5
vasPulSnkOperStatus Enumeration .1.3.6.1.4.1.2928.2.5.4.6.1.6
vasPulSnkFailure SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.2928.2.5.4.6.1.7
vasPulSnkLastChanged SNMPv2-TCTimeStamp .1.3.6.1.4.1.2928.2.5.4.6.1.8
vasPulSnkConnectionStatus VasConnectionStatus .1.3.6.1.4.1.2928.2.5.4.6.1.9
vasPusSrcTable .1.3.6.1.4.1.2928.2.5.4.7
vasPusSrcEntry vasPusSrcIndex .1.3.6.1.4.1.2928.2.5.4.7.1
vasPusSrcIndex Unsigned32 .1.3.6.1.4.1.2928.2.5.4.7.1.1
vasPusSrcResetStatistics r/w VasResetStatistics .1.3.6.1.4.1.2928.2.5.4.7.1.10
vasPusSrcStatsTrsp Unsigned32 .1.3.6.1.4.1.2928.2.5.4.7.1.11
vasPusSrcRemoteInetType INET-ADDRESS-MIBInetAddressType .1.3.6.1.4.1.2928.2.5.4.7.1.12
vasPusSrcRemoteInetAddress INET-ADDRESS-MIBInetAddress .1.3.6.1.4.1.2928.2.5.4.7.1.13
vasPusSrcStreamId r/w SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.2928.2.5.4.7.1.14
vasPusSrcInputFrom r/w SNMPv2-TCRowPointer .1.3.6.1.4.1.2928.2.5.4.7.1.15
vasPusSrcPassword r/w SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.2928.2.5.4.7.1.16
vasPusSrcRemoteHostType r/w INET-ADDRESS-MIBInetAddressType .1.3.6.1.4.1.2928.2.5.4.7.1.17
vasPusSrcRemoteHostAddress r/w INET-ADDRESS-MIBInetAddress .1.3.6.1.4.1.2928.2.5.4.7.1.18
vasPusSrcRemoteHostType2 r/w INET-ADDRESS-MIBInetAddressType .1.3.6.1.4.1.2928.2.5.4.7.1.19
vasPusSrcRowStatus r/w SNMPv2-TCRowStatus .1.3.6.1.4.1.2928.2.5.4.7.1.2
vasPusSrcRemoteHostAddress2 r/w INET-ADDRESS-MIBInetAddress .1.3.6.1.4.1.2928.2.5.4.7.1.20
vasPusSrcRemotePort r/w INET-ADDRESS-MIBInetPortNumber .1.3.6.1.4.1.2928.2.5.4.7.1.21
vasPusSrcLocalIfType r/w INET-ADDRESS-MIBInetAddressType .1.3.6.1.4.1.2928.2.5.4.7.1.22
vasPusSrcLocalIfAddress r/w INET-ADDRESS-MIBInetAddress .1.3.6.1.4.1.2928.2.5.4.7.1.23
vasPusSrcRetransmitBuffer r/w Unsigned32 .1.3.6.1.4.1.2928.2.5.4.7.1.24
vasPusSrcFecMaxOverhead r/w Unsigned32 .1.3.6.1.4.1.2928.2.5.4.7.1.25
vasPusSrcFecOptimize r/w SNMPv2-TCTruthValue .1.3.6.1.4.1.2928.2.5.4.7.1.26
vasPusSrcFecLatency r/w Unsigned32 .1.3.6.1.4.1.2928.2.5.4.7.1.27
vasPusSrcName SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.2928.2.5.4.7.1.3
vasPusSrcPurpose r/w SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.2928.2.5.4.7.1.4
vasPusSrcAdminStatus r/w Enumeration .1.3.6.1.4.1.2928.2.5.4.7.1.5
vasPusSrcOperStatus Enumeration .1.3.6.1.4.1.2928.2.5.4.7.1.6
vasPusSrcFailure SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.2928.2.5.4.7.1.7
vasPusSrcLastChanged SNMPv2-TCTimeStamp .1.3.6.1.4.1.2928.2.5.4.7.1.8
vasPusSrcConnectionStatus VasConnectionStatus .1.3.6.1.4.1.2928.2.5.4.7.1.9
vasPusSnkTable .1.3.6.1.4.1.2928.2.5.4.8
vasPusSnkEntry vasPusSnkIndex .1.3.6.1.4.1.2928.2.5.4.8.1
vasPusSnkIndex Unsigned32 .1.3.6.1.4.1.2928.2.5.4.8.1.1
vasPusSnkResetStatistics r/w VasResetStatistics .1.3.6.1.4.1.2928.2.5.4.8.1.10
vasPusSnkStatsTrsp Unsigned32 .1.3.6.1.4.1.2928.2.5.4.8.1.11
vasPusSnkStatsTr101 Unsigned32 .1.3.6.1.4.1.2928.2.5.4.8.1.12
vasPusSnkEnableTr101 r/w SNMPv2-TCTruthValue .1.3.6.1.4.1.2928.2.5.4.8.1.13
vasPusSnkRemoteInetType INET-ADDRESS-MIBInetAddressType .1.3.6.1.4.1.2928.2.5.4.8.1.14
vasPusSnkRemoteInetAddress INET-ADDRESS-MIBInetAddress .1.3.6.1.4.1.2928.2.5.4.8.1.15
vasPusSnkStreamId r/w SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.2928.2.5.4.8.1.16
vasPusSnkPassword r/w SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.2928.2.5.4.8.1.17
vasPusSnkRowStatus r/w SNMPv2-TCRowStatus .1.3.6.1.4.1.2928.2.5.4.8.1.2
vasPusSnkName SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.2928.2.5.4.8.1.3
vasPusSnkPurpose r/w SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.2928.2.5.4.8.1.4
vasPusSnkAdminStatus r/w Enumeration .1.3.6.1.4.1.2928.2.5.4.8.1.5
vasPusSnkOperStatus Enumeration .1.3.6.1.4.1.2928.2.5.4.8.1.6
vasPusSnkFailure SNMP-FRAMEWORK-MIBSnmpAdminString .1.3.6.1.4.1.2928.2.5.4.8.1.7
vasPusSnkLastChanged SNMPv2-TCTimeStamp .1.3.6.1.4.1.2928.2.5.4.8.1.8
vasPusSnkConnectionStatus VasConnectionStatus .1.3.6.1.4.1.2928.2.5.4.8.1.9
vasStatisticsGroup .1.3.6.1.4.1.2928.2.5.5
vasUdpStatisticsTable .1.3.6.1.4.1.2928.2.5.5.1
vasUdpStatisticsEntry vasUdpStsIndex .1.3.6.1.4.1.2928.2.5.5.1.1
vasUdpStsIndex Unsigned32 .1.3.6.1.4.1.2928.2.5.5.1.1.1
vasUdpStsOwner SNMPv2-TCRowPointer .1.3.6.1.4.1.2928.2.5.5.1.1.2
vasUdpStsBitrate Unsigned32 .1.3.6.1.4.1.2928.2.5.5.1.1.3
vasTrspStatisticsTable .1.3.6.1.4.1.2928.2.5.5.2
vasTrspStatisticsEntry vasTrspIndex .1.3.6.1.4.1.2928.2.5.5.2.1
vasTrspIndex Unsigned32 .1.3.6.1.4.1.2928.2.5.5.2.1.1
vasTrspNetRecvDropped SNMPv2-SMICounter64 .1.3.6.1.4.1.2928.2.5.5.2.1.10
vasTrspNetRecvJitter Unsigned32 .1.3.6.1.4.1.2928.2.5.5.2.1.11
vasTrspNetRecvJitterRatio Integer32 .1.3.6.1.4.1.2928.2.5.5.2.1.12
vasTrspNetRecvOutOfOrder SNMPv2-SMICounter64 .1.3.6.1.4.1.2928.2.5.5.2.1.13
vasTrspNetRecvOverflows SNMPv2-SMICounter64 .1.3.6.1.4.1.2928.2.5.5.2.1.14
vasTrspNetRecvPackets SNMPv2-SMICounter64 .1.3.6.1.4.1.2928.2.5.5.2.1.15
vasTrspNetRecvPacketRate Unsigned32 .1.3.6.1.4.1.2928.2.5.5.2.1.16
vasTrspNetRecvPacketLoss Unsigned32 .1.3.6.1.4.1.2928.2.5.5.2.1.17
vasTrspArqRecvAlmostDropped SNMPv2-SMICounter64 .1.3.6.1.4.1.2928.2.5.5.2.1.18
vasTrspArqRecvBitrate Unsigned32 .1.3.6.1.4.1.2928.2.5.5.2.1.19
vasTrspOwner SNMPv2-TCRowPointer .1.3.6.1.4.1.2928.2.5.5.2.1.2
vasTrspArqRecvDropped SNMPv2-SMICounter64 .1.3.6.1.4.1.2928.2.5.5.2.1.20
vasTrspArqRecvDuplicates SNMPv2-SMICounter64 .1.3.6.1.4.1.2928.2.5.5.2.1.21
vasTrspArqRecvOverflows SNMPv2-SMICounter64 .1.3.6.1.4.1.2928.2.5.5.2.1.22
vasTrspArqRecvPackets SNMPv2-SMICounter64 .1.3.6.1.4.1.2928.2.5.5.2.1.23
vasTrspArqRecvRecovered SNMPv2-SMICounter64 .1.3.6.1.4.1.2928.2.5.5.2.1.24
vasTrspArqRecvRequests SNMPv2-SMICounter64 .1.3.6.1.4.1.2928.2.5.5.2.1.25
vasTrspNetSendBitrate Unsigned32 .1.3.6.1.4.1.2928.2.5.5.2.1.26
vasTrspNetSendOctets SNMPv2-SMICounter64 .1.3.6.1.4.1.2928.2.5.5.2.1.27
vasTrspNetSendLimit Unsigned32 .1.3.6.1.4.1.2928.2.5.5.2.1.28
vasTrspNetSendPackets SNMPv2-SMICounter64 .1.3.6.1.4.1.2928.2.5.5.2.1.29
vasTrspLastConnectionChange SNMPv2-TCDateAndTime .1.3.6.1.4.1.2928.2.5.5.2.1.3
vasTrspNetSendRtt Unsigned32 .1.3.6.1.4.1.2928.2.5.5.2.1.30
vasTrspNetSendErrors SNMPv2-SMICounter64 .1.3.6.1.4.1.2928.2.5.5.2.1.31
vasTrspArqSendBitrate Unsigned32 .1.3.6.1.4.1.2928.2.5.5.2.1.32
vasTrspArqSendIgnored SNMPv2-SMICounter64 .1.3.6.1.4.1.2928.2.5.5.2.1.33
vasTrspArqSendMissed SNMPv2-SMICounter64 .1.3.6.1.4.1.2928.2.5.5.2.1.34
vasTrspArqSendPacketRate Unsigned32 .1.3.6.1.4.1.2928.2.5.5.2.1.35
vasTrspArqSendPackets SNMPv2-SMICounter64 .1.3.6.1.4.1.2928.2.5.5.2.1.36
vasTrspFecRecvBitrate Unsigned32 .1.3.6.1.4.1.2928.2.5.5.2.1.37
vasTrspFecRecvPacketRate Unsigned32 .1.3.6.1.4.1.2928.2.5.5.2.1.38
vasTrspFecRecvPackets SNMPv2-SMICounter64 .1.3.6.1.4.1.2928.2.5.5.2.1.39
vasTrspConnects Unsigned32 .1.3.6.1.4.1.2928.2.5.5.2.1.4
vasTrspFecRecvRecovered SNMPv2-SMICounter64 .1.3.6.1.4.1.2928.2.5.5.2.1.40
vasTrspFecSendBitrate Unsigned32 .1.3.6.1.4.1.2928.2.5.5.2.1.41
vasTrspFecSendPacketRate Unsigned32 .1.3.6.1.4.1.2928.2.5.5.2.1.42
vasTrspFecSendPackets SNMPv2-SMICounter64 .1.3.6.1.4.1.2928.2.5.5.2.1.43
vasTrspDisconnects Unsigned32 .1.3.6.1.4.1.2928.2.5.5.2.1.5
vasTrspNetRecvBitrate Unsigned32 .1.3.6.1.4.1.2928.2.5.5.2.1.6
vasTrspNetRecvBurstLoss SNMPv2-SMICounter32 .1.3.6.1.4.1.2928.2.5.5.2.1.7
vasTrspNetRecvOctets SNMPv2-SMICounter64 .1.3.6.1.4.1.2928.2.5.5.2.1.8
vasTrspNetRecvLatency Unsigned32 .1.3.6.1.4.1.2928.2.5.5.2.1.9