SHE-IGMP-MIB: View SNMP OID List / Download MIB

VENDOR: SIEMENS


 Home MIB: SHE-IGMP-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 sheIgmpMib 1.3.6.1.4.1.231.7.1.2.1.35
The MIB module is to describe managed objects supporting additional IGMP features.
       sheIgmpSystem 1.3.6.1.4.1.231.7.1.2.1.35.1
           sheIgmpProgramPreviewEnable 1.3.6.1.4.1.231.7.1.2.1.35.1.1 truthvalue read-only
Indicates whether to enable the program preview functionality.
           sheIgmpLogEnable 1.3.6.1.4.1.231.7.1.2.1.35.1.2 truthvalue read-only
Whether the NE should keep the IGMP log.
           sheIgmpUploadEnable 1.3.6.1.4.1.231.7.1.2.1.35.1.3 truthvalue read-only
Whether the NE should upload the log files to FTP server.
           sheIgmpFtpRootDir 1.3.6.1.4.1.231.7.1.2.1.35.1.4 snmpadminstring read-only
The root directory name on FTP server that stores the IGMP log data of this DSLAM. It is the relative path to the ftproot, eg. 'hix5635/v1.5/dslam1/igmp' The directory structure looks like: ftproot <-- the upmost ftp root |- %FtpRootDir% <-- this value, specifies the DSLAM
           sheIgmpFtpIp 1.3.6.1.4.1.231.7.1.2.1.35.1.5 ipaddress read-only
FTP server's IP address.
           sheIgmpFtpUser 1.3.6.1.4.1.231.7.1.2.1.35.1.6 snmpadminstring read-only
FTP user name. Write permission is required for this user.
           sheIgmpFtpPassword 1.3.6.1.4.1.231.7.1.2.1.35.1.7 octet string read-only
FTP server access password. To protect the password, the string of this object in the GetResponse PDU is encrypted.
           sheIgmpFtpUploadInterval 1.3.6.1.4.1.231.7.1.2.1.35.1.8 unsigned32 read-only
The interval that IGMP log data is uploaded to FTP server.
           sheIgmpPacketRateLimitUplink 1.3.6.1.4.1.231.7.1.2.1.35.1.9 integer read-only
IGMP packets received from the uplink port is only allowed to be processed by the IGMP proxy with a limit of this value per minute. -1 is a special value means no limit.
           sheIgmpPacketRateLimitSubscriber 1.3.6.1.4.1.231.7.1.2.1.35.1.10 integer read-only
IGMP packets received from the DSL subscriber port is only allowed to be processed by the IGMP proxy with a limit of this value per minute. -1 is a special value means no limit.
           sheIgmpLongTimeOnlineTime 1.3.6.1.4.1.231.7.1.2.1.35.1.11 integer read-only
For every time interval of this value, there should be a log entry sent to the FTP server for those subscribers who have joined a multicast group for more than this time interval.
           sheIgmpEthernetAccessEnable 1.3.6.1.4.1.231.7.1.2.1.35.1.12 truthvalue read-only
When sheIgmpEthernetAccessEnable is true, if ethernet port of the CxU is configured as aggregate, multicast traffic could be accessed only if there's IGMP report sent from it. When sheIgmpEthernetAccessEnable is false, if ethernet port of the CxU is configured as aggregate, multicast traffic could be accessed without IGMP report.
           sheIgmpControl 1.3.6.1.4.1.231.7.1.2.1.35.1.13
                 sheIgmpControlRequest 1.3.6.1.4.1.231.7.1.2.1.35.1.13.1 sheigmpcontrolrequesttype read-write
