G6-ACL-MIB

File: G6-ACL-MIB.mib (9405 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC MICROSENS-G6-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Unsigned32 Counter32 enterprises
NOTIFICATION-TYPE DisplayString MacAddress
g6

Defined Types

ActiveFilterPortConfigEntry  
SEQUENCE    
  activeFilterPortConfigPortIndex INTEGER
  activeFilterPortConfigEnableAclFiltering INTEGER
  activeFilterPortConfigAclListName DisplayString

ListEntry  
SEQUENCE    
  listIndex INTEGER
  listName DisplayString
  listDescription DisplayString
  listRules DisplayString

RulesEntry  
SEQUENCE    
  rulesIndex INTEGER
  rulesName DisplayString
  rulesDescription DisplayString
  rulesMode INTEGER
  rulesEtherType Integer32
  rulesProtocol Integer32
  rulesVlanId Integer32
  rulesSourceMac MacAddress
  rulesSourceIp OCTET STRING
  rulesSourceMask OCTET STRING
  rulesSourcePort Integer32
  rulesDestinationMac MacAddress
  rulesDestinationIp OCTET STRING
  rulesDestinationMask OCTET STRING
  rulesDestinationPort Integer32

Defined Values

management 1.3.6.1.4.1.3181.10.6.3
Microsens private MIB for Generation 6 Ethernet Switches
MODULE-IDENTITY    

acl 1.3.6.1.4.1.3181.10.6.3.51
OBJECT IDENTIFIER    

aclEnableAclFiltering 1.3.6.1.4.1.3181.10.6.3.51.1
General enable of access control list operation. Note that this function need only be enabled when port filtering is used. For wifi, dhcp or arp inspection function this enable parameter is meaningless..
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

activeFilterPortConfigTable 1.3.6.1.4.1.3181.10.6.3.51.2
This table defines the parameter for access control of incoming data.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ActiveFilterPortConfigEntry

activeFilterPortConfigEntry 1.3.6.1.4.1.3181.10.6.3.51.2.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  ActiveFilterPortConfigEntry  

activeFilterPortConfigPortIndex 1.3.6.1.4.1.3181.10.6.3.51.2.1.1
Automatically generated
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..31  

activeFilterPortConfigEnableAclFiltering 1.3.6.1.4.1.3181.10.6.3.51.2.1.2
Generally enables access control checking for this particular port. The details need to be configured in the list and rules tables.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

activeFilterPortConfigAclListName 1.3.6.1.4.1.3181.10.6.3.51.2.1.3
Name of the ACL (access control list) which apply to this port. Several ACL lists may be specified with a comma separated list. Example acl1, otherlist
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

listTable 1.3.6.1.4.1.3181.10.6.3.51.3
This table is used to combine and group individual rules for easier reference.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ListEntry

listEntry 1.3.6.1.4.1.3181.10.6.3.51.3.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  ListEntry  

listIndex 1.3.6.1.4.1.3181.10.6.3.51.3.1.1
Automatically generated
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..63  

listName 1.3.6.1.4.1.3181.10.6.3.51.3.1.2
Unique name to reference this entry and to remember whose MAC address is entered.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

listDescription 1.3.6.1.4.1.3181.10.6.3.51.3.1.3
Enter any information required to remember what this rule is intended to do.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

listRules 1.3.6.1.4.1.3181.10.6.3.51.3.1.4
Contains the names of rules that apply to this list separated by commas. Please beware of typing errors. Example: rule1,rule2,other_rule
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

rulesTable 1.3.6.1.4.1.3181.10.6.3.51.4
For filtering of incoming data this table defines the filter rules. The same table also applies to arp inspection. In this use this table statically defines valid MAC/IP/VLAN relationships.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RulesEntry

rulesEntry 1.3.6.1.4.1.3181.10.6.3.51.4.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  RulesEntry  

rulesIndex 1.3.6.1.4.1.3181.10.6.3.51.4.1.1
Automatically generated
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..127  

rulesName 1.3.6.1.4.1.3181.10.6.3.51.4.1.2
Unique name to reference this entry and to remember whose MAC address is entered.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

rulesDescription 1.3.6.1.4.1.3181.10.6.3.51.4.1.3
Enter any information required to remember what this rule is intended to do.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

rulesMode 1.3.6.1.4.1.3181.10.6.3.51.4.1.4
Use UNUSED to temporarily suspend an entry. Use ACCEPT when the matched entry should be treated as valid. Use DENY when a matched entry should be treated as invalid match.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER unused(0), permit(1), deny(2)  

rulesEtherType 1.3.6.1.4.1.3181.10.6.3.51.4.1.5
Use 2048 to match IPv4 (0x800), 34525 to match IPv6 (0x86DD). A value of 0 ignores this field. The field is also ignored for ARP inspection rules.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

rulesProtocol 1.3.6.1.4.1.3181.10.6.3.51.4.1.6
Use 6 to specifiy tcp, 17 for udp, etc. Use to ignore the protocol field. This field is also ignored for arp inspection rules.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..255  

rulesVlanId 1.3.6.1.4.1.3181.10.6.3.51.4.1.7
VLAN ID for which this entry is valid. A value of 0 ignores this field.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

rulesSourceMac 1.3.6.1.4.1.3181.10.6.3.51.4.1.8
MAC address entry.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

rulesSourceIp 1.3.6.1.4.1.3181.10.6.3.51.4.1.9
IP address associated with the given MAC.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..20)  

rulesSourceMask 1.3.6.1.4.1.3181.10.6.3.51.4.1.10
The mask my be used to create a valid address range.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..20)  

rulesSourcePort 1.3.6.1.4.1.3181.10.6.3.51.4.1.11
May be used to specify a specific udp/tcp port. A value of 0 ignores this field. The field is also ignored for ARP inspection rules.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

rulesDestinationMac 1.3.6.1.4.1.3181.10.6.3.51.4.1.12
MAC address entry. This field is ignored for ARP inspection rules.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

rulesDestinationIp 1.3.6.1.4.1.3181.10.6.3.51.4.1.13
IP address associated with the given MAC. This field is ignored for ARP inspection rules.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..20)  

rulesDestinationMask 1.3.6.1.4.1.3181.10.6.3.51.4.1.14
The mask my be used to create a valid address range. This field is ignored for ARP inspection rules.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..20)  

rulesDestinationPort 1.3.6.1.4.1.3181.10.6.3.51.4.1.15
May be used to specify a specific udp/tcp port. A value of 0 ignores this field. The field is also ignored for ARP inspection rules.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65535