MIB Viewer

apexRtspConfMhaSbeEncryptionMode

OBJECT-TYPE
1.3.6.1.4.1.1166.1.31.9.4.1.10.1
Access
read-write
Status
current
Source
APEX-MIB
Sub-identifiers
0
This parameter is used to set the Session based Encryption Mode. It applies to all session based encryption sessions. - 'full' - The APEX will use Full encryption. - 'fwk' - The APEX will use Fixed Working Key (FWK) encryption. - 'fpk' - The APEX will use Fixed Program Key (FPK) encryption. The APEX will not attempt to get EMMs. Once written, the change to this parameter will only take immediate effect after apexRtspConfMhaSbeApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Commit(param=apexRtspConfMhaSbeApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(sdv.ini, type='ini')
INTEGER { full (1), fwk (2), fpk (3) }