BWM-MIB: View SNMP OID List / Download MIB
VENDOR: RND
Home | MIB: BWM-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).
|
|||
Object Name | OID | Type | Access | Info |
rsBWMRulesTable | 1.3.6.1.4.1.89.35.1.60.1 | no-access |
Table containing the list of rules for classifer data base, these rules can be used to classify packets for bandwidth management, facs etc... |
|
1.3.6.1.4.1.89.35.1.60.1.1 | no-access |
The row definition for this table. |
||
rsBWMRulesIndex | 1.3.6.1.4.1.89.35.1.60.1.1.1 | integer | read-write |
This variable indicates the administrative index of a line it determines the order of the rules. |
rsBWMRulesName | 1.3.6.1.4.1.89.35.1.60.1.1.2 | displaystring | read-only |
The Name for the Rule must be unique. |
rsBWMRulesDestination | 1.3.6.1.4.1.89.35.1.60.1.1.3 | displaystring | read-write |
The destination address / range of address for the packet, the name is defined in the Objects table or can be an IP address. |
rsBWMRulesSource | 1.3.6.1.4.1.89.35.1.60.1.1.4 | displaystring | read-write |
The source address / range of address for the packet, the name is defined in the Objects table or can be an IP address. |
rsBWMRulesStatus | 1.3.6.1.4.1.89.35.1.60.1.1.5 | rowstatus | read-write |
This variable indicates the administrative status of this entry. Used to delete an entry of this table. |
rsBWMRulesAction | 1.3.6.1.4.1.89.35.1.60.1.1.6 | integer | read-write |
This variable indicates the action that the classifier / service must take on this entry. Enumeration: 'blockAndReset': 3, 'monitorHTTPS': 6, 'blockAndBiDirectionalReset': 4, 'monitorHTTP': 5, 'forward': 1, 'block': 2. |
rsBWMRulesDirection | 1.3.6.1.4.1.89.35.1.60.1.1.7 | integer | read-write |
This variable indicates the direction of the incoming packet. Enumeration: 'twoway': 2, 'oneway': 1. |
rsBWMRulesPriority | 1.3.6.1.4.1.89.35.1.60.1.1.8 | integer | read-write |
This variable indicates the priority for this entry. |
rsBWMRulesPhysicalPort | 1.3.6.1.4.1.89.35.1.60.1.1.9 | integer | read-write |
This variable indicates the port from which the packet arrived. |
rsBWMRulesType | 1.3.6.1.4.1.89.35.1.60.1.1.10 | integer | read-write |
This variable indicates the type of rules (services) . Enumeration: 'facsBandwidth': 1, 'counter': 2, 'ids': 3. |
rsBWMRulesDescription | 1.3.6.1.4.1.89.35.1.60.1.1.11 | displaystring | read-write |
Description. |
rsBWMRulesGuaranteedBW | 1.3.6.1.4.1.89.35.1.60.1.1.12 | counter | read-write |
Bandwidth allocated for a certain rule. |
rsBWMRulesPolicyType | 1.3.6.1.4.1.89.35.1.60.1.1.13 | integer | read-write |
The type of policy - i.e. if this is a filter, group or policy. Enumeration: 'filter': 2, 'policy': 4, 'none': 1, 'group': 3. |
rsBWMRulesPolicy | 1.3.6.1.4.1.89.35.1.60.1.1.14 | displaystring | read-write |
The name for the filter policy for the rule. |
rsBWMRulesOperationalStatus | 1.3.6.1.4.1.89.35.1.60.1.1.15 | integer | read-write |
This variable indicates if the rule is active or inactive. The active rule table contains only active rules. Enumeration: 'active': 1, 'inactive': 2. |
rsBWMRulesDSCPMarking | 1.3.6.1.4.1.89.35.1.60.1.1.16 | integer | read-write |
This variable indicates the DSCP value to mark the ToS field in the IP header in the matching packets. If equals -1, the marking is not performed. |
rsBWMRulesReportBlockedPackets | 1.3.6.1.4.1.89.35.1.60.1.1.17 | integer | read-write |
This variable indicates if blocked packets are be reported. Enumeration: 'enable': 1, 'disable': 0. |
rsBWMRulesMaxBW | 1.3.6.1.4.1.89.35.1.60.1.1.18 | counter | read-write |
Maximum bandwidth allocated for a certain rule. |
rsBWMDummy1 | 1.3.6.1.4.1.89.35.1.60.1.2 | integer | read-only |
Dummy variable for stopping getnext. |
rsBWMRulesIPObjectTable | 1.3.6.1.4.1.89.35.1.60.2 | no-access |
Table containing the grouping for ranges. |
|
1.3.6.1.4.1.89.35.1.60.2.1 | no-access |
The row definition for this table. |
||
rsBWMRulesIPObjectName | 1.3.6.1.4.1.89.35.1.60.2.1.1 | displaystring | read-only |
The Name for the IP Object Rule, must be unique. |
rsBWMRulesIPObjectSubIndex | 1.3.6.1.4.1.89.35.1.60.2.1.2 | integer | read-only |
SubIndex. |
rsBWMRulesIPObjectAddress | 1.3.6.1.4.1.89.35.1.60.2.1.3 | ipaddress | read-write |
IP address |
rsBWMRulesIPObjectMask | 1.3.6.1.4.1.89.35.1.60.2.1.4 | ipaddress | read-write |
IP address mask. |
rsBWMRulesIPObjectFromIP | 1.3.6.1.4.1.89.35.1.60.2.1.5 | ipaddress | read-write |
The from IP Address of the range. |
rsBWMRulesIPObjectToIP | 1.3.6.1.4.1.89.35.1.60.2.1.6 | ipaddress | read-write |
The to IP Address of the range. |
rsBWMRulesIPObjectMode | 1.3.6.1.4.1.89.35.1.60.2.1.7 | integer | read-write |
This variable indicates the mode of the entry. This is either a range or an IP address and mask. Enumeration: 'ipMask': 1, 'ipRange': 2. |
rsBWMRulesIPObjectStatus | 1.3.6.1.4.1.89.35.1.60.2.1.8 | rowstatus | read-write |
This variable indicates the administrative status of this entry. Used to delete an entry of this table. |
rsBWMDummy2 | 1.3.6.1.4.1.89.35.1.60.2.2 | integer | read-only |
Dummy variable for stopping getnext. |
rsBWMCBQMode | 1.3.6.1.4.1.89.35.1.60.3 | integer | read-write |
CBQ Mode. Enumeration: 'cbq': 2, 'cyclic': 1. |
rsBWMActualQueueSize | 1.3.6.1.4.1.89.35.1.60.4 | integer | read-only |
The current size of the queue. |
rsBWMAverageQueueSize | 1.3.6.1.4.1.89.35.1.60.5 | integer | read-only |
The current average queue size. |
rsBWMQueueRedDropped | 1.3.6.1.4.1.89.35.1.60.6 | integer | read-only |
The current red dropped packets. |
rsBWMPriorityTable | 1.3.6.1.4.1.89.35.1.60.7 | no-access |
The table for reading the packets sent via each priority |
|
1.3.6.1.4.1.89.35.1.60.7.1 | no-access |
The row definition for the priority table |
||
rsBWMPriority | 1.3.6.1.4.1.89.35.1.60.7.1.1 | integer | read-only |
The priority |
rsBWMPacketsSent | 1.3.6.1.4.1.89.35.1.60.7.1.2 | integer | read-only |
The number of packets sent via this priority |
rsBWMDummy3 | 1.3.6.1.4.1.89.35.1.60.7.2 | integer | read-only |
Dummy variable for stopping getnext. |
rsBWMRedMode | 1.3.6.1.4.1.89.35.1.60.8 | integer | read-write |
The RED algorithm mode Enumeration: 'none': 1, 'global': 2, 'weighted': 3. |
rsBWMCurrentRulesTable | 1.3.6.1.4.1.89.35.1.60.9 | no-access |
Table containing the list of rules for classifer data base, these rules can be used to classify packets for bandwidth management, facs etc... |
|
1.3.6.1.4.1.89.35.1.60.9.1 | no-access |
The row definition for this table. |
||
rsBWMCurrentRulesIndex | 1.3.6.1.4.1.89.35.1.60.9.1.1 | integer | read-only |
This variable indicates the administrative index of a line it determine the order of the rules. |
rsBWMCurrentRulesName | 1.3.6.1.4.1.89.35.1.60.9.1.2 | displaystring | read-only |
The Name for the Rule must be unique. |
rsBWMCurrentRulesDestination | 1.3.6.1.4.1.89.35.1.60.9.1.3 | displaystring | read-only |
The destination address / range of address for the packet, the name is defined in the Objects table or can be an IP address. |
rsBWMCurrentRulesSource | 1.3.6.1.4.1.89.35.1.60.9.1.4 | displaystring | read-only |
The source address / range of address for the packet, the name is defined in the Objects table or can be an IP address. |
rsBWMCurrentRulesAction | 1.3.6.1.4.1.89.35.1.60.9.1.5 | integer | read-only |
This variable indicates the action that the classifier / service must take on this entry. Enumeration: 'blockAndReset': 3, 'monitorHTTPS': 6, 'blockAndBiDirectionalReset': 4, 'monitorHTTP': 5, 'forward': 1, 'block': 2. |
rsBWMCurrentRulesDirection | 1.3.6.1.4.1.89.35.1.60.9.1.6 | integer | read-only |
This variable indicates the direction of the incoming packet. Enumeration: 'twoway': 2, 'oneway': 1. |
rsBWMCurrentRulesPriority | 1.3.6.1.4.1.89.35.1.60.9.1.7 | integer | read-only |
This variable indicates the priority for this entry. |
rsBWMCurrentRulesPhysicalPort | 1.3.6.1.4.1.89.35.1.60.9.1.8 | integer | read-only |
This variable indicates the port from which the packet arrived. |
rsBWMCurrentRulesType | 1.3.6.1.4.1.89.35.1.60.9.1.9 | integer | read-only |
This variable indicates the type of rules (services) . Enumeration: 'facsBandwidth': 1, 'counter': 2, 'ids': 3. |
rsBWMCurrentRulesDescription | 1.3.6.1.4.1.89.35.1.60.9.1.10 | displaystring | read-only |
Description. |
rsBWMCurrentRulesGuaranteedBW | 1.3.6.1.4.1.89.35.1.60.9.1.11 | counter | read-only |
Bandwidth allocated for a certain rule. |
rsBWMCurrentRulesMaxBW | 1.3.6.1.4.1.89.35.1.60.9.1.12 | counter | read-only |
Maximum bandwidth allocated for a certain rule. |
rsBWMCurrentRulesPolicyType | 1.3.6.1.4.1.89.35.1.60.9.1.13 | integer | read-only |
The type of policy - i.e. if this is a filter, group or policy. Enumeration: 'filter': 2, 'policy': 4, 'none': 1, 'group': 3. |
rsBWMCurrentRulesPolicy | 1.3.6.1.4.1.89.35.1.60.9.1.14 | displaystring | read-only |
The name for the filter policy for the rule. |
rsBWMCurrentRulesDSCPMarking | 1.3.6.1.4.1.89.35.1.60.9.1.15 | integer | read-only |
This variable indicates the DSCP value to mark the ToS field in the IP header in the matching packets. If equals -1, the marking is not performed. |
rsBWMCurrentRulesReportBlockedPackets | 1.3.6.1.4.1.89.35.1.60.9.1.16 | integer | read-only |
This variable indicates if blocked packets are be reported. Enumeration: 'enable': 1, 'disable': 0. |
rsBWMDummy4 | 1.3.6.1.4.1.89.35.1.60.9.2 | integer | read-only |
Dummy variable for stopping getnext. |
rsBWMCurrentRulesIPObjectTable | 1.3.6.1.4.1.89.35.1.60.10 | no-access |
Table containing the grouping for ranges. |
|
1.3.6.1.4.1.89.35.1.60.10.1 | no-access |
The row definition for this table. |
||
rsBWMCurrentRulesIPObjectName | 1.3.6.1.4.1.89.35.1.60.10.1.1 | displaystring | read-only |
The Name for the IP Object Rule, must be unique. |
rsBWMCurrentRulesIPObjectSubIndex | 1.3.6.1.4.1.89.35.1.60.10.1.2 | integer | read-only |
SubIndex. |
rsBWMCurrentRulesIPObjectAddress | 1.3.6.1.4.1.89.35.1.60.10.1.3 | ipaddress | read-only |
IP address |
rsBWMCurrentRulesIPObjectMask | 1.3.6.1.4.1.89.35.1.60.10.1.4 | ipaddress | read-only |
IP address mask. |
rsBWMCurrentRulesIPObjectFromIP | 1.3.6.1.4.1.89.35.1.60.10.1.5 | ipaddress | read-only |
The from IP Address of the range. |
rsBWMCurrentRulesIPObjectToIP | 1.3.6.1.4.1.89.35.1.60.10.1.6 | ipaddress | read-only |
The to IP Address of the range. |
rsBWMCurrentRulesIPObjectMode | 1.3.6.1.4.1.89.35.1.60.10.1.7 | integer | read-only |
This variable indicates the mode of the entry. This is either a range or an IP address and mask. Enumeration: 'ipMask': 1, 'ipRange': 2. |
rsBWMDummy5 | 1.3.6.1.4.1.89.35.1.60.10.2 | integer | read-only |
Dummy variable for stopping getnext. |
rsBWMClassificationMode | 1.3.6.1.4.1.89.35.1.60.11 | integer | read-write |
The rule classifiction mode Enumeration: 'disabled': 2, 'tos': 4, 'diffserv': 3, 'policies': 1. |
rsBWMMaximumBandwidth | 1.3.6.1.4.1.89.35.1.60.12 | counter | read-only |
The maximum output bandwidth of the device. This is in Bytes |
rsBWMBandwidthBorrowingMode | 1.3.6.1.4.1.89.35.1.60.13 | integer | read-write |
Whether or not rules are able to borrow bandwidth from other rules Enumeration: 'enable': 1, 'disable': 2. |
rsBWMActions | 1.3.6.1.4.1.89.35.1.60.14 | integer | read-write |
Allows the application to perform specific actions Enumeration: 'defaultDSCPs': 2, 'updateRules': 1. |
rsBWMFilterEntryTable | 1.3.6.1.4.1.89.35.1.60.15 | no-access |
Table containing the filters. |
|
1.3.6.1.4.1.89.35.1.60.15.1 | no-access |
The row definition for this table. |
||
rsBWMFilterName | 1.3.6.1.4.1.89.35.1.60.15.1.1 | displaystring | read-only |
The name of the filter object. |
rsBWMFilterDescription | 1.3.6.1.4.1.89.35.1.60.15.1.2 | displaystring | read-write |
The description of the filter. |
rsBWMFilterProtocol | 1.3.6.1.4.1.89.35.1.60.15.1.3 | integer | read-write |
The protocol for the filter. Enumeration: 'ip': 1, 'udp': 3, 'tcp': 2. |
rsBWMFilterDestinationPort | 1.3.6.1.4.1.89.35.1.60.15.1.4 | integer | read-write |
The destination port. |
rsBWMFilterSourceFromPort | 1.3.6.1.4.1.89.35.1.60.15.1.5 | integer | read-write |
The starting source port. |
rsBWMFilterSourceToPort | 1.3.6.1.4.1.89.35.1.60.15.1.6 | integer | read-write |
The last valid source port. |
rsBWMFilterOMPCOffset | 1.3.6.1.4.1.89.35.1.60.15.1.7 | integer | read-write |
The offset of the OMPC data. |
rsBWMFilterOMPCMask | 1.3.6.1.4.1.89.35.1.60.15.1.8 | octet string | read-write |
The mask for the OMPC object. |
rsBWMFilterOMPCPattern | 1.3.6.1.4.1.89.35.1.60.15.1.9 | octet string | read-write |
The pattern for the OMPC data. |
rsBWMFilterOMPCCondition | 1.3.6.1.4.1.89.35.1.60.15.1.10 | integer | read-write |
The condition for the OMPC data check. Enumeration: 'notApplicable': 1, 'lessThan': 5, 'greaterThan': 4, 'equal': 2, 'notEqual': 3. |
rsBWMFilterOMPCLength | 1.3.6.1.4.1.89.35.1.60.15.1.11 | integer | read-write |
The length of the OMPC. Enumeration: 'notApplicable': 5, 'threeBytes': 3, 'twoBytes': 2, 'fourBytes': 4, 'oneByte': 1. |
rsBWMFilterContentOffset | 1.3.6.1.4.1.89.35.1.60.15.1.12 | integer | read-write |
The offset for the content. |
rsBWMFilterContent | 1.3.6.1.4.1.89.35.1.60.15.1.13 | displaystring | read-write |
The content to be checked. |
rsBWMFilterContentType | 1.3.6.1.4.1.89.35.1.60.15.1.14 | integer | read-write |
The type of content. In the case of URL only the url is checked. (No offset is used). In the case of text then the entire packet is checked. (will make use of the offset). Enumeration: 'url': 2, 'notApplicable': 1, 'text': 3. |
rsBWMFilterType | 1.3.6.1.4.1.89.35.1.60.15.1.15 | integer | read-write |
The type of object. This can be regular (user defined), static (defined by the application), ids (defined by the user for ids) or idsStatic (defined by the application for the ids). Enumeration: 'idsStatic': 4, 'regular': 1, 'static': 2, 'ids': 3. |
rsBWMFilterStatus | 1.3.6.1.4.1.89.35.1.60.15.1.16 | rowstatus | read-write |
The status of the object. |
rsBWMDummy6 | 1.3.6.1.4.1.89.35.1.60.15.2 | integer | read-only |
Dummy variable for stopping getnext. |
rsBWMCurrentFilterEntryTable | 1.3.6.1.4.1.89.35.1.60.16 | no-access |
Table containing the filters. |
|
1.3.6.1.4.1.89.35.1.60.16.1 | no-access |
The row definition for this table. |
||
rsBWMCurrentFilterName | 1.3.6.1.4.1.89.35.1.60.16.1.1 | displaystring | read-only |
The name of the filter object. |
rsBWMCurrentFilterDescription | 1.3.6.1.4.1.89.35.1.60.16.1.2 | displaystring | read-only |
The description of the filter. |
rsBWMCurrentFilterProtocol | 1.3.6.1.4.1.89.35.1.60.16.1.3 | integer | read-only |
The protocol for the filter. Enumeration: 'ip': 1, 'udp': 3, 'tcp': 2. |
rsBWMCurrentFilterDestinationPort | 1.3.6.1.4.1.89.35.1.60.16.1.4 | integer | read-only |
The destination port. |
rsBWMCurrentFilterSourceFromPort | 1.3.6.1.4.1.89.35.1.60.16.1.5 | integer | read-only |
The starting source port. |
rsBWMCurrentFilterSourceToPort | 1.3.6.1.4.1.89.35.1.60.16.1.6 | integer | read-only |
The last valid source port. |
rsBWMCurrentFilterOMPCOffset | 1.3.6.1.4.1.89.35.1.60.16.1.7 | integer | read-only |
The offset of the OMPC data. |
rsBWMCurrentFilterOMPCMask | 1.3.6.1.4.1.89.35.1.60.16.1.8 | octet string | read-only |
The mask for the OMPC object. |
rsBWMCurrentFilterOMPCPattern | 1.3.6.1.4.1.89.35.1.60.16.1.9 | octet string | read-only |
The pattern for the OMPC data. |
rsBWMCurrentFilterOMPCCondition | 1.3.6.1.4.1.89.35.1.60.16.1.10 | integer | read-only |
The condition for the OMPC data check. Enumeration: 'notApplicable': 1, 'lessThan': 5, 'greaterThan': 4, 'equal': 2, 'notEqual': 3. |
rsBWMCurrentFilterOMPCLength | 1.3.6.1.4.1.89.35.1.60.16.1.11 | integer | read-only |
The length of the OMPC. Enumeration: 'notApplicable': 5, 'threeBytes': 3, 'twoBytes': 2, 'fourBytes': 4, 'oneByte': 1. |
rsBWMCurrentFilterContentOffset | 1.3.6.1.4.1.89.35.1.60.16.1.12 | integer | read-only |
The offset for the content. |
rsBWMCurrentFilterContent | 1.3.6.1.4.1.89.35.1.60.16.1.13 | displaystring | read-only |
The content to be checked. |
rsBWMCurrentFilterContentType | 1.3.6.1.4.1.89.35.1.60.16.1.14 | integer | read-only |
The type of content that is used. Enumeration: 'url': 2, 'notApplicable': 1, 'text': 3. |
rsBWMCurrentFilterType | 1.3.6.1.4.1.89.35.1.60.16.1.15 | integer | read-only |
The type of object. This can be regular (user defined), static (defined by the application), ids (defined by the user for ids) or idsStatic (defined by the application for the ids). Enumeration: 'idsStatic': 4, 'regular': 1, 'static': 2, 'ids': 3. |
rsBWMDummy7 | 1.3.6.1.4.1.89.35.1.60.16.2 | integer | read-only |
Dummy variable for stopping getnext. |
rsBWMFilterGroupTable | 1.3.6.1.4.1.89.35.1.60.17 | no-access |
Table containing groups of filters. |
|
1.3.6.1.4.1.89.35.1.60.17.1 | no-access |
The row definition for this table. |
||
rsBWMFilterGroupName | 1.3.6.1.4.1.89.35.1.60.17.1.1 | displaystring | read-only |
The name of the group entry. |
rsBWMFilterEntryName | 1.3.6.1.4.1.89.35.1.60.17.1.2 | displaystring | read-only |
The name of the filter entry in the group. |
rsBWMFilterGroupType | 1.3.6.1.4.1.89.35.1.60.17.1.3 | integer | read-write |
The type of object. This can be regular (user defined), static (defined by the application), ids (defined by the user for ids) or idsStatic (defined by the application for the ids). Enumeration: 'idsStatic': 4, 'regular': 1, 'static': 2, 'ids': 3. |
rsBWMFilterGroupStatus | 1.3.6.1.4.1.89.35.1.60.17.1.4 | rowstatus | read-write |
The status of the object. |
rsBWMDummy8 | 1.3.6.1.4.1.89.35.1.60.17.2 | integer | read-only |
Dummy variable for stopping getnext. |
rsBWMCurrentFilterGroupTable | 1.3.6.1.4.1.89.35.1.60.18 | no-access |
Table containing groups of filters. |
|
1.3.6.1.4.1.89.35.1.60.18.1 | no-access |
The row definition for this table. |
||
rsBWMCurrentFilterGroupName | 1.3.6.1.4.1.89.35.1.60.18.1.1 | displaystring | read-only |
The name of the group entry. |
rsBWMCurrentFilterEntryName | 1.3.6.1.4.1.89.35.1.60.18.1.2 | displaystring | read-only |
The name of the filter entry in the group. |
rsBWMCurrentFilterGroupType | 1.3.6.1.4.1.89.35.1.60.18.1.3 | integer | read-only |
The type of object. This can be regular (user defined), static (defined by the application), ids (defined by the user for ids) or idsStatic (defined by the application for the ids). Enumeration: 'idsStatic': 4, 'regular': 1, 'static': 2, 'ids': 3. |
rsBWMDummy9 | 1.3.6.1.4.1.89.35.1.60.18.2 | integer | read-only |
Dummy variable for stopping getnext. |
rsBWMFilterPolicyTable | 1.3.6.1.4.1.89.35.1.60.19 | no-access |
Table containing the set of filters and group filters - used by rule. |
|
1.3.6.1.4.1.89.35.1.60.19.1 | no-access |
The row definition for this table. |
||
rsBWMFilterPolicyName | 1.3.6.1.4.1.89.35.1.60.19.1.1 | displaystring | read-only |
The name of the filter policy. |
rsBWMFilterPolicyEntryName | 1.3.6.1.4.1.89.35.1.60.19.1.2 | displaystring | read-only |
The name of the filter entry. This can either be a group or a filter. The device will resolve the type - i.e. filter or group. |
rsBWMFilterPolicyType | 1.3.6.1.4.1.89.35.1.60.19.1.3 | integer | read-write |
Denotes the type of the filter polciy. Enumeration: 'idsStatic': 4, 'regular': 1, 'static': 2, 'ids': 3. |
rsBWMFilterPolicyStatus | 1.3.6.1.4.1.89.35.1.60.19.1.4 | rowstatus | read-write |
The status of the object. |
rsBWMDummy10 | 1.3.6.1.4.1.89.35.1.60.19.2 | integer | read-only |
Dummy variable for stopping getnext. |
rsBWMCurrentFilterPolicyTable | 1.3.6.1.4.1.89.35.1.60.20 | no-access |
Table containing the current set of filters and group filters - used by rule. |
|
1.3.6.1.4.1.89.35.1.60.20.1 | no-access |
The row definition for this table. |
||
rsBWMCurrentFilterPolicyName | 1.3.6.1.4.1.89.35.1.60.20.1.1 | displaystring | read-only |
The name of the filter policy. |
rsBWMCurrentFilterPolicyEntryName | 1.3.6.1.4.1.89.35.1.60.20.1.2 | displaystring | read-only |
The name of the filter entry. This can either be a group or a filter. The device will resolve the type - i.e. filter or group. |
rsBWMCurrentFilterPolicyType | 1.3.6.1.4.1.89.35.1.60.20.1.3 | integer | read-write |
Denotes the type of the filter polciy. Enumeration: 'idsStatic': 4, 'regular': 1, 'static': 2, 'ids': 3. |
rsBWMDummy11 | 1.3.6.1.4.1.89.35.1.60.20.2 | integer | read-only |
Dummy variable for stopping getnext. |
rsBWMApplicationClassification | 1.3.6.1.4.1.89.35.1.60.21 | integer | read-write |
Defines the nature of the application classification. Enable entails that the client entry is classified and the rule is appended to the client table. Disable implies that the data will be classified in the forwarding table. That is, each packet for the client entry will be classified. Enumeration: 'enable': 1, 'disable': 2. |
rsBWMPortBandwidthEntryTable | 1.3.6.1.4.1.89.35.1.60.22 | no-access |
Table containing the bandwidth for each port. |
|
1.3.6.1.4.1.89.35.1.60.22.1 | no-access |
The row definition for this table. |
||
rsBWMPortIndex | 1.3.6.1.4.1.89.35.1.60.22.1.1 | integer | read-only |
The index of the bandwidths. |
rsBWMPortBandwidth | 1.3.6.1.4.1.89.35.1.60.22.1.2 | counter | read-write |
The bandwidth of the specific port. |
rsBwmPortUsedBandwidth | 1.3.6.1.4.1.89.35.1.60.22.1.3 | counter | read-only |
The bandwidth of the specific port. |
rsBWMDummy12 | 1.3.6.1.4.1.89.35.1.60.22.2 | integer | read-only |
Dummy variable for stopping getnext. |
rsBWMTuning | 1.3.6.1.4.1.89.35.1.60.23 | |||
rsBWMPolicyTuning | 1.3.6.1.4.1.89.35.1.60.23.1 | |||
rsBWMPolicyEntries | 1.3.6.1.4.1.89.35.1.60.23.1.1 | integer | read-only |
Maximum number of policy entries. |
rsBWMPolicyEntriesAfterReset | 1.3.6.1.4.1.89.35.1.60.23.1.2 | integer | read-write |
Future maximum maximum number of policy entries. |
rsBWMNetworkTuning | 1.3.6.1.4.1.89.35.1.60.23.2 | |||
rsBWMNetworkEntries | 1.3.6.1.4.1.89.35.1.60.23.2.1 | integer | read-only |
Maximum number of network entries. |
rsBWMNetworkEntriesAfterReset | 1.3.6.1.4.1.89.35.1.60.23.2.2 | integer | read-write |
Future maximum maximum number of network entries. |
rsBWMFilterTuning | 1.3.6.1.4.1.89.35.1.60.23.3 | |||
rsBWMFilterEntries | 1.3.6.1.4.1.89.35.1.60.23.3.1 | integer | read-only |
Maximum number of filter entries. |
rsBWMFilterEntriesAfterReset | 1.3.6.1.4.1.89.35.1.60.23.3.2 | integer | read-write |
Future maximum maximum number of filter entries. |
rsBWMAdvancedTuning | 1.3.6.1.4.1.89.35.1.60.23.4 | |||
rsBWMAdvancedEntries | 1.3.6.1.4.1.89.35.1.60.23.4.1 | integer | read-only |
Maximum number of advanced entries. |
rsBWMAdvancedEntriesAfterReset | 1.3.6.1.4.1.89.35.1.60.23.4.2 | integer | read-write |
Future maximum maximum number of advanced entries. |
rsBWMGroupTuning | 1.3.6.1.4.1.89.35.1.60.23.5 | |||
rsBWMGroupEntries | 1.3.6.1.4.1.89.35.1.60.23.5.1 | integer | read-only |
Maximum number of group entries. |
rsBWMGroupEntriesAfterReset | 1.3.6.1.4.1.89.35.1.60.23.5.2 | integer | read-write |
Future maximum maximum number of group entries. |
rsBWMDestinationTuning | 1.3.6.1.4.1.89.35.1.60.23.6 | |||
rsBWMDestinationEntries | 1.3.6.1.4.1.89.35.1.60.23.6.1 | integer | read-only |
Maximum number of destination entries. |
rsBWMDestinationEntriesAfterReset | 1.3.6.1.4.1.89.35.1.60.23.6.2 | integer | read-write |
Future maximum maximum number of destination entries. |
rsBWMSessionTuning | 1.3.6.1.4.1.89.35.1.60.23.7 | |||
rsBWMSessionEntries | 1.3.6.1.4.1.89.35.1.60.23.7.1 | integer | read-only |
Maximum number of session table. |
rsBWMSessionEntriesAfterReset | 1.3.6.1.4.1.89.35.1.60.23.7.2 | integer | read-write |
Future maximum maximum number of session table entries. |
rsBWMDSCPEntryTable | 1.3.6.1.4.1.89.35.1.60.24 | no-access |
Table containing priority and bandwidth for each DSCP. |
|
1.3.6.1.4.1.89.35.1.60.24.1 | no-access |
The row definition for this table. |
||
rsBWMDSCP | 1.3.6.1.4.1.89.35.1.60.24.1.1 | integer | read-only |
The DSCP - the value of DiffServ field in the IP header. |
rsBWMDSCPPriority | 1.3.6.1.4.1.89.35.1.60.24.1.2 | integer | read-write |
The priority of the packets with the specified DSCP. |
rsBWMDSCPGuaranteedBW | 1.3.6.1.4.1.89.35.1.60.24.1.3 | counter | read-write |
The bandwidth allocated for the specified DSCP. |
rsBWMDSCPMaxBW | 1.3.6.1.4.1.89.35.1.60.24.1.4 | counter | read-write |
The maximum bandwidth for the specified DSCP. |
rsBWMDummy13 | 1.3.6.1.4.1.89.35.1.60.24.2 | integer | read-only |
Dummy variable for stopping getnext. |
rsBWMCurrentDSCPEntryTable | 1.3.6.1.4.1.89.35.1.60.25 | no-access |
Table containing priority and bandwidth for each DSCP. |
|
1.3.6.1.4.1.89.35.1.60.25.1 | no-access |
The row definition for this table. |
||
rsBWMCurrentDSCP | 1.3.6.1.4.1.89.35.1.60.25.1.1 | integer | read-only |
The DSCP - the value of DiffServ field in the IP header. |
rsBWMCurrentDSCPPriority | 1.3.6.1.4.1.89.35.1.60.25.1.2 | integer | read-write |
The priority of the packets with the specified DSCP. |
rsBWMCurrentDSCPGuaranteedBW | 1.3.6.1.4.1.89.35.1.60.25.1.3 | counter | read-write |
The bandwidth allocated for the specified DSCP. |
rsBWMCurrentDSCPMaxBW | 1.3.6.1.4.1.89.35.1.60.25.1.4 | counter | read-write |
The maximum bandwidth for the specified DSCP. |
rsBWMDummy14 | 1.3.6.1.4.1.89.35.1.60.25.2 | integer | read-only |
Dummy variable for stopping getnext. |
rsBWMVersion | 1.3.6.1.4.1.89.35.1.60.26 | displaystring | read-only |
The current QoS software version. |
rsBWMBwmPortOperationTable | 1.3.6.1.4.1.89.35.1.60.27 | no-access |
Table containing the operation for each port. |
|
1.3.6.1.4.1.89.35.1.60.27.1 | no-access |
The row definition for this table. |
||
rsBWMBwmInboundPort | 1.3.6.1.4.1.89.35.1.60.27.1.1 | integer | read-only |
The index of the inbound port. |
rsBWMBwmOutboundPort | 1.3.6.1.4.1.89.35.1.60.27.1.2 | integer | read-only |
The index of the outbound port. |
rsBWMBwmDirection | 1.3.6.1.4.1.89.35.1.60.27.1.3 | integer | read-write |
This variable indicates the direction of the incoming packet. Enumeration: 'twoway': 2, 'oneway': 1. |
rsBWMBwmOperationStatus | 1.3.6.1.4.1.89.35.1.60.27.1.4 | rowstatus | read-write |
The status of the current entry. |
rsBWMDummy15 | 1.3.6.1.4.1.89.35.1.60.27.2 | integer | read-only |
Dummy variable for stopping getnext. |
rsBWMBwmVLANOperationTable | 1.3.6.1.4.1.89.35.1.60.28 | no-access |
Table containing the operation for each VLAN. |
|
1.3.6.1.4.1.89.35.1.60.28.1 | no-access |
The row definition for this table. |
||
rsBWMBwmVLAN | 1.3.6.1.4.1.89.35.1.60.28.1.1 | integer | read-only |
The VLAN. |
rsBWMBwmVLANOperationStatus | 1.3.6.1.4.1.89.35.1.60.28.1.2 | rowstatus | read-write |
The status of the current entry. |
rsBWMDummy16 | 1.3.6.1.4.1.89.35.1.60.28.2 | integer | read-only |
Dummy variable for stopping getnext. |
rsBWMSessionAgingTime | 1.3.6.1.4.1.89.35.1.60.29 | integer | read-write |
The aging time for the session table. |
rsBWMStatisticsTable | 1.3.6.1.4.1.89.35.1.60.30 | no-access |
Table containing statistics data for rules |
|
1.3.6.1.4.1.89.35.1.60.30.1 | no-access |
The row definition for this table. |
||
rsBWMStatisticsPolicyName | 1.3.6.1.4.1.89.35.1.60.30.1.1 | displaystring | read-only |
The name of the rule. |
rsBWMStatisticsBandwidthUsedLastSec | 1.3.6.1.4.1.89.35.1.60.30.1.2 | counter | read-only |
The bandwidth used by the rule in the last second. |
rsBWMStatisticsPacketNumberLastSec | 1.3.6.1.4.1.89.35.1.60.30.1.3 | counter | read-only |
The number of packets that match the rule in the last second. |
rsBWMStatisticsFullQueueFailuresBWLastSec | 1.3.6.1.4.1.89.35.1.60.30.1.4 | counter | read-only |
The amount of bandwidth that the device failed to allocate in the last second. |
rsBWMStatisticsAgedPacketsFailuresBWLastSec | 1.3.6.1.4.1.89.35.1.60.30.1.5 | counter | read-only |
The amount of bandwidth that the device failed to allocate in the last second, since the packets were discarded because of aging. |
rsBWMStatisticsGuaranteedReachedLastSec | 1.3.6.1.4.1.89.35.1.60.30.1.6 | truthvalue | read-only |
Whether the guaranteed bandwidth threshold was reached in the last second. |
rsBWMStatisticsMaximumReachedLastSec | 1.3.6.1.4.1.89.35.1.60.30.1.7 | truthvalue | read-only |
The number of times the maximum bandwidth threshold was reached in the last second. |
rsBWMStatisticsBandwidthUsedLastPeriod | 1.3.6.1.4.1.89.35.1.60.30.1.8 | counter | read-only |
The bandwidth used by the rule in the last sampling period defined in rsBWMStatisticsReportingPeriod. |
rsBWMStatisticsPeakBandwidthLastPeriod | 1.3.6.1.4.1.89.35.1.60.30.1.9 | counter | read-only |
The highest bandwidth in the last sampling period defined in rsBWMStatisticsReportingPeriod. |
rsBWMStatisticsPacketNumberLastPeriod | 1.3.6.1.4.1.89.35.1.60.30.1.10 | counter | read-only |
The number of packets that match the rule in the last sampling period defined in rsBWMStatisticsReportingPeriod. |
rsBWMStatisticsFullQueueFailuresBWLastPeriod | 1.3.6.1.4.1.89.35.1.60.30.1.11 | counter | read-only |
The amount of bandwidth that the device failed to allocate in the last sampling period defined in rsBWMStatisticsReportingPeriod, because the queue was full. |
rsBWMStatisticsAgedPacketsFailuresBWLastPeriod | 1.3.6.1.4.1.89.35.1.60.30.1.12 | counter | read-only |
The amount of bandwidth that the device failed to allocate in the last sampling period defined in rsBWMStatisticsReportingPeriod, since the packets were discarded because of aging. |
rsBWMStatisticsGuaranteedReachedCounterLastPeriod | 1.3.6.1.4.1.89.35.1.60.30.1.13 | integer | read-only |
The number of times the guaranteed bandwidth threshold was reached in the last sampling period defined in rsBWMStatisticsReportingPeriod. |
rsBWMStatisticsMaximumReachedCounterLastPeriod | 1.3.6.1.4.1.89.35.1.60.30.1.14 | integer | read-only |
The number of times the maximum bandwidth threshold was reached in the last sampling period defined in rsBWMStatisticsReportingPeriod. |
rsBWMStatisticsMonitorPolicy | 1.3.6.1.4.1.89.35.1.60.30.2 | integer | read-write |
This variable indicates whether the device will gather policies' statistics. Enumeration: 'disabled': 2, 'enabled': 1. |
rsBWMStatisticsTableUseSRP | 1.3.6.1.4.1.89.35.1.60.30.3 | truthvalue | read-write |
This variable indicates whether the device will send the data to ConfigWare using SRP. |
rsBWMStatisticsReportingPeriod | 1.3.6.1.4.1.89.35.1.60.30.4 | integer | read-write |
This variable indicates reporting frequency (in seconds) using SRP for BWM. |
rsBWMPacketBlocked | 1.3.6.1.4.1.89.35.1.600.1 |
This trap is sent to inform the user about blocked packets. |