HM2-TRAFFICMGMT-MIB: View SNMP OID List / Download MIB
VENDOR: RICHARD HIRSCHMANN
Home | MIB: HM2-TRAFFICMGMT-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 |
hm2TrafficMgmtMib | 1.3.6.1.4.1.248.11.31 |
Hirschmann Traffic Management MIB. Copyright (C) 2011. All Rights Reserved. |
||
hm2TrafficMgmtMibNotifications | 1.3.6.1.4.1.248.11.31.0 | |||
hm2TrafficMgmtMibObjects | 1.3.6.1.4.1.248.11.31.1 | |||
hm2TrafficMgmtIfTable | 1.3.6.1.4.1.248.11.31.1.1 | no-access |
A list of management objects for traffic control per interface. |
|
1.3.6.1.4.1.248.11.31.1.1.1 | no-access |
Traffic Mgmt table entry. |
||
hm2TrafficMgmtIfFlowControl | 1.3.6.1.4.1.248.11.31.1.1.1.1 | hmenabledstatus | read-write |
Enables or disables flow control per port |
hm2TrafficMgmtIfEgressShapingRate | 1.3.6.1.4.1.248.11.31.1.1.1.2 | unsigned32 | read-write |
Maximum bandwidth allowed for this interface as a whole, typically used to shape the outbound transmission rate. The value is either specified in terms of percentage of overall link speed for the port in 1% increments or absolute in kbps. A value of 0 means there is no maximum bandwidth limit in effect. The default value is 0. Valid value ranges depend on the value returned by object hm2TrafficMgmtIfEgressShapingRateUnit. If that object returns percent(1), hm2TrafficMgmtIfEgressShapingRate accepts values 0..100. If that object returns kbps(2), hm2TrafficMgmtIfEgressShapingRate accepts values 0,64..4294967295. |
hm2TrafficMgmtIfEgressShapingRateUnit | 1.3.6.1.4.1.248.11.31.1.1.1.3 | integer | read-only |
The unit of the interface shaping value. Can be either percentage of port speed or kilobits per second (kbps). Enumeration: 'kbps': 2, 'percent': 1. |
hm2TrafficMgmtIfIngressStormCtlThresholdUnit | 1.3.6.1.4.1.248.11.31.1.1.1.4 | integer | read-write |
Configures the units of the threshold value(s) to percentage of port speed or absolute packets per second. Enumeration: 'pps': 2, 'percent': 1. |
hm2TrafficMgmtIfIngressStormCtlBcastMode | 1.3.6.1.4.1.248.11.31.1.1.1.5 | hmenabledstatus | read-write |
If enabled, broadcast storm recovery will function on this port. When you specify Enable for Broadcast Storm Recovery and the broadcast traffic on this Ethernet port exceeds the configured threshold, the switch blocks (discards) the broadcast traffic. |
hm2TrafficMgmtIfIngressStormCtlBcastThreshold | 1.3.6.1.4.1.248.11.31.1.1.1.6 | unsigned32 | read-write |
Configures the broadcast storm recovery threshold for this port as a percentage of port speed in 1% increments or as an absolute pps rate. This threshold is also valid for multicasts or unknown unicasts, when the device does not support a separate limiter per storm type. (A separate limiter per storm-type is supported when hm2TrafficMgmtIngressStormBucketType has the value 'multi-bucket') |
hm2TrafficMgmtIfIngressStormCtlMcastMode | 1.3.6.1.4.1.248.11.31.1.1.1.7 | hmenabledstatus | read-write |
If enabled, multicast storm recovery will function on this port. When you specify Enable for multicast Storm Recovery and the multicast traffic on this Ethernet port exceeds the configured threshold, the switch blocks (discards) the multicast traffic. |
hm2TrafficMgmtIfIngressStormCtlMcastThreshold | 1.3.6.1.4.1.248.11.31.1.1.1.8 | unsigned32 | read-write |
Configures the multicast storm recovery threshold for this port as a percentage of port speed in 1% increments or as an absolute pps rate. |
hm2TrafficMgmtIfIngressStormCtlUcastMode | 1.3.6.1.4.1.248.11.31.1.1.1.9 | hmenabledstatus | read-write |
If enabled, unknown unicast storm recovery will function on this port. When you specify Enable for unicast Storm Recovery and the unknown unicast traffic on this Ethernet port exceeds the configured threshold, the switch blocks (discards) the unknown unicast traffic. |
hm2TrafficMgmtIfIngressStormCtlUcastThreshold | 1.3.6.1.4.1.248.11.31.1.1.1.10 | unsigned32 | read-write |
Configures the unicast storm recovery threshold for this port as a percentage of port speed in 1% increments or as an absolute pps rate. |
hm2TrafficMgmtFlowControl | 1.3.6.1.4.1.248.11.31.1.2 | hmenabledstatus | read-write |
Enables or disables flow control for the switch unit. |
hm2TrafficMgmtIngressStormBucketType | 1.3.6.1.4.1.248.11.31.1.3 | integer | read-only |
Enables or disables ingress storm admin state. Enumeration: 'multi-bucket': 2, 'single-bucket': 1. |