Command to configure global system parameters. It must be the last member in the varBindList of the SNMP set request. The parameters for different commands are listed below: setIgmpParameters: (optional, but at least one of them should be there) sheIgmpControlProgramPreviewEnable sheIgmpControlLogEnable sheIgmpControlUploadEnable setFtpParameters: sheIgmpControlFtpRootDir sheIgmpControlFtpIp sheIgmpControlFtpUser sheIgmpControlFtpPassword sheIgmpControlFtpUploadInterval setIgmpPacketRateLimitUplink: sheIgmpControlPacketRateLimitUplink setIgmpPacketRateLimitSubscriber: sheIgmpControlPacketRateLimitSubscriber setIgmpLongTimeOnlineTime: sheIgmpControlLongTimeOnlineTime setIgmpEthernetAccessEnable: sheIgmpControlEthernetAccessEnable resetSubscriberPreviewCountAll: manuallyUploadLog: (no parameter) Notifications: sheIgmpControlResult at the command ending in case of long running command. The long running command refers to the case that sheIgmpUploadEnable is changed from disable to enable. NE will verify the FTP connection at the enabling moment. Besides, the RootDir is created if they do not exist yet. EM should GET sheIgmpControlReqResult when the Response of the SET PDU is received, and the error status is noError. If the value of sheIgmpControlReqResult is comExecStarted(30), which means the SET operation is a long running command, EM must issue another GET operation on sheIgmpControlTimer. A timer should start on EM with the expire time equals to the value of sheIgmpControlTimer. The sheIgmpControlResult trap is expected to reach EM within the specified time. When the trap is received by EM, EM can optionally GET sheIgmpControlReqResult, sheIgmpControlStatus, and sheIgmpControlTimeStamp.
                 sheIgmpControlStatus 1.3.6.1.4.1.231.7.1.2.1.35.1.13.2 unsigned32 read-only
The status of a control request.
                 sheIgmpControlTimer 1.3.6.1.4.1.231.7.1.2.1.35.1.13.3 unsigned32 read-only
The maximum wait time for the manager for command ending. For long running commands. The manager reads this value from the SHE.
                 sheIgmpControlReqResult 1.3.6.1.4.1.231.7.1.2.1.35.1.13.4 sheigmpcontrolrequestresulttype read-only
The result of the last user command.
                 sheIgmpControlTimeStamp 1.3.6.1.4.1.231.7.1.2.1.35.1.13.5 unsigned32 read-only
The time stamp of the last command (end of command).
                 sheIgmpControlProgramPreviewEnable 1.3.6.1.4.1.231.7.1.2.1.35.1.13.6 truthvalue read-write
Indicates whether to enable the program preview functionality.
                 sheIgmpControlLogEnable 1.3.6.1.4.1.231.7.1.2.1.35.1.13.7 truthvalue read-write
Whether the NE should keep the IGMP log. Change the value of sheIgmpLogEnable.
                 sheIgmpControlUploadEnable 1.3.6.1.4.1.231.7.1.2.1.35.1.13.8 truthvalue read-write
Whether the FTP upload process is enabled. Change the value of sheIgmpUploadEnable. If the sheIgmpUploadEnable is changed from disable to enable, FTP connection will be verified at the enabling moment. Besides, the RootDir is created if they do not exist yet. The command in this case is a long running command. sheIgmpControlResult trap will be sent to EM to notify the command result.
                 sheIgmpControlFtpRootDir 1.3.6.1.4.1.231.7.1.2.1.35.1.13.9 snmpadminstring read-write
The root directory name on FTP server that stores the IGMP log data of this DSLAM. Change the value of sheIgmpFtpRootDir.
                 sheIgmpControlFtpIp 1.3.6.1.4.1.231.7.1.2.1.35.1.13.10 ipaddress read-write
FTP server's IP address. Change the value of sheIgmpFtpIp.
                 sheIgmpControlFtpUser 1.3.6.1.4.1.231.7.1.2.1.35.1.13.11 snmpadminstring read-write
FTP user name. Change the value of sheIgmpFtpUser.
                 sheIgmpControlFtpPassword 1.3.6.1.4.1.231.7.1.2.1.35.1.13.12 octet string read-write
