DASAN-QOS-MIB
AI MIB Summary
Standard SNMP MIB module defining data structures for DASAN-QOS-MIB.
.
Main OID:
dsQos.1.3.6.1.4.1.6296.9.1.1.2.21
54
Objects
Active
Status
5
Dependencies
Imported Objects
Objects
54 total| Object Name |
|---|
dsQos. MODULE-IDENTITY .1.3.6.1.4.1.6296.9.1.1.2.21 |
dsQosRuleTableA list of dsQosRuleEntry entries. Each rule contains filtering informations for making QoS(Quality of Service) policies. SEQUENCE OF DsQosRuleEntry .1.3.6.1.4.1.6296.9.1.1.2.21.1 |
dsQosRuleEntryAn entry containing rule information. DsQosRuleEntry .1.3.6.1.4.1.6296.9.1.1.2.21.1.1 |
dsQosRuleNameA unique string for each rule up to 255 characters. This string is a index of rule table.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.6296.9.1.1.2.21.1.1.1 |
dsQosRulePriorityThe 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.rw Enumeration .1.3.6.1.4.1.6296.9.1.1.2.21.1.1.2 |
dsQosRuleIngressPortThe logical ingress port number of rule. It can be from 0 to 26, 0 means 'any port'.rw Integer32 .1.3.6.1.4.1.6296.9.1.1.2.21.1.1.3 |
dsQosRuleEgressPortThe logical egress port number of rule. It can be from 0 to 26, 0 means 'any port'.rw Integer32 .1.3.6.1.4.1.6296.9.1.1.2.21.1.1.4 |
dsQosRuleEthertypeThe ethernet type of rule. It is 2 octet length value. For example, 0x0800 for IPv4, 0x0806 for ARP.rw Integer32 .1.3.6.1.4.1.6296.9.1.1.2.21.1.1.5 |
dsQosRuleIpBasedSrcIpAddressThe source IP Address of rule.rw IpAddress .1.3.6.1.4.1.6296.9.1.1.2.21.1.1.6 |
dsQosRuleIpBasedSrcNetmaskThe source netmask of rule.rw NetworkAddress .1.3.6.1.4.1.6296.9.1.1.2.21.1.1.7 |
dsQosRuleIpBasedDesIpAddressThe destination IP Address of rule.rw IpAddress .1.3.6.1.4.1.6296.9.1.1.2.21.1.1.8 |
dsQosRuleIpBasedDesNetmaskThe destination netmask of rule.rw NetworkAddress .1.3.6.1.4.1.6296.9.1.1.2.21.1.1.9 |
dsQosRuleIpBasedProtocolThe protocol type of rule. It is 1 octet length value. For example, 1 for ICMP, 6 for TCP, 17 for UDP.rw Integer32 .1.3.6.1.4.1.6296.9.1.1.2.21.1.1.10 |
dsQosRuleIpBasedTCPorUDPSrcPortThe source port of rule. It is 2 octet length value.rw Integer32 .1.3.6.1.4.1.6296.9.1.1.2.21.1.1.11 |
dsQosRuleIpBasedTCPorUDPDesPortThe destination port of rule. It is 2 octet length value.rw Integer32 .1.3.6.1.4.1.6296.9.1.1.2.21.1.1.12 |
dsQosRuleRowStatusThis 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')rw Enumeration .1.3.6.1.4.1.6296.9.1.1.2.21.1.1.13 |
dsQoSRuleIpBasedPriorityTyperw Enumeration .1.3.6.1.4.1.6296.9.1.1.2.21.1.1.14 |
dsQoSRuleIpBasedPriorityValueThe 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).rw Integer32 .1.3.6.1.4.1.6296.9.1.1.2.21.1.1.15 |
dsQosRuleActionTableA list of dsQosActionEntry entries. Each entry has action properties of the rule. SEQUENCE OF DsQosRuleActionEntry .1.3.6.1.4.1.6296.9.1.1.2.21.2 |
dsQosRuleActionEntryAn entry containing rule action information. DsQosRuleActionEntry .1.3.6.1.4.1.6296.9.1.1.2.21.2.1 |
dsQosRuleActionMatchPermitThe permit action of rule taffics. True (1) or False (0). If the permit action is set true, all in-profile traffics will be permitted.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6296.9.1.1.2.21.2.1.1 |
dsQosRuleActionMatchCopy2CPUThe 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.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6296.9.1.1.2.21.2.1.2 |
dsQosRuleActionNoMatchCopy2CPUThe 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.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6296.9.1.1.2.21.2.1.3 |
dsQosRuleActionMatchBandwidthThe 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.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6296.9.1.1.2.21.2.1.4 |
dsQosRuleActionMatchBandwidthValueThe bandwidth value of rule-matched traffics. It can be configured in Mega bps and can be from 0 to 1000.rw Integer32 .1.3.6.1.4.1.6296.9.1.1.2.21.2.1.5 |
dsQosRuleActionMatchDenyThe 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.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6296.9.1.1.2.21.2.1.6 |
dsQosRuleActionNoMatchDenyThe 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.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6296.9.1.1.2.21.2.1.7 |
dsQosRuleActionMatchRedirectThe 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.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6296.9.1.1.2.21.2.1.8 |
dsQosRuleActionMatchRedirectEgressPortThe logical redirect egress port number of rule-matched traffics. It can be from 1 to 26.rw Integer32 .1.3.6.1.4.1.6296.9.1.1.2.21.2.1.9 |
dsQosRuleActionNoMatchRedirectThe 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.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6296.9.1.1.2.21.2.1.10 |
dsQosRuleActionNoMatchRedirectEgressPortThe logical redirect egress port number of rule-no-matched traffics. It can be from 1 to 26.rw Integer32 .1.3.6.1.4.1.6296.9.1.1.2.21.2.1.11 |
dsQosRuleActionMatchMirrorThe 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.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6296.9.1.1.2.21.2.1.12 |
dsQosRuleActionNoMatchMirrorThe 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.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6296.9.1.1.2.21.2.1.13 |
dsQosRule2CosMapTableA list of dsQosRule2CosMapEntry entries. Each entry has CoS value of the rule. SEQUENCE OF DsQosRule2CosMapEntry .1.3.6.1.4.1.6296.9.1.1.2.21.3 |
dsQosRule2CosMapEntryAn entry containing rule to COS mapping information. DsQosRule2CosMapEntry .1.3.6.1.4.1.6296.9.1.1.2.21.3.1 |
dsQosRule2CosMapMatchCosThe CoS (Class of Service) value of rule-matched traffics. It can be from 0 to 7, 7 is the highest priority.rw DsQosCosNumber .1.3.6.1.4.1.6296.9.1.1.2.21.3.1.1 |
dsQosRule2CosMapNoMatchCosThe CoS (Class of Service) value of rule-no-matched traffics. It can be from 0 to 7, 7 is the highest priority.rw DsQosCosNumber .1.3.6.1.4.1.6296.9.1.1.2.21.3.1.2 |
dsQosRule2DscpMapTableA list of dsQosRule2DscpMapEntry entries. Each entry has DSCP value of the rule. SEQUENCE OF DsQosRule2DscpMapEntry .1.3.6.1.4.1.6296.9.1.1.2.21.4 |
dsQosRule2DscpMapEntryAn entry containing rule to DSCP mapping information. DsQosRule2DscpMapEntry .1.3.6.1.4.1.6296.9.1.1.2.21.4.1 |
dsQosRule2DscpMapMatchDscpThe DSCP (DiffServ Code Point) value of rule-matched traffics. It can be from 0 to 63, 63 is the highest priority.rw DsQosDscpNumber .1.3.6.1.4.1.6296.9.1.1.2.21.4.1.1 |
dsQosRule2DscpMapNoMatchDscpThe DSCP (DiffServe Code Point) value of rule-no-matched traffics. It can be from 0 to 63, 63 is the highest priority.rw DsQosDscpNumber .1.3.6.1.4.1.6296.9.1.1.2.21.4.1.2 |
dsQosRule2TosMapTableA list of dsQosRule2TosMapEntry entries. Each entry has TOS value of the rule. SEQUENCE OF DsQosRule2TosMapEntry .1.3.6.1.4.1.6296.9.1.1.2.21.5 |
dsQosRule2TosMapEntryAn entry containing rule to TOS mapping information. DsQosRule2TosMapEntry .1.3.6.1.4.1.6296.9.1.1.2.21.5.1 |
dsQosRule2TosMapMatchTosThe ToS (Type of Service) value of rule-matched traffics. The TOS is 1 octet length value.rw DsQosTosNumber .1.3.6.1.4.1.6296.9.1.1.2.21.5.1.1 |
dsQosRule2TosMapNoMatchTosThe ToS (Type of Service) value of rule-no-matched traffics. The TOS is 1 octet length value.rw DsQosTosNumber .1.3.6.1.4.1.6296.9.1.1.2.21.5.1.2 |
dsQosCos2QueueMapTableA list of dsQosCos2QueueMapEntry entries. Each entry has queue number value of the CoS. SEQUENCE OF DsQosCos2QueueMapEntry .1.3.6.1.4.1.6296.9.1.1.2.21.6 |
dsQosCos2QueueMapEntryAn entry containing COS to Queue mapping information. DsQosCos2QueueMapEntry .1.3.6.1.4.1.6296.9.1.1.2.21.6.1 |
dsQosCos2QueueMapCosThe COS value of rule traffics. It is a index value and can be from 0 to 7. DsQosCosNumber .1.3.6.1.4.1.6296.9.1.1.2.21.6.1.1 |
dsQosCos2QueueMapQueueThe Queue number of COS. It can be from 0 to 3, 3 is the highest priority.rw DsQosQueueNumber .1.3.6.1.4.1.6296.9.1.1.2.21.6.1.2 |
dsQosQueueSchedulingTableA list of dsQosQueueSchedulingEntry entries. Each entry has Scheduling property of the queue. SEQUENCE OF DsQosQueueSchedulingEntry .1.3.6.1.4.1.6296.9.1.1.2.21.7 |
dsQosQueueSchedulingEntryAn entry containing Queue Scheduling information. DsQosQueueSchedulingEntry .1.3.6.1.4.1.6296.9.1.1.2.21.7.1 |
dsQosQueueSchedulingQueueIndexThe Queue index number. It can be from 0 to 3. DsQosQueueNumber .1.3.6.1.4.1.6296.9.1.1.2.21.7.1.1 |
dsQosQueueSchedulingMaxPacketThe 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).rw Integer32 .1.3.6.1.4.1.6296.9.1.1.2.21.7.1.2 |
dsQosQueueSchedulingMaxLatencyThe 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.rw Integer32 .1.3.6.1.4.1.6296.9.1.1.2.21.7.1.3 |