CM5000 User Manual
UM-CM5000-FW3.5.2.0-REV0.0
2019-07-08
www.ateme.com
Page 103
A.3.3.3. Configuring IP outputs
This is done in the same way as configuring a channel IP output but with using:
• kyrion2RemuxerCfgTsOutputIp as the main entry.
• kyrion2RemuxerCfgTsOutputIpDestination table for main/backup parameters.
See Section A.3.2.5, “ Configuring IP outputs ”
The following example enables IP3/Main output with multicast address 225.10.10.1, port 5000 and UDP protocol:
snmpset -v2c -c private $HOST \
ATEME-KYRION2-MIB::kyrion2RemuxerCfgTsOutputIpProtocol.1.1.3 i 1
#ATEME-KYRION2-MIB::kyrion2RemuxerCfgTsOutputIpProtocol.1.1.3 = INTEGER: udp(1)
snmpset -v2c -c private $HOST \
ATEME-KYRION2-MIB::kyrion2RemuxerCfgTsOutputIpDestinationAddress.1.1.3.1 \
d 225.10.10.1
# ATEME-KYRION2-MIB::kyrion2RemuxerCfgTsOutputIpDestinationAddress.1.1.3.1 =
# Hex-STRING: E1 0A 0A 01
snmpset -v2c -c private $HOST \
ATEME-KYRION2-MIB::kyrion2RemuxerCfgTsOutputIpDestinationPort.1.1.3.1 u 5000
#ATEME-KYRION2-MIB::kyrion2RemuxerCfgTsOutputIpDestinationPort.1.1.3.1 =
# Gauge32: 5000
snmpset -v2c -c private $HOST \
ATEME-KYRION2-MIB::kyrion2RemuxerCfgTsOutputIpIsEnabled.1.1.3 i 1
#ATEME-KYRION2-MIB::kyrion2RemuxerCfgTsOutputIpIsEnabled.1.1.3 = INTEGER: true(1)
snmpset -v2c -c private $HOST \
ATEME-KYRION2-MIB::kyrion2RemuxerCfgTsOutputIpDestinationIsEnabled.1.1.3.1 i 1
#ATEME-KYRION2-MIB::kyrion2RemuxerCfgTsOutputIpDestinationIsEnabled.1.1.3.1 =
# INTEGER: true(1)
A.3.3.4. Configuring TS inputs
Controlling TS input settings is performed through kyrion2RemuxerCfgTsInput sub-tree.
The main entry is kyrion2RemuxerCfgTsInput table which allows to enable/disable an input and select the source.
Source
specific
parameters
can
then
be
configured
through
kyrion2RemuxerCfgTsInputAsi
or
kyrion2RemuxerCfgTsInputInternal tables.
The following example enables TS 3 input and switches the source to ASI on SYNC connector: