DASAN-QOS-MIB

File: DASAN-QOS-MIB.mib (20471 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
RFC1155-SMI DASAN-SWITCH-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Counter32
Gauge32 Counter64 Integer32
TimeTicks mib-2 NOTIFICATION-TYPE
TEXTUAL-CONVENTION DisplayString PhysAddress
TruthValue RowStatus TimeStamp
AutonomousType TestAndIncr MODULE-COMPLIANCE
OBJECT-GROUP NetworkAddress IpAddress
dsSwitchModules

Defined Types

DsQosQueueNumber  
.
TEXTUAL-CONVENTION    
  Integer32 0..3  

DsQosCosNumber  
.
TEXTUAL-CONVENTION    
  Integer32 0..7  

DsQosTosNumber  
.
TEXTUAL-CONVENTION    
  Integer32 0..63  

DsQosDscpNumber  
.
TEXTUAL-CONVENTION    
  Integer32 0..63  

DsQosRuleEntry  
SEQUENCE    
  dsQosRuleName DisplayString
  dsQosRulePriority INTEGER
  dsQosRuleIngressPort Integer32
  dsQosRuleEgressPort Integer32
  dsQosRuleEthertype Integer32
  dsQosRuleIpBasedSrcIpAddress IpAddress
  dsQosRuleIpBasedSrcNetmask NetworkAddress
  dsQosRuleIpBasedDesIpAddress IpAddress
  dsQosRuleIpBasedDesNetmask NetworkAddress
  dsQosRuleIpBasedProtocol Integer32
  dsQosRuleIpBasedTCPorUDPSrcPort Integer32
  dsQosRuleIpBasedTCPorUDPDesPort Integer32
  dsQosRuleRowStatus INTEGER
  dsQoSRuleIpBasedPriorityType INTEGER
  dsQoSRuleIpBasedPriorityValue Integer32

DsQosRuleActionEntry  
SEQUENCE    
  dsQosRuleActionMatchPermit TruthValue
  dsQosRuleActionMatchCopy2CPU TruthValue
  dsQosRuleActionNoMatchCopy2CPU TruthValue
  dsQosRuleActionMatchBandwidth TruthValue
  dsQosRuleActionMatchBandwidthValue Integer32
  dsQosRuleActionMatchDeny TruthValue
  dsQosRuleActionNoMatchDeny TruthValue
  dsQosRuleActionMatchRedirect TruthValue
  dsQosRuleActionMatchRedirectEgressPort Integer32
  dsQosRuleActionNoMatchRedirect TruthValue
  dsQosRuleActionNoMatchRedirectEgressPort Integer32
  dsQosRuleActionMatchMirror TruthValue
  dsQosRuleActionNoMatchMirror TruthValue

DsQosRule2CosMapEntry  
SEQUENCE    
  dsQosRule2CosMapMatchCos DsQosCosNumber
  dsQosRule2CosMapNoMatchCos DsQosCosNumber

DsQosRule2DscpMapEntry  
SEQUENCE    
  dsQosRule2DscpMapMatchDscp DsQosDscpNumber
  dsQosRule2DscpMapNoMatchDscp DsQosDscpNumber

DsQosRule2TosMapEntry  
SEQUENCE    
  dsQosRule2TosMapMatchTos DsQosTosNumber
  dsQosRule2TosMapNoMatchTos DsQosTosNumber

DsQosCos2QueueMapEntry  
SEQUENCE    
  dsQosCos2QueueMapCos DsQosCosNumber
  dsQosCos2QueueMapQueue DsQosQueueNumber

DsQosQueueSchedulingEntry  
SEQUENCE    
  dsQosQueueSchedulingQueueIndex DsQosQueueNumber
  dsQosQueueSchedulingMaxPacket Integer32
  dsQosQueueSchedulingMaxLatency Integer32

Defined Values

dsQos 1.3.6.1.4.1.6296.9.1.1.2.21
.
MODULE-IDENTITY    

dsQosRuleTable 1.3.6.1.4.1.6296.9.1.1.2.21.1
A list of dsQosRuleEntry entries. Each rule contains filtering informations for making QoS(Quality of Service) policies.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DsQosRuleEntry

dsQosRuleEntry 1.3.6.1.4.1.6296.9.1.1.2.21.1.1
An entry containing rule information.
Status: current Access: not-accessible
OBJECT-TYPE    
  DsQosRuleEntry  

dsQosRuleName 1.3.6.1.4.1.6296.9.1.1.2.21.1.1.1
A unique string for each rule up to 255 characters. This string is a index of rule table.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

dsQosRulePriority 1.3.6.1.4.1.6296.9.1.1.2.21.1.1.2
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.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER none(0), low(1), medium(2), high(3)  

dsQosRuleIngressPort 1.3.6.1.4.1.6296.9.1.1.2.21.1.1.3
The logical ingress port number of rule. It can be from 0 to 26, 0 means 'any port'.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

dsQosRuleEgressPort 1.3.6.1.4.1.6296.9.1.1.2.21.1.1.4
The logical egress port number of rule. It can be from 0 to 26, 0 means 'any port'.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

dsQosRuleEthertype 1.3.6.1.4.1.6296.9.1.1.2.21.1.1.5
The ethernet type of rule. It is 2 octet length value. For example, 0x0800 for IPv4, 0x0806 for ARP.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

dsQosRuleIpBasedSrcIpAddress 1.3.6.1.4.1.6296.9.1.1.2.21.1.1.6
The source IP Address of rule.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

dsQosRuleIpBasedSrcNetmask 1.3.6.1.4.1.6296.9.1.1.2.21.1.1.7
The source netmask of rule.
Status: current Access: read-create
OBJECT-TYPE    
  NetworkAddress  

dsQosRuleIpBasedDesIpAddress 1.3.6.1.4.1.6296.9.1.1.2.21.1.1.8
The destination IP Address of rule.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

dsQosRuleIpBasedDesNetmask 1.3.6.1.4.1.6296.9.1.1.2.21.1.1.9
The destination netmask of rule.
Status: current Access: read-create
OBJECT-TYPE    
  NetworkAddress  

dsQosRuleIpBasedProtocol 1.3.6.1.4.1.6296.9.1.1.2.21.1.1.10
The protocol type of rule. It is 1 octet length value. For example, 1 for ICMP, 6 for TCP, 17 for UDP.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

dsQosRuleIpBasedTCPorUDPSrcPort 1.3.6.1.4.1.6296.9.1.1.2.21.1.1.11
The source port of rule. It is 2 octet length value.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

dsQosRuleIpBasedTCPorUDPDesPort 1.3.6.1.4.1.6296.9.1.1.2.21.1.1.12
The destination port of rule. It is 2 octet length value.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

dsQosRuleRowStatus 1.3.6.1.4.1.6296.9.1.1.2.21.1.1.13
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')
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER none(0), active(1), create(2), modify(3), destroy(4)  

dsQoSRuleIpBasedPriorityType 1.3.6.1.4.1.6296.9.1.1.2.21.1.1.14
Tok_String
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER none(0), ipProcedence(1), diffServ(2), ipToS(3)  

dsQoSRuleIpBasedPriorityValue 1.3.6.1.4.1.6296.9.1.1.2.21.1.1.15
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).
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

dsQosRuleActionTable 1.3.6.1.4.1.6296.9.1.1.2.21.2
A list of dsQosActionEntry entries. Each entry has action properties of the rule.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DsQosRuleActionEntry

dsQosRuleActionEntry 1.3.6.1.4.1.6296.9.1.1.2.21.2.1
An entry containing rule action information.
Status: current Access: not-accessible
OBJECT-TYPE    
  DsQosRuleActionEntry  

dsQosRuleActionMatchPermit 1.3.6.1.4.1.6296.9.1.1.2.21.2.1.1
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.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

dsQosRuleActionMatchCopy2CPU 1.3.6.1.4.1.6296.9.1.1.2.21.2.1.2
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.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

dsQosRuleActionNoMatchCopy2CPU 1.3.6.1.4.1.6296.9.1.1.2.21.2.1.3
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.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

dsQosRuleActionMatchBandwidth 1.3.6.1.4.1.6296.9.1.1.2.21.2.1.4
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.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

dsQosRuleActionMatchBandwidthValue 1.3.6.1.4.1.6296.9.1.1.2.21.2.1.5
The bandwidth value of rule-matched traffics. It can be configured in Mega bps and can be from 0 to 1000.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..1000  

dsQosRuleActionMatchDeny 1.3.6.1.4.1.6296.9.1.1.2.21.2.1.6
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.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

dsQosRuleActionNoMatchDeny 1.3.6.1.4.1.6296.9.1.1.2.21.2.1.7
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.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

dsQosRuleActionMatchRedirect 1.3.6.1.4.1.6296.9.1.1.2.21.2.1.8
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.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

dsQosRuleActionMatchRedirectEgressPort 1.3.6.1.4.1.6296.9.1.1.2.21.2.1.9
The logical redirect egress port number of rule-matched traffics. It can be from 1 to 26.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..26  

dsQosRuleActionNoMatchRedirect 1.3.6.1.4.1.6296.9.1.1.2.21.2.1.10
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.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

dsQosRuleActionNoMatchRedirectEgressPort 1.3.6.1.4.1.6296.9.1.1.2.21.2.1.11
The logical redirect egress port number of rule-no-matched traffics. It can be from 1 to 26.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..26  

dsQosRuleActionMatchMirror 1.3.6.1.4.1.6296.9.1.1.2.21.2.1.12
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.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

dsQosRuleActionNoMatchMirror 1.3.6.1.4.1.6296.9.1.1.2.21.2.1.13
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.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

dsQosRule2CosMapTable 1.3.6.1.4.1.6296.9.1.1.2.21.3
A list of dsQosRule2CosMapEntry entries. Each entry has CoS value of the rule.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DsQosRule2CosMapEntry

dsQosRule2CosMapEntry 1.3.6.1.4.1.6296.9.1.1.2.21.3.1
An entry containing rule to COS mapping information.
Status: current Access: not-accessible
OBJECT-TYPE    
  DsQosRule2CosMapEntry  

dsQosRule2CosMapMatchCos 1.3.6.1.4.1.6296.9.1.1.2.21.3.1.1
The CoS (Class of Service) value of rule-matched traffics. It can be from 0 to 7, 7 is the highest priority.
Status: current Access: read-write
OBJECT-TYPE    
  DsQosCosNumber  

dsQosRule2CosMapNoMatchCos 1.3.6.1.4.1.6296.9.1.1.2.21.3.1.2
The CoS (Class of Service) value of rule-no-matched traffics. It can be from 0 to 7, 7 is the highest priority.
Status: current Access: read-write
OBJECT-TYPE    
  DsQosCosNumber  

dsQosRule2DscpMapTable 1.3.6.1.4.1.6296.9.1.1.2.21.4
A list of dsQosRule2DscpMapEntry entries. Each entry has DSCP value of the rule.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DsQosRule2DscpMapEntry

dsQosRule2DscpMapEntry 1.3.6.1.4.1.6296.9.1.1.2.21.4.1
An entry containing rule to DSCP mapping information.
Status: current Access: not-accessible
OBJECT-TYPE    
  DsQosRule2DscpMapEntry  

dsQosRule2DscpMapMatchDscp 1.3.6.1.4.1.6296.9.1.1.2.21.4.1.1
The DSCP (DiffServ Code Point) value of rule-matched traffics. It can be from 0 to 63, 63 is the highest priority.
Status: current Access: read-write
OBJECT-TYPE    
  DsQosDscpNumber  

dsQosRule2DscpMapNoMatchDscp 1.3.6.1.4.1.6296.9.1.1.2.21.4.1.2
The DSCP (DiffServe Code Point) value of rule-no-matched traffics. It can be from 0 to 63, 63 is the highest priority.
Status: current Access: read-write
OBJECT-TYPE    
  DsQosDscpNumber  

dsQosRule2TosMapTable 1.3.6.1.4.1.6296.9.1.1.2.21.5
A list of dsQosRule2TosMapEntry entries. Each entry has TOS value of the rule.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DsQosRule2TosMapEntry

dsQosRule2TosMapEntry 1.3.6.1.4.1.6296.9.1.1.2.21.5.1
An entry containing rule to TOS mapping information.
Status: current Access: not-accessible
OBJECT-TYPE    
  DsQosRule2TosMapEntry  

dsQosRule2TosMapMatchTos 1.3.6.1.4.1.6296.9.1.1.2.21.5.1.1
The ToS (Type of Service) value of rule-matched traffics. The TOS is 1 octet length value.
Status: current Access: read-write
OBJECT-TYPE    
  DsQosTosNumber  

dsQosRule2TosMapNoMatchTos 1.3.6.1.4.1.6296.9.1.1.2.21.5.1.2
The ToS (Type of Service) value of rule-no-matched traffics. The TOS is 1 octet length value.
Status: current Access: read-write
OBJECT-TYPE    
  DsQosTosNumber  

dsQosCos2QueueMapTable 1.3.6.1.4.1.6296.9.1.1.2.21.6
A list of dsQosCos2QueueMapEntry entries. Each entry has queue number value of the CoS.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DsQosCos2QueueMapEntry

dsQosCos2QueueMapEntry 1.3.6.1.4.1.6296.9.1.1.2.21.6.1
An entry containing COS to Queue mapping information.
Status: current Access: not-accessible
OBJECT-TYPE    
  DsQosCos2QueueMapEntry  

dsQosCos2QueueMapCos 1.3.6.1.4.1.6296.9.1.1.2.21.6.1.1
The COS value of rule traffics. It is a index value and can be from 0 to 7.
Status: current Access: not-accessible
OBJECT-TYPE    
  DsQosCosNumber  

dsQosCos2QueueMapQueue 1.3.6.1.4.1.6296.9.1.1.2.21.6.1.2
The Queue number of COS. It can be from 0 to 3, 3 is the highest priority.
Status: current Access: read-write
OBJECT-TYPE    
  DsQosQueueNumber  

dsQosQueueSchedulingTable 1.3.6.1.4.1.6296.9.1.1.2.21.7
A list of dsQosQueueSchedulingEntry entries. Each entry has Scheduling property of the queue.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DsQosQueueSchedulingEntry

dsQosQueueSchedulingEntry 1.3.6.1.4.1.6296.9.1.1.2.21.7.1
An entry containing Queue Scheduling information.
Status: current Access: not-accessible
OBJECT-TYPE    
  DsQosQueueSchedulingEntry  

dsQosQueueSchedulingQueueIndex 1.3.6.1.4.1.6296.9.1.1.2.21.7.1.1
The Queue index number. It can be from 0 to 3.
Status: current Access: not-accessible
OBJECT-TYPE    
  DsQosQueueNumber  

dsQosQueueSchedulingMaxPacket 1.3.6.1.4.1.6296.9.1.1.2.21.7.1.2
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).
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..255  

dsQosQueueSchedulingMaxLatency 1.3.6.1.4.1.6296.9.1.1.2.21.7.1.3
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.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..4080