CM5000 User Manual
UM-CM5000-FW3.5.2.0-REV0.0
2019-07-08
www.ateme.com
Page 92
The remaining tables are used to set non compliance specific parameters like PMT/PCR PID or period, BISS mode
and key, etc...
The following example sets the channel 1 TS bitrate to 20Mbps and switches the compliance to ATSC. (Check
kyrion2ChannelCfgStatusMessage if the switch does not occur on the web GUI)
Then it enables PSIP tables, writes ATEME to the VCT channel name and sets the PMT PID to 'Auto' and the PCR
PID to 200.
snmpset -v2c -c private $HOST \
ATEME-KYRION2-MIB::kyrion2ChannelCfgTsTsBitRate.1.1 i 20000000
#ATEME-KYRION2-MIB::kyrion2ChannelCfgTsTsBitRate.1.1 = INTEGER: 20000000
snmpset -v2c -c private $HOST \
ATEME-KYRION2-MIB::kyrion2ChannelCfgTsTsStandard.1.1 i 3
#ATEME-KYRION2-MIB::kyrion2ChannelCfgTsTsStandard.1.1 = INTEGER: atsc(3)
snmpset -v2c -c private $HOST \
ATEME-KYRION2-MIB::kyrion2ChannelCfgTsTsAreNonPsiTablesEnabled.1.1 i 1
#ATEME-KYRION2-MIB::kyrion2ChannelCfgTsTsAreNonPsiTablesEnabled.1.1 =
# INTEGER: true(1)
snmpset -v2c -c private $HOST \
ATEME-KYRION2-MIB::kyrion2ChannelCfgTsTsAtscVctChannelShortName.1.1 s ATEME
#ATEME-KYRION2-MIB::kyrion2ChannelCfgTsTsAtscVctChannelShortName.1.1 = STRING: ATEME
snmpset -v2c -c private $HOST \
ATEME-KYRION2-MIB::kyrion2ChannelCfgTsTsPmtPid.1.1 i 0
#ATEME-KYRION2-MIB::kyrion2ChannelCfgTsTsPmtPid.1.1 = INTEGER: 0
snmpset -v2c -c private $HOST \
ATEME-KYRION2-MIB::kyrion2ChannelCfgTsTsPmtPcrPid.1.1 i 200
#ATEME-KYRION2-MIB::kyrion2ChannelCfgTsTsPmtPcrPid.1.1 = INTEGER: 200
A.3.2.4. Configuring BISS
BISS encryption must be enabled at TS level through kyrion2ChannelCfgTsTsBiss.
It can then be enabled/disabled for each PID individually.
The following example enables BISS mode 1 encryption on channel 1, sets the key to '0123456789AB', enables
encryption of the video track and disables encryption of the audio 1 track.