GSM7312-QOS-ACL-MIB

File: GSM7312-QOS-ACL-MIB.mib (11755 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC GSM7312-QOS-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE IpAddress
Integer32 Unsigned32 RowStatus
gsm7312QOS

Defined Types

AclEntry  
SEQUENCE    
  aclIndex Integer32
  aclStatus RowStatus

AclIfEntry  
SEQUENCE    
  aclIndex Integer32
  aclIfIndex Integer32
  aclIfDirection INTEGER
  aclIfStatus RowStatus

AclRuleEntry  
SEQUENCE    
  aclRuleIndex Integer32
  aclRuleAction INTEGER
  aclRuleProtocol Integer32
  aclRuleSrcIpAddress IpAddress
  aclRuleSrcIpMask IpAddress
  aclRuleSrcL4Port Integer32
  aclRuleSrcL4PortRangeStart Integer32
  aclRuleSrcL4PortRangeEnd Integer32
  aclRuleDestIpAddress IpAddress
  aclRuleDestIpMask IpAddress
  aclRuleDestL4Port Integer32
  aclRuleDestL4PortRangeStart Integer32
  aclRuleDestL4PortRangeEnd Integer32
  aclRuleIPDSCP Integer32
  aclRuleIpPrecedence Integer32
  aclRuleIpTosBits Integer32
  aclRuleIpTosMask Integer32
  aclRuleStatus RowStatus

Defined Values

gsm7312QOSACL 1.3.6.1.4.1.4526.1.6.3.2
Tok_String
MODULE-IDENTITY    

aclTable 1.3.6.1.4.1.4526.1.6.3.2.1
A table of ACL instances.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AclEntry

aclEntry 1.3.6.1.4.1.4526.1.6.3.2.1.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  AclEntry  

aclStatus 1.3.6.1.4.1.4526.1.6.3.2.1.1.3
Status of this instance. active(1) - this ACL instance is active createAndGo(4) - set to this value to create an instance destroy(6) - set to this value to delete an instance
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

aclIndex 1.3.6.1.4.1.4526.1.6.3.2.1.1.1
The ACL index this instance is associated with.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

aclIfTable 1.3.6.1.4.1.4526.1.6.3.2.2
A table of ACL interface instances.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AclIfEntry

aclIfEntry 1.3.6.1.4.1.4526.1.6.3.2.2.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  AclIfEntry  

aclIfIndex 1.3.6.1.4.1.4526.1.6.3.2.2.1.1
The interface this ACL instance is associated with.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

aclIfDirection 1.3.6.1.4.1.4526.1.6.3.2.2.1.2
The direction this ACL instance applies.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER inbound(1), outbound(2)  

aclIfStatus 1.3.6.1.4.1.4526.1.6.3.2.2.1.3
Status of this instance. active(1) - this ACL index instance is active createAndGo(4) - set to this value to assign an interface to an ACL destroy(6) - set to this value to remove an interface to an ACL
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

aclRuleTable 1.3.6.1.4.1.4526.1.6.3.2.3
A table of ACL Rules instances.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AclRuleEntry

aclRuleEntry 1.3.6.1.4.1.4526.1.6.3.2.3.1
A table of ACL Classification Rules
Status: current Access: not-accessible
OBJECT-TYPE    
  AclRuleEntry  

aclRuleIndex 1.3.6.1.4.1.4526.1.6.3.2.3.1.1
The index of this instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

aclRuleAction 1.3.6.1.4.1.4526.1.6.3.2.3.1.2
The type of action this rule should perform.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER permit(1), deny(2)  

aclRuleProtocol 1.3.6.1.4.1.4526.1.6.3.2.3.1.3
icmp - 1 igmp - 2 ip - 4 tcp - 6 udp - 17 All values from 1 to 255 are valid.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..255  

aclRuleSrcIpAddress 1.3.6.1.4.1.4526.1.6.3.2.3.1.4
The Source IP Address used in the ACL Classification.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

aclRuleSrcIpMask 1.3.6.1.4.1.4526.1.6.3.2.3.1.5
The Source IP Mask used in the ACL Classification.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

aclRuleSrcL4Port 1.3.6.1.4.1.4526.1.6.3.2.3.1.6
The Source Port Number (Layer 4) used in the ACL Classification.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

aclRuleSrcL4PortRangeStart 1.3.6.1.4.1.4526.1.6.3.2.3.1.7
The Source Port Number(Layer 4) range start.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

aclRuleSrcL4PortRangeEnd 1.3.6.1.4.1.4526.1.6.3.2.3.1.8
The Source Port Number(Layer 4) range end.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

aclRuleDestIpAddress 1.3.6.1.4.1.4526.1.6.3.2.3.1.9
The Destination IP Address used in the ACL Classification.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

aclRuleDestIpMask 1.3.6.1.4.1.4526.1.6.3.2.3.1.10
The Destination IP Mask used in the ACL Classification.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

aclRuleDestL4Port 1.3.6.1.4.1.4526.1.6.3.2.3.1.11
The Destination Port (Layer 4) used in ACl classification.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

aclRuleDestL4PortRangeStart 1.3.6.1.4.1.4526.1.6.3.2.3.1.12
The Destination Port (Layer 4) starting range used in ACL classification.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

aclRuleDestL4PortRangeEnd 1.3.6.1.4.1.4526.1.6.3.2.3.1.13
The Destination Port (Layer 4) ending range used in ACL classification.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

aclRuleIPDSCP 1.3.6.1.4.1.4526.1.6.3.2.3.1.14
The Differentiated Services Code Point value.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

aclRuleIpPrecedence 1.3.6.1.4.1.4526.1.6.3.2.3.1.15
The Type of Service (TOS) IP Precedence value.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

aclRuleIpTosBits 1.3.6.1.4.1.4526.1.6.3.2.3.1.16
The Type of Service (TOS) Bits value.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

aclRuleIpTosMask 1.3.6.1.4.1.4526.1.6.3.2.3.1.17
The Type of Service (TOS) Mask value.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

aclRuleStatus 1.3.6.1.4.1.4526.1.6.3.2.3.1.18
Status of this instance. active(1) - this ACL Rule is active createAndGo(4) - set to this value to create an instance destroy(6) - set to this value to delete an instance
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus