From ee00f59ce6119e0a19532162236a0323b36e0689 Mon Sep 17 00:00:00 2001 From: Peca Nesovanovic <59750439+Npeca75@users.noreply.github.com> Date: Tue, 8 Feb 2022 23:27:40 +0100 Subject: [PATCH] [terra] support for sdi410c / sdi480 (#13759) * [terra] support for sdi410c / sdi480 * remove debug --- LibreNMS/OS/Terra.php | 2 - .../definitions/discovery/terra-sdi410c.yaml | 99 + .../definitions/discovery/terra-sdi480.yaml | 98 + includes/definitions/terra-sdi410c.yaml | 12 + includes/definitions/terra-sdi480.yaml | 12 + .../sensors/bitrate/terra-sdi410c.inc.php | 65 + .../sensors/bitrate/terra-sdi480.inc.php | 100 + .../sensors/pre-cache/terra-sdi410c.inc.php | 26 + .../sensors/pre-cache/terra-sdi480.inc.php | 26 + .../sensors/snr/terra-sdi480.inc.php | 65 + .../sensors/tv_signal/terra-sdi480.inc.php | 65 + mibs/terra/TERRA-DEFINITIONS-MIB | 173 + mibs/terra/TERRA-PRODUCTS-MIB | 88 + mibs/terra/TERRA-SMI | 57 + mibs/terra/TERRA-sdi410C-MIB | 692 ++ mibs/terra/TERRA-sdi480-MIB | 7176 +++++++++++++++++ tests/data/terra-sdi410c.json | 304 + tests/data/terra-sdi480.json | 1474 ++++ tests/snmpsim/terra-sdi410c.snmprec | 62 + tests/snmpsim/terra-sdi480.snmprec | 647 ++ 20 files changed, 11241 insertions(+), 2 deletions(-) create mode 100644 includes/definitions/discovery/terra-sdi410c.yaml create mode 100644 includes/definitions/discovery/terra-sdi480.yaml create mode 100644 includes/definitions/terra-sdi410c.yaml create mode 100644 includes/definitions/terra-sdi480.yaml create mode 100644 includes/discovery/sensors/bitrate/terra-sdi410c.inc.php create mode 100644 includes/discovery/sensors/bitrate/terra-sdi480.inc.php create mode 100644 includes/discovery/sensors/pre-cache/terra-sdi410c.inc.php create mode 100644 includes/discovery/sensors/pre-cache/terra-sdi480.inc.php create mode 100644 includes/discovery/sensors/snr/terra-sdi480.inc.php create mode 100644 includes/discovery/sensors/tv_signal/terra-sdi480.inc.php create mode 100644 mibs/terra/TERRA-DEFINITIONS-MIB create mode 100644 mibs/terra/TERRA-PRODUCTS-MIB create mode 100644 mibs/terra/TERRA-SMI create mode 100644 mibs/terra/TERRA-sdi410C-MIB create mode 100644 mibs/terra/TERRA-sdi480-MIB create mode 100644 tests/data/terra-sdi410c.json create mode 100644 tests/data/terra-sdi480.json create mode 100644 tests/snmpsim/terra-sdi410c.snmprec create mode 100644 tests/snmpsim/terra-sdi480.snmprec diff --git a/LibreNMS/OS/Terra.php b/LibreNMS/OS/Terra.php index 7374d62314..6ea50465ff 100644 --- a/LibreNMS/OS/Terra.php +++ b/LibreNMS/OS/Terra.php @@ -40,13 +40,11 @@ class Terra extends OS implements ProcessorDiscovery, OSDiscovery 'sda410C' => '5', 'sta410C' => '6', 'saa410C' => '7', - 'sdi410C' => '8', 'sti410C' => '9', 'sai410C' => '10', 'ttd440' => '14', 'ttx410C' => '15', 'tdx410C' => '16', - 'sdi480' => '17', 'sti440' => '18', ]; diff --git a/includes/definitions/discovery/terra-sdi410c.yaml b/includes/definitions/discovery/terra-sdi410c.yaml new file mode 100644 index 0000000000..ad24febee1 --- /dev/null +++ b/includes/definitions/discovery/terra-sdi410c.yaml @@ -0,0 +1,99 @@ +mib: TERRA-sdi410C-MIB +modules: + os: + version: TERRA-sdi410C-MIB::infVersion.0 + serial: TERRA-sdi410C-MIB::infSerNum.0 + + processors: + data: + - + oid: TERRA-sdi410C-MIB::load + num_oid: '.1.3.6.1.4.1.30631.1.8.1.1.3.{{ $index }}' + descr: 'Chassis CPU load' + index: 0 + + sensors: + pre-cache: + data: + - + oid: + - TERRA-sdi410C-MIB::mainStatus + - TERRA-sdi410C-MIB::inputStatus + bitrate: + data: + - + oid: TERRA-sdi410C-MIB::mainStatus + value: TERRA-sdi410C-MIB::inBR + num_oid: '.1.3.6.1.4.1.30631.1.8.1.1.1.{{ $index }}' + descr: 'Input' + index: 0 + group: Total + multiplier: 1000 + - + oid: TERRA-sdi410C-MIB::mainStatus + value: TERRA-sdi410C-MIB::outBR + num_oid: '.1.3.6.1.4.1.30631.1.8.1.1.2.{{ $index }}' + descr: 'Output' + index: 1 + group: Total + multiplier: 1000 + temperature: + data: + - + oid: TERRA-sdi410C-MIB::mainStatus + value: TERRA-sdi410C-MIB::temp + num_oid: '.1.3.6.1.4.1.30631.1.8.1.1.4.{{ $index }}' + descr: 'Chassis Temp (C)' + index: 0 + voltage: + data: + - + oid: TERRA-sdi410C-MIB::mainStatus + value: TERRA-sdi410C-MIB::suply + num_oid: '.1.3.6.1.4.1.30631.1.8.1.1.5.{{ $index }}' + descr: 'Supply Voltage' + index: 0 + percent: + data: + - + oid: TERRA-sdi410C-MIB::inputStatus + value: TERRA-sdi410C-MIB::level + num_oid: '.1.3.6.1.4.1.30631.1.8.1.27.3.{{ $index }}' + descr: 'Input Signal Level' + index: 0 + low_limit: 50 + low_warn_limit: 60 + snr: + data: + - + oid: TERRA-sdi410C-MIB::inputStatus + value: TERRA-sdi410C-MIB::snr + num_oid: '.1.3.6.1.4.1.30631.1.8.1.27.8.{{ $index }}' + descr: 'Input SNR' + index: 0 + divisor: 10 + low_limit: 13 + low_warn_limit: 15 + high_limit: 30 + count: + data: + - + oid: TERRA-sdi410C-MIB::inputStatus + value: TERRA-sdi410C-MIB::inCCerr + num_oid: '.1.3.6.1.4.1.30631.1.8.1.27.11.{{ $index }}' + descr: 'CC Errors' + index: 0 + high_warn_limit: 50 + high_limit: 100 + state: + data: + - + oid: TERRA-sdi410C-MIB::sdi410calarms + value: TERRA-sdi410C-MIB::alarmInpsig + num_oid: '.1.3.6.1.4.1.30631.1.8.1.27.1.{{ $index }}' + descr: 'Input Signal' + index: 0 + state_name: TERRA-sdi410C-MIB::alarmInpsig + states: + - { value: 0, generic: 0, graph: 1, descr: OK } + - { value: 1, generic: 3, graph: 1, descr: Error } diff --git a/includes/definitions/discovery/terra-sdi480.yaml b/includes/definitions/discovery/terra-sdi480.yaml new file mode 100644 index 0000000000..77b2fb1957 --- /dev/null +++ b/includes/definitions/discovery/terra-sdi480.yaml @@ -0,0 +1,98 @@ +mib: TERRA-sdi480-MIB +modules: + os: + version: TERRA-sdi480-MIB::infVersion.0 + serial: TERRA-sdi480-MIB::infSerNum.0 + + processors: + data: + - + oid: TERRA-sdi480-MIB::cpuLoad + num_oid: '.1.3.6.1.4.1.30631.1.17.1.586.3.{{ $index }}' + descr: 'Chassis CPU load' + index: 0 + + sensors: + bitrate: + data: + - + oid: TERRA-sdi480-MIB::commStatus + value: TERRA-sdi480-MIB::inTotbr + num_oid: '.1.3.6.1.4.1.30631.1.17.1.586.1.{{ $index }}' + descr: 'Input' + index: 0 + group: Total + multiplier: 100000 + - + oid: TERRA-sdi480-MIB::commStatus + value: TERRA-sdi480-MIB::outTotbr + num_oid: '.1.3.6.1.4.1.30631.1.17.1.586.2.{{ $index }}' + descr: 'Output' + index: 1 + group: Total + multiplier: 100000 + temperature: + data: + - + oid: TERRA-sdi480-MIB::commStatus + value: TERRA-sdi480-MIB::intTemp + num_oid: '.1.3.6.1.4.1.30631.1.17.1.586.4.{{ $index }}' + descr: 'Chassis Temp (C)' + index: 0 + - + oid: TERRA-sdi480-MIB::commStatus + value: TERRA-sdi480-MIB::demodTemp + num_oid: '.1.3.6.1.4.1.30631.1.17.1.586.5.{{ $index }}' + descr: 'Demodulator Temp (C)' + index: 1 + voltage: + data: + - + oid: TERRA-sdi480-MIB::commStatus + value: TERRA-sdi480-MIB::volt + num_oid: '.1.3.6.1.4.1.30631.1.17.1.586.6.{{ $index }}' + descr: 'Supply Voltage' + index: 0 + divisor: 10 + state: + data: + - + oid: TERRA-sdi480-MIB::sdi480alarms + value: TERRA-sdi480-MIB::alarmLnb1 + num_oid: '.1.3.6.1.4.1.30631.1.17.2.1.{{ $index }}' + descr: 'LNB# 01' + index: 0 + state_name: TERRA-sdi480-MIB::alarmLnb1 + states: + - { value: 0, generic: 0, graph: 1, descr: OK } + - { value: 1, generic: 3, graph: 1, descr: Error } + - + oid: TERRA-sdi480-MIB::sdi480alarms + value: TERRA-sdi480-MIB::alarmLnb2 + num_oid: '.1.3.6.1.4.1.30631.1.17.2.2.{{ $index }}' + descr: 'LNB# 02' + index: 1 + state_name: TERRA-sdi480-MIB::alarmLnb2 + states: + - { value: 0, generic: 0, graph: 1, descr: OK } + - { value: 1, generic: 3, graph: 1, descr: Error } + - + oid: TERRA-sdi480-MIB::sdi480alarms + value: TERRA-sdi480-MIB::alarmLnb3 + num_oid: '.1.3.6.1.4.1.30631.1.17.2.3.{{ $index }}' + descr: 'LNB# 03' + index: 2 + state_name: TERRA-sdi480-MIB::alarmLnb3 + states: + - { value: 0, generic: 0, graph: 1, descr: OK } + - { value: 1, generic: 3, graph: 1, descr: Error } + - + oid: TERRA-sdi480-MIB::sdi480alarms + value: TERRA-sdi480-MIB::alarmLnb4 + num_oid: '.1.3.6.1.4.1.30631.1.17.2.4.{{ $index }}' + descr: 'LNB# 04' + index: 3 + state_name: TERRA-sdi480-MIB::alarmLnb4 + states: + - { value: 0, generic: 0, graph: 1, descr: OK } + - { value: 1, generic: 3, graph: 1, descr: Error } diff --git a/includes/definitions/terra-sdi410c.yaml b/includes/definitions/terra-sdi410c.yaml new file mode 100644 index 0000000000..0ea47b7d8e --- /dev/null +++ b/includes/definitions/terra-sdi410c.yaml @@ -0,0 +1,12 @@ +os: terra-sdi410c +text: Terra +type: appliance +group: terra +icon: terra +mib_dir: terra +over: + - { graph: device_processor, text: 'CPU Usage' } +discovery: + - + sysObjectID: + - .1.3.6.1.4.1.30631.1.8 diff --git a/includes/definitions/terra-sdi480.yaml b/includes/definitions/terra-sdi480.yaml new file mode 100644 index 0000000000..c8e262428a --- /dev/null +++ b/includes/definitions/terra-sdi480.yaml @@ -0,0 +1,12 @@ +os: terra-sdi480 +text: Terra +type: appliance +group: terra +icon: terra +mib_dir: terra +over: + - { graph: device_processor, text: 'CPU Usage' } +discovery: + - + sysObjectID: + - .1.3.6.1.4.1.30631.1.17 diff --git a/includes/discovery/sensors/bitrate/terra-sdi410c.inc.php b/includes/discovery/sensors/bitrate/terra-sdi410c.inc.php new file mode 100644 index 0000000000..f47b4516ec --- /dev/null +++ b/includes/discovery/sensors/bitrate/terra-sdi410c.inc.php @@ -0,0 +1,65 @@ +. + * + * @package LibreNMS + * @link https://www.librenms.org + * + * @copyright 2022 Peca Nesovanovic + * + * @author Peca Nesovanovic + */ +$divisor = 1; +$multiplier = 1000; + +if (is_array($pre_cache['sdi410cstatus'])) { + d_echo('Terra sdi410C Bitrates'); + for ($streamid = 1; $streamid <= 25; $streamid++) { + $br = $pre_cache['sdi410cstatus'][0]['outBr' . $streamid]; + if ($br) { + $oid = '.1.3.6.1.4.1.30631.1.8.1.' . (1 + $streamid) . '.1.0'; + $type = 'terra_brout'; + $descr = 'Out# ' . sprintf('%02d', $streamid); + $limit = 50 * 1000 * 1000; // 50 mbit/s + $limitwarn = 49 * 1000 * 1000; // 49 mbit/s + $lowwarnlimit = 1 * 1000 * 1000; // 1 mbit/s + $lowlimit = 100 * 1000; // 100 kbit/s + $value = $br * $multiplier; + $group = 'Streams'; + discover_sensor( + $valid['sensor'], + 'bitrate', + $device, + $oid, + $streamid, + $type, + $descr, + $divisor, + $multiplier, + $lowlimit, + $lowwarnlimit, + $limitwarn, + $limit, + $value, + 'snmp', + null, + null, + null, + $group + ); + } + } +} diff --git a/includes/discovery/sensors/bitrate/terra-sdi480.inc.php b/includes/discovery/sensors/bitrate/terra-sdi480.inc.php new file mode 100644 index 0000000000..1db2b3ddfc --- /dev/null +++ b/includes/discovery/sensors/bitrate/terra-sdi480.inc.php @@ -0,0 +1,100 @@ +. + * + * @package LibreNMS + * @link https://www.librenms.org + * + * @copyright 2022 Peca Nesovanovic + * + * @author Peca Nesovanovic + */ +$divisor = 1; +$multiplier = 100 * 1000; +$limit = 60 * 1000 * 1000; // 50 mbps +$limitwarn = 49 * 1000 * 1000; // 49 mbps +$lowwarnlimit = 1 * 1000 * 1000; // 1 mbps +$lowlimit = 100 * 1000; // 0.1 mbps + +if (is_array($pre_cache['sdi480status'])) { + d_echo('Terra sdi480 Bitrates'); + + //inputs from SAT + for ($inputid = 1; $inputid <= 8; $inputid++) { + $br = $pre_cache['sdi480status'][0]['inbr' . $inputid]; + if ($br) { + $oid = '.1.3.6.1.4.1.30631.1.17.1.' . $inputid . '.4.0'; + $type = 'terra_brin'; + $descr = 'In# ' . sprintf('%02d', $inputid); + $value = $br * $multiplier; + $group = 'Inputs'; + discover_sensor( + $valid['sensor'], + 'bitrate', + $device, + $oid, + $inputid, + $type, + $descr, + $divisor, + $multiplier, + $lowlimit, + $lowwarnlimit, + $limitwarn, + $limit, + $value, + 'snmp', + null, + null, + null, + $group + ); + } + } + + //outputs per stream + for ($outputid = 1; $outputid <= 576; $outputid++) { + $br = $pre_cache['sdi480status'][0]['outBr' . $outputid]; + if ($br) { + $oid = '.1.3.6.1.4.1.30631.1.17.1.' . (9 + $outputid) . '.1.0'; + $type = 'terra_brout'; + $descr = 'Out# ' . sprintf('%03d', $outputid); + $value = $br * $multiplier; + $group = 'Streams'; + discover_sensor( + $valid['sensor'], + 'bitrate', + $device, + $oid, + $outputid, + $type, + $descr, + $divisor, + $multiplier, + $lowlimit, + $lowwarnlimit, + $limitwarn, + $limit, + $value, + 'snmp', + null, + null, + null, + $group + ); + } + } +} diff --git a/includes/discovery/sensors/pre-cache/terra-sdi410c.inc.php b/includes/discovery/sensors/pre-cache/terra-sdi410c.inc.php new file mode 100644 index 0000000000..aa3eed26d5 --- /dev/null +++ b/includes/discovery/sensors/pre-cache/terra-sdi410c.inc.php @@ -0,0 +1,26 @@ +. + * + * @package LibreNMS + * @link https://www.librenms.org + * + * @copyright 2022 Peca Nesovanovic + * + * @author Peca Nesovanovic + */ +echo 'sdi410c status '; +$pre_cache['sdi410cstatus'] = snmpwalk_cache_multi_oid($device, 'TERRA-sdi410C-MIB::sdi410cstatus', [], 'TERRA-sdi410C-MIB'); diff --git a/includes/discovery/sensors/pre-cache/terra-sdi480.inc.php b/includes/discovery/sensors/pre-cache/terra-sdi480.inc.php new file mode 100644 index 0000000000..56d47b1d70 --- /dev/null +++ b/includes/discovery/sensors/pre-cache/terra-sdi480.inc.php @@ -0,0 +1,26 @@ +. + * + * @package LibreNMS + * @link https://www.librenms.org + * + * @copyright 2022 Peca Nesovanovic + * + * @author Peca Nesovanovic + */ +echo 'sdi480status '; +$pre_cache['sdi480status'] = snmpwalk_cache_multi_oid($device, 'TERRA-sdi480-MIB::sdi480status', [], 'TERRA-sdi480-MIB'); diff --git a/includes/discovery/sensors/snr/terra-sdi480.inc.php b/includes/discovery/sensors/snr/terra-sdi480.inc.php new file mode 100644 index 0000000000..5e2d9a5420 --- /dev/null +++ b/includes/discovery/sensors/snr/terra-sdi480.inc.php @@ -0,0 +1,65 @@ +. + * + * @package LibreNMS + * @link https://www.librenms.org + * + * @copyright 2022 Peca Nesovanovic + * + * @author Peca Nesovanovic + */ +$divisor = 10; +$multiplier = 1; + +if (is_array($pre_cache['sdi480status'])) { + d_echo('Terra sdi480 SNR'); + for ($inputid = 1; $inputid <= 8; $inputid++) { + $snr = $pre_cache['sdi480status'][0]['insnr' . $inputid]; + if ($snr) { + $oid = '.1.3.6.1.4.1.30631.1.17.1.' . $inputid . '.3.0'; + $type = 'terra_snr'; + $descr = 'SNR# ' . sprintf('%02d', $inputid); + $limit = 30; + $limitwarn = 30; + $lowwarnlimit = 14; + $lowlimit = 12; + $value = $snr / $divisor; + $group = 'Inputs'; + discover_sensor( + $valid['sensor'], + 'snr', + $device, + $oid, + $inputid, + $type, + $descr, + $divisor, + $multiplier, + $lowlimit, + $lowwarnlimit, + $limitwarn, + $limit, + $value, + 'snmp', + null, + null, + null, + $group + ); + } + } +} diff --git a/includes/discovery/sensors/tv_signal/terra-sdi480.inc.php b/includes/discovery/sensors/tv_signal/terra-sdi480.inc.php new file mode 100644 index 0000000000..0496807180 --- /dev/null +++ b/includes/discovery/sensors/tv_signal/terra-sdi480.inc.php @@ -0,0 +1,65 @@ +. + * + * @package LibreNMS + * @link https://www.librenms.org + * + * @copyright 2022 Peca Nesovanovic + * + * @author Peca Nesovanovic + */ +$divisor = 10000; +$multiplier = 1; + +if (is_array($pre_cache['sdi480status'])) { + d_echo('Terra sdi480 tv_signal'); + for ($inputid = 1; $inputid <= 8; $inputid++) { + $signal = $pre_cache['sdi480status'][0]['inlevel' . $inputid]; + if ($signal) { + $oid = '.1.3.6.1.4.1.30631.1.17.1.' . $inputid . '.2.0'; + $type = 'terra_tvsignal'; + $descr = 'Level# ' . sprintf('%02d', $inputid); + $limit = 0.085; + $limitwarn = 0.080; + $lowwarnlimit = 0.050; + $lowlimit = 0.045; + $value = $signal / $divisor; + $group = 'Inputs'; + discover_sensor( + $valid['sensor'], + 'tv_signal', + $device, + $oid, + $inputid, + $type, + $descr, + $divisor, + $multiplier, + $lowlimit, + $lowwarnlimit, + $limitwarn, + $limit, + $value, + 'snmp', + null, + null, + null, + $group + ); + } + } +} diff --git a/mibs/terra/TERRA-DEFINITIONS-MIB b/mibs/terra/TERRA-DEFINITIONS-MIB new file mode 100644 index 0000000000..81b0ab7c59 --- /dev/null +++ b/mibs/terra/TERRA-DEFINITIONS-MIB @@ -0,0 +1,173 @@ +--File Name : TERRA-DEFINITIONS-MIB +--Date : Thu Aug 21 10:17:18 EEST 2008 +--Author : Tadas Leskevicius + +TERRA-DEFINITIONS-MIB DEFINITIONS ::= BEGIN + IMPORTS + TEXTUAL-CONVENTION + FROM SNMPv2-TC + terraRoot + FROM TERRA-SMI + Unsigned32, MODULE-IDENTITY, Gauge32, Integer32 + FROM SNMPv2-SMI; + + terraDefIdentMib MODULE-IDENTITY + LAST-UPDATED "199807280000Z" + ORGANIZATION "TERRA Electronics" + CONTACT-INFO "design@terraelectronics.com" + DESCRIPTION "" + + REVISION "" + DESCRIPTION "" + ::= { terraRoot 3 } + + --TEXTUAL-CONVENTIONS -- + DefTenthdBm ::= TEXTUAL-CONVENTION + DISPLAY-HINT "d-1" + STATUS current + DESCRIPTION "This data type represents power levels that are + normally expressed in dBm. Units are in tenths + of a dBm; for example, -5.1 dBm will be represented + as -51." + SYNTAX Integer32 (-100..200) + + DefTenthVolt ::= TEXTUAL-CONVENTION + DISPLAY-HINT "d-1" + STATUS current + DESCRIPTION "This data type represents voltage levels that + are normally expressed in volts. Units are in + tenths of a volt; for example, -48.1 volts will + be represented as -481." + SYNTAX Gauge32 + + DefOnOffStatus ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION "An enumerated value that provides a status of + a particular hardware or software parameter that + usually represent some sort of switch. + + A value off(1) indicates the switch is off. + + A value on(2) indicates the switch is on." + SYNTAX INTEGER { + off( 1 ), + on( 2 ) + } + + DefHundredthNanoMeter ::= TEXTUAL-CONVENTION + DISPLAY-HINT "d-2" + STATUS current + DESCRIPTION "This data type represents wavelength values that + are normally expressed in nano meters. Units + are in hundredths of a NanoMeter; for example, + 1550.56 nm will be represented as 155056." + SYNTAX Unsigned32 + + DefFaultStatus ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION "An enumerated value that provides a fault status + of a particular hardware or software parameter + that usually represent some sort of condition. + + A value normal(1) indicates the normal condition. + + + A value fault(2) indicates the fault condition." + SYNTAX INTEGER { + normal( 1 ), + fault( 2 ) + } + + DefMilliAmp ::= TEXTUAL-CONVENTION + DISPLAY-HINT "d-3" + STATUS current + DESCRIPTION "This data type represents current levels that + are normally expressed in amperes. Units are + in milliamperes; for example, 2.1 Amperes would + be expressed as 2100." + SYNTAX Gauge32 + + DefTenthAmp ::= TEXTUAL-CONVENTION + DISPLAY-HINT "d-1" + STATUS current + DESCRIPTION "This data type represents current levels that + are normally expressed in Amperes. Units are + in tenths of a Ampere; for example, 1.1 Amperes + will be represented as 11." + SYNTAX Gauge32 + + DefOnOffControl ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION "An enumerated value that provides a control of + a particular hardware or software parameter that + usually represent some sort of switch. + + A SET request with a value off(1) will cause + the switch to be shut off. + + A SET request with a value on(2) will cause the + switch to be turned on. + + A value meaningless(3) will be implemented by + the variables that represent a switch with write-only + access. A GET request for the value of the write-only + variable shall return a value meaningless(3). + + + A SET request with a value meaningless(3) for + the variable with write access shall have no + effect and no exception is generated. + + A value may be used by the variables with both + read-write and write-only access." + SYNTAX INTEGER { + off( 1 ), + on( 2 ), + meaningless( 3 ) + } + + DefTenthCentigrade ::= TEXTUAL-CONVENTION + DISPLAY-HINT "d-1" + STATUS current + DESCRIPTION "This data type represents temperature values that + are normally expressed in Centigrade. Units are + in tenths of a Centigrade; for example, -5.1 + Centigrade will be represented as -51." + SYNTAX Gauge32 + + DefTenthdBuV ::= TEXTUAL-CONVENTION + DISPLAY-HINT "d-1" + STATUS current + DESCRIPTION "This data type represents power levels that are + normally expressed in dBmV. Units are in tenths + of a dBmV; for example, -5.1 dBmV will be represented + as -51." + SYNTAX Integer32 (-100..200) + + DefTenthdB ::= TEXTUAL-CONVENTION + DISPLAY-HINT "d-1" + STATUS current + DESCRIPTION "This data type represents power levels that are + normally expressed in dB. Units are in tenths + of a dB; for example, -5.1 dB will be represented + as -51." + SYNTAX Integer32 (-100..200) + + DefStatus ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION "This data type represents base device status (error) + bits ( 0 represents normal condition, 1 - represents + fault condition)." + SYNTAX INTEGER (0..1) + + DefRelayState ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION "Represents relay contact state. A value closed + (0) defines closed contact state, value opened + (1) - opened state." + SYNTAX INTEGER (0..1) + + + +END + diff --git a/mibs/terra/TERRA-PRODUCTS-MIB b/mibs/terra/TERRA-PRODUCTS-MIB new file mode 100644 index 0000000000..291d809ed0 --- /dev/null +++ b/mibs/terra/TERRA-PRODUCTS-MIB @@ -0,0 +1,88 @@ +--File Name : TERRA-PRODUCTS-MIB +--Date : Wed Sep 03 16:46:25 EEST 2008 +--Author : AdventNet Agent Toolkit C Edition - MibEditor 6 + +TERRA-PRODUCTS-MIB DEFINITIONS ::= BEGIN + IMPORTS + MODULE-IDENTITY + FROM SNMPv2-SMI + terraRoot + FROM TERRA-SMI; + + terraProducts MODULE-IDENTITY + LAST-UPDATED "201303030000Z" + ORGANIZATION "TERRA Electronics " + CONTACT-INFO "design@terraelectronics.com" + DESCRIPTION "At this node are placed devices, that are in production." + + REVISION "2016-09-29" + DESCRIPTION "" + ::= { terraRoot 1 } + + + terraOD120 OBJECT IDENTIFIER ::= { terraProducts 1 } + + terraMO411 OBJECT IDENTIFIER ::= { terraProducts 2 } + + terraMO4x8 OBJECT IDENTIFIER ::= { terraProducts 3 } + + terraUC412 OBJECT IDENTIFIER ::= { terraProducts 4 } + + terra-sda410C OBJECT IDENTIFIER ::= { terraProducts 5 } + + terra-sta410C OBJECT IDENTIFIER ::= { terraProducts 6 } + + terra-saa410C OBJECT IDENTIFIER ::= { terraProducts 7 } + + terra-sdi410C OBJECT IDENTIFIER ::= { terraProducts 8 } + + terra-sti410C OBJECT IDENTIFIER ::= { terraProducts 9 } + + terra-sai410C OBJECT IDENTIFIER ::= { terraProducts 10 } + + terra-S2C16 OBJECT IDENTIFIER ::= { terraProducts 11 } + + terraOT001M OBJECT IDENTIFIER ::= { terraProducts 12 } + + terra-S2C16P OBJECT IDENTIFIER ::= { terraProducts 13 } + + terra-ttd440 OBJECT IDENTIFIER ::= { terraProducts 14 } + + terra-ttx410C OBJECT IDENTIFIER ::= { terraProducts 15 } + + terra-tdx410C OBJECT IDENTIFIER ::= { terraProducts 16 } + + terra-sdi480 OBJECT IDENTIFIER ::= { terraProducts 17 } + + terra-sti440 OBJECT IDENTIFIER ::= { terraProducts 18 } + + terra-ttq440 OBJECT IDENTIFIER ::= { terraProducts 19 } + + terra-OAD514 OBJECT IDENTIFIER ::= { terraProducts 20 } + + terra-ttq420C OBJECT IDENTIFIER ::= { terraProducts 21 } + + terra-tdq420C OBJECT IDENTIFIER ::= { terraProducts 22 } + + terra-ttx420C OBJECT IDENTIFIER ::= { terraProducts 23 } + + terra-tdx420C OBJECT IDENTIFIER ::= { terraProducts 24 } + + terra-ttq420 OBJECT IDENTIFIER ::= { terraProducts 25 } + + terra-tdq420 OBJECT IDENTIFIER ::= { terraProducts 26 } + + terra-ttx420 OBJECT IDENTIFIER ::= { terraProducts 27 } + + terra-tdx420 OBJECT IDENTIFIER ::= { terraProducts 28 } + + terra-mhi430 OBJECT IDENTIFIER ::= { terraProducts 29 } + + terra-mix440 OBJECT IDENTIFIER ::= { terraProducts 30 } + + terra-miq440 OBJECT IDENTIFIER ::= { terraProducts 31 } + + terra-mid420 OBJECT IDENTIFIER ::= { terraProducts 32 } + +END + diff --git a/mibs/terra/TERRA-SMI b/mibs/terra/TERRA-SMI new file mode 100644 index 0000000000..2c346711de --- /dev/null +++ b/mibs/terra/TERRA-SMI @@ -0,0 +1,57 @@ +--File Name : TERRA-SMI +--Date : Thu Aug 21 10:59:28 EEST 2008 +--Author : Tadas Leskevicius + +TERRA-SMI DEFINITIONS ::= BEGIN + IMPORTS + enterprises, MODULE-IDENTITY, OBJECT-IDENTITY + FROM SNMPv2-SMI; + + terraRoot MODULE-IDENTITY + LAST-UPDATED "199505160000Z" + ORGANIZATION "TERRA Electronics" + CONTACT-INFO "TERRA Electronics + Draugystes + 22 + Kaunas + Lithuania + LT-51256 + E-mail design@terraelectronics.com" + DESCRIPTION "The Structure of Management Information for the + TERRA enterprise." + + REVISION "200808191104Z" + DESCRIPTION "" + ::= { enterprises 30631 } + + + terraProducts OBJECT-IDENTITY + STATUS current + DESCRIPTION "terraProducts is the root OBJECT IDENTIFIER from + which sysObjectID values are assigned. Actual + values are defined in TERRA-PRODUCTS-MIB." + ::= { terraRoot 1 } + + terraExperimental OBJECT-IDENTITY + STATUS current + DESCRIPTION "terraExperimental provides a root object identifier + from which experimental mibs may be temporarily + based. mibs are typicially based here if they + are TERRA work-in-process which has not been + assigned a permanent object identifier by the + TERRA assigned number authority, typicially because + the mib is not ready for deployment. NOTE WELL: + support for mibs in the terraExperimental subtree + will be deleted when a permanent object identifier + assignment is made." + ::= { terraRoot 2 } + + terraDefIdent OBJECT-IDENTITY + STATUS current + DESCRIPTION "The MIB module represents specific Textual Conventions" + ::= { terraRoot 3 } + + + +END + diff --git a/mibs/terra/TERRA-sdi410C-MIB b/mibs/terra/TERRA-sdi410C-MIB new file mode 100644 index 0000000000..a89a8746c9 --- /dev/null +++ b/mibs/terra/TERRA-sdi410C-MIB @@ -0,0 +1,692 @@ +--File Name : sdi410C-TERRA-MIB +--Date : October 09 2017 +--**************************************************** +--sdi410C-TERRA-MIB: sdi410C Platform Specific MIB +-- +--October 2017, Virginijus Bieliauskas +-- +--Copyright (c) 2017 by TERRA Electronics. +--All rights reserved. +-- +--**************************************************** + +TERRA-sdi410C-MIB DEFINITIONS ::= BEGIN + IMPORTS + MODULE-IDENTITY, OBJECT-TYPE, Integer32, + NOTIFICATION-TYPE + FROM SNMPv2-SMI + DisplayString + FROM SNMPv2-TC + OBJECT-GROUP, NOTIFICATION-GROUP + FROM SNMPv2-CONF + DefStatus + FROM TERRA-DEFINITIONS-MIB + terraProducts + FROM TERRA-PRODUCTS-MIB; + + terra-sdi410C MODULE-IDENTITY + LAST-UPDATED "201710090000Z" + ORGANIZATION "TERRA Electronics" + CONTACT-INFO "TERRA Electronics + + Draugystes 22 + Kaunas + Lithuania + LT-51256 + E-mail: design@terraelectronics.com" + DESCRIPTION "This MIB provides Terra DVB-S/S2 to IP streamer sdi410C information." + + REVISION "201710091100Z" + DESCRIPTION "Production version" + ::= { terraProducts 8 } + + + sdi410cstatus OBJECT IDENTIFIER ::= { terra-sdi410C 1 } + + mainStatus OBJECT IDENTIFIER ::= { sdi410cstatus 1 } + + inBR OBJECT-TYPE + SYNTAX Integer32 + UNITS "kbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Input bitrate in kbps" + ::= { mainStatus 1 } + + outBR OBJECT-TYPE + SYNTAX Integer32 + UNITS "kbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in kbps" + ::= { mainStatus 2 } + + load OBJECT-TYPE + SYNTAX Integer32 + UNITS "percents" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Processor load in percents" + ::= { mainStatus 3 } + + temp OBJECT-TYPE + SYNTAX Integer32 + UNITS "deg C" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Internal temperature in deg C" + ::= { mainStatus 4 } + + supply OBJECT-TYPE + SYNTAX Integer32 + UNITS "volts V" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Supply voltage in tenths V" + ::= { mainStatus 5 } + + outStream1 OBJECT IDENTIFIER ::= { sdi410cstatus 2 } + + outBr1 OBJECT-TYPE + SYNTAX Integer32 + UNITS "kbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate of the all transport stream in kbps" + ::= { outStream1 1 } + + outStream2 OBJECT IDENTIFIER ::= { sdi410cstatus 3 } + + outBr2 OBJECT-TYPE + SYNTAX Integer32 + UNITS "kbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate of the individual service in kbps" + ::= { outStream2 1 } + + outStream3 OBJECT IDENTIFIER ::= { sdi410cstatus 4 } + + outBr3 OBJECT-TYPE + SYNTAX Integer32 + UNITS "kbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate of the individual service in kbps" + ::= { outStream3 1 } + + outStream4 OBJECT IDENTIFIER ::= { sdi410cstatus 5 } + + outBr4 OBJECT-TYPE + SYNTAX Integer32 + UNITS "kbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate of the individual service in kbps" + ::= { outStream4 1 } + + outStream5 OBJECT IDENTIFIER ::= { sdi410cstatus 6 } + + outBr5 OBJECT-TYPE + SYNTAX Integer32 + UNITS "kbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate of the individual service in kbps" + ::= { outStream5 1 } + + outStream6 OBJECT IDENTIFIER ::= { sdi410cstatus 7 } + + outBr6 OBJECT-TYPE + SYNTAX Integer32 + UNITS "kbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate of the individual service in kbps" + ::= { outStream6 1 } + + outStream7 OBJECT IDENTIFIER ::= { sdi410cstatus 8 } + + outBr7 OBJECT-TYPE + SYNTAX Integer32 + UNITS "kbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate of the individual service in kbps" + ::= { outStream7 1 } + + outStream8 OBJECT IDENTIFIER ::= { sdi410cstatus 9 } + + outBr8 OBJECT-TYPE + SYNTAX Integer32 + UNITS "kbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate of the individual service in kbps" + ::= { outStream8 1 } + + outStream9 OBJECT IDENTIFIER ::= { sdi410cstatus 10 } + + outBr9 OBJECT-TYPE + SYNTAX Integer32 + UNITS "kbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate of the individual service in kbps" + ::= { outStream9 1 } + + outStream10 OBJECT IDENTIFIER ::= { sdi410cstatus 11 } + + outBr10 OBJECT-TYPE + SYNTAX Integer32 + UNITS "kbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate of the individual service in kbps" + ::= { outStream10 1 } + + outStream11 OBJECT IDENTIFIER ::= { sdi410cstatus 12 } + + outBr11 OBJECT-TYPE + SYNTAX Integer32 + UNITS "kbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate of the individual service in kbps" + ::= { outStream11 1 } + + outStream12 OBJECT IDENTIFIER ::= { sdi410cstatus 13 } + + outBr12 OBJECT-TYPE + SYNTAX Integer32 + UNITS "kbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate of the individual service in kbps" + ::= { outStream12 1 } + + outStream13 OBJECT IDENTIFIER ::= { sdi410cstatus 14 } + + outBr13 OBJECT-TYPE + SYNTAX Integer32 + UNITS "kbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate of the individual service in kbps" + ::= { outStream13 1 } + + outStream14 OBJECT IDENTIFIER ::= { sdi410cstatus 15 } + + outBr14 OBJECT-TYPE + SYNTAX Integer32 + UNITS "kbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate of the individual service in kbps" + ::= { outStream14 1 } + + outStream15 OBJECT IDENTIFIER ::= { sdi410cstatus 16 } + + outBr15 OBJECT-TYPE + SYNTAX Integer32 + UNITS "kbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate of the individual service in kbps" + ::= { outStream15 1 } + + outStream16 OBJECT IDENTIFIER ::= { sdi410cstatus 17 } + + outBr16 OBJECT-TYPE + SYNTAX Integer32 + UNITS "kbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate of the individual service in kbps" + ::= { outStream16 1 } + + outStream17 OBJECT IDENTIFIER ::= { sdi410cstatus 18 } + + outBr17 OBJECT-TYPE + SYNTAX Integer32 + UNITS "kbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate of the individual service in kbps" + ::= { outStream17 1 } + + outStream18 OBJECT IDENTIFIER ::= { sdi410cstatus 19 } + + outBr18 OBJECT-TYPE + SYNTAX Integer32 + UNITS "kbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate of the individual service in kbps" + ::= { outStream18 1 } + + outStream19 OBJECT IDENTIFIER ::= { sdi410cstatus 20 } + + outBr19 OBJECT-TYPE + SYNTAX Integer32 + UNITS "kbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate of the individual service in kbps" + ::= { outStream19 1 } + + outStream20 OBJECT IDENTIFIER ::= { sdi410cstatus 21 } + + outBr20 OBJECT-TYPE + SYNTAX Integer32 + UNITS "kbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate of the individual service in kbps" + ::= { outStream20 1 } + + outStream21 OBJECT IDENTIFIER ::= { sdi410cstatus 22 } + + outBr21 OBJECT-TYPE + SYNTAX Integer32 + UNITS "kbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate of the individual service in kbps" + ::= { outStream21 1 } + + outStream22 OBJECT IDENTIFIER ::= { sdi410cstatus 23 } + + outBr22 OBJECT-TYPE + SYNTAX Integer32 + UNITS "kbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate of the individual service in kbps" + ::= { outStream22 1 } + + outStream23 OBJECT IDENTIFIER ::= { sdi410cstatus 24 } + + outBr23 OBJECT-TYPE + SYNTAX Integer32 + UNITS "kbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate of the individual service in kbps" + ::= { outStream23 1 } + + outStream24 OBJECT IDENTIFIER ::= { sdi410cstatus 25 } + + outBr24 OBJECT-TYPE + SYNTAX Integer32 + UNITS "kbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate of the individual service in kbps" + ::= { outStream24 1 } + + outStream25 OBJECT IDENTIFIER ::= { sdi410cstatus 26 } + + outBr25 OBJECT-TYPE + SYNTAX Integer32 + UNITS "kbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate of the individual service in kbps" + ::= { outStream25 1 } + + inputStatus OBJECT IDENTIFIER ::= { sdi410cstatus 27 } + + lock OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Tuner lock status" + ::= { inputStatus 1 } + + std OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Modulation standard" + ::= { inputStatus 2 } + + level OBJECT-TYPE + SYNTAX DisplayString + UNITS "dbuV" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Input signal level in dbuV" + ::= { inputStatus 3 } + + mod OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Modulation" + ::= { inputStatus 4 } + + freq OBJECT-TYPE + SYNTAX Integer32 + UNITS "MHz" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Frequency in MHz" + ::= { inputStatus 5 } + + sr OBJECT-TYPE + SYNTAX Integer32 + UNITS "Ks/s" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Symbol rate in Ks/s" + ::= { inputStatus 6 } + + fec OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Forward error correction" + ::= { inputStatus 7 } + + snr OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenths of dB" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Signal to noise ratio in tenths of dB" + ::= { inputStatus 8 } + + vber OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Viterbi bit error ratio (DVB-S only)" + ::= { inputStatus 9 } + + per OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Packet error ratio" + ::= { inputStatus 10 } + + inCCerr OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Input CC error count" + ::= { inputStatus 11 } + + sdi410calarms OBJECT IDENTIFIER ::= { terra-sdi410C 2 } + + alarmCam OBJECT-TYPE + SYNTAX DefStatus + MAX-ACCESS read-only + STATUS current + DESCRIPTION "CAM initialisation error" + ::= { sdi410calarms 1 } + + alarmDesc OBJECT-TYPE + SYNTAX DefStatus + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Descrambling error" + ::= { sdi410calarms 2 } + + alarmInpsig OBJECT-TYPE + SYNTAX DefStatus + MAX-ACCESS read-only + STATUS current + DESCRIPTION "No input signal" + ::= { sdi410calarms 3 } + + alarmBitovf OBJECT-TYPE + SYNTAX DefStatus + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate overflow" + ::= { sdi410calarms 4 } + + alarmLinks OBJECT-TYPE + SYNTAX DefStatus + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Streaming ETH interface link down" + ::= { sdi410calarms 5 } + + alarmLinkc OBJECT-TYPE + SYNTAX DefStatus + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Control ETH interface link down" + ::= { sdi410calarms 6 } + + alarmPowovl OBJECT-TYPE + SYNTAX DefStatus + MAX-ACCESS read-only + STATUS current + DESCRIPTION "LNB power overloaded" + ::= { sdi410calarms 7 } + + alarmPowv OBJECT-TYPE + SYNTAX DefStatus + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Power voltage is out of limits" + ::= { sdi410calarms 8 } + + alarmTemps OBJECT-TYPE + SYNTAX DefStatus + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Temperature sensor error" + ::= { sdi410calarms 9 } + + alarmOvh OBJECT-TYPE + SYNTAX DefStatus + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Module is overheated" + ::= { sdi410calarms 10 } + + alarmTsErr OBJECT-TYPE + SYNTAX DefStatus + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Input transport stream error" + ::= { sdi410calarms 11 } + + sdi410cnotifications OBJECT IDENTIFIER ::= { terra-sdi410C 3 } + + notifyCam NOTIFICATION-TYPE + OBJECTS { + alarmCam + } + STATUS current + DESCRIPTION "CAM initialisation error" + ::= { sdi410cnotifications 1 } + + notifyDesc NOTIFICATION-TYPE + OBJECTS { + alarmDesc + } + STATUS current + DESCRIPTION "Descrambling error" + ::= { sdi410cnotifications 2 } + + notifyInpsig NOTIFICATION-TYPE + OBJECTS { + alarmInpsig + } + STATUS current + DESCRIPTION "No input signal" + ::= { sdi410cnotifications 3 } + + notifyBitovf NOTIFICATION-TYPE + OBJECTS { + alarmBitovf + } + STATUS current + DESCRIPTION "Output bitrate overflow" + ::= { sdi410cnotifications 4 } + + notifyLinks NOTIFICATION-TYPE + OBJECTS { + alarmLinks + } + STATUS current + DESCRIPTION "Streaming ETH interface link down" + ::= { sdi410cnotifications 5 } + + notifyLinkc NOTIFICATION-TYPE + OBJECTS { + alarmLinkc + } + STATUS current + DESCRIPTION "Control ETH interface link down" + ::= { sdi410cnotifications 6 } + + notifyPowovl NOTIFICATION-TYPE + OBJECTS { + alarmPowovl + } + STATUS current + DESCRIPTION "LNB power overloaded" + ::= { sdi410cnotifications 7 } + + notifyPowv NOTIFICATION-TYPE + OBJECTS { + alarmPowv + } + STATUS current + DESCRIPTION "Power voltage is out of limits" + ::= { sdi410cnotifications 8 } + + notifyTemps NOTIFICATION-TYPE + OBJECTS { + alarmTemps + } + STATUS current + DESCRIPTION "Temperature sensor error" + ::= { sdi410cnotifications 9 } + + notifyOvh NOTIFICATION-TYPE + OBJECTS { + alarmOvh + } + STATUS current + DESCRIPTION "Module is overheated" + ::= { sdi410cnotifications 10 } + + notifyTsErr NOTIFICATION-TYPE + OBJECTS { + alarmTsErr + } + STATUS current + DESCRIPTION "Input transport stream error" + ::= { sdi410cnotifications 11 } + + sdi410cInfo OBJECT IDENTIFIER ::= { terra-sdi410C 4 } + + infVersion OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Represents device firmware version number" + ::= { sdi410cInfo 1 } + + infSerNum OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Represents device Serial Number" + ::= { sdi410cInfo 2 } + + terrasdi410cMIBConformance OBJECT IDENTIFIER ::= { terra-sdi410C 5 } + + terrasdi410cMIBGroups OBJECT IDENTIFIER ::= { terrasdi410cMIBConformance 1 } + + sdi410cTerraMibAllObjects OBJECT-GROUP + OBJECTS { + inBR, + outBR, + load, + temp, + outBr1, + outBr2, + outBr3, + outBr4, + outBr5, + outBr6, + outBr7, + outBr8, + outBr9, + outBr10, + outBr11, + outBr12, + outBr13, + outBr14, + outBr15, + outBr16, + outBr17, + outBr18, + outBr19, + outBr20, + outBr21, + outBr22, + outBr23, + outBr24, + outBr25, + lock, + std, + level, + mod, + freq, + sr, + fec, + snr, + vber, + per, + inCCerr, + alarmCam, + alarmDesc, + alarmInpsig, + alarmBitovf, + alarmLinks, + alarmLinkc, + alarmPowovl, + alarmPowv, + alarmTemps, + alarmOvh, + alarmTsErr, + infVersion, + infSerNum + } + STATUS current + DESCRIPTION "This automatically created object group contains + all those objects that do not belong to any other + OBJECT-GROUP" + ::= { terrasdi410cMIBGroups 1 } + + sdi410cTerraMibAllNotifications NOTIFICATION-GROUP + NOTIFICATIONS { + notifyCam, + notifyDesc, + notifyInpsig, + notifyBitovf, + notifyLinks, + notifyLinkc, + notifyPowovl, + notifyPowv, + notifyTemps, + notifyOvh, + notifyTsErr + } + STATUS current + DESCRIPTION "This automatically created notification group + contains all notifications that do not belong + to any other NOTIFICATION-GROUP" + ::= { terrasdi410cMIBGroups 2 } + +END diff --git a/mibs/terra/TERRA-sdi480-MIB b/mibs/terra/TERRA-sdi480-MIB new file mode 100644 index 0000000000..09e4698fb3 --- /dev/null +++ b/mibs/terra/TERRA-sdi480-MIB @@ -0,0 +1,7176 @@ +--File Name : sdi480-TERRA-MIB +--Date : January 19 2017 +--**************************************************** +--sdi480-TERRA-MIB: sdi480 Platform Specific MIB +-- +--January 2017, Virginijus Bieliauskas +-- +--Copyright (c) 2017 by TERRA Electronics. +--All rights reserved. +-- +--**************************************************** + +TERRA-sdi480-MIB DEFINITIONS ::= BEGIN + IMPORTS + MODULE-IDENTITY, OBJECT-TYPE, Integer32, + NOTIFICATION-TYPE + FROM SNMPv2-SMI + DisplayString + FROM SNMPv2-TC + OBJECT-GROUP, NOTIFICATION-GROUP + FROM SNMPv2-CONF + DefStatus + FROM TERRA-DEFINITIONS-MIB + terraProducts + FROM TERRA-PRODUCTS-MIB; + + terra-sdi480 MODULE-IDENTITY + LAST-UPDATED "201701190000Z" + ORGANIZATION "TERRA Electronics" + CONTACT-INFO "TERRA Electronics + + Draugystes 22 + Kaunas + Lithuania + LT-51256 + E-mail: design@terraelectronics.com" + DESCRIPTION "This MIB provides Terra eight channel DVB-S/S2 to IP streamer sdi480 information." + + REVISION "201701190900Z" + DESCRIPTION "Production version" + ::= { terraProducts 17 } + + + sdi480status OBJECT IDENTIFIER ::= { terra-sdi480 1 } + + rFinStatus1 OBJECT IDENTIFIER ::= { sdi480status 1 } + + inLock1 OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Tuner lock" + ::= { rFinStatus1 1 } + + inlevel1 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of dbuV" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Input signal level in tenth of dbuV" + ::= { rFinStatus1 2 } + + insnr1 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of db" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Input signal SNR in tenth of db" + ::= { rFinStatus1 3 } + + inbr1 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Input signal bitrate in tenth of Mbps" + ::= { rFinStatus1 4 } + + inper1 OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Input signal packet error ratio" + ::= { rFinStatus1 5 } + + rFinStatus2 OBJECT IDENTIFIER ::= { sdi480status 2 } + + inLock2 OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Tuner lock" + ::= { rFinStatus2 1 } + + inlevel2 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of dbuV" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Input signal level in tenth of dbuV" + ::= { rFinStatus2 2 } + + insnr2 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of db" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Input signal SNR in tenth of db" + ::= { rFinStatus2 3 } + + inbr2 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Input signal bitrate in tenth of Mbps" + ::= { rFinStatus2 4 } + + inper2 OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Input signal packet error ratio" + ::= { rFinStatus2 5 } + + rFinStatus3 OBJECT IDENTIFIER ::= { sdi480status 3 } + + inLock3 OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Tuner lock" + ::= { rFinStatus3 1 } + + inlevel3 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of dbuV" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Input signal level in tenth of dbuV" + ::= { rFinStatus3 2 } + + insnr3 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of db" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Input signal SNR in tenth of db" + ::= { rFinStatus3 3 } + + inbr3 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Input signal bitrate in tenth of Mbps" + ::= { rFinStatus3 4 } + + inper3 OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Input signal packet error ratio" + ::= { rFinStatus3 5 } + + rFinStatus4 OBJECT IDENTIFIER ::= { sdi480status 4 } + + inLock4 OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Tuner lock" + ::= { rFinStatus4 1 } + + inlevel4 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of dbuV" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Input signal level in tenth of dbuV" + ::= { rFinStatus4 2 } + + insnr4 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of db" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Input signal SNR in tenth of db" + ::= { rFinStatus4 3 } + + inbr4 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Input signal bitrate in tenth of Mbps" + ::= { rFinStatus4 4 } + + inper4 OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Input signal packet error ratio" + ::= { rFinStatus4 5 } + + rFinStatus5 OBJECT IDENTIFIER ::= { sdi480status 5 } + + inLock5 OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Tuner lock" + ::= { rFinStatus5 1 } + + inlevel5 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of dbuV" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Input signal level in tenth of dbuV" + ::= { rFinStatus5 2 } + + insnr5 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of db" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Input signal SNR in tenth of db" + ::= { rFinStatus5 3 } + + inbr5 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Input signal bitrate in tenth of Mbps" + ::= { rFinStatus5 4 } + + inper5 OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Input signal packet error ratio" + ::= { rFinStatus5 5 } + + rFinStatus6 OBJECT IDENTIFIER ::= { sdi480status 6 } + + inLock6 OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Tuner lock" + ::= { rFinStatus6 1 } + + inlevel6 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of dbuV" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Input signal level in tenth of dbuV" + ::= { rFinStatus6 2 } + + insnr6 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of db" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Input signal SNR in tenth of db" + ::= { rFinStatus6 3 } + + inbr6 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Input signal bitrate in tenth of Mbps" + ::= { rFinStatus6 4 } + + inper6 OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Input signal packet error ratio" + ::= { rFinStatus6 5 } + + rFinStatus7 OBJECT IDENTIFIER ::= { sdi480status 7 } + + inLock7 OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Tuner lock" + ::= { rFinStatus7 1 } + + inlevel7 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of dbuV" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Input signal level in tenth of dbuV" + ::= { rFinStatus7 2 } + + insnr7 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of db" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Input signal SNR in tenth of db" + ::= { rFinStatus7 3 } + + inbr7 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Input signal bitrate in tenth of Mbps" + ::= { rFinStatus7 4 } + + inper7 OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Input signal packet error ratio" + ::= { rFinStatus7 5 } + + rFinStatus8 OBJECT IDENTIFIER ::= { sdi480status 8 } + + inLock8 OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Tuner lock" + ::= { rFinStatus8 1 } + + inlevel8 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of dbuV" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Input signal level in tenth of dbuV" + ::= { rFinStatus8 2 } + + insnr8 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of db" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Input signal SNR in tenth of db" + ::= { rFinStatus8 3 } + + inbr8 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Input signal bitrate in tenth of Mbps" + ::= { rFinStatus8 4 } + + inper8 OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Input signal packet error ratio" + ::= { rFinStatus8 5 } + + usbStatus OBJECT IDENTIFIER ::= { sdi480status 9 } + + usbinBR OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "USB input bitrate in tenth of Mbps" + ::= { usbStatus 1 } + + outStream1 OBJECT IDENTIFIER ::= { sdi480status 10 } + + outBr1 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream1 1 } + + outStream2 OBJECT IDENTIFIER ::= { sdi480status 11 } + + outBr2 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream2 1 } + + outStream3 OBJECT IDENTIFIER ::= { sdi480status 12 } + + outBr3 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream3 1 } + + outStream4 OBJECT IDENTIFIER ::= { sdi480status 13 } + + outBr4 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream4 1 } + + outStream5 OBJECT IDENTIFIER ::= { sdi480status 14 } + + outBr5 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream5 1 } + + outStream6 OBJECT IDENTIFIER ::= { sdi480status 15 } + + outBr6 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream6 1 } + + outStream7 OBJECT IDENTIFIER ::= { sdi480status 16 } + + outBr7 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream7 1 } + + outStream8 OBJECT IDENTIFIER ::= { sdi480status 17 } + + outBr8 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream8 1 } + + outStream9 OBJECT IDENTIFIER ::= { sdi480status 18 } + + outBr9 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream9 1 } + + outStream10 OBJECT IDENTIFIER ::= { sdi480status 19 } + + outBr10 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream10 1 } + + outStream11 OBJECT IDENTIFIER ::= { sdi480status 20 } + + outBr11 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream11 1 } + + outStream12 OBJECT IDENTIFIER ::= { sdi480status 21 } + + outBr12 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream12 1 } + + outStream13 OBJECT IDENTIFIER ::= { sdi480status 22 } + + outBr13 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream13 1 } + + outStream14 OBJECT IDENTIFIER ::= { sdi480status 23 } + + outBr14 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream14 1 } + + outStream15 OBJECT IDENTIFIER ::= { sdi480status 24 } + + outBr15 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream15 1 } + + outStream16 OBJECT IDENTIFIER ::= { sdi480status 25 } + + outBr16 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream16 1 } + + outStream17 OBJECT IDENTIFIER ::= { sdi480status 26 } + + outBr17 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream17 1 } + + outStream18 OBJECT IDENTIFIER ::= { sdi480status 27 } + + outBr18 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream18 1 } + + outStream19 OBJECT IDENTIFIER ::= { sdi480status 28 } + + outBr19 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream19 1 } + + outStream20 OBJECT IDENTIFIER ::= { sdi480status 29 } + + outBr20 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream20 1 } + + outStream21 OBJECT IDENTIFIER ::= { sdi480status 30 } + + outBr21 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream21 1 } + + outStream22 OBJECT IDENTIFIER ::= { sdi480status 31 } + + outBr22 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream22 1 } + + outStream23 OBJECT IDENTIFIER ::= { sdi480status 32 } + + outBr23 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream23 1 } + + outStream24 OBJECT IDENTIFIER ::= { sdi480status 33 } + + outBr24 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream24 1 } + + outStream25 OBJECT IDENTIFIER ::= { sdi480status 34 } + + outBr25 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream25 1 } + + outStream26 OBJECT IDENTIFIER ::= { sdi480status 35 } + + outBr26 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream26 1 } + + outStream27 OBJECT IDENTIFIER ::= { sdi480status 36 } + + outBr27 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream27 1 } + + outStream28 OBJECT IDENTIFIER ::= { sdi480status 37 } + + outBr28 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream28 1 } + + outStream29 OBJECT IDENTIFIER ::= { sdi480status 38 } + + outBr29 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream29 1 } + + outStream30 OBJECT IDENTIFIER ::= { sdi480status 39 } + + outBr30 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream30 1 } + + outStream31 OBJECT IDENTIFIER ::= { sdi480status 40 } + + outBr31 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream31 1 } + + outStream32 OBJECT IDENTIFIER ::= { sdi480status 41 } + + outBr32 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream32 1 } + + outStream33 OBJECT IDENTIFIER ::= { sdi480status 42 } + + outBr33 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream33 1 } + + outStream34 OBJECT IDENTIFIER ::= { sdi480status 43 } + + outBr34 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream34 1 } + + outStream35 OBJECT IDENTIFIER ::= { sdi480status 44 } + + outBr35 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream35 1 } + + outStream36 OBJECT IDENTIFIER ::= { sdi480status 45 } + + outBr36 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream36 1 } + + outStream37 OBJECT IDENTIFIER ::= { sdi480status 46 } + + outBr37 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream37 1 } + + outStream38 OBJECT IDENTIFIER ::= { sdi480status 47 } + + outBr38 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream38 1 } + + outStream39 OBJECT IDENTIFIER ::= { sdi480status 48 } + + outBr39 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream39 1 } + + outStream40 OBJECT IDENTIFIER ::= { sdi480status 49 } + + outBr40 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream40 1 } + + outStream41 OBJECT IDENTIFIER ::= { sdi480status 50 } + + outBr41 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream41 1 } + + outStream42 OBJECT IDENTIFIER ::= { sdi480status 51 } + + outBr42 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream42 1 } + + outStream43 OBJECT IDENTIFIER ::= { sdi480status 52 } + + outBr43 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream43 1 } + + outStream44 OBJECT IDENTIFIER ::= { sdi480status 53 } + + outBr44 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream44 1 } + + outStream45 OBJECT IDENTIFIER ::= { sdi480status 54 } + + outBr45 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream45 1 } + + outStream46 OBJECT IDENTIFIER ::= { sdi480status 55 } + + outBr46 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream46 1 } + + outStream47 OBJECT IDENTIFIER ::= { sdi480status 56 } + + outBr47 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream47 1 } + + outStream48 OBJECT IDENTIFIER ::= { sdi480status 57 } + + outBr48 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream48 1 } + + outStream49 OBJECT IDENTIFIER ::= { sdi480status 58 } + + outBr49 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream49 1 } + + outStream50 OBJECT IDENTIFIER ::= { sdi480status 59 } + + outBr50 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream50 1 } + + outStream51 OBJECT IDENTIFIER ::= { sdi480status 60 } + + outBr51 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream51 1 } + + outStream52 OBJECT IDENTIFIER ::= { sdi480status 61 } + + outBr52 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream52 1 } + + outStream53 OBJECT IDENTIFIER ::= { sdi480status 62 } + + outBr53 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream53 1 } + + outStream54 OBJECT IDENTIFIER ::= { sdi480status 63 } + + outBr54 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream54 1 } + + outStream55 OBJECT IDENTIFIER ::= { sdi480status 64 } + + outBr55 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream55 1 } + + outStream56 OBJECT IDENTIFIER ::= { sdi480status 65 } + + outBr56 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream56 1 } + + outStream57 OBJECT IDENTIFIER ::= { sdi480status 66 } + + outBr57 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream57 1 } + + outStream58 OBJECT IDENTIFIER ::= { sdi480status 67 } + + outBr58 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream58 1 } + + outStream59 OBJECT IDENTIFIER ::= { sdi480status 68 } + + outBr59 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream59 1 } + + outStream60 OBJECT IDENTIFIER ::= { sdi480status 69 } + + outBr60 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream60 1 } + + outStream61 OBJECT IDENTIFIER ::= { sdi480status 70 } + + outBr61 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream61 1 } + + outStream62 OBJECT IDENTIFIER ::= { sdi480status 71 } + + outBr62 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream62 1 } + + outStream63 OBJECT IDENTIFIER ::= { sdi480status 72 } + + outBr63 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream63 1 } + + outStream64 OBJECT IDENTIFIER ::= { sdi480status 73 } + + outBr64 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream64 1 } + + outStream65 OBJECT IDENTIFIER ::= { sdi480status 74 } + + outBr65 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream65 1 } + + outStream66 OBJECT IDENTIFIER ::= { sdi480status 75 } + + outBr66 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream66 1 } + + outStream67 OBJECT IDENTIFIER ::= { sdi480status 76 } + + outBr67 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream67 1 } + + outStream68 OBJECT IDENTIFIER ::= { sdi480status 77 } + + outBr68 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream68 1 } + + outStream69 OBJECT IDENTIFIER ::= { sdi480status 78 } + + outBr69 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream69 1 } + + outStream70 OBJECT IDENTIFIER ::= { sdi480status 79 } + + outBr70 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream70 1 } + + outStream71 OBJECT IDENTIFIER ::= { sdi480status 80 } + + outBr71 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream71 1 } + + outStream72 OBJECT IDENTIFIER ::= { sdi480status 81 } + + outBr72 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream72 1 } + + outStream73 OBJECT IDENTIFIER ::= { sdi480status 82 } + + outBr73 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream73 1 } + + outStream74 OBJECT IDENTIFIER ::= { sdi480status 83 } + + outBr74 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream74 1 } + + outStream75 OBJECT IDENTIFIER ::= { sdi480status 84 } + + outBr75 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream75 1 } + + outStream76 OBJECT IDENTIFIER ::= { sdi480status 85 } + + outBr76 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream76 1 } + + outStream77 OBJECT IDENTIFIER ::= { sdi480status 86 } + + outBr77 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream77 1 } + + outStream78 OBJECT IDENTIFIER ::= { sdi480status 87 } + + outBr78 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream78 1 } + + outStream79 OBJECT IDENTIFIER ::= { sdi480status 88 } + + outBr79 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream79 1 } + + outStream80 OBJECT IDENTIFIER ::= { sdi480status 89 } + + outBr80 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream80 1 } + + outStream81 OBJECT IDENTIFIER ::= { sdi480status 90 } + + outBr81 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream81 1 } + + outStream82 OBJECT IDENTIFIER ::= { sdi480status 91 } + + outBr82 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream82 1 } + + outStream83 OBJECT IDENTIFIER ::= { sdi480status 92 } + + outBr83 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream83 1 } + + outStream84 OBJECT IDENTIFIER ::= { sdi480status 93 } + + outBr84 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream84 1 } + + outStream85 OBJECT IDENTIFIER ::= { sdi480status 94 } + + outBr85 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream85 1 } + + outStream86 OBJECT IDENTIFIER ::= { sdi480status 95 } + + outBr86 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream86 1 } + + outStream87 OBJECT IDENTIFIER ::= { sdi480status 96 } + + outBr87 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream87 1 } + + outStream88 OBJECT IDENTIFIER ::= { sdi480status 97 } + + outBr88 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream88 1 } + + outStream89 OBJECT IDENTIFIER ::= { sdi480status 98 } + + outBr89 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream89 1 } + + outStream90 OBJECT IDENTIFIER ::= { sdi480status 99 } + + outBr90 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream90 1 } + + outStream91 OBJECT IDENTIFIER ::= { sdi480status 100 } + + outBr91 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream91 1 } + + outStream92 OBJECT IDENTIFIER ::= { sdi480status 101 } + + outBr92 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream92 1 } + + outStream93 OBJECT IDENTIFIER ::= { sdi480status 102 } + + outBr93 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream93 1 } + + outStream94 OBJECT IDENTIFIER ::= { sdi480status 103 } + + outBr94 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream94 1 } + + outStream95 OBJECT IDENTIFIER ::= { sdi480status 104 } + + outBr95 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream95 1 } + + outStream96 OBJECT IDENTIFIER ::= { sdi480status 105 } + + outBr96 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream96 1 } + + outStream97 OBJECT IDENTIFIER ::= { sdi480status 106 } + + outBr97 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream97 1 } + + outStream98 OBJECT IDENTIFIER ::= { sdi480status 107 } + + outBr98 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream98 1 } + + outStream99 OBJECT IDENTIFIER ::= { sdi480status 108 } + + outBr99 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream99 1 } + + outStream100 OBJECT IDENTIFIER ::= { sdi480status 109 } + + outBr100 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream100 1 } + + outStream101 OBJECT IDENTIFIER ::= { sdi480status 110 } + + outBr101 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream101 1 } + + outStream102 OBJECT IDENTIFIER ::= { sdi480status 111 } + + outBr102 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream102 1 } + + outStream103 OBJECT IDENTIFIER ::= { sdi480status 112 } + + outBr103 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream103 1 } + + outStream104 OBJECT IDENTIFIER ::= { sdi480status 113 } + + outBr104 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream104 1 } + + outStream105 OBJECT IDENTIFIER ::= { sdi480status 114 } + + outBr105 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream105 1 } + + outStream106 OBJECT IDENTIFIER ::= { sdi480status 115 } + + outBr106 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream106 1 } + + outStream107 OBJECT IDENTIFIER ::= { sdi480status 116 } + + outBr107 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream107 1 } + + outStream108 OBJECT IDENTIFIER ::= { sdi480status 117 } + + outBr108 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream108 1 } + + outStream109 OBJECT IDENTIFIER ::= { sdi480status 118 } + + outBr109 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream109 1 } + + outStream110 OBJECT IDENTIFIER ::= { sdi480status 119 } + + outBr110 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream110 1 } + + outStream111 OBJECT IDENTIFIER ::= { sdi480status 120 } + + outBr111 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream111 1 } + + outStream112 OBJECT IDENTIFIER ::= { sdi480status 121 } + + outBr112 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream112 1 } + + outStream113 OBJECT IDENTIFIER ::= { sdi480status 122 } + + outBr113 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream113 1 } + + outStream114 OBJECT IDENTIFIER ::= { sdi480status 123 } + + outBr114 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream114 1 } + + outStream115 OBJECT IDENTIFIER ::= { sdi480status 124 } + + outBr115 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream115 1 } + + outStream116 OBJECT IDENTIFIER ::= { sdi480status 125 } + + outBr116 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream116 1 } + + outStream117 OBJECT IDENTIFIER ::= { sdi480status 126 } + + outBr117 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream117 1 } + + outStream118 OBJECT IDENTIFIER ::= { sdi480status 127 } + + outBr118 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream118 1 } + + outStream119 OBJECT IDENTIFIER ::= { sdi480status 128 } + + outBr119 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream119 1 } + + outStream120 OBJECT IDENTIFIER ::= { sdi480status 129 } + + outBr120 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream120 1 } + + outStream121 OBJECT IDENTIFIER ::= { sdi480status 130 } + + outBr121 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream121 1 } + + outStream122 OBJECT IDENTIFIER ::= { sdi480status 131 } + + outBr122 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream122 1 } + + outStream123 OBJECT IDENTIFIER ::= { sdi480status 132 } + + outBr123 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream123 1 } + + outStream124 OBJECT IDENTIFIER ::= { sdi480status 133 } + + outBr124 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream124 1 } + + outStream125 OBJECT IDENTIFIER ::= { sdi480status 134 } + + outBr125 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream125 1 } + + outStream126 OBJECT IDENTIFIER ::= { sdi480status 135 } + + outBr126 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream126 1 } + + outStream127 OBJECT IDENTIFIER ::= { sdi480status 136 } + + outBr127 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream127 1 } + + outStream128 OBJECT IDENTIFIER ::= { sdi480status 137 } + + outBr128 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream128 1 } + + outStream129 OBJECT IDENTIFIER ::= { sdi480status 138 } + + outBr129 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream129 1 } + + outStream130 OBJECT IDENTIFIER ::= { sdi480status 139 } + + outBr130 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream130 1 } + + outStream131 OBJECT IDENTIFIER ::= { sdi480status 140 } + + outBr131 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream131 1 } + + outStream132 OBJECT IDENTIFIER ::= { sdi480status 141 } + + outBr132 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream132 1 } + + outStream133 OBJECT IDENTIFIER ::= { sdi480status 142 } + + outBr133 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream133 1 } + + outStream134 OBJECT IDENTIFIER ::= { sdi480status 143 } + + outBr134 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream134 1 } + + outStream135 OBJECT IDENTIFIER ::= { sdi480status 144 } + + outBr135 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream135 1 } + + outStream136 OBJECT IDENTIFIER ::= { sdi480status 145 } + + outBr136 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream136 1 } + + outStream137 OBJECT IDENTIFIER ::= { sdi480status 146 } + + outBr137 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream137 1 } + + outStream138 OBJECT IDENTIFIER ::= { sdi480status 147 } + + outBr138 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream138 1 } + + outStream139 OBJECT IDENTIFIER ::= { sdi480status 148 } + + outBr139 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream139 1 } + + outStream140 OBJECT IDENTIFIER ::= { sdi480status 149 } + + outBr140 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream140 1 } + + outStream141 OBJECT IDENTIFIER ::= { sdi480status 150 } + + outBr141 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream141 1 } + + outStream142 OBJECT IDENTIFIER ::= { sdi480status 151 } + + outBr142 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream142 1 } + + outStream143 OBJECT IDENTIFIER ::= { sdi480status 152 } + + outBr143 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream143 1 } + + outStream144 OBJECT IDENTIFIER ::= { sdi480status 153 } + + outBr144 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream144 1 } + + outStream145 OBJECT IDENTIFIER ::= { sdi480status 154 } + + outBr145 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream145 1 } + + outStream146 OBJECT IDENTIFIER ::= { sdi480status 155 } + + outBr146 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream146 1 } + + outStream147 OBJECT IDENTIFIER ::= { sdi480status 156 } + + outBr147 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream147 1 } + + outStream148 OBJECT IDENTIFIER ::= { sdi480status 157 } + + outBr148 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream148 1 } + + outStream149 OBJECT IDENTIFIER ::= { sdi480status 158 } + + outBr149 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream149 1 } + + outStream150 OBJECT IDENTIFIER ::= { sdi480status 159 } + + outBr150 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream150 1 } + + outStream151 OBJECT IDENTIFIER ::= { sdi480status 160 } + + outBr151 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream151 1 } + + outStream152 OBJECT IDENTIFIER ::= { sdi480status 161 } + + outBr152 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream152 1 } + + outStream153 OBJECT IDENTIFIER ::= { sdi480status 162 } + + outBr153 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream153 1 } + + outStream154 OBJECT IDENTIFIER ::= { sdi480status 163 } + + outBr154 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream154 1 } + + outStream155 OBJECT IDENTIFIER ::= { sdi480status 164 } + + outBr155 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream155 1 } + + outStream156 OBJECT IDENTIFIER ::= { sdi480status 165 } + + outBr156 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream156 1 } + + outStream157 OBJECT IDENTIFIER ::= { sdi480status 166 } + + outBr157 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream157 1 } + + outStream158 OBJECT IDENTIFIER ::= { sdi480status 167 } + + outBr158 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream158 1 } + + outStream159 OBJECT IDENTIFIER ::= { sdi480status 168 } + + outBr159 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream159 1 } + + outStream160 OBJECT IDENTIFIER ::= { sdi480status 169 } + + outBr160 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream160 1 } + + outStream161 OBJECT IDENTIFIER ::= { sdi480status 170 } + + outBr161 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream161 1 } + + outStream162 OBJECT IDENTIFIER ::= { sdi480status 171 } + + outBr162 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream162 1 } + + outStream163 OBJECT IDENTIFIER ::= { sdi480status 172 } + + outBr163 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream163 1 } + + outStream164 OBJECT IDENTIFIER ::= { sdi480status 173 } + + outBr164 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream164 1 } + + outStream165 OBJECT IDENTIFIER ::= { sdi480status 174 } + + outBr165 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream165 1 } + + outStream166 OBJECT IDENTIFIER ::= { sdi480status 175 } + + outBr166 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream166 1 } + + outStream167 OBJECT IDENTIFIER ::= { sdi480status 176 } + + outBr167 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream167 1 } + + outStream168 OBJECT IDENTIFIER ::= { sdi480status 177 } + + outBr168 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream168 1 } + + outStream169 OBJECT IDENTIFIER ::= { sdi480status 178 } + + outBr169 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream169 1 } + + outStream170 OBJECT IDENTIFIER ::= { sdi480status 179 } + + outBr170 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream170 1 } + + outStream171 OBJECT IDENTIFIER ::= { sdi480status 180 } + + outBr171 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream171 1 } + + outStream172 OBJECT IDENTIFIER ::= { sdi480status 181 } + + outBr172 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream172 1 } + + outStream173 OBJECT IDENTIFIER ::= { sdi480status 182 } + + outBr173 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream173 1 } + + outStream174 OBJECT IDENTIFIER ::= { sdi480status 183 } + + outBr174 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream174 1 } + + outStream175 OBJECT IDENTIFIER ::= { sdi480status 184 } + + outBr175 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream175 1 } + + outStream176 OBJECT IDENTIFIER ::= { sdi480status 185 } + + outBr176 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream176 1 } + + outStream177 OBJECT IDENTIFIER ::= { sdi480status 186 } + + outBr177 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream177 1 } + + outStream178 OBJECT IDENTIFIER ::= { sdi480status 187 } + + outBr178 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream178 1 } + + outStream179 OBJECT IDENTIFIER ::= { sdi480status 188 } + + outBr179 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream179 1 } + + outStream180 OBJECT IDENTIFIER ::= { sdi480status 189 } + + outBr180 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream180 1 } + + outStream181 OBJECT IDENTIFIER ::= { sdi480status 190 } + + outBr181 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream181 1 } + + outStream182 OBJECT IDENTIFIER ::= { sdi480status 191 } + + outBr182 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream182 1 } + + outStream183 OBJECT IDENTIFIER ::= { sdi480status 192 } + + outBr183 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream183 1 } + + outStream184 OBJECT IDENTIFIER ::= { sdi480status 193 } + + outBr184 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream184 1 } + + outStream185 OBJECT IDENTIFIER ::= { sdi480status 194 } + + outBr185 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream185 1 } + + outStream186 OBJECT IDENTIFIER ::= { sdi480status 195 } + + outBr186 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream186 1 } + + outStream187 OBJECT IDENTIFIER ::= { sdi480status 196 } + + outBr187 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream187 1 } + + outStream188 OBJECT IDENTIFIER ::= { sdi480status 197 } + + outBr188 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream188 1 } + + outStream189 OBJECT IDENTIFIER ::= { sdi480status 198 } + + outBr189 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream189 1 } + + outStream190 OBJECT IDENTIFIER ::= { sdi480status 199 } + + outBr190 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream190 1 } + + outStream191 OBJECT IDENTIFIER ::= { sdi480status 200 } + + outBr191 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream191 1 } + + outStream192 OBJECT IDENTIFIER ::= { sdi480status 201 } + + outBr192 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream192 1 } + + outStream193 OBJECT IDENTIFIER ::= { sdi480status 202 } + + outBr193 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream193 1 } + + outStream194 OBJECT IDENTIFIER ::= { sdi480status 203 } + + outBr194 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream194 1 } + + outStream195 OBJECT IDENTIFIER ::= { sdi480status 204 } + + outBr195 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream195 1 } + + outStream196 OBJECT IDENTIFIER ::= { sdi480status 205 } + + outBr196 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream196 1 } + + outStream197 OBJECT IDENTIFIER ::= { sdi480status 206 } + + outBr197 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream197 1 } + + outStream198 OBJECT IDENTIFIER ::= { sdi480status 207 } + + outBr198 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream198 1 } + + outStream199 OBJECT IDENTIFIER ::= { sdi480status 208 } + + outBr199 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream199 1 } + + outStream200 OBJECT IDENTIFIER ::= { sdi480status 209 } + + outBr200 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream200 1 } + + outStream201 OBJECT IDENTIFIER ::= { sdi480status 210 } + + outBr201 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream201 1 } + + outStream202 OBJECT IDENTIFIER ::= { sdi480status 211 } + + outBr202 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream202 1 } + + outStream203 OBJECT IDENTIFIER ::= { sdi480status 212 } + + outBr203 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream203 1 } + + outStream204 OBJECT IDENTIFIER ::= { sdi480status 213 } + + outBr204 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream204 1 } + + outStream205 OBJECT IDENTIFIER ::= { sdi480status 214 } + + outBr205 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream205 1 } + + outStream206 OBJECT IDENTIFIER ::= { sdi480status 215 } + + outBr206 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream206 1 } + + outStream207 OBJECT IDENTIFIER ::= { sdi480status 216 } + + outBr207 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream207 1 } + + outStream208 OBJECT IDENTIFIER ::= { sdi480status 217 } + + outBr208 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream208 1 } + + outStream209 OBJECT IDENTIFIER ::= { sdi480status 218 } + + outBr209 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream209 1 } + + outStream210 OBJECT IDENTIFIER ::= { sdi480status 219 } + + outBr210 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream210 1 } + + outStream211 OBJECT IDENTIFIER ::= { sdi480status 220 } + + outBr211 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream211 1 } + + outStream212 OBJECT IDENTIFIER ::= { sdi480status 221 } + + outBr212 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream212 1 } + + outStream213 OBJECT IDENTIFIER ::= { sdi480status 222 } + + outBr213 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream213 1 } + + outStream214 OBJECT IDENTIFIER ::= { sdi480status 223 } + + outBr214 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream214 1 } + + outStream215 OBJECT IDENTIFIER ::= { sdi480status 224 } + + outBr215 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream215 1 } + + outStream216 OBJECT IDENTIFIER ::= { sdi480status 225 } + + outBr216 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream216 1 } + + outStream217 OBJECT IDENTIFIER ::= { sdi480status 226 } + + outBr217 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream217 1 } + + outStream218 OBJECT IDENTIFIER ::= { sdi480status 227 } + + outBr218 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream218 1 } + + outStream219 OBJECT IDENTIFIER ::= { sdi480status 228 } + + outBr219 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream219 1 } + + outStream220 OBJECT IDENTIFIER ::= { sdi480status 229 } + + outBr220 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream220 1 } + + outStream221 OBJECT IDENTIFIER ::= { sdi480status 230 } + + outBr221 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream221 1 } + + outStream222 OBJECT IDENTIFIER ::= { sdi480status 231 } + + outBr222 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream222 1 } + + outStream223 OBJECT IDENTIFIER ::= { sdi480status 232 } + + outBr223 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream223 1 } + + outStream224 OBJECT IDENTIFIER ::= { sdi480status 233 } + + outBr224 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream224 1 } + + outStream225 OBJECT IDENTIFIER ::= { sdi480status 234 } + + outBr225 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream225 1 } + + outStream226 OBJECT IDENTIFIER ::= { sdi480status 235 } + + outBr226 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream226 1 } + + outStream227 OBJECT IDENTIFIER ::= { sdi480status 236 } + + outBr227 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream227 1 } + + outStream228 OBJECT IDENTIFIER ::= { sdi480status 237 } + + outBr228 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream228 1 } + + outStream229 OBJECT IDENTIFIER ::= { sdi480status 238 } + + outBr229 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream229 1 } + + outStream230 OBJECT IDENTIFIER ::= { sdi480status 239 } + + outBr230 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream230 1 } + + outStream231 OBJECT IDENTIFIER ::= { sdi480status 240 } + + outBr231 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream231 1 } + + outStream232 OBJECT IDENTIFIER ::= { sdi480status 241 } + + outBr232 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream232 1 } + + outStream233 OBJECT IDENTIFIER ::= { sdi480status 242 } + + outBr233 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream233 1 } + + outStream234 OBJECT IDENTIFIER ::= { sdi480status 243 } + + outBr234 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream234 1 } + + outStream235 OBJECT IDENTIFIER ::= { sdi480status 244 } + + outBr235 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream235 1 } + + outStream236 OBJECT IDENTIFIER ::= { sdi480status 245 } + + outBr236 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream236 1 } + + outStream237 OBJECT IDENTIFIER ::= { sdi480status 246 } + + outBr237 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream237 1 } + + outStream238 OBJECT IDENTIFIER ::= { sdi480status 247 } + + outBr238 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream238 1 } + + outStream239 OBJECT IDENTIFIER ::= { sdi480status 248 } + + outBr239 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream239 1 } + + outStream240 OBJECT IDENTIFIER ::= { sdi480status 249 } + + outBr240 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream240 1 } + + outStream241 OBJECT IDENTIFIER ::= { sdi480status 250 } + + outBr241 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream241 1 } + + outStream242 OBJECT IDENTIFIER ::= { sdi480status 251 } + + outBr242 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream242 1 } + + outStream243 OBJECT IDENTIFIER ::= { sdi480status 252 } + + outBr243 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream243 1 } + + outStream244 OBJECT IDENTIFIER ::= { sdi480status 253 } + + outBr244 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream244 1 } + + outStream245 OBJECT IDENTIFIER ::= { sdi480status 254 } + + outBr245 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream245 1 } + + outStream246 OBJECT IDENTIFIER ::= { sdi480status 255 } + + outBr246 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream246 1 } + + outStream247 OBJECT IDENTIFIER ::= { sdi480status 256 } + + outBr247 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream247 1 } + + outStream248 OBJECT IDENTIFIER ::= { sdi480status 257 } + + outBr248 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream248 1 } + + outStream249 OBJECT IDENTIFIER ::= { sdi480status 258 } + + outBr249 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream249 1 } + + outStream250 OBJECT IDENTIFIER ::= { sdi480status 259 } + + outBr250 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream250 1 } + + outStream251 OBJECT IDENTIFIER ::= { sdi480status 260 } + + outBr251 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream251 1 } + + outStream252 OBJECT IDENTIFIER ::= { sdi480status 261 } + + outBr252 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream252 1 } + + outStream253 OBJECT IDENTIFIER ::= { sdi480status 262 } + + outBr253 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream253 1 } + + outStream254 OBJECT IDENTIFIER ::= { sdi480status 263 } + + outBr254 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream254 1 } + + outStream255 OBJECT IDENTIFIER ::= { sdi480status 264 } + + outBr255 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream255 1 } + + outStream256 OBJECT IDENTIFIER ::= { sdi480status 265 } + + outBr256 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream256 1 } + + outStream257 OBJECT IDENTIFIER ::= { sdi480status 266 } + + outBr257 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream257 1 } + + outStream258 OBJECT IDENTIFIER ::= { sdi480status 267 } + + outBr258 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream258 1 } + + outStream259 OBJECT IDENTIFIER ::= { sdi480status 268 } + + outBr259 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream259 1 } + + outStream260 OBJECT IDENTIFIER ::= { sdi480status 269 } + + outBr260 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream260 1 } + + outStream261 OBJECT IDENTIFIER ::= { sdi480status 270 } + + outBr261 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream261 1 } + + outStream262 OBJECT IDENTIFIER ::= { sdi480status 271 } + + outBr262 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream262 1 } + + outStream263 OBJECT IDENTIFIER ::= { sdi480status 272 } + + outBr263 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream263 1 } + + outStream264 OBJECT IDENTIFIER ::= { sdi480status 273 } + + outBr264 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream264 1 } + + outStream265 OBJECT IDENTIFIER ::= { sdi480status 274 } + + outBr265 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream265 1 } + + outStream266 OBJECT IDENTIFIER ::= { sdi480status 275 } + + outBr266 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream266 1 } + + outStream267 OBJECT IDENTIFIER ::= { sdi480status 276 } + + outBr267 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream267 1 } + + outStream268 OBJECT IDENTIFIER ::= { sdi480status 277 } + + outBr268 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream268 1 } + + outStream269 OBJECT IDENTIFIER ::= { sdi480status 278 } + + outBr269 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream269 1 } + + outStream270 OBJECT IDENTIFIER ::= { sdi480status 279 } + + outBr270 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream270 1 } + + outStream271 OBJECT IDENTIFIER ::= { sdi480status 280 } + + outBr271 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream271 1 } + + outStream272 OBJECT IDENTIFIER ::= { sdi480status 281 } + + outBr272 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream272 1 } + + outStream273 OBJECT IDENTIFIER ::= { sdi480status 282 } + + outBr273 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream273 1 } + + outStream274 OBJECT IDENTIFIER ::= { sdi480status 283 } + + outBr274 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream274 1 } + + outStream275 OBJECT IDENTIFIER ::= { sdi480status 284 } + + outBr275 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream275 1 } + + outStream276 OBJECT IDENTIFIER ::= { sdi480status 285 } + + outBr276 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream276 1 } + + outStream277 OBJECT IDENTIFIER ::= { sdi480status 286 } + + outBr277 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream277 1 } + + outStream278 OBJECT IDENTIFIER ::= { sdi480status 287 } + + outBr278 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream278 1 } + + outStream279 OBJECT IDENTIFIER ::= { sdi480status 288 } + + outBr279 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream279 1 } + + outStream280 OBJECT IDENTIFIER ::= { sdi480status 289 } + + outBr280 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream280 1 } + + outStream281 OBJECT IDENTIFIER ::= { sdi480status 290 } + + outBr281 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream281 1 } + + outStream282 OBJECT IDENTIFIER ::= { sdi480status 291 } + + outBr282 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream282 1 } + + outStream283 OBJECT IDENTIFIER ::= { sdi480status 292 } + + outBr283 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream283 1 } + + outStream284 OBJECT IDENTIFIER ::= { sdi480status 293 } + + outBr284 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream284 1 } + + outStream285 OBJECT IDENTIFIER ::= { sdi480status 294 } + + outBr285 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream285 1 } + + outStream286 OBJECT IDENTIFIER ::= { sdi480status 295 } + + outBr286 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream286 1 } + + outStream287 OBJECT IDENTIFIER ::= { sdi480status 296 } + + outBr287 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream287 1 } + + outStream288 OBJECT IDENTIFIER ::= { sdi480status 297 } + + outBr288 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream288 1 } + + outStream289 OBJECT IDENTIFIER ::= { sdi480status 298 } + + outBr289 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream289 1 } + + outStream290 OBJECT IDENTIFIER ::= { sdi480status 299 } + + outBr290 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream290 1 } + + outStream291 OBJECT IDENTIFIER ::= { sdi480status 300 } + + outBr291 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream291 1 } + + outStream292 OBJECT IDENTIFIER ::= { sdi480status 301 } + + outBr292 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream292 1 } + + outStream293 OBJECT IDENTIFIER ::= { sdi480status 302 } + + outBr293 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream293 1 } + + outStream294 OBJECT IDENTIFIER ::= { sdi480status 303 } + + outBr294 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream294 1 } + + outStream295 OBJECT IDENTIFIER ::= { sdi480status 304 } + + outBr295 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream295 1 } + + outStream296 OBJECT IDENTIFIER ::= { sdi480status 305 } + + outBr296 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream296 1 } + + outStream297 OBJECT IDENTIFIER ::= { sdi480status 306 } + + outBr297 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream297 1 } + + outStream298 OBJECT IDENTIFIER ::= { sdi480status 307 } + + outBr298 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream298 1 } + + outStream299 OBJECT IDENTIFIER ::= { sdi480status 308 } + + outBr299 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream299 1 } + + outStream300 OBJECT IDENTIFIER ::= { sdi480status 309 } + + outBr300 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream300 1 } + + outStream301 OBJECT IDENTIFIER ::= { sdi480status 310 } + + outBr301 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream301 1 } + + outStream302 OBJECT IDENTIFIER ::= { sdi480status 311 } + + outBr302 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream302 1 } + + outStream303 OBJECT IDENTIFIER ::= { sdi480status 312 } + + outBr303 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream303 1 } + + outStream304 OBJECT IDENTIFIER ::= { sdi480status 313 } + + outBr304 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream304 1 } + + outStream305 OBJECT IDENTIFIER ::= { sdi480status 314 } + + outBr305 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream305 1 } + + outStream306 OBJECT IDENTIFIER ::= { sdi480status 315 } + + outBr306 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream306 1 } + + outStream307 OBJECT IDENTIFIER ::= { sdi480status 316 } + + outBr307 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream307 1 } + + outStream308 OBJECT IDENTIFIER ::= { sdi480status 317 } + + outBr308 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream308 1 } + + outStream309 OBJECT IDENTIFIER ::= { sdi480status 318 } + + outBr309 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream309 1 } + + outStream310 OBJECT IDENTIFIER ::= { sdi480status 319 } + + outBr310 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream310 1 } + + outStream311 OBJECT IDENTIFIER ::= { sdi480status 320 } + + outBr311 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream311 1 } + + outStream312 OBJECT IDENTIFIER ::= { sdi480status 321 } + + outBr312 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream312 1 } + + outStream313 OBJECT IDENTIFIER ::= { sdi480status 322 } + + outBr313 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream313 1 } + + outStream314 OBJECT IDENTIFIER ::= { sdi480status 323 } + + outBr314 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream314 1 } + + outStream315 OBJECT IDENTIFIER ::= { sdi480status 324 } + + outBr315 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream315 1 } + + outStream316 OBJECT IDENTIFIER ::= { sdi480status 325 } + + outBr316 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream316 1 } + + outStream317 OBJECT IDENTIFIER ::= { sdi480status 326 } + + outBr317 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream317 1 } + + outStream318 OBJECT IDENTIFIER ::= { sdi480status 327 } + + outBr318 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream318 1 } + + outStream319 OBJECT IDENTIFIER ::= { sdi480status 328 } + + outBr319 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream319 1 } + + outStream320 OBJECT IDENTIFIER ::= { sdi480status 329 } + + outBr320 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream320 1 } + + outStream321 OBJECT IDENTIFIER ::= { sdi480status 330 } + + outBr321 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream321 1 } + + outStream322 OBJECT IDENTIFIER ::= { sdi480status 331 } + + outBr322 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream322 1 } + + outStream323 OBJECT IDENTIFIER ::= { sdi480status 332 } + + outBr323 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream323 1 } + + outStream324 OBJECT IDENTIFIER ::= { sdi480status 333 } + + outBr324 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream324 1 } + + outStream325 OBJECT IDENTIFIER ::= { sdi480status 334 } + + outBr325 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream325 1 } + + outStream326 OBJECT IDENTIFIER ::= { sdi480status 335 } + + outBr326 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream326 1 } + + outStream327 OBJECT IDENTIFIER ::= { sdi480status 336 } + + outBr327 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream327 1 } + + outStream328 OBJECT IDENTIFIER ::= { sdi480status 337 } + + outBr328 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream328 1 } + + outStream329 OBJECT IDENTIFIER ::= { sdi480status 338 } + + outBr329 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream329 1 } + + outStream330 OBJECT IDENTIFIER ::= { sdi480status 339 } + + outBr330 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream330 1 } + + outStream331 OBJECT IDENTIFIER ::= { sdi480status 340 } + + outBr331 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream331 1 } + + outStream332 OBJECT IDENTIFIER ::= { sdi480status 341 } + + outBr332 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream332 1 } + + outStream333 OBJECT IDENTIFIER ::= { sdi480status 342 } + + outBr333 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream333 1 } + + outStream334 OBJECT IDENTIFIER ::= { sdi480status 343 } + + outBr334 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream334 1 } + + outStream335 OBJECT IDENTIFIER ::= { sdi480status 344 } + + outBr335 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream335 1 } + + outStream336 OBJECT IDENTIFIER ::= { sdi480status 345 } + + outBr336 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream336 1 } + + outStream337 OBJECT IDENTIFIER ::= { sdi480status 346 } + + outBr337 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream337 1 } + + outStream338 OBJECT IDENTIFIER ::= { sdi480status 347 } + + outBr338 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream338 1 } + + outStream339 OBJECT IDENTIFIER ::= { sdi480status 348 } + + outBr339 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream339 1 } + + outStream340 OBJECT IDENTIFIER ::= { sdi480status 349 } + + outBr340 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream340 1 } + + outStream341 OBJECT IDENTIFIER ::= { sdi480status 350 } + + outBr341 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream341 1 } + + outStream342 OBJECT IDENTIFIER ::= { sdi480status 351 } + + outBr342 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream342 1 } + + outStream343 OBJECT IDENTIFIER ::= { sdi480status 352 } + + outBr343 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream343 1 } + + outStream344 OBJECT IDENTIFIER ::= { sdi480status 353 } + + outBr344 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream344 1 } + + outStream345 OBJECT IDENTIFIER ::= { sdi480status 354 } + + outBr345 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream345 1 } + + outStream346 OBJECT IDENTIFIER ::= { sdi480status 355 } + + outBr346 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream346 1 } + + outStream347 OBJECT IDENTIFIER ::= { sdi480status 356 } + + outBr347 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream347 1 } + + outStream348 OBJECT IDENTIFIER ::= { sdi480status 357 } + + outBr348 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream348 1 } + + outStream349 OBJECT IDENTIFIER ::= { sdi480status 358 } + + outBr349 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream349 1 } + + outStream350 OBJECT IDENTIFIER ::= { sdi480status 359 } + + outBr350 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream350 1 } + + outStream351 OBJECT IDENTIFIER ::= { sdi480status 360 } + + outBr351 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream351 1 } + + outStream352 OBJECT IDENTIFIER ::= { sdi480status 361 } + + outBr352 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream352 1 } + + outStream353 OBJECT IDENTIFIER ::= { sdi480status 362 } + + outBr353 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream353 1 } + + outStream354 OBJECT IDENTIFIER ::= { sdi480status 363 } + + outBr354 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream354 1 } + + outStream355 OBJECT IDENTIFIER ::= { sdi480status 364 } + + outBr355 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream355 1 } + + outStream356 OBJECT IDENTIFIER ::= { sdi480status 365 } + + outBr356 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream356 1 } + + outStream357 OBJECT IDENTIFIER ::= { sdi480status 366 } + + outBr357 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream357 1 } + + outStream358 OBJECT IDENTIFIER ::= { sdi480status 367 } + + outBr358 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream358 1 } + + outStream359 OBJECT IDENTIFIER ::= { sdi480status 368 } + + outBr359 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream359 1 } + + outStream360 OBJECT IDENTIFIER ::= { sdi480status 369 } + + outBr360 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream360 1 } + + outStream361 OBJECT IDENTIFIER ::= { sdi480status 370 } + + outBr361 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream361 1 } + + outStream362 OBJECT IDENTIFIER ::= { sdi480status 371 } + + outBr362 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream362 1 } + + outStream363 OBJECT IDENTIFIER ::= { sdi480status 372 } + + outBr363 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream363 1 } + + outStream364 OBJECT IDENTIFIER ::= { sdi480status 373 } + + outBr364 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream364 1 } + + outStream365 OBJECT IDENTIFIER ::= { sdi480status 374 } + + outBr365 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream365 1 } + + outStream366 OBJECT IDENTIFIER ::= { sdi480status 375 } + + outBr366 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream366 1 } + + outStream367 OBJECT IDENTIFIER ::= { sdi480status 376 } + + outBr367 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream367 1 } + + outStream368 OBJECT IDENTIFIER ::= { sdi480status 377 } + + outBr368 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream368 1 } + + outStream369 OBJECT IDENTIFIER ::= { sdi480status 378 } + + outBr369 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream369 1 } + + outStream370 OBJECT IDENTIFIER ::= { sdi480status 379 } + + outBr370 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream370 1 } + + outStream371 OBJECT IDENTIFIER ::= { sdi480status 380 } + + outBr371 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream371 1 } + + outStream372 OBJECT IDENTIFIER ::= { sdi480status 381 } + + outBr372 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream372 1 } + + outStream373 OBJECT IDENTIFIER ::= { sdi480status 382 } + + outBr373 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream373 1 } + + outStream374 OBJECT IDENTIFIER ::= { sdi480status 383 } + + outBr374 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream374 1 } + + outStream375 OBJECT IDENTIFIER ::= { sdi480status 384 } + + outBr375 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream375 1 } + + outStream376 OBJECT IDENTIFIER ::= { sdi480status 385 } + + outBr376 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream376 1 } + + outStream377 OBJECT IDENTIFIER ::= { sdi480status 386 } + + outBr377 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream377 1 } + + outStream378 OBJECT IDENTIFIER ::= { sdi480status 387 } + + outBr378 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream378 1 } + + outStream379 OBJECT IDENTIFIER ::= { sdi480status 388 } + + outBr379 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream379 1 } + + outStream380 OBJECT IDENTIFIER ::= { sdi480status 389 } + + outBr380 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream380 1 } + + outStream381 OBJECT IDENTIFIER ::= { sdi480status 390 } + + outBr381 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream381 1 } + + outStream382 OBJECT IDENTIFIER ::= { sdi480status 391 } + + outBr382 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream382 1 } + + outStream383 OBJECT IDENTIFIER ::= { sdi480status 392 } + + outBr383 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream383 1 } + + outStream384 OBJECT IDENTIFIER ::= { sdi480status 393 } + + outBr384 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream384 1 } + + outStream385 OBJECT IDENTIFIER ::= { sdi480status 394 } + + outBr385 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream385 1 } + + outStream386 OBJECT IDENTIFIER ::= { sdi480status 395 } + + outBr386 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream386 1 } + + outStream387 OBJECT IDENTIFIER ::= { sdi480status 396 } + + outBr387 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream387 1 } + + outStream388 OBJECT IDENTIFIER ::= { sdi480status 397 } + + outBr388 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream388 1 } + + outStream389 OBJECT IDENTIFIER ::= { sdi480status 398 } + + outBr389 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream389 1 } + + outStream390 OBJECT IDENTIFIER ::= { sdi480status 399 } + + outBr390 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream390 1 } + + outStream391 OBJECT IDENTIFIER ::= { sdi480status 400 } + + outBr391 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream391 1 } + + outStream392 OBJECT IDENTIFIER ::= { sdi480status 401 } + + outBr392 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream392 1 } + + outStream393 OBJECT IDENTIFIER ::= { sdi480status 402 } + + outBr393 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream393 1 } + + outStream394 OBJECT IDENTIFIER ::= { sdi480status 403 } + + outBr394 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream394 1 } + + outStream395 OBJECT IDENTIFIER ::= { sdi480status 404 } + + outBr395 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream395 1 } + + outStream396 OBJECT IDENTIFIER ::= { sdi480status 405 } + + outBr396 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream396 1 } + + outStream397 OBJECT IDENTIFIER ::= { sdi480status 406 } + + outBr397 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream397 1 } + + outStream398 OBJECT IDENTIFIER ::= { sdi480status 407 } + + outBr398 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream398 1 } + + outStream399 OBJECT IDENTIFIER ::= { sdi480status 408 } + + outBr399 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream399 1 } + + outStream400 OBJECT IDENTIFIER ::= { sdi480status 409 } + + outBr400 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream400 1 } + + outStream401 OBJECT IDENTIFIER ::= { sdi480status 410 } + + outBr401 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream401 1 } + + outStream402 OBJECT IDENTIFIER ::= { sdi480status 411 } + + outBr402 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream402 1 } + + outStream403 OBJECT IDENTIFIER ::= { sdi480status 412 } + + outBr403 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream403 1 } + + outStream404 OBJECT IDENTIFIER ::= { sdi480status 413 } + + outBr404 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream404 1 } + + outStream405 OBJECT IDENTIFIER ::= { sdi480status 414 } + + outBr405 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream405 1 } + + outStream406 OBJECT IDENTIFIER ::= { sdi480status 415 } + + outBr406 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream406 1 } + + outStream407 OBJECT IDENTIFIER ::= { sdi480status 416 } + + outBr407 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream407 1 } + + outStream408 OBJECT IDENTIFIER ::= { sdi480status 417 } + + outBr408 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream408 1 } + + outStream409 OBJECT IDENTIFIER ::= { sdi480status 418 } + + outBr409 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream409 1 } + + outStream410 OBJECT IDENTIFIER ::= { sdi480status 419 } + + outBr410 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream410 1 } + + outStream411 OBJECT IDENTIFIER ::= { sdi480status 420 } + + outBr411 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream411 1 } + + outStream412 OBJECT IDENTIFIER ::= { sdi480status 421 } + + outBr412 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream412 1 } + + outStream413 OBJECT IDENTIFIER ::= { sdi480status 422 } + + outBr413 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream413 1 } + + outStream414 OBJECT IDENTIFIER ::= { sdi480status 423 } + + outBr414 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream414 1 } + + outStream415 OBJECT IDENTIFIER ::= { sdi480status 424 } + + outBr415 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream415 1 } + + outStream416 OBJECT IDENTIFIER ::= { sdi480status 425 } + + outBr416 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream416 1 } + + outStream417 OBJECT IDENTIFIER ::= { sdi480status 426 } + + outBr417 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream417 1 } + + outStream418 OBJECT IDENTIFIER ::= { sdi480status 427 } + + outBr418 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream418 1 } + + outStream419 OBJECT IDENTIFIER ::= { sdi480status 428 } + + outBr419 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream419 1 } + + outStream420 OBJECT IDENTIFIER ::= { sdi480status 429 } + + outBr420 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream420 1 } + + outStream421 OBJECT IDENTIFIER ::= { sdi480status 430 } + + outBr421 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream421 1 } + + outStream422 OBJECT IDENTIFIER ::= { sdi480status 431 } + + outBr422 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream422 1 } + + outStream423 OBJECT IDENTIFIER ::= { sdi480status 432 } + + outBr423 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream423 1 } + + outStream424 OBJECT IDENTIFIER ::= { sdi480status 433 } + + outBr424 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream424 1 } + + outStream425 OBJECT IDENTIFIER ::= { sdi480status 434 } + + outBr425 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream425 1 } + + outStream426 OBJECT IDENTIFIER ::= { sdi480status 435 } + + outBr426 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream426 1 } + + outStream427 OBJECT IDENTIFIER ::= { sdi480status 436 } + + outBr427 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream427 1 } + + outStream428 OBJECT IDENTIFIER ::= { sdi480status 437 } + + outBr428 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream428 1 } + + outStream429 OBJECT IDENTIFIER ::= { sdi480status 438 } + + outBr429 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream429 1 } + + outStream430 OBJECT IDENTIFIER ::= { sdi480status 439 } + + outBr430 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream430 1 } + + outStream431 OBJECT IDENTIFIER ::= { sdi480status 440 } + + outBr431 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream431 1 } + + outStream432 OBJECT IDENTIFIER ::= { sdi480status 441 } + + outBr432 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream432 1 } + + outStream433 OBJECT IDENTIFIER ::= { sdi480status 442 } + + outBr433 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream433 1 } + + outStream434 OBJECT IDENTIFIER ::= { sdi480status 443 } + + outBr434 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream434 1 } + + outStream435 OBJECT IDENTIFIER ::= { sdi480status 444 } + + outBr435 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream435 1 } + + outStream436 OBJECT IDENTIFIER ::= { sdi480status 445 } + + outBr436 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream436 1 } + + outStream437 OBJECT IDENTIFIER ::= { sdi480status 446 } + + outBr437 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream437 1 } + + outStream438 OBJECT IDENTIFIER ::= { sdi480status 447 } + + outBr438 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream438 1 } + + outStream439 OBJECT IDENTIFIER ::= { sdi480status 448 } + + outBr439 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream439 1 } + + outStream440 OBJECT IDENTIFIER ::= { sdi480status 449 } + + outBr440 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream440 1 } + + outStream441 OBJECT IDENTIFIER ::= { sdi480status 450 } + + outBr441 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream441 1 } + + outStream442 OBJECT IDENTIFIER ::= { sdi480status 451 } + + outBr442 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream442 1 } + + outStream443 OBJECT IDENTIFIER ::= { sdi480status 452 } + + outBr443 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream443 1 } + + outStream444 OBJECT IDENTIFIER ::= { sdi480status 453 } + + outBr444 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream444 1 } + + outStream445 OBJECT IDENTIFIER ::= { sdi480status 454 } + + outBr445 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream445 1 } + + outStream446 OBJECT IDENTIFIER ::= { sdi480status 455 } + + outBr446 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream446 1 } + + outStream447 OBJECT IDENTIFIER ::= { sdi480status 456 } + + outBr447 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream447 1 } + + outStream448 OBJECT IDENTIFIER ::= { sdi480status 457 } + + outBr448 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream448 1 } + + outStream449 OBJECT IDENTIFIER ::= { sdi480status 458 } + + outBr449 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream449 1 } + + outStream450 OBJECT IDENTIFIER ::= { sdi480status 459 } + + outBr450 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream450 1 } + + outStream451 OBJECT IDENTIFIER ::= { sdi480status 460 } + + outBr451 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream451 1 } + + outStream452 OBJECT IDENTIFIER ::= { sdi480status 461 } + + outBr452 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream452 1 } + + outStream453 OBJECT IDENTIFIER ::= { sdi480status 462 } + + outBr453 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream453 1 } + + outStream454 OBJECT IDENTIFIER ::= { sdi480status 463 } + + outBr454 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream454 1 } + + outStream455 OBJECT IDENTIFIER ::= { sdi480status 464 } + + outBr455 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream455 1 } + + outStream456 OBJECT IDENTIFIER ::= { sdi480status 465 } + + outBr456 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream456 1 } + + outStream457 OBJECT IDENTIFIER ::= { sdi480status 466 } + + outBr457 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream457 1 } + + outStream458 OBJECT IDENTIFIER ::= { sdi480status 467 } + + outBr458 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream458 1 } + + outStream459 OBJECT IDENTIFIER ::= { sdi480status 468 } + + outBr459 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream459 1 } + + outStream460 OBJECT IDENTIFIER ::= { sdi480status 469 } + + outBr460 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream460 1 } + + outStream461 OBJECT IDENTIFIER ::= { sdi480status 470 } + + outBr461 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream461 1 } + + outStream462 OBJECT IDENTIFIER ::= { sdi480status 471 } + + outBr462 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream462 1 } + + outStream463 OBJECT IDENTIFIER ::= { sdi480status 472 } + + outBr463 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream463 1 } + + outStream464 OBJECT IDENTIFIER ::= { sdi480status 473 } + + outBr464 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream464 1 } + + outStream465 OBJECT IDENTIFIER ::= { sdi480status 474 } + + outBr465 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream465 1 } + + outStream466 OBJECT IDENTIFIER ::= { sdi480status 475 } + + outBr466 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream466 1 } + + outStream467 OBJECT IDENTIFIER ::= { sdi480status 476 } + + outBr467 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream467 1 } + + outStream468 OBJECT IDENTIFIER ::= { sdi480status 477 } + + outBr468 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream468 1 } + + outStream469 OBJECT IDENTIFIER ::= { sdi480status 478 } + + outBr469 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream469 1 } + + outStream470 OBJECT IDENTIFIER ::= { sdi480status 479 } + + outBr470 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream470 1 } + + outStream471 OBJECT IDENTIFIER ::= { sdi480status 480 } + + outBr471 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream471 1 } + + outStream472 OBJECT IDENTIFIER ::= { sdi480status 481 } + + outBr472 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream472 1 } + + outStream473 OBJECT IDENTIFIER ::= { sdi480status 482 } + + outBr473 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream473 1 } + + outStream474 OBJECT IDENTIFIER ::= { sdi480status 483 } + + outBr474 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream474 1 } + + outStream475 OBJECT IDENTIFIER ::= { sdi480status 484 } + + outBr475 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream475 1 } + + outStream476 OBJECT IDENTIFIER ::= { sdi480status 485 } + + outBr476 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream476 1 } + + outStream477 OBJECT IDENTIFIER ::= { sdi480status 486 } + + outBr477 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream477 1 } + + outStream478 OBJECT IDENTIFIER ::= { sdi480status 487 } + + outBr478 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream478 1 } + + outStream479 OBJECT IDENTIFIER ::= { sdi480status 488 } + + outBr479 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream479 1 } + + outStream480 OBJECT IDENTIFIER ::= { sdi480status 489 } + + outBr480 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream480 1 } + + outStream481 OBJECT IDENTIFIER ::= { sdi480status 490 } + + outBr481 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream481 1 } + + outStream482 OBJECT IDENTIFIER ::= { sdi480status 491 } + + outBr482 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream482 1 } + + outStream483 OBJECT IDENTIFIER ::= { sdi480status 492 } + + outBr483 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream483 1 } + + outStream484 OBJECT IDENTIFIER ::= { sdi480status 493 } + + outBr484 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream484 1 } + + outStream485 OBJECT IDENTIFIER ::= { sdi480status 494 } + + outBr485 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream485 1 } + + outStream486 OBJECT IDENTIFIER ::= { sdi480status 495 } + + outBr486 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream486 1 } + + outStream487 OBJECT IDENTIFIER ::= { sdi480status 496 } + + outBr487 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream487 1 } + + outStream488 OBJECT IDENTIFIER ::= { sdi480status 497 } + + outBr488 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream488 1 } + + outStream489 OBJECT IDENTIFIER ::= { sdi480status 498 } + + outBr489 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream489 1 } + + outStream490 OBJECT IDENTIFIER ::= { sdi480status 499 } + + outBr490 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream490 1 } + + outStream491 OBJECT IDENTIFIER ::= { sdi480status 500 } + + outBr491 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream491 1 } + + outStream492 OBJECT IDENTIFIER ::= { sdi480status 501 } + + outBr492 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream492 1 } + + outStream493 OBJECT IDENTIFIER ::= { sdi480status 502 } + + outBr493 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream493 1 } + + outStream494 OBJECT IDENTIFIER ::= { sdi480status 503 } + + outBr494 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream494 1 } + + outStream495 OBJECT IDENTIFIER ::= { sdi480status 504 } + + outBr495 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream495 1 } + + outStream496 OBJECT IDENTIFIER ::= { sdi480status 505 } + + outBr496 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream496 1 } + + outStream497 OBJECT IDENTIFIER ::= { sdi480status 506 } + + outBr497 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream497 1 } + + outStream498 OBJECT IDENTIFIER ::= { sdi480status 507 } + + outBr498 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream498 1 } + + outStream499 OBJECT IDENTIFIER ::= { sdi480status 508 } + + outBr499 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream499 1 } + + outStream500 OBJECT IDENTIFIER ::= { sdi480status 509 } + + outBr500 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream500 1 } + + outStream501 OBJECT IDENTIFIER ::= { sdi480status 510 } + + outBr501 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream501 1 } + + outStream502 OBJECT IDENTIFIER ::= { sdi480status 511 } + + outBr502 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream502 1 } + + outStream503 OBJECT IDENTIFIER ::= { sdi480status 512 } + + outBr503 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream503 1 } + + outStream504 OBJECT IDENTIFIER ::= { sdi480status 513 } + + outBr504 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream504 1 } + + outStream505 OBJECT IDENTIFIER ::= { sdi480status 514 } + + outBr505 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream505 1 } + + outStream506 OBJECT IDENTIFIER ::= { sdi480status 515 } + + outBr506 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream506 1 } + + outStream507 OBJECT IDENTIFIER ::= { sdi480status 516 } + + outBr507 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream507 1 } + + outStream508 OBJECT IDENTIFIER ::= { sdi480status 517 } + + outBr508 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream508 1 } + + outStream509 OBJECT IDENTIFIER ::= { sdi480status 518 } + + outBr509 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream509 1 } + + outStream510 OBJECT IDENTIFIER ::= { sdi480status 519 } + + outBr510 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream510 1 } + + outStream511 OBJECT IDENTIFIER ::= { sdi480status 520 } + + outBr511 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream511 1 } + + outStream512 OBJECT IDENTIFIER ::= { sdi480status 521 } + + outBr512 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream512 1 } + + outStream513 OBJECT IDENTIFIER ::= { sdi480status 522 } + + outBr513 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream513 1 } + + outStream514 OBJECT IDENTIFIER ::= { sdi480status 523 } + + outBr514 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream514 1 } + + outStream515 OBJECT IDENTIFIER ::= { sdi480status 524 } + + outBr515 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream515 1 } + + outStream516 OBJECT IDENTIFIER ::= { sdi480status 525 } + + outBr516 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream516 1 } + + outStream517 OBJECT IDENTIFIER ::= { sdi480status 526 } + + outBr517 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream517 1 } + + outStream518 OBJECT IDENTIFIER ::= { sdi480status 527 } + + outBr518 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream518 1 } + + outStream519 OBJECT IDENTIFIER ::= { sdi480status 528 } + + outBr519 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream519 1 } + + outStream520 OBJECT IDENTIFIER ::= { sdi480status 529 } + + outBr520 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream520 1 } + + outStream521 OBJECT IDENTIFIER ::= { sdi480status 530 } + + outBr521 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream521 1 } + + outStream522 OBJECT IDENTIFIER ::= { sdi480status 531 } + + outBr522 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream522 1 } + + outStream523 OBJECT IDENTIFIER ::= { sdi480status 532 } + + outBr523 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream523 1 } + + outStream524 OBJECT IDENTIFIER ::= { sdi480status 533 } + + outBr524 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream524 1 } + + outStream525 OBJECT IDENTIFIER ::= { sdi480status 534 } + + outBr525 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream525 1 } + + outStream526 OBJECT IDENTIFIER ::= { sdi480status 535 } + + outBr526 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream526 1 } + + outStream527 OBJECT IDENTIFIER ::= { sdi480status 536 } + + outBr527 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream527 1 } + + outStream528 OBJECT IDENTIFIER ::= { sdi480status 537 } + + outBr528 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream528 1 } + + outStream529 OBJECT IDENTIFIER ::= { sdi480status 538 } + + outBr529 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream529 1 } + + outStream530 OBJECT IDENTIFIER ::= { sdi480status 539 } + + outBr530 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream530 1 } + + outStream531 OBJECT IDENTIFIER ::= { sdi480status 540 } + + outBr531 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream531 1 } + + outStream532 OBJECT IDENTIFIER ::= { sdi480status 541 } + + outBr532 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream532 1 } + + outStream533 OBJECT IDENTIFIER ::= { sdi480status 542 } + + outBr533 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream533 1 } + + outStream534 OBJECT IDENTIFIER ::= { sdi480status 543 } + + outBr534 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream534 1 } + + outStream535 OBJECT IDENTIFIER ::= { sdi480status 544 } + + outBr535 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream535 1 } + + outStream536 OBJECT IDENTIFIER ::= { sdi480status 545 } + + outBr536 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream536 1 } + + outStream537 OBJECT IDENTIFIER ::= { sdi480status 546 } + + outBr537 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream537 1 } + + outStream538 OBJECT IDENTIFIER ::= { sdi480status 547 } + + outBr538 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream538 1 } + + outStream539 OBJECT IDENTIFIER ::= { sdi480status 548 } + + outBr539 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream539 1 } + + outStream540 OBJECT IDENTIFIER ::= { sdi480status 549 } + + outBr540 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream540 1 } + + outStream541 OBJECT IDENTIFIER ::= { sdi480status 550 } + + outBr541 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream541 1 } + + outStream542 OBJECT IDENTIFIER ::= { sdi480status 551 } + + outBr542 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream542 1 } + + outStream543 OBJECT IDENTIFIER ::= { sdi480status 552 } + + outBr543 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream543 1 } + + outStream544 OBJECT IDENTIFIER ::= { sdi480status 553 } + + outBr544 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream544 1 } + + outStream545 OBJECT IDENTIFIER ::= { sdi480status 554 } + + outBr545 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream545 1 } + + outStream546 OBJECT IDENTIFIER ::= { sdi480status 555 } + + outBr546 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream546 1 } + + outStream547 OBJECT IDENTIFIER ::= { sdi480status 556 } + + outBr547 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream547 1 } + + outStream548 OBJECT IDENTIFIER ::= { sdi480status 557 } + + outBr548 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream548 1 } + + outStream549 OBJECT IDENTIFIER ::= { sdi480status 558 } + + outBr549 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream549 1 } + + outStream550 OBJECT IDENTIFIER ::= { sdi480status 559 } + + outBr550 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream550 1 } + + outStream551 OBJECT IDENTIFIER ::= { sdi480status 560 } + + outBr551 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream551 1 } + + outStream552 OBJECT IDENTIFIER ::= { sdi480status 561 } + + outBr552 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream552 1 } + + outStream553 OBJECT IDENTIFIER ::= { sdi480status 562 } + + outBr553 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream553 1 } + + outStream554 OBJECT IDENTIFIER ::= { sdi480status 563 } + + outBr554 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream554 1 } + + outStream555 OBJECT IDENTIFIER ::= { sdi480status 564 } + + outBr555 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream555 1 } + + outStream556 OBJECT IDENTIFIER ::= { sdi480status 565 } + + outBr556 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream556 1 } + + outStream557 OBJECT IDENTIFIER ::= { sdi480status 566 } + + outBr557 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream557 1 } + + outStream558 OBJECT IDENTIFIER ::= { sdi480status 567 } + + outBr558 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream558 1 } + + outStream559 OBJECT IDENTIFIER ::= { sdi480status 568 } + + outBr559 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream559 1 } + + outStream560 OBJECT IDENTIFIER ::= { sdi480status 569 } + + outBr560 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream560 1 } + + outStream561 OBJECT IDENTIFIER ::= { sdi480status 570 } + + outBr561 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream561 1 } + + outStream562 OBJECT IDENTIFIER ::= { sdi480status 571 } + + outBr562 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream562 1 } + + outStream563 OBJECT IDENTIFIER ::= { sdi480status 572 } + + outBr563 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream563 1 } + + outStream564 OBJECT IDENTIFIER ::= { sdi480status 573 } + + outBr564 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream564 1 } + + outStream565 OBJECT IDENTIFIER ::= { sdi480status 574 } + + outBr565 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream565 1 } + + outStream566 OBJECT IDENTIFIER ::= { sdi480status 575 } + + outBr566 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream566 1 } + + outStream567 OBJECT IDENTIFIER ::= { sdi480status 576 } + + outBr567 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream567 1 } + + outStream568 OBJECT IDENTIFIER ::= { sdi480status 577 } + + outBr568 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream568 1 } + + outStream569 OBJECT IDENTIFIER ::= { sdi480status 578 } + + outBr569 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream569 1 } + + outStream570 OBJECT IDENTIFIER ::= { sdi480status 579 } + + outBr570 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream570 1 } + + outStream571 OBJECT IDENTIFIER ::= { sdi480status 580 } + + outBr571 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream571 1 } + + outStream572 OBJECT IDENTIFIER ::= { sdi480status 581 } + + outBr572 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream572 1 } + + outStream573 OBJECT IDENTIFIER ::= { sdi480status 582 } + + outBr573 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream573 1 } + + outStream574 OBJECT IDENTIFIER ::= { sdi480status 583 } + + outBr574 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream574 1 } + + outStream575 OBJECT IDENTIFIER ::= { sdi480status 584 } + + outBr575 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream575 1 } + + outStream576 OBJECT IDENTIFIER ::= { sdi480status 585 } + + outBr576 OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate in tenth of Mbps" + ::= { outStream576 1 } + + commStatus OBJECT IDENTIFIER ::= { sdi480status 586 } + + inTotbr OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Total input bitrate in tenth of Mbps" + ::= { commStatus 1 } + + outTotbr OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of Mbps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Total output bitrate in tenth of Mbps" + ::= { commStatus 2 } + + cpuLoad OBJECT-TYPE + SYNTAX Integer32 + UNITS "%" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "CPU load in %" + ::= { commStatus 3 } + + intTemp OBJECT-TYPE + SYNTAX Integer32 + UNITS "deg C" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Internal temperature in deg C" + ::= { commStatus 4 } + + demodTemp OBJECT-TYPE + SYNTAX Integer32 + UNITS "deg C" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Demodulator temperature in deg C" + ::= { commStatus 5 } + + volt OBJECT-TYPE + SYNTAX Integer32 + UNITS "tenth of volt" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Supply voltage in tenth of volt" + ::= { commStatus 6 } + + sdi480alarms OBJECT IDENTIFIER ::= { terra-sdi480 2 } + + alarmLnb1 OBJECT-TYPE + SYNTAX DefStatus + MAX-ACCESS read-only + STATUS current + DESCRIPTION "LNB power overloaded LNB #1" + ::= { sdi480alarms 1 } + + alarmLnb2 OBJECT-TYPE + SYNTAX DefStatus + MAX-ACCESS read-only + STATUS current + DESCRIPTION "LNB power overloaded LNB #2" + ::= { sdi480alarms 2 } + + alarmLnb3 OBJECT-TYPE + SYNTAX DefStatus + MAX-ACCESS read-only + STATUS current + DESCRIPTION "LNB power overloaded LNB #3" + ::= { sdi480alarms 3 } + + alarmLnb4 OBJECT-TYPE + SYNTAX DefStatus + MAX-ACCESS read-only + STATUS current + DESCRIPTION "LNB power overloaded LNB #4" + ::= { sdi480alarms 4 } + + alarmStlink OBJECT-TYPE + SYNTAX DefStatus + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Streaming ETH interface link down" + ::= { sdi480alarms 5 } + + alarmCtrlink OBJECT-TYPE + SYNTAX DefStatus + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Control ETH interface link down" + ::= { sdi480alarms 6 } + + alarmBrovf OBJECT-TYPE + SYNTAX DefStatus + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output bitrate overflow" + ::= { sdi480alarms 7 } + + alarmUnlock1 OBJECT-TYPE + SYNTAX DefStatus + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Demodulator 1 unlocked" + ::= { sdi480alarms 8 } + + alarmUnlock2 OBJECT-TYPE + SYNTAX DefStatus + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Demodulator 2 unlocked" + ::= { sdi480alarms 9 } + + alarmUnlock3 OBJECT-TYPE + SYNTAX DefStatus + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Demodulator 3 unlocked" + ::= { sdi480alarms 10 } + + alarmUnlock4 OBJECT-TYPE + SYNTAX DefStatus + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Demodulator 4 unlocked" + ::= { sdi480alarms 11 } + + alarmUnlock5 OBJECT-TYPE + SYNTAX DefStatus + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Demodulator 5 unlocked" + ::= { sdi480alarms 12 } + + alarmUnlock6 OBJECT-TYPE + SYNTAX DefStatus + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Demodulator 6 unlocked" + ::= { sdi480alarms 13 } + + alarmUnlock7 OBJECT-TYPE + SYNTAX DefStatus + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Demodulator 7 unlocked" + ::= { sdi480alarms 14 } + + alarmUnlock8 OBJECT-TYPE + SYNTAX DefStatus + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Demodulator 8 unlocked" + ::= { sdi480alarms 15 } + + alarmUnlock9 OBJECT-TYPE + SYNTAX DefStatus + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Demodulator 9 unlocked" + ::= { sdi480alarms 16 } + + alarmPowerr OBJECT-TYPE + SYNTAX DefStatus + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Power voltage is out of limits" + ::= { sdi480alarms 17 } + + alarmTemperr OBJECT-TYPE + SYNTAX DefStatus + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Module is overheated" + ::= { sdi480alarms 18 } + + alarmIbrer OBJECT-TYPE + SYNTAX DefStatus + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Input bitrate overflow" + ::= { sdi480alarms 19 } + + sdi480notifications OBJECT IDENTIFIER ::= { terra-sdi480 3 } + + notifyLnb1 NOTIFICATION-TYPE + OBJECTS { + alarmLnb1 + } + STATUS current + DESCRIPTION "LNB power overloaded LNB #1" + ::= { sdi480notifications 1 } + + notifyLnb2 NOTIFICATION-TYPE + OBJECTS { + alarmLnb2 + } + STATUS current + DESCRIPTION "LNB power overloaded LNB #2" + ::= { sdi480notifications 2 } + + notifyLnb3 NOTIFICATION-TYPE + OBJECTS { + alarmLnb3 + } + STATUS current + DESCRIPTION "LNB power overloaded LNB #3" + ::= { sdi480notifications 3 } + + notifyLnb4 NOTIFICATION-TYPE + OBJECTS { + alarmLnb4 + } + STATUS current + DESCRIPTION "LNB power overloaded LNB #4" + ::= { sdi480notifications 4 } + + notifyStlink NOTIFICATION-TYPE + OBJECTS { + alarmStlink + } + STATUS current + DESCRIPTION "Streaming ETH interface link down" + ::= { sdi480notifications 5 } + + notifyCtrlink NOTIFICATION-TYPE + OBJECTS { + alarmCtrlink + } + STATUS current + DESCRIPTION "Control ETH interface link down" + ::= { sdi480notifications 6 } + + notifyBrovf NOTIFICATION-TYPE + OBJECTS { + alarmBrovf + } + STATUS current + DESCRIPTION "Output bitrate overflow" + ::= { sdi480notifications 7 } + + notifyUnlock1 NOTIFICATION-TYPE + OBJECTS { + alarmUnlock1 + } + STATUS current + DESCRIPTION "Demodulator 1 unlocked" + ::= { sdi480notifications 8 } + + notifyUnlock2 NOTIFICATION-TYPE + OBJECTS { + alarmUnlock2 + } + STATUS current + DESCRIPTION "Demodulator 2 unlocked" + ::= { sdi480notifications 9 } + + notifyUnlock3 NOTIFICATION-TYPE + OBJECTS { + alarmUnlock3 + } + STATUS current + DESCRIPTION "Demodulator 3 unlocked" + ::= { sdi480notifications 10 } + + notifyUnlock4 NOTIFICATION-TYPE + OBJECTS { + alarmUnlock4 + } + STATUS current + DESCRIPTION "Demodulator 4 unlocked" + ::= { sdi480notifications 11 } + + notifyUnlock5 NOTIFICATION-TYPE + OBJECTS { + alarmUnlock5 + } + STATUS current + DESCRIPTION "Demodulator 5 unlocked" + ::= { sdi480notifications 12 } + + notifyUnlock6 NOTIFICATION-TYPE + OBJECTS { + alarmUnlock6 + } + STATUS current + DESCRIPTION "Demodulator 6 unlocked" + ::= { sdi480notifications 13 } + + notifyUnlock7 NOTIFICATION-TYPE + OBJECTS { + alarmUnlock7 + } + STATUS current + DESCRIPTION "Demodulator 7 unlocked" + ::= { sdi480notifications 14 } + + notifyUnlock8 NOTIFICATION-TYPE + OBJECTS { + alarmUnlock8 + } + STATUS current + DESCRIPTION "Demodulator 8 unlocked" + ::= { sdi480notifications 15 } + + notifyUnlock9 NOTIFICATION-TYPE + OBJECTS { + alarmUnlock9 + } + STATUS current + DESCRIPTION "Demodulator 9 unlocked" + ::= { sdi480notifications 16 } + + notifyPowerr NOTIFICATION-TYPE + OBJECTS { + alarmPowerr + } + STATUS current + DESCRIPTION "Power voltage is out of limits" + ::= { sdi480notifications 17 } + + notifyTemperr NOTIFICATION-TYPE + OBJECTS { + alarmTemperr + } + STATUS current + DESCRIPTION "Module is overheated" + ::= { sdi480notifications 18 } + + notifyIbrer NOTIFICATION-TYPE + OBJECTS { + alarmIbrer + } + STATUS current + DESCRIPTION "Input bitrate overflow" + ::= { sdi480notifications 19 } + + sdi480Info OBJECT IDENTIFIER ::= { terra-sdi480 4 } + + infVersion OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Represents device firmware version number" + ::= { sdi480Info 1 } + + infSerNum OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Represents device Serial Number" + ::= { sdi480Info 2 } + + terrasdi480MIBConformance OBJECT IDENTIFIER ::= { terra-sdi480 5 } + + terrasdi480MIBGroups OBJECT IDENTIFIER ::= { terrasdi480MIBConformance 1 } + + sdi480TerraMibAllObjects OBJECT-GROUP + OBJECTS { + inLock1, + inlevel1, + insnr1, + inbr1, + inper1, + inLock2, + inlevel2, + insnr2, + inbr2, + inper2, + inLock3, + inlevel3, + insnr3, + inbr3, + inper3, + inLock4, + inlevel4, + insnr4, + inbr4, + inper4, + inLock5, + inlevel5, + insnr5, + inbr5, + inper5, + inLock6, + inlevel6, + insnr6, + inbr6, + inper6, + inLock7, + inlevel7, + insnr7, + inbr7, + inper7, + inLock8, + inlevel8, + insnr8, + inbr8, + inper8, + usbinBR, + outBr1, + outBr2, + outBr3, + outBr4, + outBr5, + outBr6, + outBr7, + outBr8, + outBr9, + outBr10, + outBr11, + outBr12, + outBr13, + outBr14, + outBr15, + outBr16, + outBr17, + outBr18, + outBr19, + outBr20, + outBr21, + outBr22, + outBr23, + outBr24, + outBr25, + outBr26, + outBr27, + outBr28, + outBr29, + outBr30, + outBr31, + outBr32, + outBr33, + outBr34, + outBr35, + outBr36, + outBr37, + outBr38, + outBr39, + outBr40, + outBr41, + outBr42, + outBr43, + outBr44, + outBr45, + outBr46, + outBr47, + outBr48, + outBr49, + outBr50, + outBr51, + outBr52, + outBr53, + outBr54, + outBr55, + outBr56, + outBr57, + outBr58, + outBr59, + outBr60, + outBr61, + outBr62, + outBr63, + outBr64, + outBr65, + outBr66, + outBr67, + outBr68, + outBr69, + outBr70, + outBr71, + outBr72, + outBr73, + outBr74, + outBr75, + outBr76, + outBr77, + outBr78, + outBr79, + outBr80, + outBr81, + outBr82, + outBr83, + outBr84, + outBr85, + outBr86, + outBr87, + outBr88, + outBr89, + outBr90, + outBr91, + outBr92, + outBr93, + outBr94, + outBr95, + outBr96, + outBr97, + outBr98, + outBr99, + outBr100, + outBr101, + outBr102, + outBr103, + outBr104, + outBr105, + outBr106, + outBr107, + outBr108, + outBr109, + outBr110, + outBr111, + outBr112, + outBr113, + outBr114, + outBr115, + outBr116, + outBr117, + outBr118, + outBr119, + outBr120, + outBr121, + outBr122, + outBr123, + outBr124, + outBr125, + outBr126, + outBr127, + outBr128, + outBr129, + outBr130, + outBr131, + outBr132, + outBr133, + outBr134, + outBr135, + outBr136, + outBr137, + outBr138, + outBr139, + outBr140, + outBr141, + outBr142, + outBr143, + outBr144, + outBr145, + outBr146, + outBr147, + outBr148, + outBr149, + outBr150, + outBr151, + outBr152, + outBr153, + outBr154, + outBr155, + outBr156, + outBr157, + outBr158, + outBr159, + outBr160, + outBr161, + outBr162, + outBr163, + outBr164, + outBr165, + outBr166, + outBr167, + outBr168, + outBr169, + outBr170, + outBr171, + outBr172, + outBr173, + outBr174, + outBr175, + outBr176, + outBr177, + outBr178, + outBr179, + outBr180, + outBr181, + outBr182, + outBr183, + outBr184, + outBr185, + outBr186, + outBr187, + outBr188, + outBr189, + outBr190, + outBr191, + outBr192, + outBr193, + outBr194, + outBr195, + outBr196, + outBr197, + outBr198, + outBr199, + outBr200, + outBr201, + outBr202, + outBr203, + outBr204, + outBr205, + outBr206, + outBr207, + outBr208, + outBr209, + outBr210, + outBr211, + outBr212, + outBr213, + outBr214, + outBr215, + outBr216, + outBr217, + outBr218, + outBr219, + outBr220, + outBr221, + outBr222, + outBr223, + outBr224, + outBr225, + outBr226, + outBr227, + outBr228, + outBr229, + outBr230, + outBr231, + outBr232, + outBr233, + outBr234, + outBr235, + outBr236, + outBr237, + outBr238, + outBr239, + outBr240, + outBr241, + outBr242, + outBr243, + outBr244, + outBr245, + outBr246, + outBr247, + outBr248, + outBr249, + outBr250, + outBr251, + outBr252, + outBr253, + outBr254, + outBr255, + outBr256, + outBr257, + outBr258, + outBr259, + outBr260, + outBr261, + outBr262, + outBr263, + outBr264, + outBr265, + outBr266, + outBr267, + outBr268, + outBr269, + outBr270, + outBr271, + outBr272, + outBr273, + outBr274, + outBr275, + outBr276, + outBr277, + outBr278, + outBr279, + outBr280, + outBr281, + outBr282, + outBr283, + outBr284, + outBr285, + outBr286, + outBr287, + outBr288, + outBr289, + outBr290, + outBr291, + outBr292, + outBr293, + outBr294, + outBr295, + outBr296, + outBr297, + outBr298, + outBr299, + outBr300, + outBr301, + outBr302, + outBr303, + outBr304, + outBr305, + outBr306, + outBr307, + outBr308, + outBr309, + outBr310, + outBr311, + outBr312, + outBr313, + outBr314, + outBr315, + outBr316, + outBr317, + outBr318, + outBr319, + outBr320, + outBr321, + outBr322, + outBr323, + outBr324, + outBr325, + outBr326, + outBr327, + outBr328, + outBr329, + outBr330, + outBr331, + outBr332, + outBr333, + outBr334, + outBr335, + outBr336, + outBr337, + outBr338, + outBr339, + outBr340, + outBr341, + outBr342, + outBr343, + outBr344, + outBr345, + outBr346, + outBr347, + outBr348, + outBr349, + outBr350, + outBr351, + outBr352, + outBr353, + outBr354, + outBr355, + outBr356, + outBr357, + outBr358, + outBr359, + outBr360, + outBr361, + outBr362, + outBr363, + outBr364, + outBr365, + outBr366, + outBr367, + outBr368, + outBr369, + outBr370, + outBr371, + outBr372, + outBr373, + outBr374, + outBr375, + outBr376, + outBr377, + outBr378, + outBr379, + outBr380, + outBr381, + outBr382, + outBr383, + outBr384, + outBr385, + outBr386, + outBr387, + outBr388, + outBr389, + outBr390, + outBr391, + outBr392, + outBr393, + outBr394, + outBr395, + outBr396, + outBr397, + outBr398, + outBr399, + outBr400, + outBr401, + outBr402, + outBr403, + outBr404, + outBr405, + outBr406, + outBr407, + outBr408, + outBr409, + outBr410, + outBr411, + outBr412, + outBr413, + outBr414, + outBr415, + outBr416, + outBr417, + outBr418, + outBr419, + outBr420, + outBr421, + outBr422, + outBr423, + outBr424, + outBr425, + outBr426, + outBr427, + outBr428, + outBr429, + outBr430, + outBr431, + outBr432, + outBr433, + outBr434, + outBr435, + outBr436, + outBr437, + outBr438, + outBr439, + outBr440, + outBr441, + outBr442, + outBr443, + outBr444, + outBr445, + outBr446, + outBr447, + outBr448, + outBr449, + outBr450, + outBr451, + outBr452, + outBr453, + outBr454, + outBr455, + outBr456, + outBr457, + outBr458, + outBr459, + outBr460, + outBr461, + outBr462, + outBr463, + outBr464, + outBr465, + outBr466, + outBr467, + outBr468, + outBr469, + outBr470, + outBr471, + outBr472, + outBr473, + outBr474, + outBr475, + outBr476, + outBr477, + outBr478, + outBr479, + outBr480, + outBr481, + outBr482, + outBr483, + outBr484, + outBr485, + outBr486, + outBr487, + outBr488, + outBr489, + outBr490, + outBr491, + outBr492, + outBr493, + outBr494, + outBr495, + outBr496, + outBr497, + outBr498, + outBr499, + outBr500, + outBr501, + outBr502, + outBr503, + outBr504, + outBr505, + outBr506, + outBr507, + outBr508, + outBr509, + outBr510, + outBr511, + outBr512, + outBr513, + outBr514, + outBr515, + outBr516, + outBr517, + outBr518, + outBr519, + outBr520, + outBr521, + outBr522, + outBr523, + outBr524, + outBr525, + outBr526, + outBr527, + outBr528, + outBr529, + outBr530, + outBr531, + outBr532, + outBr533, + outBr534, + outBr535, + outBr536, + outBr537, + outBr538, + outBr539, + outBr540, + outBr541, + outBr542, + outBr543, + outBr544, + outBr545, + outBr546, + outBr547, + outBr548, + outBr549, + outBr550, + outBr551, + outBr552, + outBr553, + outBr554, + outBr555, + outBr556, + outBr557, + outBr558, + outBr559, + outBr560, + outBr561, + outBr562, + outBr563, + outBr564, + outBr565, + outBr566, + outBr567, + outBr568, + outBr569, + outBr570, + outBr571, + outBr572, + outBr573, + outBr574, + outBr575, + outBr576, + inTotbr, + outTotbr, + cpuLoad, + intTemp, + demodTemp, + volt, + alarmLnb1, + alarmLnb2, + alarmLnb3, + alarmLnb4, + alarmStlink, + alarmCtrlink, + alarmBrovf, + alarmUnlock1, + alarmUnlock2, + alarmUnlock3, + alarmUnlock4, + alarmUnlock5, + alarmUnlock6, + alarmUnlock7, + alarmUnlock8, + alarmUnlock9, + alarmPowerr, + alarmTemperr, + alarmIbrer, + infVersion, + infSerNum + } + STATUS current + DESCRIPTION "This automatically created object group contains + all those objects that do not belong to any other + OBJECT-GROUP" + ::= { terrasdi480MIBGroups 1 } + + sdi480TerraMibAllNotifications NOTIFICATION-GROUP + NOTIFICATIONS { + notifyLnb1, + notifyLnb2, + notifyLnb3, + notifyLnb4, + notifyStlink, + notifyCtrlink, + notifyBrovf, + notifyUnlock1, + notifyUnlock2, + notifyUnlock3, + notifyUnlock4, + notifyUnlock5, + notifyUnlock6, + notifyUnlock7, + notifyUnlock8, + notifyUnlock9, + notifyPowerr, + notifyTemperr, + notifyIbrer + } + STATUS current + DESCRIPTION "This automatically created notification group + contains all notifications that do not belong + to any other NOTIFICATION-GROUP" + ::= { terrasdi480MIBGroups 2 } + +END diff --git a/tests/data/terra-sdi410c.json b/tests/data/terra-sdi410c.json new file mode 100644 index 0000000000..66831915d9 --- /dev/null +++ b/tests/data/terra-sdi410c.json @@ -0,0 +1,304 @@ +{ + "os": { + "discovery": { + "devices": [ + { + "sysName": "", + "sysObjectID": ".1.3.6.1.4.1.30631.1.8", + "sysDescr": "Terra DVB-S/S2 to IP streamer sdi410C", + "sysContact": "", + "version": "1.45", + "hardware": null, + "features": null, + "os": "terra-sdi410c", + "type": "appliance", + "serial": "sdi410C020340429", + "icon": "terra.svg", + "location": "" + } + ] + }, + "poller": "matches discovery" + }, + "processors": { + "discovery": { + "processors": [ + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.30631.1.8.1.1.3.0", + "processor_index": "0", + "processor_type": "terra-sdi410c", + "processor_usage": 34, + "processor_descr": "Chassis CPU load", + "processor_precision": 1, + "processor_perc_warn": 75 + } + ] + }, + "poller": "matches discovery" + }, + "sensors": { + "discovery": { + "sensors": [ + { + "sensor_deleted": 0, + "sensor_class": "bitrate", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.8.1.3.1.0", + "sensor_index": "2", + "sensor_type": "terra_brout", + "sensor_descr": "Out# 02", + "group": "Streams", + "sensor_divisor": 1, + "sensor_multiplier": 1000, + "sensor_current": 2600000, + "sensor_limit": 50000000, + "sensor_limit_warn": 49000000, + "sensor_limit_low": 100000, + "sensor_limit_low_warn": 1000000, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "bitrate", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.8.1.4.1.0", + "sensor_index": "3", + "sensor_type": "terra_brout", + "sensor_descr": "Out# 03", + "group": "Streams", + "sensor_divisor": 1, + "sensor_multiplier": 1000, + "sensor_current": 2400000, + "sensor_limit": 50000000, + "sensor_limit_warn": 49000000, + "sensor_limit_low": 100000, + "sensor_limit_low_warn": 1000000, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "bitrate", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.8.1.7.1.0", + "sensor_index": "6", + "sensor_type": "terra_brout", + "sensor_descr": "Out# 06", + "group": "Streams", + "sensor_divisor": 1, + "sensor_multiplier": 1000, + "sensor_current": 3000000, + "sensor_limit": 50000000, + "sensor_limit_warn": 49000000, + "sensor_limit_low": 100000, + "sensor_limit_low_warn": 1000000, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "bitrate", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.8.1.1.1.0", + "sensor_index": "0", + "sensor_type": "terra-sdi410c", + "sensor_descr": "Input", + "group": "Total", + "sensor_divisor": 1, + "sensor_multiplier": 1000, + "sensor_current": 58070000, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "bitrate", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.8.1.1.2.0", + "sensor_index": "1", + "sensor_type": "terra-sdi410c", + "sensor_descr": "Output", + "group": "Total", + "sensor_divisor": 1, + "sensor_multiplier": 1000, + "sensor_current": 8300000, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.8.1.27.11.0", + "sensor_index": "0", + "sensor_type": "terra-sdi410c", + "sensor_descr": "CC Errors", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 58, + "sensor_limit": 100, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "percent", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.8.1.27.3.0", + "sensor_index": "0", + "sensor_type": "terra-sdi410c", + "sensor_descr": "Input Signal Level", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 75, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": 50, + "sensor_limit_low_warn": 60, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "snr", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.8.1.27.8.0", + "sensor_index": "0", + "sensor_type": "terra-sdi410c", + "sensor_descr": "Input SNR", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 18.9, + "sensor_limit": 30, + "sensor_limit_warn": null, + "sensor_limit_low": 13, + "sensor_limit_low_warn": 15, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.8.1.27.1.0", + "sensor_index": "0", + "sensor_type": "TERRA-sdi410C-MIB::alarmInpsig", + "sensor_descr": "Input Signal", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "TERRA-sdi410C-MIB::alarmInpsig" + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.8.1.1.4.0", + "sensor_index": "0", + "sensor_type": "terra-sdi410c", + "sensor_descr": "Chassis Temp (C)", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 33, + "sensor_limit": 53, + "sensor_limit_warn": null, + "sensor_limit_low": 23, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + } + ], + "state_indexes": [ + { + "state_name": "TERRA-sdi410C-MIB::alarmInpsig", + "state_descr": "OK", + "state_draw_graph": 1, + "state_value": 0, + "state_generic_value": 0 + }, + { + "state_name": "TERRA-sdi410C-MIB::alarmInpsig", + "state_descr": "Error", + "state_draw_graph": 1, + "state_value": 1, + "state_generic_value": 3 + } + ] + }, + "poller": "matches discovery" + } +} diff --git a/tests/data/terra-sdi480.json b/tests/data/terra-sdi480.json new file mode 100644 index 0000000000..a07f150e32 --- /dev/null +++ b/tests/data/terra-sdi480.json @@ -0,0 +1,1474 @@ +{ + "os": { + "discovery": { + "devices": [ + { + "sysName": "", + "sysObjectID": ".1.3.6.1.4.1.30631.1.17", + "sysDescr": "Terra eight channel DVB-S/S2 to IP streamer sdi480", + "sysContact": "", + "version": "1.41", + "hardware": null, + "features": null, + "os": "terra-sdi480", + "type": "appliance", + "serial": null, + "icon": "terra.svg", + "location": "" + } + ] + }, + "poller": "matches discovery" + }, + "processors": { + "discovery": { + "processors": [ + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.30631.1.17.1.586.3.0", + "processor_index": "0", + "processor_type": "terra-sdi480", + "processor_usage": 48, + "processor_descr": "Chassis CPU load", + "processor_precision": 1, + "processor_perc_warn": 75 + } + ] + }, + "poller": "matches discovery" + }, + "sensors": { + "discovery": { + "sensors": [ + { + "sensor_deleted": 0, + "sensor_class": "bitrate", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.17.1.1.4.0", + "sensor_index": "1", + "sensor_type": "terra_brin", + "sensor_descr": "In# 01", + "group": "Inputs", + "sensor_divisor": 1, + "sensor_multiplier": 100000, + "sensor_current": 57700000, + "sensor_limit": 60000000, + "sensor_limit_warn": 49000000, + "sensor_limit_low": 100000, + "sensor_limit_low_warn": 1000000, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "bitrate", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.17.1.2.4.0", + "sensor_index": "2", + "sensor_type": "terra_brin", + "sensor_descr": "In# 02", + "group": "Inputs", + "sensor_divisor": 1, + "sensor_multiplier": 100000, + "sensor_current": 58100000, + "sensor_limit": 60000000, + "sensor_limit_warn": 49000000, + "sensor_limit_low": 100000, + "sensor_limit_low_warn": 1000000, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "bitrate", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.17.1.3.4.0", + "sensor_index": "3", + "sensor_type": "terra_brin", + "sensor_descr": "In# 03", + "group": "Inputs", + "sensor_divisor": 1, + "sensor_multiplier": 100000, + "sensor_current": 38000000, + "sensor_limit": 60000000, + "sensor_limit_warn": 49000000, + "sensor_limit_low": 100000, + "sensor_limit_low_warn": 1000000, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "bitrate", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.17.1.4.4.0", + "sensor_index": "4", + "sensor_type": "terra_brin", + "sensor_descr": "In# 04", + "group": "Inputs", + "sensor_divisor": 1, + "sensor_multiplier": 100000, + "sensor_current": 38000000, + "sensor_limit": 60000000, + "sensor_limit_warn": 49000000, + "sensor_limit_low": 100000, + "sensor_limit_low_warn": 1000000, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "bitrate", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.17.1.5.4.0", + "sensor_index": "5", + "sensor_type": "terra_brin", + "sensor_descr": "In# 05", + "group": "Inputs", + "sensor_divisor": 1, + "sensor_multiplier": 100000, + "sensor_current": 58000000, + "sensor_limit": 60000000, + "sensor_limit_warn": 49000000, + "sensor_limit_low": 100000, + "sensor_limit_low_warn": 1000000, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "bitrate", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.17.1.6.4.0", + "sensor_index": "6", + "sensor_type": "terra_brin", + "sensor_descr": "In# 06", + "group": "Inputs", + "sensor_divisor": 1, + "sensor_multiplier": 100000, + "sensor_current": 38000000, + "sensor_limit": 60000000, + "sensor_limit_warn": 49000000, + "sensor_limit_low": 100000, + "sensor_limit_low_warn": 1000000, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "bitrate", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.17.1.8.4.0", + "sensor_index": "8", + "sensor_type": "terra_brin", + "sensor_descr": "In# 08", + "group": "Inputs", + "sensor_divisor": 1, + "sensor_multiplier": 100000, + "sensor_current": 38000000, + "sensor_limit": 60000000, + "sensor_limit_warn": 49000000, + "sensor_limit_low": 100000, + "sensor_limit_low_warn": 1000000, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "bitrate", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.17.1.139.1.0", + "sensor_index": "130", + "sensor_type": "terra_brout", + "sensor_descr": "Out# 130", + "group": "Streams", + "sensor_divisor": 1, + "sensor_multiplier": 100000, + "sensor_current": 3700000, + "sensor_limit": 60000000, + "sensor_limit_warn": 49000000, + "sensor_limit_low": 100000, + "sensor_limit_low_warn": 1000000, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "bitrate", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.17.1.140.1.0", + "sensor_index": "131", + "sensor_type": "terra_brout", + "sensor_descr": "Out# 131", + "group": "Streams", + "sensor_divisor": 1, + "sensor_multiplier": 100000, + "sensor_current": 3800000, + "sensor_limit": 60000000, + "sensor_limit_warn": 49000000, + "sensor_limit_low": 100000, + "sensor_limit_low_warn": 1000000, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "bitrate", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.17.1.141.1.0", + "sensor_index": "132", + "sensor_type": "terra_brout", + "sensor_descr": "Out# 132", + "group": "Streams", + "sensor_divisor": 1, + "sensor_multiplier": 100000, + "sensor_current": 4700000, + "sensor_limit": 60000000, + "sensor_limit_warn": 49000000, + "sensor_limit_low": 100000, + "sensor_limit_low_warn": 1000000, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "bitrate", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.17.1.142.1.0", + "sensor_index": "133", + "sensor_type": "terra_brout", + "sensor_descr": "Out# 133", + "group": "Streams", + "sensor_divisor": 1, + "sensor_multiplier": 100000, + "sensor_current": 6800000, + "sensor_limit": 60000000, + "sensor_limit_warn": 49000000, + "sensor_limit_low": 100000, + "sensor_limit_low_warn": 1000000, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "bitrate", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.17.1.143.1.0", + "sensor_index": "134", + "sensor_type": "terra_brout", + "sensor_descr": "Out# 134", + "group": "Streams", + "sensor_divisor": 1, + "sensor_multiplier": 100000, + "sensor_current": 4100000, + "sensor_limit": 60000000, + "sensor_limit_warn": 49000000, + "sensor_limit_low": 100000, + "sensor_limit_low_warn": 1000000, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "bitrate", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.17.1.144.1.0", + "sensor_index": "135", + "sensor_type": "terra_brout", + "sensor_descr": "Out# 135", + "group": "Streams", + "sensor_divisor": 1, + "sensor_multiplier": 100000, + "sensor_current": 4700000, + "sensor_limit": 60000000, + "sensor_limit_warn": 49000000, + "sensor_limit_low": 100000, + "sensor_limit_low_warn": 1000000, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "bitrate", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.17.1.145.1.0", + "sensor_index": "136", + "sensor_type": "terra_brout", + "sensor_descr": "Out# 136", + "group": "Streams", + "sensor_divisor": 1, + "sensor_multiplier": 100000, + "sensor_current": 2000000, + "sensor_limit": 60000000, + "sensor_limit_warn": 49000000, + "sensor_limit_low": 100000, + "sensor_limit_low_warn": 1000000, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "bitrate", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.17.1.146.1.0", + "sensor_index": "137", + "sensor_type": "terra_brout", + "sensor_descr": "Out# 137", + "group": "Streams", + "sensor_divisor": 1, + "sensor_multiplier": 100000, + "sensor_current": 3500000, + "sensor_limit": 60000000, + "sensor_limit_warn": 49000000, + "sensor_limit_low": 100000, + "sensor_limit_low_warn": 1000000, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "bitrate", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.17.1.203.1.0", + "sensor_index": "194", + "sensor_type": "terra_brout", + "sensor_descr": "Out# 194", + "group": "Streams", + "sensor_divisor": 1, + "sensor_multiplier": 100000, + "sensor_current": 4600000, + "sensor_limit": 60000000, + "sensor_limit_warn": 49000000, + "sensor_limit_low": 100000, + "sensor_limit_low_warn": 1000000, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "bitrate", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.17.1.204.1.0", + "sensor_index": "195", + "sensor_type": "terra_brout", + "sensor_descr": "Out# 195", + "group": "Streams", + "sensor_divisor": 1, + "sensor_multiplier": 100000, + "sensor_current": 6200000, + "sensor_limit": 60000000, + "sensor_limit_warn": 49000000, + "sensor_limit_low": 100000, + "sensor_limit_low_warn": 1000000, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "bitrate", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.17.1.205.1.0", + "sensor_index": "196", + "sensor_type": "terra_brout", + "sensor_descr": "Out# 196", + "group": "Streams", + "sensor_divisor": 1, + "sensor_multiplier": 100000, + "sensor_current": 6900000, + "sensor_limit": 60000000, + "sensor_limit_warn": 49000000, + "sensor_limit_low": 100000, + "sensor_limit_low_warn": 1000000, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "bitrate", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.17.1.206.1.0", + "sensor_index": "197", + "sensor_type": "terra_brout", + "sensor_descr": "Out# 197", + "group": "Streams", + "sensor_divisor": 1, + "sensor_multiplier": 100000, + "sensor_current": 6900000, + "sensor_limit": 60000000, + "sensor_limit_warn": 49000000, + "sensor_limit_low": 100000, + "sensor_limit_low_warn": 1000000, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "bitrate", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.17.1.207.1.0", + "sensor_index": "198", + "sensor_type": "terra_brout", + "sensor_descr": "Out# 198", + "group": "Streams", + "sensor_divisor": 1, + "sensor_multiplier": 100000, + "sensor_current": 5500000, + "sensor_limit": 60000000, + "sensor_limit_warn": 49000000, + "sensor_limit_low": 100000, + "sensor_limit_low_warn": 1000000, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "bitrate", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.17.1.11.1.0", + "sensor_index": "2", + "sensor_type": "terra_brout", + "sensor_descr": "Out# 002", + "group": "Streams", + "sensor_divisor": 1, + "sensor_multiplier": 100000, + "sensor_current": 5700000, + "sensor_limit": 60000000, + "sensor_limit_warn": 49000000, + "sensor_limit_low": 100000, + "sensor_limit_low_warn": 1000000, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "bitrate", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.17.1.331.1.0", + "sensor_index": "322", + "sensor_type": "terra_brout", + "sensor_descr": "Out# 322", + "group": "Streams", + "sensor_divisor": 1, + "sensor_multiplier": 100000, + "sensor_current": 6400000, + "sensor_limit": 60000000, + "sensor_limit_warn": 49000000, + "sensor_limit_low": 100000, + "sensor_limit_low_warn": 1000000, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "bitrate", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.17.1.332.1.0", + "sensor_index": "323", + "sensor_type": "terra_brout", + "sensor_descr": "Out# 323", + "group": "Streams", + "sensor_divisor": 1, + "sensor_multiplier": 100000, + "sensor_current": 5000000, + "sensor_limit": 60000000, + "sensor_limit_warn": 49000000, + "sensor_limit_low": 100000, + "sensor_limit_low_warn": 1000000, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "bitrate", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.17.1.333.1.0", + "sensor_index": "324", + "sensor_type": "terra_brout", + "sensor_descr": "Out# 324", + "group": "Streams", + "sensor_divisor": 1, + "sensor_multiplier": 100000, + "sensor_current": 8100000, + "sensor_limit": 60000000, + "sensor_limit_warn": 49000000, + "sensor_limit_low": 100000, + "sensor_limit_low_warn": 1000000, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "bitrate", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.17.1.334.1.0", + "sensor_index": "325", + "sensor_type": "terra_brout", + "sensor_descr": "Out# 325", + "group": "Streams", + "sensor_divisor": 1, + "sensor_multiplier": 100000, + "sensor_current": 5000000, + "sensor_limit": 60000000, + "sensor_limit_warn": 49000000, + "sensor_limit_low": 100000, + "sensor_limit_low_warn": 1000000, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "bitrate", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.17.1.335.1.0", + "sensor_index": "326", + "sensor_type": "terra_brout", + "sensor_descr": "Out# 326", + "group": "Streams", + "sensor_divisor": 1, + "sensor_multiplier": 100000, + "sensor_current": 6600000, + "sensor_limit": 60000000, + "sensor_limit_warn": 49000000, + "sensor_limit_low": 100000, + "sensor_limit_low_warn": 1000000, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "bitrate", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.17.1.460.1.0", + "sensor_index": "451", + "sensor_type": "terra_brout", + "sensor_descr": "Out# 451", + "group": "Streams", + "sensor_divisor": 1, + "sensor_multiplier": 100000, + "sensor_current": 3700000, + "sensor_limit": 60000000, + "sensor_limit_warn": 49000000, + "sensor_limit_low": 100000, + "sensor_limit_low_warn": 1000000, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "bitrate", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.17.1.462.1.0", + "sensor_index": "453", + "sensor_type": "terra_brout", + "sensor_descr": "Out# 453", + "group": "Streams", + "sensor_divisor": 1, + "sensor_multiplier": 100000, + "sensor_current": 4400000, + "sensor_limit": 60000000, + "sensor_limit_warn": 49000000, + "sensor_limit_low": 100000, + "sensor_limit_low_warn": 1000000, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "bitrate", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.17.1.468.1.0", + "sensor_index": "459", + "sensor_type": "terra_brout", + "sensor_descr": "Out# 459", + "group": "Streams", + "sensor_divisor": 1, + "sensor_multiplier": 100000, + "sensor_current": 4700000, + "sensor_limit": 60000000, + "sensor_limit_warn": 49000000, + "sensor_limit_low": 100000, + "sensor_limit_low_warn": 1000000, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "bitrate", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.17.1.75.1.0", + "sensor_index": "66", + "sensor_type": "terra_brout", + "sensor_descr": "Out# 066", + "group": "Streams", + "sensor_divisor": 1, + "sensor_multiplier": 100000, + "sensor_current": 3400000, + "sensor_limit": 60000000, + "sensor_limit_warn": 49000000, + "sensor_limit_low": 100000, + "sensor_limit_low_warn": 1000000, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "bitrate", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.17.1.76.1.0", + "sensor_index": "67", + "sensor_type": "terra_brout", + "sensor_descr": "Out# 067", + "group": "Streams", + "sensor_divisor": 1, + "sensor_multiplier": 100000, + "sensor_current": 200000, + "sensor_limit": 60000000, + "sensor_limit_warn": 49000000, + "sensor_limit_low": 100000, + "sensor_limit_low_warn": 1000000, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "bitrate", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.17.1.77.1.0", + "sensor_index": "68", + "sensor_type": "terra_brout", + "sensor_descr": "Out# 068", + "group": "Streams", + "sensor_divisor": 1, + "sensor_multiplier": 100000, + "sensor_current": 300000, + "sensor_limit": 60000000, + "sensor_limit_warn": 49000000, + "sensor_limit_low": 100000, + "sensor_limit_low_warn": 1000000, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "bitrate", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.17.1.78.1.0", + "sensor_index": "69", + "sensor_type": "terra_brout", + "sensor_descr": "Out# 069", + "group": "Streams", + "sensor_divisor": 1, + "sensor_multiplier": 100000, + "sensor_current": 6400000, + "sensor_limit": 60000000, + "sensor_limit_warn": 49000000, + "sensor_limit_low": 100000, + "sensor_limit_low_warn": 1000000, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "bitrate", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.17.1.586.1.0", + "sensor_index": "0", + "sensor_type": "terra-sdi480", + "sensor_descr": "Input", + "group": "Total", + "sensor_divisor": 1, + "sensor_multiplier": 100000, + "sensor_current": 325800000, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "bitrate", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.17.1.586.2.0", + "sensor_index": "1", + "sensor_type": "terra-sdi480", + "sensor_descr": "Output", + "group": "Total", + "sensor_divisor": 1, + "sensor_multiplier": 100000, + "sensor_current": 124600000, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "snr", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.17.1.1.3.0", + "sensor_index": "1", + "sensor_type": "terra_snr", + "sensor_descr": "SNR# 01", + "group": "Inputs", + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 13.8, + "sensor_limit": 30, + "sensor_limit_warn": 30, + "sensor_limit_low": 12, + "sensor_limit_low_warn": 14, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "snr", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.17.1.2.3.0", + "sensor_index": "2", + "sensor_type": "terra_snr", + "sensor_descr": "SNR# 02", + "group": "Inputs", + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 14.5, + "sensor_limit": 30, + "sensor_limit_warn": 30, + "sensor_limit_low": 12, + "sensor_limit_low_warn": 14, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "snr", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.17.1.3.3.0", + "sensor_index": "3", + "sensor_type": "terra_snr", + "sensor_descr": "SNR# 03", + "group": "Inputs", + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 10.7, + "sensor_limit": 30, + "sensor_limit_warn": 30, + "sensor_limit_low": 12, + "sensor_limit_low_warn": 14, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "snr", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.17.1.4.3.0", + "sensor_index": "4", + "sensor_type": "terra_snr", + "sensor_descr": "SNR# 04", + "group": "Inputs", + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 9.5, + "sensor_limit": 30, + "sensor_limit_warn": 30, + "sensor_limit_low": 12, + "sensor_limit_low_warn": 14, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "snr", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.17.1.5.3.0", + "sensor_index": "5", + "sensor_type": "terra_snr", + "sensor_descr": "SNR# 05", + "group": "Inputs", + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 15.9, + "sensor_limit": 30, + "sensor_limit_warn": 30, + "sensor_limit_low": 12, + "sensor_limit_low_warn": 14, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "snr", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.17.1.6.3.0", + "sensor_index": "6", + "sensor_type": "terra_snr", + "sensor_descr": "SNR# 06", + "group": "Inputs", + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 13.5, + "sensor_limit": 30, + "sensor_limit_warn": 30, + "sensor_limit_low": 12, + "sensor_limit_low_warn": 14, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "snr", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.17.1.8.3.0", + "sensor_index": "8", + "sensor_type": "terra_snr", + "sensor_descr": "SNR# 08", + "group": "Inputs", + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 16.1, + "sensor_limit": 30, + "sensor_limit_warn": 30, + "sensor_limit_low": 12, + "sensor_limit_low_warn": 14, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.17.2.1.0", + "sensor_index": "0", + "sensor_type": "TERRA-sdi480-MIB::alarmLnb1", + "sensor_descr": "LNB# 01", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "TERRA-sdi480-MIB::alarmLnb1" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.17.2.2.0", + "sensor_index": "1", + "sensor_type": "TERRA-sdi480-MIB::alarmLnb2", + "sensor_descr": "LNB# 02", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "TERRA-sdi480-MIB::alarmLnb2" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.17.2.3.0", + "sensor_index": "2", + "sensor_type": "TERRA-sdi480-MIB::alarmLnb3", + "sensor_descr": "LNB# 03", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "TERRA-sdi480-MIB::alarmLnb3" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.17.2.4.0", + "sensor_index": "3", + "sensor_type": "TERRA-sdi480-MIB::alarmLnb4", + "sensor_descr": "LNB# 04", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "TERRA-sdi480-MIB::alarmLnb4" + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.17.1.586.4.0", + "sensor_index": "0", + "sensor_type": "terra-sdi480", + "sensor_descr": "Chassis Temp (C)", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 47, + "sensor_limit": 67, + "sensor_limit_warn": null, + "sensor_limit_low": 37, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.17.1.586.5.0", + "sensor_index": "1", + "sensor_type": "terra-sdi480", + "sensor_descr": "Demodulator Temp (C)", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 67, + "sensor_limit": 87, + "sensor_limit_warn": null, + "sensor_limit_low": 57, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "tv_signal", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.17.1.1.2.0", + "sensor_index": "1", + "sensor_type": "terra_tvsignal", + "sensor_descr": "Level# 01", + "group": "Inputs", + "sensor_divisor": 10000, + "sensor_multiplier": 1, + "sensor_current": 0.0481, + "sensor_limit": 0.085, + "sensor_limit_warn": 0.08, + "sensor_limit_low": 0.045, + "sensor_limit_low_warn": 0.05, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "tv_signal", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.17.1.2.2.0", + "sensor_index": "2", + "sensor_type": "terra_tvsignal", + "sensor_descr": "Level# 02", + "group": "Inputs", + "sensor_divisor": 10000, + "sensor_multiplier": 1, + "sensor_current": 0.0708, + "sensor_limit": 0.085, + "sensor_limit_warn": 0.08, + "sensor_limit_low": 0.045, + "sensor_limit_low_warn": 0.05, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "tv_signal", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.17.1.3.2.0", + "sensor_index": "3", + "sensor_type": "terra_tvsignal", + "sensor_descr": "Level# 03", + "group": "Inputs", + "sensor_divisor": 10000, + "sensor_multiplier": 1, + "sensor_current": 0.0385, + "sensor_limit": 0.085, + "sensor_limit_warn": 0.08, + "sensor_limit_low": 0.045, + "sensor_limit_low_warn": 0.05, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "tv_signal", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.17.1.4.2.0", + "sensor_index": "4", + "sensor_type": "terra_tvsignal", + "sensor_descr": "Level# 04", + "group": "Inputs", + "sensor_divisor": 10000, + "sensor_multiplier": 1, + "sensor_current": 0.0387, + "sensor_limit": 0.085, + "sensor_limit_warn": 0.08, + "sensor_limit_low": 0.045, + "sensor_limit_low_warn": 0.05, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "tv_signal", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.17.1.5.2.0", + "sensor_index": "5", + "sensor_type": "terra_tvsignal", + "sensor_descr": "Level# 05", + "group": "Inputs", + "sensor_divisor": 10000, + "sensor_multiplier": 1, + "sensor_current": 0.0722, + "sensor_limit": 0.085, + "sensor_limit_warn": 0.08, + "sensor_limit_low": 0.045, + "sensor_limit_low_warn": 0.05, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "tv_signal", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.17.1.6.2.0", + "sensor_index": "6", + "sensor_type": "terra_tvsignal", + "sensor_descr": "Level# 06", + "group": "Inputs", + "sensor_divisor": 10000, + "sensor_multiplier": 1, + "sensor_current": 0.0399, + "sensor_limit": 0.085, + "sensor_limit_warn": 0.08, + "sensor_limit_low": 0.045, + "sensor_limit_low_warn": 0.05, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "tv_signal", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.17.1.7.2.0", + "sensor_index": "7", + "sensor_type": "terra_tvsignal", + "sensor_descr": "Level# 07", + "group": "Inputs", + "sensor_divisor": 10000, + "sensor_multiplier": 1, + "sensor_current": 0.0291, + "sensor_limit": 0.085, + "sensor_limit_warn": 0.08, + "sensor_limit_low": 0.045, + "sensor_limit_low_warn": 0.05, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "tv_signal", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.17.1.8.2.0", + "sensor_index": "8", + "sensor_type": "terra_tvsignal", + "sensor_descr": "Level# 08", + "group": "Inputs", + "sensor_divisor": 10000, + "sensor_multiplier": 1, + "sensor_current": 0.0461, + "sensor_limit": 0.085, + "sensor_limit_warn": 0.08, + "sensor_limit_low": 0.045, + "sensor_limit_low_warn": 0.05, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.30631.1.17.1.586.6.0", + "sensor_index": "0", + "sensor_type": "terra-sdi480", + "sensor_descr": "Supply Voltage", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 12.1, + "sensor_limit": 13.915, + "sensor_limit_warn": null, + "sensor_limit_low": 10.285, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + } + ], + "state_indexes": [ + { + "state_name": "TERRA-sdi480-MIB::alarmLnb1", + "state_descr": "OK", + "state_draw_graph": 1, + "state_value": 0, + "state_generic_value": 0 + }, + { + "state_name": "TERRA-sdi480-MIB::alarmLnb1", + "state_descr": "Error", + "state_draw_graph": 1, + "state_value": 1, + "state_generic_value": 3 + }, + { + "state_name": "TERRA-sdi480-MIB::alarmLnb2", + "state_descr": "OK", + "state_draw_graph": 1, + "state_value": 0, + "state_generic_value": 0 + }, + { + "state_name": "TERRA-sdi480-MIB::alarmLnb2", + "state_descr": "Error", + "state_draw_graph": 1, + "state_value": 1, + "state_generic_value": 3 + }, + { + "state_name": "TERRA-sdi480-MIB::alarmLnb3", + "state_descr": "OK", + "state_draw_graph": 1, + "state_value": 0, + "state_generic_value": 0 + }, + { + "state_name": "TERRA-sdi480-MIB::alarmLnb3", + "state_descr": "Error", + "state_draw_graph": 1, + "state_value": 1, + "state_generic_value": 3 + }, + { + "state_name": "TERRA-sdi480-MIB::alarmLnb4", + "state_descr": "OK", + "state_draw_graph": 1, + "state_value": 0, + "state_generic_value": 0 + }, + { + "state_name": "TERRA-sdi480-MIB::alarmLnb4", + "state_descr": "Error", + "state_draw_graph": 1, + "state_value": 1, + "state_generic_value": 3 + } + ] + }, + "poller": "matches discovery" + } +} diff --git a/tests/snmpsim/terra-sdi410c.snmprec b/tests/snmpsim/terra-sdi410c.snmprec new file mode 100644 index 0000000000..e305f51371 --- /dev/null +++ b/tests/snmpsim/terra-sdi410c.snmprec @@ -0,0 +1,62 @@ +1.3.6.1.2.1.1.1.0|4|Terra DVB-S/S2 to IP streamer sdi410C +1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.30631.1.8 +1.3.6.1.2.1.1.3.0|67|1856187 +1.3.6.1.2.1.1.4.0|4| +1.3.6.1.2.1.1.5.0|4| +1.3.6.1.2.1.1.6.0|4| +1.3.6.1.4.1.30631.1.8.1.1.1.0|2|58070 +1.3.6.1.4.1.30631.1.8.1.1.2.0|2|8300 +1.3.6.1.4.1.30631.1.8.1.1.3.0|2|34 +1.3.6.1.4.1.30631.1.8.1.1.4.0|2|33 +1.3.6.1.4.1.30631.1.8.1.1.5.0|2|123 +1.3.6.1.4.1.30631.1.8.1.2.1.0|2|0 +1.3.6.1.4.1.30631.1.8.1.3.1.0|2|2600 +1.3.6.1.4.1.30631.1.8.1.4.1.0|2|2400 +1.3.6.1.4.1.30631.1.8.1.5.1.0|2|0 +1.3.6.1.4.1.30631.1.8.1.6.1.0|2|0 +1.3.6.1.4.1.30631.1.8.1.7.1.0|2|3000 +1.3.6.1.4.1.30631.1.8.1.8.1.0|2|0 +1.3.6.1.4.1.30631.1.8.1.9.1.0|2|0 +1.3.6.1.4.1.30631.1.8.1.10.1.0|2|0 +1.3.6.1.4.1.30631.1.8.1.11.1.0|2|0 +1.3.6.1.4.1.30631.1.8.1.12.1.0|2|0 +1.3.6.1.4.1.30631.1.8.1.13.1.0|2|0 +1.3.6.1.4.1.30631.1.8.1.14.1.0|2|0 +1.3.6.1.4.1.30631.1.8.1.15.1.0|2|0 +1.3.6.1.4.1.30631.1.8.1.16.1.0|2|0 +1.3.6.1.4.1.30631.1.8.1.17.1.0|2|0 +1.3.6.1.4.1.30631.1.8.1.18.1.0|2|0 +1.3.6.1.4.1.30631.1.8.1.19.1.0|2|0 +1.3.6.1.4.1.30631.1.8.1.20.1.0|2|0 +1.3.6.1.4.1.30631.1.8.1.21.1.0|2|0 +1.3.6.1.4.1.30631.1.8.1.22.1.0|2|0 +1.3.6.1.4.1.30631.1.8.1.23.1.0|2|0 +1.3.6.1.4.1.30631.1.8.1.24.1.0|2|0 +1.3.6.1.4.1.30631.1.8.1.25.1.0|2|0 +1.3.6.1.4.1.30631.1.8.1.26.1.0|2|0 +1.3.6.1.4.1.30631.1.8.1.27.1.0|4|Locked +1.3.6.1.4.1.30631.1.8.1.27.2.0|4|DVB-S2 +1.3.6.1.4.1.30631.1.8.1.27.3.0|4|75 +1.3.6.1.4.1.30631.1.8.1.27.4.0|4|8PSK +1.3.6.1.4.1.30631.1.8.1.27.5.0|2|1509 +1.3.6.1.4.1.30631.1.8.1.27.6.0|2|30000 +1.3.6.1.4.1.30631.1.8.1.27.7.0|4|2/3 +1.3.6.1.4.1.30631.1.8.1.27.8.0|2|189 +1.3.6.1.4.1.30631.1.8.1.27.9.0|4|<1.0E-08 +1.3.6.1.4.1.30631.1.8.1.27.10.0|4|<1.4E-09 +1.3.6.1.4.1.30631.1.8.1.27.11.0|2|58 +1.3.6.1.4.1.30631.1.8.1.27.12.0|2|0 +1.3.6.1.4.1.30631.1.8.1.27.13.0|2|0 +1.3.6.1.4.1.30631.1.8.2.1.0|2|0 +1.3.6.1.4.1.30631.1.8.2.2.0|2|0 +1.3.6.1.4.1.30631.1.8.2.3.0|2|0 +1.3.6.1.4.1.30631.1.8.2.4.0|2|0 +1.3.6.1.4.1.30631.1.8.2.5.0|2|0 +1.3.6.1.4.1.30631.1.8.2.6.0|2|0 +1.3.6.1.4.1.30631.1.8.2.7.0|2|0 +1.3.6.1.4.1.30631.1.8.2.8.0|2|0 +1.3.6.1.4.1.30631.1.8.2.9.0|2|0 +1.3.6.1.4.1.30631.1.8.2.10.0|2|0 +1.3.6.1.4.1.30631.1.8.2.11.0|2|0 +1.3.6.1.4.1.30631.1.8.4.1.0|4|1.45 +1.3.6.1.4.1.30631.1.8.4.2.0|4|sdi410C020340429 diff --git a/tests/snmpsim/terra-sdi480.snmprec b/tests/snmpsim/terra-sdi480.snmprec new file mode 100644 index 0000000000..c451072e5e --- /dev/null +++ b/tests/snmpsim/terra-sdi480.snmprec @@ -0,0 +1,647 @@ +1.3.6.1.2.1.1.1.0|4|Terra eight channel DVB-S/S2 to IP streamer sdi480 +1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.30631.1.17 +1.3.6.1.2.1.1.3.0|67|8494406 +1.3.6.1.2.1.1.4.0|4| +1.3.6.1.2.1.1.5.0|4| +1.3.6.1.2.1.1.6.0|4| +1.3.6.1.4.1.30631.1.17.1.1.1.0|4|Locked +1.3.6.1.4.1.30631.1.17.1.1.2.0|2|481 +1.3.6.1.4.1.30631.1.17.1.1.3.0|2|138 +1.3.6.1.4.1.30631.1.17.1.1.4.0|2|577 +1.3.6.1.4.1.30631.1.17.1.1.5.0|4|<3.6E-10 +1.3.6.1.4.1.30631.1.17.1.2.1.0|4|Locked +1.3.6.1.4.1.30631.1.17.1.2.2.0|2|708 +1.3.6.1.4.1.30631.1.17.1.2.3.0|2|145 +1.3.6.1.4.1.30631.1.17.1.2.4.0|2|581 +1.3.6.1.4.1.30631.1.17.1.2.5.0|4|<3.2E-10 +1.3.6.1.4.1.30631.1.17.1.3.1.0|4|Locked +1.3.6.1.4.1.30631.1.17.1.3.2.0|2|385 +1.3.6.1.4.1.30631.1.17.1.3.3.0|2|107 +1.3.6.1.4.1.30631.1.17.1.3.4.0|2|380 +1.3.6.1.4.1.30631.1.17.1.3.5.0|4|1.1E-5 +1.3.6.1.4.1.30631.1.17.1.4.1.0|4|Locked +1.3.6.1.4.1.30631.1.17.1.4.2.0|2|387 +1.3.6.1.4.1.30631.1.17.1.4.3.0|2|95 +1.3.6.1.4.1.30631.1.17.1.4.4.0|2|380 +1.3.6.1.4.1.30631.1.17.1.4.5.0|4|3.1E-5 +1.3.6.1.4.1.30631.1.17.1.5.1.0|4|Locked +1.3.6.1.4.1.30631.1.17.1.5.2.0|2|722 +1.3.6.1.4.1.30631.1.17.1.5.3.0|2|159 +1.3.6.1.4.1.30631.1.17.1.5.4.0|2|580 +1.3.6.1.4.1.30631.1.17.1.5.5.0|4|<3.2E-10 +1.3.6.1.4.1.30631.1.17.1.6.1.0|4|Locked +1.3.6.1.4.1.30631.1.17.1.6.2.0|2|399 +1.3.6.1.4.1.30631.1.17.1.6.3.0|2|135 +1.3.6.1.4.1.30631.1.17.1.6.4.0|2|380 +1.3.6.1.4.1.30631.1.17.1.6.5.0|4|6.6E-8 +1.3.6.1.4.1.30631.1.17.1.7.1.0|4|Unlocked +1.3.6.1.4.1.30631.1.17.1.7.2.0|2|291 +1.3.6.1.4.1.30631.1.17.1.7.3.0|2|0 +1.3.6.1.4.1.30631.1.17.1.7.4.0|2|0 +1.3.6.1.4.1.30631.1.17.1.7.5.0|4|- +1.3.6.1.4.1.30631.1.17.1.8.1.0|4|Locked +1.3.6.1.4.1.30631.1.17.1.8.2.0|2|461 +1.3.6.1.4.1.30631.1.17.1.8.3.0|2|161 +1.3.6.1.4.1.30631.1.17.1.8.4.0|2|380 +1.3.6.1.4.1.30631.1.17.1.8.5.0|4|3.9E-9 +1.3.6.1.4.1.30631.1.17.1.9.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.10.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.11.1.0|2|57 +1.3.6.1.4.1.30631.1.17.1.12.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.13.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.14.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.15.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.16.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.17.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.18.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.19.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.20.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.21.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.22.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.23.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.24.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.25.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.26.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.27.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.28.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.29.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.30.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.31.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.32.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.33.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.34.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.35.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.36.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.37.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.38.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.39.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.40.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.41.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.42.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.43.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.44.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.45.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.46.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.47.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.48.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.49.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.50.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.51.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.52.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.53.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.54.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.55.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.56.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.57.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.58.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.59.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.60.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.61.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.62.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.63.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.64.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.65.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.66.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.67.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.68.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.69.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.70.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.71.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.72.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.73.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.74.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.75.1.0|2|34 +1.3.6.1.4.1.30631.1.17.1.76.1.0|2|2 +1.3.6.1.4.1.30631.1.17.1.77.1.0|2|3 +1.3.6.1.4.1.30631.1.17.1.78.1.0|2|64 +1.3.6.1.4.1.30631.1.17.1.79.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.80.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.81.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.82.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.83.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.84.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.85.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.86.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.87.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.88.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.89.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.90.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.91.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.92.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.93.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.94.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.95.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.96.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.97.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.98.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.99.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.100.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.101.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.102.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.103.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.104.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.105.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.106.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.107.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.108.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.109.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.110.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.111.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.112.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.113.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.114.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.115.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.116.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.117.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.118.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.119.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.120.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.121.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.122.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.123.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.124.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.125.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.126.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.127.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.128.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.129.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.130.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.131.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.132.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.133.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.134.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.135.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.136.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.137.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.138.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.139.1.0|2|37 +1.3.6.1.4.1.30631.1.17.1.140.1.0|2|38 +1.3.6.1.4.1.30631.1.17.1.141.1.0|2|47 +1.3.6.1.4.1.30631.1.17.1.142.1.0|2|68 +1.3.6.1.4.1.30631.1.17.1.143.1.0|2|41 +1.3.6.1.4.1.30631.1.17.1.144.1.0|2|47 +1.3.6.1.4.1.30631.1.17.1.145.1.0|2|20 +1.3.6.1.4.1.30631.1.17.1.146.1.0|2|35 +1.3.6.1.4.1.30631.1.17.1.147.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.148.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.149.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.150.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.151.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.152.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.153.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.154.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.155.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.156.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.157.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.158.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.159.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.160.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.161.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.162.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.163.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.164.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.165.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.166.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.167.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.168.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.169.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.170.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.171.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.172.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.173.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.174.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.175.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.176.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.177.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.178.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.179.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.180.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.181.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.182.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.183.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.184.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.185.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.186.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.187.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.188.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.189.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.190.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.191.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.192.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.193.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.194.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.195.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.196.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.197.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.198.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.199.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.200.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.201.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.202.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.203.1.0|2|46 +1.3.6.1.4.1.30631.1.17.1.204.1.0|2|62 +1.3.6.1.4.1.30631.1.17.1.205.1.0|2|69 +1.3.6.1.4.1.30631.1.17.1.206.1.0|2|69 +1.3.6.1.4.1.30631.1.17.1.207.1.0|2|55 +1.3.6.1.4.1.30631.1.17.1.208.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.209.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.210.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.211.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.212.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.213.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.214.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.215.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.216.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.217.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.218.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.219.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.220.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.221.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.222.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.223.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.224.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.225.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.226.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.227.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.228.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.229.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.230.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.231.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.232.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.233.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.234.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.235.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.236.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.237.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.238.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.239.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.240.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.241.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.242.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.243.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.244.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.245.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.246.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.247.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.248.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.249.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.250.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.251.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.252.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.253.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.254.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.255.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.256.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.257.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.258.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.259.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.260.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.261.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.262.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.263.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.264.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.265.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.266.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.267.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.268.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.269.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.270.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.271.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.272.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.273.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.274.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.275.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.276.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.277.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.278.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.279.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.280.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.281.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.282.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.283.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.284.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.285.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.286.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.287.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.288.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.289.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.290.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.291.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.292.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.293.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.294.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.295.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.296.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.297.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.298.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.299.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.300.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.301.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.302.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.303.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.304.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.305.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.306.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.307.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.308.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.309.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.310.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.311.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.312.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.313.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.314.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.315.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.316.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.317.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.318.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.319.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.320.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.321.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.322.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.323.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.324.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.325.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.326.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.327.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.328.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.329.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.330.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.331.1.0|2|64 +1.3.6.1.4.1.30631.1.17.1.332.1.0|2|50 +1.3.6.1.4.1.30631.1.17.1.333.1.0|2|81 +1.3.6.1.4.1.30631.1.17.1.334.1.0|2|50 +1.3.6.1.4.1.30631.1.17.1.335.1.0|2|66 +1.3.6.1.4.1.30631.1.17.1.336.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.337.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.338.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.339.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.340.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.341.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.342.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.343.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.344.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.345.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.346.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.347.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.348.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.349.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.350.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.351.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.352.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.353.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.354.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.355.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.356.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.357.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.358.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.359.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.360.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.361.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.362.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.363.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.364.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.365.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.366.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.367.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.368.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.369.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.370.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.371.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.372.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.373.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.374.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.375.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.376.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.377.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.378.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.379.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.380.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.381.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.382.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.383.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.384.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.385.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.386.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.387.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.388.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.389.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.390.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.391.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.392.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.393.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.394.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.395.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.396.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.397.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.398.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.399.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.400.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.401.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.402.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.403.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.404.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.405.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.406.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.407.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.408.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.409.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.410.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.411.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.412.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.413.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.414.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.415.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.416.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.417.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.418.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.419.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.420.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.421.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.422.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.423.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.424.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.425.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.426.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.427.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.428.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.429.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.430.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.431.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.432.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.433.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.434.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.435.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.436.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.437.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.438.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.439.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.440.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.441.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.442.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.443.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.444.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.445.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.446.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.447.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.448.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.449.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.450.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.451.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.452.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.453.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.454.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.455.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.456.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.457.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.458.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.459.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.460.1.0|2|37 +1.3.6.1.4.1.30631.1.17.1.461.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.462.1.0|2|44 +1.3.6.1.4.1.30631.1.17.1.463.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.464.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.465.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.466.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.467.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.468.1.0|2|47 +1.3.6.1.4.1.30631.1.17.1.469.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.470.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.471.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.472.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.473.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.474.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.475.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.476.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.477.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.478.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.479.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.480.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.481.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.482.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.483.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.484.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.485.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.486.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.487.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.488.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.489.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.490.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.491.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.492.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.493.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.494.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.495.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.496.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.497.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.498.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.499.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.500.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.501.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.502.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.503.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.504.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.505.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.506.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.507.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.508.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.509.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.510.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.511.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.512.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.513.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.514.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.515.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.516.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.517.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.518.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.519.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.520.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.521.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.522.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.523.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.524.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.525.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.526.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.527.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.528.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.529.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.530.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.531.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.532.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.533.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.534.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.535.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.536.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.537.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.538.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.539.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.540.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.541.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.542.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.543.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.544.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.545.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.546.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.547.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.548.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.549.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.550.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.551.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.552.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.553.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.554.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.555.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.556.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.557.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.558.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.559.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.560.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.561.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.562.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.563.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.564.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.565.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.566.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.567.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.568.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.569.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.570.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.571.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.572.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.573.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.574.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.575.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.576.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.577.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.578.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.579.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.580.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.581.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.582.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.583.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.584.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.585.1.0|2|0 +1.3.6.1.4.1.30631.1.17.1.586.1.0|2|3258 +1.3.6.1.4.1.30631.1.17.1.586.2.0|2|1246 +1.3.6.1.4.1.30631.1.17.1.586.3.0|2|48 +1.3.6.1.4.1.30631.1.17.1.586.4.0|2|47 +1.3.6.1.4.1.30631.1.17.1.586.5.0|2|67 +1.3.6.1.4.1.30631.1.17.1.586.6.0|2|121 +1.3.6.1.4.1.30631.1.17.2.1.0|2|0 +1.3.6.1.4.1.30631.1.17.2.2.0|2|0 +1.3.6.1.4.1.30631.1.17.2.3.0|2|0 +1.3.6.1.4.1.30631.1.17.2.4.0|2|0 +1.3.6.1.4.1.30631.1.17.2.5.0|2|0 +1.3.6.1.4.1.30631.1.17.2.6.0|2|0 +1.3.6.1.4.1.30631.1.17.2.7.0|2|0 +1.3.6.1.4.1.30631.1.17.2.8.0|2|0 +1.3.6.1.4.1.30631.1.17.2.9.0|2|0 +1.3.6.1.4.1.30631.1.17.2.10.0|2|0 +1.3.6.1.4.1.30631.1.17.2.11.0|2|0 +1.3.6.1.4.1.30631.1.17.2.12.0|2|0 +1.3.6.1.4.1.30631.1.17.2.13.0|2|0 +1.3.6.1.4.1.30631.1.17.2.14.0|2|1 +1.3.6.1.4.1.30631.1.17.2.15.0|2|0 +1.3.6.1.4.1.30631.1.17.2.16.0|2|0 +1.3.6.1.4.1.30631.1.17.4.1.0|4|1.41 +1.3.6.1.4.1.30631.1.17.4.2.0|4|