FTP server access password. To protect the password, the string of this object in the GetResponse PDU is encrypted.
                 sheIgmpControlFtpUploadInterval 1.3.6.1.4.1.231.7.1.2.1.35.1.13.13 unsigned32 read-write
The interval that IGMP log data is uploaded to FTP server. Change the value of sheIgmpFtpUploadInterval.
                 sheIgmpControlPacketRateLimitSubscriber 1.3.6.1.4.1.231.7.1.2.1.35.1.13.14 integer read-write
IGMP packets received from the DSL subscriber port is only allowed to be processed by the IGMP proxy with a limit of this value per minute. -1 is a special value means no limit.
                 sheIgmpControlPacketRateLimitUplink 1.3.6.1.4.1.231.7.1.2.1.35.1.13.15 integer read-write
IGMP packets received from the uplink port is only allowed to be processed by the IGMP proxy with a limit of this value per minute. -1 is a special value means no limit.
                 sheIgmpControlLongTimeOnlineTime 1.3.6.1.4.1.231.7.1.2.1.35.1.13.16 integer read-write
For every time interval of this value, there should be a log entry sent to the FTP server for those subscribers who have joined a multicast group for more than this time interval.
                 sheIgmpControlEthernetAccessEnable 1.3.6.1.4.1.231.7.1.2.1.35.1.13.17 truthvalue read-write
When sheIgmpEthernetAccessEnable is true, if ethernet port of the CxU is configured as aggregate, multicast traffic could be accessed only if there's IGMP report sent from it. When sheIgmpEthernetAccessEnable is false, if ethernet port of the CxU is configured as aggregate, multicast traffic could be accessed without IGMP report.
       sheIgmpPreviewPackageTable 1.3.6.1.4.1.231.7.1.2.1.35.2 no-access
This table contains information of preview packages. Each entry defines a preview package.
           sheIgmpPreviewPackageEntry 1.3.6.1.4.1.231.7.1.2.1.35.2.1 no-access
Entry of the table.
               sheIgmpPreviewPackageIndex 1.3.6.1.4.1.231.7.1.2.1.35.2.1.1 unsigned32 read-only
The index of the preview package.
               sheIgmpPreviewPackageDescription 1.3.6.1.4.1.231.7.1.2.1.35.2.1.2 snmpadminstring read-only
The description of this preview package.
               sheIgmpPreviewPackageLastingPeriod 1.3.6.1.4.1.231.7.1.2.1.35.2.1.3 unsigned32 read-only
The duration (in minutes) for each preview period.
               sheIgmpPreviewPackageIntervalBetweenPreviews 1.3.6.1.4.1.231.7.1.2.1.35.2.1.4 unsigned32 read-only
The time that a user must wait before starting next preview.
               sheIgmpPreviewPackageMaxPreviewsNum 1.3.6.1.4.1.231.7.1.2.1.35.2.1.5 unsigned32 read-only
How many previews are allowed on a subscriber.
               sheIgmpPreviewPackageChannelList 1.3.6.1.4.1.231.7.1.2.1.35.2.1.6 octet string read-only
The list of pairs of octets each identifying a corresponding index of the sheIgmpGroupTable (sheIgmpGroupIndex). It shows the channels that are members of this preview package. The least significant byte is the second octet.
       sheIgmpPreviewPackageControl 1.3.6.1.4.1.231.7.1.2.1.35.3
           sheIgmpPreviewPackageControlRequest 1.3.6.1.4.1.231.7.1.2.1.35.3.1 sheigmpcontrolrequesttype read-write
