NETGEAR-QOS-ACL-MIB

File: NETGEAR-QOS-ACL-MIB.mib (34325 bytes)

Imported modules

SNMPv2-TC SNMPv2-SMI RFC1213-MIB
IF-MIB NETGEAR-QOS-MIB

Imported symbols

TEXTUAL-CONVENTION MODULE-IDENTITY OBJECT-TYPE
IpAddress Integer32 Unsigned32
RowStatus MacAddress TruthValue
DisplayString InterfaceIndexOrZero agentQOS

Defined Types

EtypeValue  
Ethertype value of a packet. The allowed value is 0x0600 to 0xFFFF.
TEXTUAL-CONVENTION    
  Unsigned32 1536..65535  

AclEntry  
SEQUENCE    
  aclIndex Integer32
  aclStatus RowStatus

AclIfEntry  
SEQUENCE    
  aclIfIndex Integer32
  aclIfDirection INTEGER
  aclIfSequence Unsigned32
  aclIfAclType INTEGER
  aclIfAclId Integer32
  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
  aclRuleAssignQueueId Unsigned32
  aclRuleRedirectIntf InterfaceIndexOrZero
  aclRuleMatchEvery TruthValue

AclMacEntry  
SEQUENCE    
  aclMacIndex Integer32
  aclMacName DisplayString
  aclMacStatus RowStatus

AclMacRuleEntry  
SEQUENCE    
  aclMacRuleIndex Integer32
  aclMacRuleAction INTEGER
  aclMacRuleCos Unsigned32
  aclMacRuleCos2 Unsigned32
  aclMacRuleDestMacAddr MacAddress
  aclMacRuleDestMacMask MacAddress
  aclMacRuleEtypeKey INTEGER
  aclMacRuleEtypeValue EtypeValue
  aclMacRuleSrcMacAddr MacAddress
  aclMacRuleSrcMacMask MacAddress
  aclMacRuleVlanId Unsigned32
  aclMacRuleVlanIdRangeStart Unsigned32
  aclMacRuleVlanIdRangeEnd Unsigned32
  aclMacRuleVlanId2 Unsigned32
  aclMacRuleVlanId2RangeStart Unsigned32
  aclMacRuleVlanId2RangeEnd Unsigned32
  aclMacRuleStatus RowStatus
  aclMacRuleAssignQueueId Unsigned32
  aclMacRuleRedirectIntf InterfaceIndexOrZero
  aclMacRuleMatchEvery TruthValue

Defined Values

agentQOSACL 1.3.6.1.4.1.4526.10.3.2
The MIB definitions for Quality of Service - ACL Flex package.
MODULE-IDENTITY    

aclTable 1.3.6.1.4.1.4526.10.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.10.3.2.1.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  AclEntry  

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

aclStatus 1.3.6.1.4.1.4526.10.3.2.1.1.3
Status of this instance. Entries can not be deleted until all rows in the aclIfTable and aclRuleTable with corresponding values of aclIndex have been deleted. 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  

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

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

aclIfIndex 1.3.6.1.4.1.4526.10.3.2.2.1.1
The interface to which this ACL instance applies.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

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

aclIfSequence 1.3.6.1.4.1.4526.10.3.2.2.1.3
The relative evaluation sequence of this ACL for this interface and direction. When multiple ACLs are allowed for a given interface and direction, the sequence number determines the order in which the list of ACLs are evaluated, with lower sequence numbers given higher precedence. The sequence number value is arbitrary, but must be a unique non-zero value for a given interface and direction. Setting this object to an existing sequence number value for a given interface and direction causes the ACL corresponding to that value to be replaced with this ACL.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

aclIfAclType 1.3.6.1.4.1.4526.10.3.2.2.1.4
The type of this ACL, which is used to interpret the aclIfId object value. Each type of ACL uses its own numbering scheme for identification (see aclIfId object for details). The aclIfId object must be specified along with this object.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER ip(1), mac(2)  

aclIfAclId 1.3.6.1.4.1.4526.10.3.2.2.1.5
The ACL identifier value, which is interpreted based on the aclIfType object. For the IP ACLs, the actual ACL number is its identifier as follows: IP standard ranges from 1-99, while IP extended ranges from 100-199. Here, aclIfAclId represents aclIndex. The MAC ACLs use an internally-generated index value that is assigned when the ACL is created.Here, aclIfAclId represents aclMacIndex. The aclIfType object must be specified along with this object.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

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

aclRuleTable 1.3.6.1.4.1.4526.10.3.2.4
A table of IP ACL Rule instances.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AclRuleEntry

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

aclRuleIndex 1.3.6.1.4.1.4526.10.3.2.4.1.1
The index of this rule instance within an IP ACL.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

aclRuleAction 1.3.6.1.4.1.4526.10.3.2.4.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.10.3.2.4.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.10.3.2.4.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.10.3.2.4.1.5
The Source IP Mask used in the ACL Classification. This mask is expressed using wild-card notation,which is the 1's compliment of traditional Subnet Masks. Here, the 'Don't care bits' are represented by binary 1's and 'Do care bits' are represented by binary 0's.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

