4. Definitions
DVB-RCS-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-TYPE, Integer32, Unsigned32, transmission FROM SNMPv2-SMI -- [RFC2578] TEXTUAL-CONVENTION, RowStatus FROM SNMPv2-TC -- [RFC2579] OBJECT-GROUP, MODULE-COMPLIANCE FROM SNMPv2-CONF -- [RFC2580] SnmpAdminString FROM SNMP-FRAMEWORK-MIB -- [RFC3411] InetAddressType, InetAddress, InetAddressPrefixLength, InetPortNumber FROM INET-ADDRESS-MIB -- [RFC4001] Uri FROM URI-TC-MIB -- [RFC5017] Dscp, DscpOrAny FROM DIFFSERV-DSCP-TC -- [RFC3289] ; dvbRcsMib MODULE-IDENTITY LAST-UPDATED "201002161200Z" ORGANIZATION "The SatLabs Group" CONTACT-INFO "The SatLabs Group Web: www.satlabs.org E-mail: info@satlabs.org" DESCRIPTION "DVB-RCS MIB subtree. This MIB module applies to equipment that is a Return Channel Satellite Terminal (RCST), defined in the Digital Video Broadcasting Return Channel via Satellite system (DVB-RCS) standard (ETSI EN 301 790 Digital Video Broadcasting (DVB); Interaction Channel for Satellite Distribution Systems, European Telecommunications Standards Institute (ETSI)).
It defines a set of MIB objects to characterize the
behavior and performance of network-layer entities
implementing DVB-RCS.
This MIB module is intended to be used by DVB-RCS
equipment following the SatLabs System Recommendations,
defined by the SatLabs Group and available at
www.satlabs.org.
Note that, if not stated otherwise in the object
DESCRIPTION clause, all writable objects are
persistent.
Copyright (C) The IETF Trust (2010). This version of
this MIB module is part of RFC 5728; see the RFC itself
for full legal notices."
REVISION "200907201200Z"
DESCRIPTION
"Revision of this MIB module, following MIB doctor review
and adjustments based on the MIB authoring guidelines
from the IETF."
::= { transmission 239 }
--==============================================================
-- Textual Conventions
--==============================================================
DvbRcsSatLabsProfileMap ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"This textual convention enumerates the declaration of
the SatLabs-defined terminal profiles. The mapping to
the profiles is to be understood as described here. (0)
refers to the most significant bit.
dvbs(0) -> DVBS profile (DVB-S support)
dvbs2ccm(1) -> DVB-S2 CCM profile (CCM support)
dvbs2acm(2) -> DVB-S2 ACM profile (CCM, VCM and ACM
support)"
REFERENCE
"SatLabs System Recommendations, available at
www.satlabs.org."
SYNTAX BITS {
dvbs(0),
dvbs2ccm(1),
dvbs2acm(2),
spare1(3),
spare2(4),
spare3(5),
spare4(6),
spare5(7),
spare6(8),
spare7(9),
spare8(10),
spare9(11),
spare10(12),
spare11(13),
spare12(14),
spare13(15),
spare14(16),
spare15(17),
spare16(18),
spare17(19),
spare18(20),
spare19(21),
spare20(22),
spare21(23),
spare22(24),
spare23(25),
spare24(26),
spare25(27),
spare26(28),
spare27(29),
spare28(30),
spare29(31)
}
DvbRcsSatLabsOptionMap ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"This textual convention enumerates the declaration of
the SatLabs-defined options. A value of 1 indicates
that the respective option is supported. The mapping
to the options is to be understood as described here.
(0) refers to the most significant bit.
mpegTrf(0) -> MPEG_TRF
coarseSync(1) -> COARSE_SYNC
wideHop(2) -> WIDE_HOPP
fastHop(3) -> FAST_HOPP
dynamicMfTdma(4) -> Dynamic_MF_TDMA
contentionSync(5) -> CONTENTION_SYNC
qpskLow(6) -> QPSKLOW
mod16Apsk(7) -> 16APSK
mod32Apsk(8) -> 32APSK
normalFec(9) -> NORMALFEC
multiTs(10) -> MULTITS
gsTs(11) -> GSTS
enhQoS(12) -> ENHQOS
pep(13) -> PEP
http(14) -> HTTP
ftp(15) -> FTP
dns(16) -> DNS
chIdStrict(17) -> CHID_STRICT
nlid(18) -> NLID
snmpMisc(19) -> SNMPMISC
The support of specific options mandates the support of
specific objects and access levels."
REFERENCE
"SatLabs System Recommendations, available at
www.satlabs.org."
SYNTAX BITS {
mpegTrf(0),
coarseSync(1),
wideHop(2),
fastHop(3),
dynamicMfTdma(4),
contentionSync(5),
qpskLow(6),
mod16Apsk(7),
mod32Apsk(8),
normalFec(9),
multiTs(10),
gsTs(11),
enhQoS(12),
pep(13),
http(14),
ftp(15),
dns(16),
chIdStrict(17),
nlid(18),
snmpMisc(19),
spare1(20),
spare2(21),
spare3(22),
spare4(23),
spare5(24),
spare6(25),
spare7(26),
spare8(27),
spare9(28),
spare10(29),
spare11(30),
spare12(31)
}
DvbRcsSatLabsFeatureMap ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"This textual convention enumerates the declaration
of the SatLabs-specified compatibility and
configuration features. A value of 1 indicates that
the respective feature is supported. The mapping to
the features is to be understood as described here.
(0) refers to the most significant bit.
rcstPara(0) -> RCST_PARA feature
installLog(1) -> INSTALL_LOG feature
enhClassifier(2) -> ENHCLASSIFIER feature
routeId(3) -> ROUTE_ID feature
oduList(4) -> ODULIST feature
extNetwork(5) -> EXTNETWORK feature
extControl(6) -> EXTCONTROL feature
extConfig(7) -> EXTCONFIG feature
extStatus(8) -> EXTSTATUS feature
mpaf(9) -> MPAF feature
The support of specific features mandates the support of
specific objects and access levels."
REFERENCE
"SatLabs System Recommendations, available at
www.satlabs.org."
SYNTAX BITS {
rcstPara(0),
installLog(1),
enhClassifier(2),
routeId(3),
oduList(4),
extNetwork(5),
extControl(6),
extConfig(7),
extStatus(8),
mpaf(9),
spare1(10),
spare2(11),
spare3(12),
spare4(13),
spare5(14),
spare6(15),
spare7(16),
spare8(17),
spare9(18),
spare10(19),
spare11(20),
spare12(21),
spare13(22),
spare14(23),
spare15(24),
spare16(25),
spare17(26),
spare18(27),
spare19(28),
spare20(29),
spare21(30),
spare22(31)
}
--==============================================================
-- object type definitions
--==============================================================
dvbRcsMibObjects OBJECT IDENTIFIER ::= {dvbRcsMib 1}
dvbRcsConformance OBJECT IDENTIFIER ::= {dvbRcsMib 2}
dvbRcsRcst OBJECT IDENTIFIER ::= {dvbRcsMibObjects 1}
dvbRcsFwdLink OBJECT IDENTIFIER ::= {dvbRcsMibObjects 2}
dvbRcsRtnLink OBJECT IDENTIFIER ::= {dvbRcsMibObjects 3}
dvbRcsRcstSystem OBJECT IDENTIFIER ::= {dvbRcsRcst 1}
dvbRcsRcstNetwork OBJECT IDENTIFIER ::= {dvbRcsRcst 2}
dvbRcsRcstInstall OBJECT IDENTIFIER ::= {dvbRcsRcst 3}
dvbRcsRcstQos OBJECT IDENTIFIER ::= {dvbRcsRcst 4}
dvbRcsRcstControl OBJECT IDENTIFIER ::= {dvbRcsRcst 5}
dvbRcsRcstState OBJECT IDENTIFIER ::= {dvbRcsRcst 6}
dvbRcsFwdConfig OBJECT IDENTIFIER ::= {dvbRcsFwdLink 1}
dvbRcsFwdStatus OBJECT IDENTIFIER ::= {dvbRcsFwdLink 2}
dvbRcsRtnConfig OBJECT IDENTIFIER ::= {dvbRcsRtnLink 1}
dvbRcsRtnStatus OBJECT IDENTIFIER ::= {dvbRcsRtnLink 2}
--==============================================================
-- dvbRcsRcstSystem sub-tree object types
--==============================================================
dvbRcsSystemMibRevision OBJECT-TYPE
SYNTAX SnmpAdminString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object allows the SNMP agent to report the
implemented MIB module revision.
The supported REVISION of this module is reported."
::= {dvbRcsRcstSystem 1}
--==============================================================
-- Options declared according to the textual conventions
--==============================================================
dvbRcsSystemSatLabsProfilesDeclaration OBJECT-TYPE
SYNTAX DvbRcsSatLabsProfileMap
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the SatLabs profiles supported, as defined in
the SatLabs System Recommendations."
::= {dvbRcsRcstSystem 2}
dvbRcsSystemSatLabsOptionsDeclaration OBJECT-TYPE
SYNTAX DvbRcsSatLabsOptionMap
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the SatLabs options supported, as defined in
the SatLabs System Recommendations."
::= {dvbRcsRcstSystem 3}
dvbRcsSystemSatLabsFeaturesDeclaration OBJECT-TYPE
SYNTAX DvbRcsSatLabsFeatureMap
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the optional compatibility features and minor
options supported, as defined in the SatLabs System
Recommendations."
::= {dvbRcsRcstSystem 4}
dvbRcsSystemLocation OBJECT-TYPE
SYNTAX SnmpAdminString
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Physical location of the ODU antenna expressed as
longitude, latitude, and altitude. The string
shall have 31 characters in the following format:
<xxxx.xxx>,<a>,<yyyyy.yyy>,<b>,<zzzz.z>,M
where x, y and z represents digits,
a=N or S,
b=E or W,
Reading the digits from left to right:
'x' 7 latitude digits;
x digits 1-2 contain the degrees,
x digits 3-7 contain the minutes in decimal;
'y' 8 longitude digits;
y digits 1-3 contain the degrees,
y digits 4-8 contain the minutes in decimal;
'z' 5 altitude digits;
meters above sea level in decimal;
'.' is the decimal point;
',' is the field separator;
'M' is the indicator for altitude meters.
This format is a modified subset of the NMEA 0183
(National Marine Electronics Association, Interface
Standard) format for Global Positioning System Fix
Data.
This location and the satellite position are used to
calculate the RCST-satellite path delay.
Note: The system.sysLocation object of MIB-II provides
physical location of the IDU unit."
::= {dvbRcsRcstSystem 5}
dvbRcsSystemOduAntennaSize OBJECT-TYPE
SYNTAX Unsigned32
UNITS "cm"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Diameter of the antenna."
::= {dvbRcsRcstSystem 6}
dvbRcsSystemOduAntennaGain OBJECT-TYPE
SYNTAX Unsigned32
UNITS "x0.1 dBi"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Antenna peak gain of the ODU."
::= {dvbRcsRcstSystem 7}
dvbRcsSystemOduSspa OBJECT-TYPE
SYNTAX Unsigned32
UNITS "x0.1 W"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Power level of the Solid State Power Amplifier
installed in the ODU."
::= {dvbRcsRcstSystem 8}
dvbRcsSystemOduTxType OBJECT-TYPE
SYNTAX SnmpAdminString
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Type of transmitter installed in the ODU."
::= {dvbRcsRcstSystem 9}
dvbRcsSystemOduRxType OBJECT-TYPE
SYNTAX SnmpAdminString
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Type of LNB installed in the ODU, with
information such as vendor type, output type (single,
twin, quad,...), etc."
::= {dvbRcsRcstSystem 10}
dvbRcsSystemOduRxBand OBJECT-TYPE
SYNTAX INTEGER {
oduHighRxBand (0),
oduLowRxBand (1)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"LNB High Band / Low Band selector. High Band corresponds
to the emission of an 18-26 kHz tone with 0.4-0.8 Vpp in
the Rx IFL cable:
(0) - High Band
(1) - Low Band"
::= {dvbRcsRcstSystem 11}
dvbRcsSystemOduRxLO OBJECT-TYPE
SYNTAX Unsigned32
UNITS "x100 Hz"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Frequency of LNB Local Oscillator (in 100 Hz)"
::= {dvbRcsRcstSystem 12}
dvbRcsSystemOduTxLO OBJECT-TYPE
SYNTAX Unsigned32
UNITS "x100 Hz"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Frequency of Block Up-Converter Local Oscillator
(in 100 Hz)."
::= {dvbRcsRcstSystem 13}
dvbRcsSystemIduPep OBJECT IDENTIFIER ::= {dvbRcsRcstSystem 14}
dvbRcsTcpPep OBJECT-TYPE
SYNTAX INTEGER{
disabled (0),
enabled (1)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Status and control of embedded TCP PEP.
0 - disabled or not implemented
1 - enabled"
::={dvbRcsSystemIduPep 1}
dvbRcsHttpPep OBJECT-TYPE
SYNTAX INTEGER{
disabled (0),
enabled (1)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Status and control of embedded HTTP PEP.
0 - disabled or not implemented
1 - enabled"
::={dvbRcsSystemIduPep 2}
--==============================================================
-- ODU structural entities
--==============================================================
dvbRcsOduTx OBJECT IDENTIFIER ::= {dvbRcsRcstSystem 15}
dvbRcsOduRx OBJECT IDENTIFIER ::= {dvbRcsRcstSystem 16}
dvbRcsOduAntenna OBJECT IDENTIFIER ::= {dvbRcsRcstSystem 17}
--==============================================================
-- ODU BUC
--==============================================================
dvbRcsOduTxTypeTable OBJECT-TYPE
SYNTAX SEQUENCE OF DvbRcsOduTxTypeEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains the identification of each well-
known BUC type supported by the IDU and provides its
associated index."
::={dvbRcsOduTx 1}
dvbRcsOduTxTypeEntry OBJECT-TYPE
SYNTAX DvbRcsOduTxTypeEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the BUC type table."
INDEX { dvbRcsOduTxTypeIndex }
::={dvbRcsOduTxTypeTable 1}
DvbRcsOduTxTypeEntry ::= SEQUENCE {
dvbRcsOduTxTypeIndex Unsigned32,
dvbRcsOduTxTypeDescription SnmpAdminString
}
dvbRcsOduTxTypeIndex OBJECT-TYPE
SYNTAX Unsigned32 (1..32)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Index for the BUC type."
::={dvbRcsOduTxTypeEntry 1}
dvbRcsOduTxTypeDescription OBJECT-TYPE
SYNTAX SnmpAdminString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Text-based identification of a BUC type."
::={dvbRcsOduTxTypeEntry 2}
dvbRcsOduTxType OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Index of the selected BUC type."
::={dvbRcsOduTx 2}
--==============================================================
-- ODU LNB
--==============================================================
dvbRcsOduRxTypeTable OBJECT-TYPE
SYNTAX SEQUENCE OF DvbRcsOduRxTypeEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains the identification of each well-
known LNB type supported by the IDU and provides its
associated index."
::={dvbRcsOduRx 1}
dvbRcsOduRxTypeEntry OBJECT-TYPE
SYNTAX DvbRcsOduRxTypeEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the LNB type table."
INDEX { dvbRcsOduRxTypeIndex }
::={dvbRcsOduRxTypeTable 1}
DvbRcsOduRxTypeEntry ::= SEQUENCE {
dvbRcsOduRxTypeIndex Unsigned32,
dvbRcsOduRxTypeDescription SnmpAdminString
}
dvbRcsOduRxTypeIndex OBJECT-TYPE
SYNTAX Unsigned32 (1..32)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Index for the LNB type."
::={dvbRcsOduRxTypeEntry 1}
dvbRcsOduRxTypeDescription OBJECT-TYPE
SYNTAX SnmpAdminString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Text-based identification of an LNB type."
::={dvbRcsOduRxTypeEntry 2}
dvbRcsOduRxType OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Index of the selected LNB type."
::={dvbRcsOduRx 2}
--==============================================================
-- ODU Antenna
--==============================================================
dvbRcsOduAntennaTypeTable OBJECT-TYPE
SYNTAX SEQUENCE OF DvbRcsOduAntennaTypeEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains the identification of each well-
known antenna type supported by the IDU and provides
its associated index."
::={dvbRcsOduAntenna 1}
dvbRcsOduAntennaTypeEntry OBJECT-TYPE
SYNTAX DvbRcsOduAntennaTypeEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the antenna type table."
INDEX { dvbRcsOduAntennaTypeIndex }
::={dvbRcsOduAntennaTypeTable 1}
DvbRcsOduAntennaTypeEntry ::= SEQUENCE {
dvbRcsOduAntennaTypeIndex Unsigned32,
dvbRcsOduAntennaTypeDescription SnmpAdminString
}
dvbRcsOduAntennaTypeIndex OBJECT-TYPE
SYNTAX Unsigned32 (1..32)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Index for the antenna type."
::={dvbRcsOduAntennaTypeEntry 1}
dvbRcsOduAntennaTypeDescription OBJECT-TYPE
SYNTAX SnmpAdminString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Text-based identification of an antenna type."
::={dvbRcsOduAntennaTypeEntry 2}
dvbRcsOduAntennaType OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Index of the selected antenna type."
::={dvbRcsOduAntenna 2}
--==============================================================
-- dvbRcsRcstNetwork sub-tree object types
--==============================================================
dvbRcsNetworkOamInetAddressType OBJECT-TYPE
SYNTAX InetAddressType
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The type of Internet address of
dvbRcsNetworkOamInetAddress.
If the terminal OAM Internet address is unassigned or
unknown, then the value of this object is unknown(0)."
::= {dvbRcsRcstNetwork 1}
dvbRcsNetworkOamInetAddress OBJECT-TYPE
SYNTAX InetAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"OAM IP Address of the RCST. This object is used with
both IP and interfaces MIB-II subgroups. It uniquely
determines the interface through which OAM traffic
passes.
The OAM IP address may be statically or dynamically
assigned. It is system dependent whether the OAM IP
address and the Traffic IP address are the same address.
If the terminal has no OAM Internet address assigned or if
this Internet address is unknown, the value of this
object is the zero-length OCTET STRING.
The InetAddressType is given by the
dvbRcsNetworkOamInetAddressType object."
::= {dvbRcsRcstNetwork 2}
dvbRcsNetworkOamInetAddressPrefixLength OBJECT-TYPE
SYNTAX InetAddressPrefixLength
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Prefix length for the OAM IP Address. If this address
prefix is unknown or does not apply, the value is zero."
::= {dvbRcsRcstNetwork 3}
dvbRcsNetworkOamInetAddressAssign OBJECT-TYPE
SYNTAX INTEGER {
oamInetAddressStatic (1),
oamInetAddressDynamic (2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Identifies whether the OAM IP address is statically
(1) or dynamically (2) assigned."
::= {dvbRcsRcstNetwork 4}
dvbRcsNetworkLanInetAddressType OBJECT-TYPE
SYNTAX InetAddressType
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The type of Internet address of dvbRcsNetworkLanInetAddress.
If the terminal Internet address on the LAN interface is
unassigned or unknown, then the value of this object is
unknown(0)."
::= {dvbRcsRcstNetwork 5}
dvbRcsNetworkLanInetAddress OBJECT-TYPE
SYNTAX InetAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"IP address of the LAN interface of the terminal. If the
terminal has no Internet address assigned on the LAN
interface or if this Internet address is unknown, the
value of this object is the zero-length OCTET STRING.
The InetAddressType is given by the
dvbRcsNetworkLanInetAddressType object."
::= {dvbRcsRcstNetwork 6}
dvbRcsNetworkLanInetAddressPrefixLength OBJECT-TYPE
SYNTAX InetAddressPrefixLength
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Prefix length for the LAN IP Address of the terminal.
If this address prefix is unknown or does not apply, the
value is zero."
::= {dvbRcsRcstNetwork 7}
dvbRcsNetworkAirInterfaceDefaultGatewayInetAddressType
OBJECT-TYPE
SYNTAX InetAddressType
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The type of Internet address of
dvbRcsNetworkAirInterfaceDefaultGatewayInetAddress.
If the default gateway Internet address is unassigned or
unknown, then the value of this object is unknown(0)."
::= {dvbRcsRcstNetwork 8}
dvbRcsNetworkAirInterfaceDefaultGatewayInetAddress OBJECT-TYPE
SYNTAX InetAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"IP address of the default gateway for the air
interface. If the terminal has no default gateway
assigned on the air interface or if this Internet address
is unknown, the value of this object is the zero-length
OCTET STRING.
The InetAddressType is given by the
dvbRcsNetworkAirInterfaceDefaultGatewayInetAddressType
object."
::= {dvbRcsRcstNetwork 9}
dvbRcsNetworkAirInterfaceDefaultGatewayInetAddressPrefixLength
OBJECT-TYPE
SYNTAX InetAddressPrefixLength
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Prefix length for the IP address of the default gateway
for the air interface.
If this address prefix is unknown or does not apply, the
value is zero."
::= {dvbRcsRcstNetwork 10}
dvbRcsNetworkDnsServers OBJECT IDENTIFIER ::= {dvbRcsRcstNetwork
11}
dvbRcsPrimaryDnsServerInetAddressType OBJECT-TYPE
SYNTAX InetAddressType
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The type of Internet address of
dvbRcsPrimaryDnsServerInetAddress. If the primary DNS
server Internet address is unassigned or unknown, then
the value of this object is unknown(0)."
::= { dvbRcsNetworkDnsServers 1}
dvbRcsPrimaryDnsServerInetAddress OBJECT-TYPE
SYNTAX InetAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"IP address of the primary DNS server in the NCC. If
the terminal has no primary DNS server assigned or if this
Internet address is unknown, the value of this object is
the zero-length OCTET STRING.
The InetAddressType is given by the
dvbRcsPrimaryDnsServerInetAddressType object."
::= {dvbRcsNetworkDnsServers 2}
dvbRcsPrimaryDnsServerInetAddressPrefixLength OBJECT-TYPE
SYNTAX InetAddressPrefixLength
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Prefix length for the IP address of the primary DNS
server in the NCC.
If this address prefix is unknown or does not apply, the
value is zero."
::= { dvbRcsNetworkDnsServers 3}
dvbRcsSecondaryDnsServerInetAddressType OBJECT-TYPE
SYNTAX InetAddressType
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The type of Internet address of
dvbRcsSecondaryDnsServerInetAddress. If the secondary
DNS server Internet address is unassigned or unknown,
then the value of this object is unknown(0)."
::= { dvbRcsNetworkDnsServers 4}
dvbRcsSecondaryDnsServerInetAddress OBJECT-TYPE
SYNTAX InetAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"IP address of the secondary DNS server in the NCC. If
the terminal has no secondary DNS server assigned or if
this Internet address is unknown, the value of this
object is the zero-length OCTET STRING.
The InetAddressType is given by the
dvbRcsSecondaryDnsServerInetAddressType object."
::= {dvbRcsNetworkDnsServers 5}
dvbRcsSecondaryDnsServerInetAddressPrefixLength OBJECT-TYPE
SYNTAX InetAddressPrefixLength
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Prefix length for the IP address of the secondary DNS
server in the NCC.
If this address prefix is unknown or does not apply, the
value is zero."
::= { dvbRcsNetworkDnsServers 6}
dvbRcsNetworkNccMgtInetAddressType OBJECT-TYPE
SYNTAX InetAddressType
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The type of Internet address of
dvbRcsNetworkNccMgtInetAddress. If the management server
Internet address is unassigned or unknown, then the
value of this object is unknown(0)."
::= {dvbRcsRcstNetwork 12}
dvbRcsNetworkNccMgtInetAddress OBJECT-TYPE
SYNTAX InetAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"IP address of the management server in the NCC. If
the terminal has no management server assigned or if this
Internet address is unknown, the value of this object is
the zero-length OCTET STRING.
The InetAddressType is given by the
dvbRcsNetworkNccMgtInetAddressType object."
::= {dvbRcsRcstNetwork 13}
dvbRcsNetworkNccMgtInetAddressPrefixLength OBJECT-TYPE
SYNTAX InetAddressPrefixLength
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Prefix length for the IP address of the management
server in the NCC.
If this address prefix is unknown or does not apply, the
value is zero."
::= { dvbRcsRcstNetwork 14}
dvbRcsNetworkConfigFileDownloadUrl OBJECT-TYPE
SYNTAX Uri (SIZE(0..65535))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Full path name for the configuration file download.
It includes the protocol type (TFTP or FTP) and the
associated server IP address or hostname. Hostname can
only be used if DNS is supported by the RCST.
The format of this parameter follows RFC 3986."
::= {dvbRcsRcstNetwork 15}
dvbRcsNetworkInstallLogFileDownloadUrl OBJECT-TYPE
SYNTAX Uri (SIZE(0..65535))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Full path of the installation log file to download.
It includes the protocol type (TFTP or FTP) and the
associated server IP address or hostname. Hostname can
only be used if DNS is supported by the RCST. The
installation log file can be created on the installer's
computer and downloaded to the RCST.
The format of this parameter follows RFC 3986."
::= {dvbRcsRcstNetwork 16}
dvbRcsNetworkConfigFileUploadUrl OBJECT-TYPE
SYNTAX Uri(SIZE(0..65535))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Full path name for the configuration file upload.
It includes the protocol type (TFTP or FTP) and the
associated server IP address or hostname. Hostname can
only be used if DNS is supported by the RCST.
The format of this parameter follows RFC 3986."
::= {dvbRcsRcstNetwork 17}
dvbRcsNetworkLogFileUploadUrl OBJECT-TYPE
SYNTAX Uri(SIZE(0..65535))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Full path of the event log file. It includes the
protocol type (TFTP or FTP) and the associated server IP
address or hostname. Hostname can only be used if DNS is
supported by the RCST.
The format of this parameter follows RFC 3986."
::= {dvbRcsRcstNetwork 18}
dvbRcsNetworkInstallLogFileUploadUrl OBJECT-TYPE
SYNTAX Uri(SIZE(0..65535))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Full path of the installation log file. It includes the
protocol type (TFTP or FTP) and the associated server
IP address or hostname. Hostname can only be used if DNS
is supported by the RCST. The installation log file can
be retrieved from the RCST by the NCC or by the
installer via the LAN.
The format of this parameter follows RFC 3986."
::= {dvbRcsRcstNetwork 19}
--==============================================================
-- dvbRcsRcstInstall sub-tree object types
--==============================================================
dvbRcsInstallAntennaAlignmentState OBJECT-TYPE
SYNTAX INTEGER {
antennaAlignmentStart (1),
antennaAlignmentDeny (2),
antennaAlignmentContinue(3),
antennaAlignmentStop (4),
antennaAlignmentSuccess (5),
antennaAlignmentFail (6)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Indicates the alignment state of the antenna:
(1)-Start;
(2)-Deny;
(3)-Continue;
(4)-Stop;
(5)-Success;
(6)-Fail"
::= {dvbRcsRcstInstall 1}
dvbRcsInstallCwFrequency OBJECT-TYPE
SYNTAX Unsigned32
UNITS "x100 Hz"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Frequency of the transmitted Continuous Wave
carrier (in 100 Hz).
Minimum required precision is 1 kHz."
::= {dvbRcsRcstInstall 2}
dvbRcsInstallCwMaxDuration OBJECT-TYPE
SYNTAX Unsigned32
UNITS "seconds"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Time after which the Continuous Wave carrier must be
put down (in seconds)."
::= {dvbRcsRcstInstall 3}
dvbRcsInstallCwPower OBJECT-TYPE
SYNTAX Integer32
UNITS "x0.1 dBm"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"IDU TX output level when the IDU is configured to send
CW. The resolution is 0.1 dBm and the accuracy is +/- 1
dBm. Reconfiguration is applied immediately to a CW."
::= {dvbRcsRcstInstall 4}
dvbRcsInstallCoPolReading OBJECT-TYPE
SYNTAX Unsigned32
UNITS "x0.1 dB"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Co-polarization measured value during installation
procedure (in 0.1 dB)."
::= {dvbRcsRcstInstall 5}
dvbRcsInstallXPolReading OBJECT-TYPE
SYNTAX Unsigned32
UNITS "x0.1 dB"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Cross-polarization measured value during installation
procedure (in 0.1 dB)."
::= {dvbRcsRcstInstall 6}
dvbRcsInstallCoPolTarget OBJECT-TYPE
SYNTAX Unsigned32
UNITS "x0.1 dB"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Co-polarization target value during installation
procedure (in 0.1 dB)."
::= {dvbRcsRcstInstall 7}
dvbRcsInstallXPolTarget OBJECT-TYPE
SYNTAX Unsigned32
UNITS "x0.1 dB"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Cross-polarization target value during installation
procedure (in 0.1 dB)."
::= {dvbRcsRcstInstall 8}
dvbRcsInstallStandByDuration OBJECT-TYPE
SYNTAX Unsigned32
UNITS "seconds"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Time to wait in stand-by mode (in seconds)."
::= {dvbRcsRcstInstall 9}
dvbRcsInstallTargetEsN0 OBJECT-TYPE
SYNTAX Unsigned32(0..315)
UNITS "x0.1 dB"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This value describes the wanted Es/N0 value that
enables operation of the return link with the required
error performance. The values shall be given in tenth of
dB and the initial value shall be equal to 7 dB. The
range shall be from 0 dB to 31.5 dB, with a precision
of 0.1 dB."
DEFVAL { 70 }
::= {dvbRcsRcstInstall 10}
--==============================================================
-- dvbRcsRcstQos sub-tree object types
--==============================================================
dvbRcsPktClassTable OBJECT-TYPE
SYNTAX SEQUENCE OF DvbRcsPktClassEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table describes the packet classification used in
the DVB-RCS terminal. The number of entries is specified
by dvbRcsPktClassIndex. "
::={dvbRcsRcstQos 1}
dvbRcsPktClassEntry OBJECT-TYPE
SYNTAX DvbRcsPktClassEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the packet classification table. One object
type of each entry may have a value in the active range
(a non-default value). The other object types are then
assumed to be set to 'inactive'. The entry with the lowest
index value takes precedence when classifying a packet."
INDEX { dvbRcsPktClassIndex }
::= {dvbRcsPktClassTable 1}
DvbRcsPktClassEntry ::= SEQUENCE {
dvbRcsPktClassIndex Unsigned32,
dvbRcsPktClassDscpLow Dscp,
dvbRcsPktClassDscpHigh Dscp,
dvbRcsPktClassDscpMarkValue DscpOrAny,
dvbRcsPktClassIpProtocol Unsigned32,
dvbRcsPktClassSrcInetAddressType InetAddressType,
dvbRcsPktClassSrcInetAddress InetAddress,
dvbRcsPktClassSrcInetAddressPrefixLength
InetAddressPrefixLength,
dvbRcsPktClassDstInetAddressType InetAddressType,
dvbRcsPktClassDstInetAddress InetAddress,
dvbRcsPktClassDstInetAddressPrefixLength
InetAddressPrefixLength,
dvbRcsPktClassSrcPortLow InetPortNumber,
dvbRcsPktClassSrcPortHigh InetPortNumber,
dvbRcsPktClassDstPortLow InetPortNumber,
dvbRcsPktClassDstPortHigh InetPortNumber,
dvbRcsPktClassVlanUserPri Integer32,
dvbRcsPktClassPhbAssociation Unsigned32,
dvbRcsPktClassRowStatus RowStatus
}
dvbRcsPktClassIndex OBJECT-TYPE
SYNTAX Unsigned32 (1..64)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Index automatically incremented by one at row
creation."
::={dvbRcsPktClassEntry 1}
dvbRcsPktClassDscpLow OBJECT-TYPE
SYNTAX Dscp
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object specifies the low value of a range of
Diffserv Code Point (DSCP) values to which a packet is
compared."
DEFVAL { 0 }
::={dvbRcsPktClassEntry 2}
dvbRcsPktClassDscpHigh OBJECT-TYPE
SYNTAX Dscp
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object specifies the high value of a range of
Diffserv Code Point (DSCP) values to which a packet is
compared."
DEFVAL { 63 }
::={dvbRcsPktClassEntry 3}
dvbRcsPktClassDscpMarkValue OBJECT-TYPE
SYNTAX DscpOrAny
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object is the Diffserv Code Point (DSCP) value
used to mark the packet; -1 indicates no DSCP marking.
Possible DSCP marks values are (0..63)"
DEFVAL { -1 }
::={dvbRcsPktClassEntry 4}
dvbRcsPktClassIpProtocol OBJECT-TYPE
SYNTAX Unsigned32 (0..255)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object specifies the IP protocol to which a
packet is compared. A value of 255 means match all."
DEFVAL { 255 }
::={dvbRcsPktClassEntry 5}
dvbRcsPktClassSrcInetAddressType OBJECT-TYPE
SYNTAX InetAddressType
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The type of Internet address of
dvbRcsPktClassSrcInetAddress. If the packet class source
Internet address is unassigned or unknown, then the
value of this object is unknown(0)."
::= { dvbRcsPktClassEntry 6}
dvbRcsPktClassSrcInetAddress OBJECT-TYPE
SYNTAX InetAddress
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object specifies the IP source address to which a
packet is compared. If the packet class has no source
Internet address assigned or if this Internet address is
unknown, the value of this object is the zero-length
OCTET STRING.
The InetAddressType is given by the
dvbRcsPktClassSrcInetAddressType object."
::={dvbRcsPktClassEntry 7}
dvbRcsPktClassSrcInetAddressPrefixLength OBJECT-TYPE
SYNTAX InetAddressPrefixLength
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Prefix length of the IP source address that will be
matched for this packet class. A value of zero indicates
that the selectivity is inactive."
DEFVAL { 0 }
::={dvbRcsPktClassEntry 8}
dvbRcsPktClassDstInetAddressType OBJECT-TYPE
SYNTAX InetAddressType
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The type of Internet address of
dvbRcsPktClassDstInetAddress. If the packet class
destination Internet address is unassigned or unknown,
then the value of this object is unknown(0)."
::= { dvbRcsPktClassEntry 9}
dvbRcsPktClassDstInetAddress OBJECT-TYPE
SYNTAX InetAddress
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object specifies the IP destination address to
which a packet is compared. If the packet class has no
destination Internet address assigned or if this Internet
address is unknown, the value of this object is the
zero-length OCTET STRING.
The InetAddressType is given by the
dvbRcsPktClassDstInetAddressType object."
::={dvbRcsPktClassEntry 10}
dvbRcsPktClassDstInetAddressPrefixLength OBJECT-TYPE
SYNTAX InetAddressPrefixLength
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Prefix length of the IP source address that will be
matched for this packet class. A value of zero indicates
that the selectivity is inactive."
DEFVAL { 0 }
::={dvbRcsPktClassEntry 11}
dvbRcsPktClassSrcPortLow OBJECT-TYPE
SYNTAX InetPortNumber
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object specifies the low range of the source
port to which a packet is compared. A value of 0
indicates that the selectivity is inactive."
DEFVAL { 0 }
::={dvbRcsPktClassEntry 12}
dvbRcsPktClassSrcPortHigh OBJECT-TYPE
SYNTAX InetPortNumber
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object specifies the high range of the source port
to which a packet is compared. A value of 0 indicates
that the selectivity is inactive."
DEFVAL { 65535 }
::={dvbRcsPktClassEntry 13}
dvbRcsPktClassDstPortLow OBJECT-TYPE
SYNTAX InetPortNumber
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object specifies the low range of the destination
port to which a packet is compared. A value of 0
indicates that the selectivity is inactive."
DEFVAL { 0 }
::={dvbRcsPktClassEntry 14}
dvbRcsPktClassDstPortHigh OBJECT-TYPE
SYNTAX InetPortNumber
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object specifies the high range of the destination
port to which a packet is compared. A value of 0
indicates that the selectivity is inactive."
DEFVAL { 65535 }
::={dvbRcsPktClassEntry 15}
dvbRcsPktClassVlanUserPri OBJECT-TYPE
SYNTAX Integer32 (-1..7)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object specifies the VLAN User Priority to which a
packet is compared. A value of -1 indicates that the
selectivity is inactive."
DEFVAL { -1 }
::={dvbRcsPktClassEntry 16}
dvbRcsPktClassPhbAssociation OBJECT-TYPE
SYNTAX Unsigned32 (0..65535)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Associate the filter entry to a specific PHB (refer to
dvbRcsPhbIdentifier)."
::={dvbRcsPktClassEntry 17}
dvbRcsPktClassRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The status of this conceptual row. All writable objects
in this row may be modified at any time."
::={dvbRcsPktClassEntry 18}
--==============================================================
-- dvbRcsPhbMappingTable
--==============================================================
dvbRcsPhbMappingTable OBJECT-TYPE
SYNTAX SEQUENCE OF DvbRcsPhbMappingEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table is a list of Per-Hop Behavior (PHB) MIB
entries.
It describes the PHB mapping to the Request Class."
::={dvbRcsRcstQos 2}
dvbRcsPhbMappingEntry OBJECT-TYPE
SYNTAX DvbRcsPhbMappingEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the PHB mapping table."
INDEX {dvbRcsPhbIdentifier}
::= {dvbRcsPhbMappingTable 1}
DvbRcsPhbMappingEntry ::= SEQUENCE {
dvbRcsPhbIdentifier Unsigned32,
dvbRcsPhbName
SnmpAdminString,
dvbRcsPhbRequestClassAssociation Unsigned32,
dvbRcsPhbMappingRowStatus RowStatus
}
dvbRcsPhbIdentifier OBJECT-TYPE
SYNTAX Unsigned32 (0..65535)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Identification of the Per-Hop Behavior (PHB). It
follows the unsigned 16-bit binary encoding as specified
in RFC 3140. The value 0 designates the Default PHB."
::={dvbRcsPhbMappingEntry 1}
dvbRcsPhbName OBJECT-TYPE
SYNTAX SnmpAdminString
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The name of the Per-Hop Behavior (PHB)."
::={dvbRcsPhbMappingEntry 2}
dvbRcsPhbRequestClassAssociation OBJECT-TYPE
SYNTAX Unsigned32 (1..16)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object is an association of this Per-Hop Behavior
(PHB) to a Request Class (by reference to a Request
Class index)."
::={dvbRcsPhbMappingEntry 3}
dvbRcsPhbMappingRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The status of this conceptual row. All writable
objects in this row may be modified at any time."
DEFVAL { active }
::={dvbRcsPhbMappingEntry 4}
--==============================================================
-- dvbRcsRequestClassTable
--==============================================================
dvbRcsRequestClassTable OBJECT-TYPE
SYNTAX SEQUENCE OF DvbRcsRequestClassEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table is a list of Request Class entries. This
class describes the layer 2 QoS objects."
::={dvbRcsRcstQos 3}
dvbRcsRequestClassEntry OBJECT-TYPE
SYNTAX DvbRcsRequestClassEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the Request Class table."
INDEX {dvbRcsRequestClassIndex}
::= {dvbRcsRequestClassTable 1}
DvbRcsRequestClassEntry ::= SEQUENCE {
dvbRcsRequestClassIndex Unsigned32,
dvbRcsRequestClassName
SnmpAdminString,
dvbRcsRequestClassChanId Unsigned32,
dvbRcsRequestClassVccVpi Unsigned32,
dvbRcsRequestClassVccVci Unsigned32,
dvbRcsRequestClassPidPoolReference Unsigned32,
dvbRcsRequestClassCra Unsigned32,
dvbRcsRequestClassRbdcMax Unsigned32,
dvbRcsRequestClassRbdcTimeout Unsigned32,
dvbRcsRequestClassVbdcMax Unsigned32,
dvbRcsRequestClassVbdcTimeout Unsigned32,
dvbRcsRequestClassVbdcMaxBackLog Unsigned32,
dvbRcsRequestClassRowStatus RowStatus
}
dvbRcsRequestClassIndex OBJECT-TYPE
SYNTAX Unsigned32 (1..16)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Index of the Request Class table. A total of 16 entries
are supported."
::={dvbRcsRequestClassEntry 1}
dvbRcsRequestClassName OBJECT-TYPE
SYNTAX SnmpAdminString
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Name of the Request Class."
::={dvbRcsRequestClassEntry 2}
dvbRcsRequestClassChanId OBJECT-TYPE
SYNTAX Unsigned32 (0..15)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Channel ID of the Request Class."
::={dvbRcsRequestClassEntry 3}
dvbRcsRequestClassVccVpi OBJECT-TYPE
SYNTAX Unsigned32 (0..255)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Defines the VPI used for the Request Class (ATM profile)."
::={dvbRcsRequestClassEntry 4}
dvbRcsRequestClassVccVci OBJECT-TYPE
SYNTAX Unsigned32 (0..65535)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Defines the VCI used for the Request Class (ATM profile)."
::={dvbRcsRequestClassEntry 5}
dvbRcsRequestClassPidPoolReference OBJECT-TYPE
SYNTAX Unsigned32 (1..16)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Reference to the Packet IDentifier (PID) pool
applicable for the Request Class."
::={dvbRcsRequestClassEntry 6}
dvbRcsRequestClassCra OBJECT-TYPE
SYNTAX Unsigned32
UNITS "bit/s"
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Defines the Continuous Rate Assignment (CRA) level for the
Request Class in bits per second (bit/s)."
::={dvbRcsRequestClassEntry 7}
dvbRcsRequestClassRbdcMax OBJECT-TYPE
SYNTAX Unsigned32
UNITS "x2 kbit/s"
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Maximum Rate-Based Dynamic Capacity (RBDC) that can be
requested for the Request Class, in number of 2 kbit/s."
::={dvbRcsRequestClassEntry 8}
dvbRcsRequestClassRbdcTimeout OBJECT-TYPE
SYNTAX Unsigned32
UNITS "superframes"
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Persistence of the Rate-Based Dynamic Capacity (RBDC)
request, expressed in superframes."
::={dvbRcsRequestClassEntry 9}
dvbRcsRequestClassVbdcMax OBJECT-TYPE
SYNTAX Unsigned32
UNITS "ATM cells/MPEG packets"
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Maximum Volume-Based Dynamic Capacity (VBDC) that can
be allocated to the Request Class, in payload units (one
ATM cell or one MPEG packet) per superframe."
::={dvbRcsRequestClassEntry 10}
dvbRcsRequestClassVbdcTimeout OBJECT-TYPE
SYNTAX Unsigned32
UNITS "superframes"
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Time after which the RCST considers that the pending
requests are lost. The RCST may issue new requests for
that traffic. Volume-Based Dynamic Capacity (VBDC)
Timeout is expressed in superframes."
::={dvbRcsRequestClassEntry 11}
dvbRcsRequestClassVbdcMaxBackLog OBJECT-TYPE
SYNTAX Unsigned32
UNITS "bytes"
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Volume-Based Dynamic Capacity (VBDC) back log per
Request Class (expressed in bytes)."
::={dvbRcsRequestClassEntry 12}
dvbRcsRequestClassRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The status of this conceptual row. It is not possible
to change values in a row of this table while the row is
active."
::={dvbRcsRequestClassEntry 13}
--==============================================================
-- The table of PID pools
--==============================================================
dvbRcsPidPoolTable OBJECT-TYPE
SYNTAX SEQUENCE OF DvbRcsPidPoolEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains the Packet IDentifier (PID) pools.
For the MPEG profile, several Request Classes may be mapped
within a pool of several PIDs to allow Section Packing
across several Request Classes.
A PID value may occur in more than one PID pool. Each
PID value can effectively occur only once in each pool."
::={dvbRcsRcstQos 4}
dvbRcsPidPoolEntry OBJECT-TYPE
SYNTAX DvbRcsPidPoolEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the PID pool table."
INDEX { dvbRcsPidPoolIndex, dvbRcsPidIndex }
::= {dvbRcsPidPoolTable 1}
DvbRcsPidPoolEntry ::= SEQUENCE {
dvbRcsPidPoolIndex Unsigned32,
dvbRcsPidIndex Unsigned32,
dvbRcsPidValue Unsigned32,
dvbRcsPidPoolRowStatus RowStatus
}
dvbRcsPidPoolIndex OBJECT-TYPE
SYNTAX Unsigned32 (1..16)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Index of the PID pool in the PID pool table."
::={dvbRcsPidPoolEntry 1}
dvbRcsPidIndex OBJECT-TYPE
SYNTAX Unsigned32 (1..16)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Index of the PID entry within the PID pool."
::={dvbRcsPidPoolEntry 2}
dvbRcsPidValue OBJECT-TYPE
SYNTAX Unsigned32 (0..8191)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Defines one of the PIDs to be used in a PID pool of
dvbRcsPidPoolIndex.
A PID value may occur in more than one PID pool. Each
PID value can effectively occur only once in each pool."
::={dvbRcsPidPoolEntry 3}
dvbRcsPidPoolRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The status of this conceptual row. All writable
objects in this row may be modified at any time."
DEFVAL { active }
::={dvbRcsPidPoolEntry 4}
dvbRcsQosGlobalRbdcMax OBJECT-TYPE
SYNTAX Unsigned32
UNITS "x2 kbit/s"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Global maximum RBDC that can be requested for the RCST,
in number of 2 kbit/s."
::={dvbRcsRcstQos 5}