Command to configure preview package. It must be the last member in the varBindList of the SNMP set request. The parameters for different commands are listed below: createPreviewPackage: sheIgmpPreviewPackageControlLastingPeriod sheIgmpPreviewPackageControlIntervalBetweenPreviews sheIgmpPreviewPackageControlMaxPreviewsNum (optional) sheIgmpPreviewPackageControlDescription deletePreviewPackage: sheIgmpPreviewPackageControlIndex modifyPreviewPackage: (must) sheIgmpPreviewPackageControlIndex (optional, but at least one of them should be there) sheIgmpPreviewPackageControlLastingPeriod sheIgmpPreviewPackageControlIntervalBetweenPreviews sheIgmpPreviewPackageControlMaxPreviewsNum sheIgmpPreviewPackageControlDescription addChannel2PreviewPackage: deleteChannelFromPreviewPackage: sheIgmpPreviewPackageControlIndex sheIgmpPreviewPackageControlChannelIndex
           sheIgmpPreviewPackageControlStatus 1.3.6.1.4.1.231.7.1.2.1.35.3.2 shecontrolstatustype read-only
The status of a user command.
           sheIgmpPreviewPackageControlTimer 1.3.6.1.4.1.231.7.1.2.1.35.3.3 gauge32 read-only
The maximum wait time for the manager for a long running user command.
           sheIgmpPreviewPackageControlReqResult 1.3.6.1.4.1.231.7.1.2.1.35.3.4 sheigmpcontrolrequestresulttype read-only
The result of the last user command.
           sheIgmpPreviewPackageControlTimeStamp 1.3.6.1.4.1.231.7.1.2.1.35.3.5 unsigned32 read-only
The time stamp of the last command (end of command).
           sheIgmpPreviewPackageControlIndex 1.3.6.1.4.1.231.7.1.2.1.35.3.6 unsigned32 read-write
The index of the preview package.
           sheIgmpPreviewPackageControlDescription 1.3.6.1.4.1.231.7.1.2.1.35.3.7 snmpadminstring read-write
The description of preview package.
           sheIgmpPreviewPackageControlLastingPeriod 1.3.6.1.4.1.231.7.1.2.1.35.3.8 unsigned32 read-write
The duration (in minutes) for each preview period.
           sheIgmpPreviewPackageControlIntervalBetweenPreviews 1.3.6.1.4.1.231.7.1.2.1.35.3.9 unsigned32 read-write
The time that a user must wait before starting next preview.
           sheIgmpPreviewPackageControlMaxPreviewsNum 1.3.6.1.4.1.231.7.1.2.1.35.3.10 unsigned32 read-write
How many previews are allowed on a subscriber.
           sheIgmpPreviewPackageControlChannelIndex 1.3.6.1.4.1.231.7.1.2.1.35.3.11 unsigned32 read-write
The channel index that will be added to or deleted from the preview package. The value will be equal to an existing sheIgmpGroupIndex from sheBridgeMib, which represent an IgmpChannel.
       sheIgmpSubscriberTable 1.3.6.1.4.1.231.7.1.2.1.35.4 no-access
Each entry in this table defines the multicast parameters for a subscriber.
           sheIgmpSubscriberEntry 1.3.6.1.4.1.231.7.1.2.1.35.4.1 no-access
Entry of the table indeced by sheBridgePortIndex. The sheBridgePortIndex is an external index defined in she-bridge-mib.
               sheIgmpSubscriberPreviewPackageIndex 1.3.6.1.4.1.231.7.1.2.1.35.4.1.4 unsigned32 read-only
The index of the preview package that is applied on this subscriber. 0 means no package assigned.
               sheIgmpSubscriberPreviewRemains 1.3.6.1.4.1.231.7.1.2.1.35.4.1.5 unsigned32 read-only
The number of previews that are still available on this subscriber currently. The initial value of this object equals to sheIgmpPreviewPackageMaxPreviewsNum. It decreases by 1 each time when the subscriber starts a preview. If this number reaches 0, this subscriber cannot preview any more, unless this counter is reset by EM.
       sheIgmpSubscriberControl 1.3.6.1.4.1.231.7.1.2.1.35.5
           sheIgmpSubscriberControlRequest 1.3.6.1.4.1.231.7.1.2.1.35.5.1 sheigmpcontrolrequesttype read-write
Command to configure subscriber parameters. It must be the last member in the varBindList of the SNMP set request. The parameters for different commands are listed below: (must) sheIgmpSubscriberControlIndex setSubscriberPreviewPackage: sheIgmpSubscriberControlPreviewPackageIndex deleteSubscriberPreviewPackage: resetSubscriberPreviewRemainsCount: (no additional parameters)
           sheIgmpSubscriberControlStatus 1.3.6.1.4.1.231.7.1.2.1.35.5.2 shecontrolstatustype read-only
The status of a user command.
           sheIgmpSubscriberControlTimer 1.3.6.1.4.1.231.7.1.2.1.35.5.3 gauge32 read-only
The maximum wait time for the manager for a long running user command.
           sheIgmpSubscriberControlReqResult 1.3.6.1.4.1.231.7.1.2.1.35.5.4 sheigmpcontrolrequestresulttype read-only
The result of the last user command.
           sheIgmpSubscriberControlTimeStamp 1.3.6.1.4.1.231.7.1.2.1.35.5.5 unsigned32 read-only
The time stamp of the last command (end of command).
           sheIgmpSubscriberControlIndex 1.3.6.1.4.1.231.7.1.2.1.35.5.6 unsigned32 read-write
The sheBridgePortIndex to identify a subscriber.
           sheIgmpSubscriberControlPreviewPackageIndex 1.3.6.1.4.1.231.7.1.2.1.35.5.9 unsigned32 read-write
The index of the preview package that is applied on this subscriber.
       sheIgmpUploadInfo 1.3.6.1.4.1.231.7.1.2.1.35.7
           sheIgmpLastUploadStatus 1.3.6.1.4.1.231.7.1.2.1.35.7.1 sheigmpuploadstatustype read-only
The status of last FTP upload operation. It could be uploadSuccess(1) or uploadFail(2).
           sheIgmpLastUploadTimeStamp 1.3.6.1.4.1.231.7.1.2.1.35.7.2 timeticks read-only
The time stamp of the last FTP upload operation (end of operation).
           sheIgmpLastUploadFileName 1.3.6.1.4.1.231.7.1.2.1.35.7.3 snmpadminstring read-only
The file name of last FTP upload operation.
           sheIgmpLastUploadErrorString 1.3.6.1.4.1.231.7.1.2.1.35.7.4 snmpadminstring read-only
The text that describes the FTP upload failure. If upload succeeded, this string is empty.
       sheIgmpNotification 1.3.6.1.4.1.231.7.1.2.1.35.8
           sheIgmpEvents 1.3.6.1.4.1.231.7.1.2.1.35.8.1
               sheIgmpControlResult 1.3.6.1.4.1.231.7.1.2.1.35.8.1.1
Notification sent at the end of long running command. The possible values of sheIgmpControlReqResult are: wrongIpAddress(2), -- IP address of FTP server is incorrect wrongUserPassword(3), -- The user name or password is wrong permissionDenied(4), -- The user name has no permission to create dir/file commandSucceeded(37), commandFailed(36)
               sheIgmpUploadFailedTrap 1.3.6.1.4.1.231.7.1.2.1.35.8.1.2
Indicates that an FTP upload failure occurred.
               sheIgmpPreviewPackageControlResult 1.3.6.1.4.1.231.7.1.2.1.35.8.1.3
Notification sent at the end of preview package command.
       sheIgmpParaV2 1.3.6.1.4.1.231.7.1.2.1.35.9
           sheIgmpParaV2CDRTime 1.3.6.1.4.1.231.7.1.2.1.35.9.1 unsigned32 read-only
This attribute indicates the value of CDR Recognition Time. Value 0 means user doesn't configure IGMP Log CDR Time and IGMP Log CDR process doesn't take effect.
       sheIgmpParaV2Control 1.3.6.1.4.1.231.7.1.2.1.35.10
             sheIgmpParaV2ControlRequest 1.3.6.1.4.1.231.7.1.2.1.35.10.1 sheigmpcontrolrequesttype read-write
It must be the last member in the varBindList of the SNMP set request. The commands: setIgmpCDRTime The parameter for this command is sheIgmpParaV2ControlCDRTime.
             sheIgmpParaV2ControlStatus 1.3.6.1.4.1.231.7.1.2.1.35.10.2 unsigned32 read-only
The status of a control request.
             sheIgmpParaV2ControlTimer 1.3.6.1.4.1.231.7.1.2.1.35.10.3 unsigned32 read-only
The maximum wait time for the manager for command ending. For long running commands. The manager reads this value from the SHE.
             sheIgmpParaV2ControlReqResult 1.3.6.1.4.1.231.7.1.2.1.35.10.4 sheigmpcontrolrequestresulttype read-only
The result of the last user command.
             sheIgmpParaV2ControlTimeStamp 1.3.6.1.4.1.231.7.1.2.1.35.10.5 unsigned32 read-only
The time stamp of the last command (end of command).
             sheIgmpParaV2ControlCDRTime 1.3.6.1.4.1.231.7.1.2.1.35.10.6 unsigned32 read-write
This attribute indicates the value of CDR recognition time. Value 0 means user doesn't configure IGMP Log CDR Time and IGMP Log CDR process doesn't take effect.
       sheIgmpMulticastChannelTable 1.3.6.1.4.1.231.7.1.2.1.35.11 no-access
This table contains information for the Bandwidth assigned to every Multicast Group.
             sheIgmpMulticastChannelEntry 1.3.6.1.4.1.231.7.1.2.1.35.11.1 no-access
Each entry contains the configured bandwidth value of a Multicast Group. The sheIgmpGroupIndex is an external index defined in she-bridge-mib.
                 sheIgmpMulticastChannelDelayLeaveTime 1.3.6.1.4.1.231.7.1.2.1.35.11.1.1 unsigned32 read-only
Time interval for which the IGMP proxy 's host will delay to send a leave to the Router side when no membership is in a multicast channel.
       sheIgmpMulticastChannelControl 1.3.6.1.4.1.231.7.1.2.1.35.12
             sheIgmpMulticastChannelControlRequest 1.3.6.1.4.1.231.7.1.2.1.35.12.1 sheigmpcontrolrequesttype read-write
Command to set multicast channel delay leave time. It must be the last member in the varBindList of the SNMP set request. The commands: setIgmpSetMulticastChannelV2Para The Parameters of this command are sheIgmpMulticastChannelControlChannelIndex sheIgmpMulticastChannelControlDelayLeaveTime
             sheIgmpMulticastChannelControlStatus 1.3.6.1.4.1.231.7.1.2.1.35.12.2 unsigned32 read-only
The status of a control request.
             sheIgmpMulticastChannelControlReqResult 1.3.6.1.4.1.231.7.1.2.1.35.12.3 sheigmpcontrolrequestresulttype read-only
The result of the last user command.
             sheIgmpMulticastChannelControlTimeStamp 1.3.6.1.4.1.231.7.1.2.1.35.12.4 unsigned32 read-only
The time stamp of the last command (end of command).
             sheIgmpMulticastChannelControlChannelIndex 1.3.6.1.4.1.231.7.1.2.1.35.12.5 unsigned32 read-write
This attribute indicates the index of the multicast group being configured.
             sheIgmpMulticastChannelControlDelayLeaveTime 1.3.6.1.4.1.231.7.1.2.1.35.12.6 unsigned32 read-write
Time interval for which the IGMP proxy 's host will delay to send a leave to the Router side when no membership is in a multicast channel.
       sheIgmpPreviewV2Para 1.3.6.1.4.1.231.7.1.2.1.35.13
             sheIgmpPreviewV2ParaARTEnable 1.3.6.1.4.1.231.7.1.2.1.35.13.1 truthvalue read-only
This attribute indicates whether the preview auto reset time functionlaity is enabled.
             sheIgmpPreviewV2ParaARTStartTime 1.3.6.1.4.1.231.7.1.2.1.35.13.2 dateandtime read-only
This attribute indicates the start time of auto reset timer.
             sheIgmpPreviewV2ParaARTUnit 1.3.6.1.4.1.231.7.1.2.1.35.13.3 sheigmppreviewautoresettimeunittype read-only
This attribute indicates the unit of the timer.
             sheIgmpPreviewV2ParaARTValue 1.3.6.1.4.1.231.7.1.2.1.35.13.4 unsigned32 read-only
This attribute indicates the configured value of the preview auto reset timer. The timer value will be decided together by sheIgmpPreviewAutoResetTimeValue and the sheIgmpPreviewAutoResetTimeUnit. e.g. if the sheIgmpPreviewAutoResetTimeUnit is day(1) and the sheIgmpPreviewAutoResetTimeValue is 30 then the value of auto reset timer is 30 days.
       sheIgmpPreviewV2ParaControl 1.3.6.1.4.1.231.7.1.2.1.35.14
             sheIgmpPreviewV2ParaControlRequest 1.3.6.1.4.1.231.7.1.2.1.35.14.1 sheigmpcontrolrequesttype read-write
Command related to the preview auto reset time. It must be the last member in the varBindList of the SNMP set request. The commands: setIgmpPreviewAutoResetTimeEnable The parameters for this command are sheIgmpPreviewV2ParaControlARTStartTime sheIgmpPreviewV2ParaControlARTEnable sheIgmpPreviewV2ParaControlARTUnit sheIgmpPreviewV2ParaControlARTValue
             sheIgmpPreviewV2ParaControlStatus 1.3.6.1.4.1.231.7.1.2.1.35.14.2 unsigned32 read-only
The status of a control request.
             sheIgmpPreviewV2ParaControlReqResult 1.3.6.1.4.1.231.7.1.2.1.35.14.3 sheigmpcontrolrequestresulttype read-only
The result of the last user command.
             sheIgmpPreviewV2ParaControlTimeStamp 1.3.6.1.4.1.231.7.1.2.1.35.14.4 unsigned32 read-only
The time stamp of the last command (end of command).
             sheIgmpPreviewV2ParaControlARTEnable 1.3.6.1.4.1.231.7.1.2.1.35.14.5 truthvalue read-write
This attribute indicates whether the preview auto reset is enabled
             sheIgmpPreviewV2ParaControlARTStartTime 1.3.6.1.4.1.231.7.1.2.1.35.14.6 dateandtime read-write
This attribute indicates the start time of the auto reset timer
             sheIgmpPreviewV2ParaControlARTUnit 1.3.6.1.4.1.231.7.1.2.1.35.14.7 sheigmppreviewautoresettimeunittype read-write
This attribute indicates the unit of the preview auto reset timer
             sheIgmpPreviewV2ParaControlARTValue 1.3.6.1.4.1.231.7.1.2.1.35.14.8 unsigned32 read-write
This attribute indicates the value of the preview auto reset timer
       sheIgmpMibConformance 1.3.6.1.4.1.231.7.1.2.1.35.100
               sheIgmpMibCompliances 1.3.6.1.4.1.231.7.1.2.1.35.100.1
                   sheIgmpMibCompliance 1.3.6.1.4.1.231.7.1.2.1.35.100.1.1
Description.
               sheIgmpMibGroups 1.3.6.1.4.1.231.7.1.2.1.35.100.2
                   sheIgmpMibGroup 1.3.6.1.4.1.231.7.1.2.1.35.100.2.1
Description.
                   sheIgmpMibControlGroup 1.3.6.1.4.1.231.7.1.2.1.35.100.2.2
Description.
                   sheIgmpMibNotificationGroup 1.3.6.1.4.1.231.7.1.2.1.35.100.2.3
Description.