aclRuleSrcL4Port 1.3.6.1.4.1.4526.10.3.2.4.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.10.3.2.4.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.10.3.2.4.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.10.3.2.4.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.10.3.2.4.1.10
The Destination IP Mask used in the ACL Classification. This mask is expressed using wild-card notation,which is the 1's compliment of traditional Subnet Masks. Here, the 'Don't care bits' are represented by binary 1's and 'Do care bits' are represented by binary 0's.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

aclRuleDestL4Port 1.3.6.1.4.1.4526.10.3.2.4.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.10.3.2.4.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.10.3.2.4.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.10.3.2.4.1.14
The Differentiated Services Code Point value.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

aclRuleIpPrecedence 1.3.6.1.4.1.4526.10.3.2.4.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.10.3.2.4.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.10.3.2.4.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.10.3.2.4.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  

aclRuleAssignQueueId 1.3.6.1.4.1.4526.10.3.2.4.1.19
Queue identifier to which all inbound packets matching this ACL rule are directed. This object defaults to the standard queue assignment for user priority 0 traffic per the IEEE 802.1D specification based on the number of assignable queues in the system: 1-3 queues: 0 4-7 queues: 1 8 queues: 2 This default assignment is static and is not influenced by other system configuration changes.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

aclRuleRedirectIntf 1.3.6.1.4.1.4526.10.3.2.4.1.20
A non-zero value indicates the external ifIndex to which all inbound packets matching this ACL rule are directed. A value of zero means packet redirection is not in effect, which is the default value of this object.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndexOrZero  

aclRuleMatchEvery 1.3.6.1.4.1.4526.10.3.2.4.1.21
Flag to indicate that the acl rule is defined to match on every IP packet, regardless of content.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

aclMacGroup 1.3.6.1.4.1.4526.10.3.2.5
OBJECT IDENTIFIER    

aclMacIndexNextFree 1.3.6.1.4.1.4526.10.3.2.5.1
This object contains an unused value for the aclMacIndex to be used when creating a new MAC ACL. A value of zero zero indicates the ACL table is full.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

aclMacTable 1.3.6.1.4.1.4526.10.3.2.5.2
A table of MAC ACL instances.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AclMacEntry

aclMacEntry 1.3.6.1.4.1.4526.10.3.2.5.2.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  AclMacEntry  

aclMacIndex 1.3.6.1.4.1.4526.10.3.2.5.2.1.1
The MAC ACL table index this instance is associated with. When creating a new MAC ACL, refer to the aclMacIndexNextFree object to determine the next available aclMacIndex to use.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

aclMacName 1.3.6.1.4.1.4526.10.3.2.5.2.1.2
The name of this MAC ACL entry, which must consist of 1 to 31 alphanumeric characters and uniquely identify this MAC ACL. An existing MAC ACL can be renamed by setting this object to a new name. This object must be set to complete a new MAC ACL row instance.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..31)  

aclMacStatus 1.3.6.1.4.1.4526.10.3.2.5.2.1.3
Status of this instance. ACL MAC entries can not be deleted until all rows in the aclIfTable and aclRuleTable with corresponding values of aclMacIndex have been deleted. 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 The aclMacName object must be set to complete this row instance.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

aclMacRuleTable 1.3.6.1.4.1.4526.10.3.2.5.3
A table of layer 2 MAC ACL Rule instances.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AclMacRuleEntry

aclMacRuleEntry 1.3.6.1.4.1.4526.10.3.2.5.3.1
A table of layer 2 MAC ACL Classification Rules
Status: current Access: not-accessible
OBJECT-TYPE    
  AclMacRuleEntry  

aclMacRuleIndex 1.3.6.1.4.1.4526.10.3.2.5.3.1.1
The index of this rule instance within an MAC ACL.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

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

aclMacRuleCos 1.3.6.1.4.1.4526.10.3.2.5.3.1.3
The Class of Service (COS) used in the MAC ACL Classification. This is the three-bit user priority field in the 802.1Q tag header of a tagged Ethernet frame. For frames containing a double VLAN tag, this field is located in the first/outer tag.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..7  

aclMacRuleCos2 1.3.6.1.4.1.4526.10.3.2.5.3.1.4
The Secondary Class of Service (COS2) used in the MAC ACL Classification. This is the three-bit user priority field in the second/inner 802.1Q tag header of a double VLAN tagged Ethernet frame.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..7  

aclMacRuleDestMacAddr 1.3.6.1.4.1.4526.10.3.2.5.3.1.5
The Destination MAC address used in the MAC ACL Classification.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

aclMacRuleDestMacMask 1.3.6.1.4.1.4526.10.3.2.5.3.1.6
The Destination MAC address mask used in the MAC ACL Classification. This mask value identifies the portion of the aclMacRuleDestMacAddr that is compared against a packet. A non-contiguous mask value is permitted.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

