DTE-3114 – Networked Quad QAM Modulator
USER
MANUAL
42
::= { nwRxEntry 30 }
---------------------------------------------------------------------------
-- Group: network - nwTxChannels --
---------------------------------------------------------------------------
nwTxNumberOfChannels OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of network transmit channels available on this device."
::= { nwTxChannels 1 }
nwTxTable OBJECT-TYPE
SYNTAX SEQUENCE OF NwTxEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A list of network transmit channel entries. The number
of entries is given by the value of 'nwTxNumberOfChannels'."
::= { nwTxChannels 2 }
nwTxEntry OBJECT-TYPE
SYNTAX NwTxEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A network transmit channel entry containing objects
with control and status data."
INDEX { nwTxIndex }
::= { nwTxTable 1 }
NwTxEntry ::= SEQUENCE {
nwTxIndex Integer32,
nwTxSourceType INTEGER,
nwTxSourceIndex Integer32,
nwTxChannelEnable INTEGER,
nwTxIpAddress IpAddress,
nwTxIpPort Integer32,
nwTxTimeToLive Integer32,
nwTxProtocol INTEGER,
nwTxNumberOfTpPerIp Integer32,
nwTxFecEnable INTEGER,
nwTxFecNumberOfRows Integer32,
nwTxFecNumberOfColumns Integer32,
nwTxIpAddressStatus INTEGER,
nwTxFecDelay Integer32,
nwTxTsPacketSize Integer32,
nwTxSettingsStatus Integer32,
nwTxTypeOfService Integer32
}
nwTxIndex OBJECT-TYPE
SYNTAX Integer32(1..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A unique value identifying this network transmit channel.
The value ranges between 1 and the value of 'nwTxNumberOfChannels'."
DEFVAL { 1 }
::= { nwTxEntry 1 }
nwTxSourceType OBJECT-TYPE
SYNTAX INTEGER {
asi(1),
sdi(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Identifies the type of interface connected to the input of this network
transmit channel:
1 ASI input (see 'DTE-ASI-MIB')
2 SDI input (see 'DTE-SDI-MIB')"
::= { nwTxEntry 2 }
nwTxSourceIndex OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Table index of the entry describing the associated input (source) interface.
This entry can be found in MIB associated with the input type
defined by 'nwTxSinkType'."