MIB Viewer

HUAWEI-BLS-MIB

17 objects
V1.00 The blacklist mib is for all datacomm product.
Imported Objects
OIDNameAccessStatusDescription
1.3.6.1.4.1.2011.5.25.8IdentityhwBLSV1.00 The blacklist mib is for all datacomm product.
1.3.6.1.4.1.2011.5.25.8.1NodehwBlsMibObjects
1.3.6.1.4.1.2011.5.25.8.1.1ScalarhwBlsEnableFlagread-writecurrentThe blacklist function switch. 1: true(on) 2: false(off)
1.3.6.1.4.1.2011.5.25.8.1.2TablehwBlsBlackListTablenot-accessiblecurrentThe blacklist table.
1.3.6.1.4.1.2011.5.25.8.1.2.1RowhwBlsBlackListEntrynot-accessiblecurrentThe blacklist entry.
1.3.6.1.4.1.2011.5.25.8.1.2.1.1ColumnhwBlsItemIPAddressread-onlycurrentThe packet source IP address. If match, drop the packet.
1.3.6.1.4.1.2011.5.25.8.1.2.1.2ColumnhwBlsItemAgeread-createcurrentThe blacklist item aging time. This item will be deleted when overtime. The default value is 0, no aging. (unit:minutes)
1.3.6.1.4.1.2011.5.25.8.1.2.1.3ColumnhwBlsItemAddReasonread-onlycurrentThe blacklist item is added by manual or by system. 1: manual 2: dynamic(system)
1.3.6.1.4.1.2011.5.25.8.1.2.1.4ColumnhwBlsItemAddTimeread-onlycurrentThe system time when add this blacklist item. It's automatically appended by system when create the item. (the seconds since 1970.)
1.3.6.1.4.1.2011.5.25.8.1.2.1.5ColumnhwBlsRowStatusread-createcurrentOnly support CreateAndGo and Destroy.
1.3.6.1.4.1.2011.5.25.8.1.3NodehwBlsFilterTypeSet
1.3.6.1.4.1.2011.5.25.8.1.3.1ScalarhwBlsFilterTyperead-writecurrentThe blacklist filter type. none(0x00) icmp(0x01) tcp(0x02) udp(0x04) others(0x08) all(0x0F)
1.3.6.1.4.1.2011.5.25.8.2NodehwBlsMibConformance
1.3.6.1.4.1.2011.5.25.8.2.1NodehwBlsMibGroup
1.3.6.1.4.1.2011.5.25.8.2.1.1GrouphwBlsEnableGroupcurrentBlacklist function switch.
1.3.6.1.4.1.2011.5.25.8.2.1.2GrouphwBlsBlackListTableGroupcurrentBlacklist table struct group.
Type Definitions
NameSyntaxStatusDescription
BlsAddReasonINTEGER { reasonUnknow(1), reasonManual(2), reasonIPSweep(3), reasonPortScan(4) }currentDescript the blacklist item added by manual or by system.