DASAN-QOS-MIB: View SNMP OID List / Download MIB
VENDOR: DASAN CO.,LTD.
Home | MIB: DASAN-QOS-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 |
dsQos | 1.3.6.1.4.1.6296.9.1.1.2.21 |
. |
||
dsQosRuleTable | 1.3.6.1.4.1.6296.9.1.1.2.21.1 | no-access |
A list of dsQosRuleEntry entries. Each rule contains filtering informations for making QoS(Quality of Service) policies. |
|
1.3.6.1.4.1.6296.9.1.1.2.21.1.1 | no-access |
An entry containing rule information. |
||
dsQosRuleName | 1.3.6.1.4.1.6296.9.1.1.2.21.1.1.1 | displaystring | read-only |
A unique string for each rule up to 255 characters. This string is a index of rule table. |
dsQosRulePriority | 1.3.6.1.4.1.6296.9.1.1.2.21.1.1.2 | integer | read-only |
The priority of rule. There are three priority levels, high, medium, low. It can be used when multi-ruled filetering policy with priority is needed. For example, If you want to set 'web traffic of host A' is rule 'web', and 'other traffic of host A' is rule 'others', all traffic of host A is set to rule 'others' with priority medium first, and then set web traffic of host A is rule 'web' with high priority. Enumeration: 'high': 3, 'none': 0, 'medium': 2, 'low': 1. |
dsQosRuleIngressPort | 1.3.6.1.4.1.6296.9.1.1.2.21.1.1.3 | integer32 | read-only |
The logical ingress port number of rule. It can be from 0 to 26, 0 means 'any port'. |
dsQosRuleEgressPort | 1.3.6.1.4.1.6296.9.1.1.2.21.1.1.4 | integer32 | read-only |
The logical egress port number of rule. It can be from 0 to 26, 0 means 'any port'. |
dsQosRuleEthertype | 1.3.6.1.4.1.6296.9.1.1.2.21.1.1.5 | integer32 | read-only |
The ethernet type of rule. It is 2 octet length value. For example, 0x0800 for IPv4, 0x0806 for ARP. |
dsQosRuleIpBasedSrcIpAddress | 1.3.6.1.4.1.6296.9.1.1.2.21.1.1.6 | ipaddress | read-only |
The source IP Address of rule. |
dsQosRuleIpBasedSrcNetmask | 1.3.6.1.4.1.6296.9.1.1.2.21.1.1.7 | ipaddress | read-only |
The source netmask of rule. |
dsQosRuleIpBasedDesIpAddress | 1.3.6.1.4.1.6296.9.1.1.2.21.1.1.8 | ipaddress | read-only |
The destination IP Address of rule. |
dsQosRuleIpBasedDesNetmask | 1.3.6.1.4.1.6296.9.1.1.2.21.1.1.9 | ipaddress | read-only |
The destination netmask of rule. |
dsQosRuleIpBasedProtocol | 1.3.6.1.4.1.6296.9.1.1.2.21.1.1.10 | integer32 | read-only |
The protocol type of rule. It is 1 octet length value. For example, 1 for ICMP, 6 for TCP, 17 for UDP. |
dsQosRuleIpBasedTCPorUDPSrcPort | 1.3.6.1.4.1.6296.9.1.1.2.21.1.1.11 | integer32 | read-only |
The source port of rule. It is 2 octet length value. |
dsQosRuleIpBasedTCPorUDPDesPort | 1.3.6.1.4.1.6296.9.1.1.2.21.1.1.12 | integer32 | read-only |
The destination port of rule. It is 2 octet length value. |
dsQosRuleRowStatus | 1.3.6.1.4.1.6296.9.1.1.2.21.1.1.13 | integer | read-only |
This object is used to create a new row or modify or delete an existing row in this table. A rule activated by being set this object to 'active'. When 'active' is set, the system will validate the rule. Before a rule can be deleted or modify, (by setting this object to 'delete' or 'modify') Enumeration: 'active': 1, 'destroy': 4, 'none': 0, 'modify': 3, 'create': 2. |
dsQoSRuleIpBasedPriorityType | 1.3.6.1.4.1.6296.9.1.1.2.21.1.1.14 | integer | read-only |
Enumeration: 'none': 0, 'ipProcedence': 1, 'ipToS': 3, 'diffServ': 2. |
dsQoSRuleIpBasedPriorityValue | 1.3.6.1.4.1.6296.9.1.1.2.21.1.1.15 | integer32 | read-only |
The Priority value in incoming IP packet. If PriorityType is 1, this value's range is 0-7. If PriorityType is 2, this value's range is 0-63. If PriorityType is 3, this value's range is 0-255. If PriorityType is 0, this value is any(Don't look at this field). |
dsQosRuleActionTable | 1.3.6.1.4.1.6296.9.1.1.2.21.2 | no-access |
A list of dsQosActionEntry entries. Each entry has action properties of the rule. |
|
1.3.6.1.4.1.6296.9.1.1.2.21.2.1 | no-access |
An entry containing rule action information. |
||
dsQosRuleActionMatchPermit | 1.3.6.1.4.1.6296.9.1.1.2.21.2.1.1 | truthvalue | read-write |
The permit action of rule taffics. True (1) or False (0). If the permit action is set true, all in-profile traffics will be permitted. |
dsQosRuleActionMatchCopy2CPU | 1.3.6.1.4.1.6296.9.1.1.2.21.2.1.2 | truthvalue | read-write |
The copy-packet-to-cpu action of rule-matched traffics. True (1) or False (0). If the copy-to-cpu action is set true, all in-profile traffics will be copied to CPU. |
dsQosRuleActionNoMatchCopy2CPU | 1.3.6.1.4.1.6296.9.1.1.2.21.2.1.3 | truthvalue | read-write |
The copy-packet-to-cpu action of rule-no-matched traffics. True (1) or False (0). If the copy-to-cpu action is set true, all in-profile traffics will be copied to CPU. |
dsQosRuleActionMatchBandwidth | 1.3.6.1.4.1.6296.9.1.1.2.21.2.1.4 | truthvalue | read-write |
The set-bandwidth action of rule-matched traffics. True (1) or False (0). If the set-bandwidth action is set true, the rate-limit of rule will be started. |
dsQosRuleActionMatchBandwidthValue | 1.3.6.1.4.1.6296.9.1.1.2.21.2.1.5 | integer32 | read-write |
The bandwidth value of rule-matched traffics. It can be configured in Mega bps and can be from 0 to 1000. |
dsQosRuleActionMatchDeny | 1.3.6.1.4.1.6296.9.1.1.2.21.2.1.6 | truthvalue | read-write |
The deny action of rule-matched traffics. True (1) or False (0). If the deny action is set true, all in-profile traffics will be denied. |
dsQosRuleActionNoMatchDeny | 1.3.6.1.4.1.6296.9.1.1.2.21.2.1.7 | truthvalue | read-write |
The deny action of rule-no-matched traffics. True (1) or False (0). If the deny action is set true, all in-profile traffics will be denied. |
dsQosRuleActionMatchRedirect | 1.3.6.1.4.1.6296.9.1.1.2.21.2.1.8 | truthvalue | read-write |
The redirect-egress port action of rule-matched traffics. True (1) or False (0). If the redirect-egress port action is set true, all in-profile traffics will be passed to redirect-egress port. |
dsQosRuleActionMatchRedirectEgressPort | 1.3.6.1.4.1.6296.9.1.1.2.21.2.1.9 | integer32 | read-write |
The logical redirect egress port number of rule-matched traffics. It can be from 1 to 26. |
dsQosRuleActionNoMatchRedirect | 1.3.6.1.4.1.6296.9.1.1.2.21.2.1.10 | truthvalue | read-write |
The redirect-egress port action of rule-no-matched traffics. True (1) or False (0). If the redirect-egress port action is set true, all in-profile traffics will be passed to redirect-egress port. |
dsQosRuleActionNoMatchRedirectEgressPort | 1.3.6.1.4.1.6296.9.1.1.2.21.2.1.11 | integer32 | read-write |
The logical redirect egress port number of rule-no-matched traffics. It can be from 1 to 26. |
dsQosRuleActionMatchMirror | 1.3.6.1.4.1.6296.9.1.1.2.21.2.1.12 | truthvalue | read-write |
The mirror action of rule-matched traffics. True (1) or False (0). If the mirror action is set true, all in-profile traffics will be passed to mirroring port. |
dsQosRuleActionNoMatchMirror | 1.3.6.1.4.1.6296.9.1.1.2.21.2.1.13 | truthvalue | read-write |
The mirror action of rule-no-matched-traffics. True (1) or False (0). If the mirror action is set true, all in-profile traffics will be passed to mirroring port. |
dsQosRule2CosMapTable | 1.3.6.1.4.1.6296.9.1.1.2.21.3 | no-access |
A list of dsQosRule2CosMapEntry entries. Each entry has CoS value of the rule. |
|
1.3.6.1.4.1.6296.9.1.1.2.21.3.1 | no-access |
An entry containing rule to COS mapping information. |
||
dsQosRule2CosMapMatchCos | 1.3.6.1.4.1.6296.9.1.1.2.21.3.1.1 | dsqoscosnumber | read-write |
The CoS (Class of Service) value of rule-matched traffics. It can be from 0 to 7, 7 is the highest priority. |
dsQosRule2CosMapNoMatchCos | 1.3.6.1.4.1.6296.9.1.1.2.21.3.1.2 | dsqoscosnumber | read-write |
The CoS (Class of Service) value of rule-no-matched traffics. It can be from 0 to 7, 7 is the highest priority. |
dsQosRule2DscpMapTable | 1.3.6.1.4.1.6296.9.1.1.2.21.4 | no-access |
A list of dsQosRule2DscpMapEntry entries. Each entry has DSCP value of the rule. |
|
1.3.6.1.4.1.6296.9.1.1.2.21.4.1 | no-access |
An entry containing rule to DSCP mapping information. |
||
dsQosRule2DscpMapMatchDscp | 1.3.6.1.4.1.6296.9.1.1.2.21.4.1.1 | dsqosdscpnumber | read-write |
The DSCP (DiffServ Code Point) value of rule-matched traffics. It can be from 0 to 63, 63 is the highest priority. |
dsQosRule2DscpMapNoMatchDscp | 1.3.6.1.4.1.6296.9.1.1.2.21.4.1.2 | dsqosdscpnumber | read-write |
The DSCP (DiffServe Code Point) value of rule-no-matched traffics. It can be from 0 to 63, 63 is the highest priority. |
dsQosRule2TosMapTable | 1.3.6.1.4.1.6296.9.1.1.2.21.5 | no-access |
A list of dsQosRule2TosMapEntry entries. Each entry has TOS value of the rule. |
|
1.3.6.1.4.1.6296.9.1.1.2.21.5.1 | no-access |
An entry containing rule to TOS mapping information. |
||
dsQosRule2TosMapMatchTos | 1.3.6.1.4.1.6296.9.1.1.2.21.5.1.1 | dsqostosnumber | read-write |
The ToS (Type of Service) value of rule-matched traffics. The TOS is 1 octet length value. |
dsQosRule2TosMapNoMatchTos | 1.3.6.1.4.1.6296.9.1.1.2.21.5.1.2 | dsqostosnumber | read-write |
The ToS (Type of Service) value of rule-no-matched traffics. The TOS is 1 octet length value. |
dsQosCos2QueueMapTable | 1.3.6.1.4.1.6296.9.1.1.2.21.6 | no-access |
A list of dsQosCos2QueueMapEntry entries. Each entry has queue number value of the CoS. |
|
1.3.6.1.4.1.6296.9.1.1.2.21.6.1 | no-access |
An entry containing COS to Queue mapping information. |
||
dsQosCos2QueueMapCos | 1.3.6.1.4.1.6296.9.1.1.2.21.6.1.1 | dsqoscosnumber | no-access |
The COS value of rule traffics. It is a index value and can be from 0 to 7. |
dsQosCos2QueueMapQueue | 1.3.6.1.4.1.6296.9.1.1.2.21.6.1.2 | dsqosqueuenumber | read-write |
The Queue number of COS. It can be from 0 to 3, 3 is the highest priority. |
dsQosQueueSchedulingTable | 1.3.6.1.4.1.6296.9.1.1.2.21.7 | no-access |
A list of dsQosQueueSchedulingEntry entries. Each entry has Scheduling property of the queue. |
|
1.3.6.1.4.1.6296.9.1.1.2.21.7.1 | no-access |
An entry containing Queue Scheduling information. |
||
dsQosQueueSchedulingQueueIndex | 1.3.6.1.4.1.6296.9.1.1.2.21.7.1.1 | dsqosqueuenumber | no-access |
The Queue index number. It can be from 0 to 3. |
dsQosQueueSchedulingMaxPacket | 1.3.6.1.4.1.6296.9.1.1.2.21.7.1.2 | integer32 | read-write |
The max packet value of queue. The max packet value can be from 0 to 255, 0 means 'unlimited'. After packets in a certain queue are sent up to max packet value, the packet of next queue will be serviced (Weighted Round Robin). If max packet value is set 0 (unlimited), only when a certain queue is empty, packets of next queue will be serviced (Strict Queueing). |
dsQosQueueSchedulingMaxLatency | 1.3.6.1.4.1.6296.9.1.1.2.21.7.1.3 | integer32 | read-write |
The max latency value of queue. The Max Latency value can be 0 and from 16 to 4080, 0 means 'disable'. If packets in a certain queue are sent with over-max-latency, the packet of next queue will be serviced. In this scheme, the latency means a inter-packet-gap value. If max latency value is set 0 (disable), latency is not a factor of scheduling any more. |