aclMacRuleEtypeKey 1.3.6.1.4.1.4526.10.3.2.5.3.1.7
The Ethertype keyword used in the MAC ACL Classification. A keyword of custom(1) requires that the aclMacRuleEtypeValue object also be set.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER custom(1), appletalk(2), arp(3), ibmsna(4), ipv4(5), ipv6(6), ipx(7), mplsmcast(8), mplsucast(9), netbios(10), novell(11), pppoe(12), rarp(13)  

aclMacRuleEtypeValue 1.3.6.1.4.1.4526.10.3.2.5.3.1.8
The Ethertype custom value used in the MAC ACL Classification. This object is only valid if the aclMacRuleEtypeKey is set to custom(1). The allowed value for this object is 0x0600 to 0xFFFF (1536 to 65535).
Status: current Access: read-create
OBJECT-TYPE    
  EtypeValue  

aclMacRuleSrcMacAddr 1.3.6.1.4.1.4526.10.3.2.5.3.1.9
The Source MAC address used in the MAC ACL Classification.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

aclMacRuleSrcMacMask 1.3.6.1.4.1.4526.10.3.2.5.3.1.10
The Source MAC address mask used in the MAC ACL Classification. This mask value identifies the portion of the aclMacRuleSrcMacAddr that is compared against a packet. A non-contiguous mask value is permitted.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

aclMacRuleVlanId 1.3.6.1.4.1.4526.10.3.2.5.3.1.11
The VLAN ID value used in the MAC ACL Classification. The VLAN ID field is defined as the 12-bit VLAN identifier in the 802.1Q tag header of a tagged Ethernet frame. This is contained in the first/outer tag of a double VLAN tagged frame.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..4095  

aclMacRuleVlanIdRangeStart 1.3.6.1.4.1.4526.10.3.2.5.3.1.12
The VLAN ID range start value used in the MAC ACL Classification. Setting this value greater than the current aclMacRuleVlanIdRangeEnd changes the VLAN ID range end to the same value as the range start. The VLAN ID field is defined as the 12-bit VLAN identifier in the 802.1Q tag header of a tagged Ethernet frame. This is contained in the first/outer tag of a double VLAN tagged frame.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..4095  

aclMacRuleVlanIdRangeEnd 1.3.6.1.4.1.4526.10.3.2.5.3.1.13
The VLAN ID range end value used in the MAC ACL Classification. Setting this value less than the current aclMacRuleVlanIdRangeStart changes the VLAN ID range start to the same value as the range end. The VLAN ID field is defined as the 12-bit VLAN identifier in the 802.1Q tag header of a tagged Ethernet frame. This is contained in the first/outer tag of a double VLAN tagged frame.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..4095  

aclMacRuleVlanId2 1.3.6.1.4.1.4526.10.3.2.5.3.1.14
The Secondary VLAN ID value used in the MAC ACL Classification. The Secondary VLAN ID field is defined as the 12-bit VLAN identifier in the second/inner 802.1Q tag header of a double VLAN tagged Ethernet frame.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..4095  

aclMacRuleVlanId2RangeStart 1.3.6.1.4.1.4526.10.3.2.5.3.1.15
The Secondary VLAN ID range start value used in the MAC ACL Classification. Setting this value greater than the current aclMacRuleVlanId2RangeEnd changes the Secondary VLAN ID range end to the same value as the range start. The Secondary VLAN ID field is defined as the 12-bit VLAN identifier in the second/inner 802.1Q tag header of a double VLAN tagged Ethernet frame.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..4095  

aclMacRuleVlanId2RangeEnd 1.3.6.1.4.1.4526.10.3.2.5.3.1.16
The Secondary VLAN ID range end value used in the MAC ACL Classification. Setting this value less than the current aclMacRuleVlanId2RangeStart changes the Secondary VLAN ID range start to the same value as the range end. The Secondary VLAN ID field is defined as the 12-bit VLAN identifier in the second/inner 802.1Q tag header of a double VLAN tagged Ethernet frame.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..4095  

aclMacRuleStatus 1.3.6.1.4.1.4526.10.3.2.5.3.1.17
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  

aclMacRuleAssignQueueId 1.3.6.1.4.1.4526.10.3.2.5.3.1.18
Queue identifier to which all inbound packets matching this MAC ACL rule are directed. This object defaults to the standard queue assignment for user priority 0 traffic per the IEEE 802.1D specification based on the number of assignable queues in the system: 1-3 queues: 0 4-7 queues: 1 8 queues: 2 This default assignment is static and is not influenced by other system configuration changes.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

aclMacRuleRedirectIntf 1.3.6.1.4.1.4526.10.3.2.5.3.1.19
A non-zero value indicates the external ifIndex to which all inbound packets matching this MAC ACL rule are directed. A value of zero means packet redirection is not in effect, which is the default value of this object.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndexOrZero  

aclMacRuleMatchEvery 1.3.6.1.4.1.4526.10.3.2.5.3.1.20
Flag to indicate that the MAC acl rule is defined to match all packets, regardless of Ethertype.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue