BCSSIMULCRYPTMUX-MIB

File: BCSSIMULCRYPTMUX-MIB.mib (16936 bytes)

Imported modules

SNMPv2-SMI BCS-IDENT-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
Integer32 bcs

Defined Types

BcsSimMuxEmmgEntry  
SEQUENCE    
  bcsSimMuxEmmgIndex Integer32
  bcsSimMuxEmmgTcpState INTEGER
  bcsSimMuxEmmgId Unsigned32
  bcsSimMuxEmmgChannelCount Unsigned32

BcsSimMuxEmmgChannelEntry  
SEQUENCE    
  bcsSimMuxEmmgChannelEmmgIndex Integer32
  bcsSimMuxEmmgChannelIndex Integer32
  bcsSimMuxEmmgChannelState INTEGER
  bcsSimMuxEmmgChannelId Unsigned32
  bcsSimMuxEmmgChannelStreamType INTEGER
  bcsSimMuxEmmgChannelStreamCount Unsigned32

BcsSimMuxEmmStreamEntry  
SEQUENCE    
  bcsSimMuxEmmgStreamEmmgIndex Integer32
  bcsSimMuxEmmgStreamChannelIndex Integer32
  bcsSimMuxEmmgStreamIndex Integer32
  bcsSimMuxEmmgStreamState INTEGER
  bcsSimMuxEmmgStreamId Unsigned32
  bcsSimMuxEmmgStreamDataId Unsigned32
  bcsSimMuxEmmgStreamDataType INTEGER
  bcsSimMuxEmmgStreamInsertCount Unsigned32

Defined Values

bcsSimulcryptMux 1.3.6.1.4.1.1166.7.8
The Simulcrypt MUX MIB module for Motorola BCS products.
MODULE-IDENTITY    

bcsSimMuxConfig 1.3.6.1.4.1.1166.7.8.1
OBJECT IDENTIFIER    

bcsSimMuxConfigGeneral 1.3.6.1.4.1.1166.7.8.1.1
OBJECT IDENTIFIER    

bcsSimMuxStatus 1.3.6.1.4.1.1166.7.8.2
OBJECT IDENTIFIER    

bcsSimMuxStatusGeneral 1.3.6.1.4.1.1166.7.8.2.1
OBJECT IDENTIFIER    

bcsSimMuxTcpPort 1.3.6.1.4.1.1166.7.8.1.1.1
This value specifies the TCP port number that the MUX will use to listen on for EMMG connections. SEM Note: Once written, a save must be performed via the semSaveConfig parameter and the SEM must be rebooted for the change to take effect.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

bcsSimMuxUdpPort 1.3.6.1.4.1.1166.7.8.1.1.2
This value specifies the UDP port number that the MUX will use to listen on for the EMMG connections. SEM Note: Once written, a save must be performed via the semSaveConfig parameter and the SEM must be rebooted for the change to take effect.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

bcsSimMuxChannelTestRate 1.3.6.1.4.1.1166.7.8.1.1.3
This value specifies the rate in milliseconds at which the channel test should be initiated by the MUX. SEM Note: Once written, a save must be performed via the semSaveConfig parameter and the SEM must be rebooted for the change to take effect.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

bcsSimMuxBandwidthAllocation 1.3.6.1.4.1.1166.7.8.1.1.4
This value specifies the bandwidth in kbps allocated to each connected mux as reported in the Stream_BW_allocation message. A value of zero will cause the Mux to report the allocated bandwidth as Not Known. SEM Note: Once written, a save must be performed via the semSaveConfig parameter and the SEM must be rebooted for the change to take effect.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

bcsSimMuxMibSupportStatus 1.3.6.1.4.1.1166.7.8.2.1.1
Indicates whether the device is capable of supporting and/or enabled to support the functionality of the bcsSimulcryptMux MIB.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notCapable(1), capable(2), enabled(3)  

bcsSimMuxMaxEmmg 1.3.6.1.4.1.1166.7.8.2.1.2
This value represents the maximum number of EMMGs this device can support.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bcsSimMuxMaxEmmgChannels 1.3.6.1.4.1.1166.7.8.2.1.3
This value represents the maximum number of channels per EMMG this device can support.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bcsSimMuxMaxEmmgChannelStreams 1.3.6.1.4.1.1166.7.8.2.1.4
This value represents the maximum number of streams per EMMG channel this device can support.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bcsSimMuxEmmgTable 1.3.6.1.4.1.1166.7.8.2.2
This status table contains EMMG specific information for up to bcsSimMuxMaxEmmg Mux <=> EMMG connections.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BcsSimMuxEmmgEntry

bcsSimMuxEmmgEntry 1.3.6.1.4.1.1166.7.8.2.2.1
A single entry in the bcsSimMuxEmmgTable table.
Status: current Access: not-accessible
OBJECT-TYPE    
  BcsSimMuxEmmgEntry  

bcsSimMuxEmmgIndex 1.3.6.1.4.1.1166.7.8.2.2.1.1
The EMMG index for this entry in the bcsSimMuxEmmgTable. Limit is bcsSimMuxMaxEmmg.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

bcsSimMuxEmmgTcpState 1.3.6.1.4.1.1166.7.8.2.2.1.2
This column specifies TCP state of this MUX <==> EMMG connection.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER open(1), closed(2), error(3)  

bcsSimMuxEmmgId 1.3.6.1.4.1.1166.7.8.2.2.1.3
This column provides the EMMG ID.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bcsSimMuxEmmgChannelCount 1.3.6.1.4.1.1166.7.8.2.2.1.4
This column provides the number of channels opened on this MUX <==> EMMG connection.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bcsSimMuxEmmgChannelTable 1.3.6.1.4.1.1166.7.8.2.3
This status table presents MUX<==>EMMG channel specific information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BcsSimMuxEmmgChannelEntry

bcsSimMuxEmmgChannelEntry 1.3.6.1.4.1.1166.7.8.2.3.1
A single entry in the bcsSimMuxEmmgChannelTable table.
Status: current Access: not-accessible
OBJECT-TYPE    
  BcsSimMuxEmmgChannelEntry  

bcsSimMuxEmmgChannelEmmgIndex 1.3.6.1.4.1.1166.7.8.2.3.1.1
The EMMG index for this entry in the bcsSimMuxEmmgChannelTable. Limit is bcsSimMuxMaxEmmg.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

bcsSimMuxEmmgChannelIndex 1.3.6.1.4.1.1166.7.8.2.3.1.2
The Channel index for this entry in the bcsSimMuxEmmgChannelTable. Limit is bcsSimMuxMaxEmmgChannels.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

bcsSimMuxEmmgChannelState 1.3.6.1.4.1.1166.7.8.2.3.1.3
This column specifies the Channel state.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER open(1), closed(2), error(3)  

bcsSimMuxEmmgChannelId 1.3.6.1.4.1.1166.7.8.2.3.1.4
This column specifies the Channel ID.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bcsSimMuxEmmgChannelStreamType 1.3.6.1.4.1.1166.7.8.2.3.1.5
This column specifies the type of stream data transfer. Streams can transfer data as sections or as transport stream packets. The determination is made by the EMMG at channel setup time.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER section(1), tsPacket(2)  

bcsSimMuxEmmgChannelStreamCount 1.3.6.1.4.1.1166.7.8.2.3.1.6
This column specifies the number of streams on this channel.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bcsSimMuxEmmgStreamTable 1.3.6.1.4.1.1166.7.8.2.4
This status presents MUX<==>EMMG stream specific information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BcsSimMuxEmmStreamEntry

bcsSimMuxEmmgStreamEntry 1.3.6.1.4.1.1166.7.8.2.4.1
A single entry in the bcsSimMuxEmmgStreamTable table.
Status: current Access: not-accessible
OBJECT-TYPE    
  BcsSimMuxEmmStreamEntry  

bcsSimMuxEmmgStreamEmmgIndex 1.3.6.1.4.1.1166.7.8.2.4.1.1
The EMMG index for this entry in the bcsSimMuxEmmgStreamTable. Limit is bcsSimMuxMaxEmmg.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

bcsSimMuxEmmgStreamChannelIndex 1.3.6.1.4.1.1166.7.8.2.4.1.2
The Channel index for this entry in the bcsSimMuxEmmgStreamTable. Limit is bcsSimMuxMaxEmmgChannels.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

bcsSimMuxEmmgStreamIndex 1.3.6.1.4.1.1166.7.8.2.4.1.3
The Stream index for this entry in the bcsSimMuxEmmgStreamTable. Limit is bcsSimMuxMaxEmmgChannelStreams.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

bcsSimMuxEmmgStreamState 1.3.6.1.4.1.1166.7.8.2.4.1.4
This column specifies the Stream state.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER open(1), closed(2), error(3)  

bcsSimMuxEmmgStreamId 1.3.6.1.4.1.1166.7.8.2.4.1.5
This variable identifies the Stream ID.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bcsSimMuxEmmgStreamDataId 1.3.6.1.4.1.1166.7.8.2.4.1.6
This variable identifies the data ID associated with this stream.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bcsSimMuxEmmgStreamDataType 1.3.6.1.4.1.1166.7.8.2.4.1.7
This variable identifies the data type carried on this stream. Currently supported values are: EMM-data = 1 Private-Data = 2
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER emm-data(1), private-data(2)  

bcsSimMuxEmmgStreamInsertCount 1.3.6.1.4.1.1166.7.8.2.4.1.8
This variable maintains a count on the number of insertions on the stream.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32