ZYXEL-MAC-FILTER-MIB

File: ZYXEL-MAC-FILTER-MIB.mib (5117 bytes)

Imported modules

RFC1155-SMI SNMPv2-SMI SNMPv2-TC
RFC1213-MIB P-BRIDGE-MIB Q-BRIDGE-MIB
BRIDGE-MIB IF-MIB SNMP-FRAMEWORK-MIB
INET-ADDRESS-MIB DISMAN-PING-MIB IEEE8021-CFM-MIB
OSPF-MIB ZYXEL-ES-SMI

Imported symbols

enterprises OBJECT-TYPE RowStatus
DateAndTime TruthValue StorageType
MacAddress DisplayString EnabledStatus
PortList dot1dBasePort InterfaceIndexOrZero
SnmpAdminString InetAddressType InetAddress
OperationResponseStatus Counter TimeTicks
BridgeId Timeout dot1agCfmMdIndex
dot1agCfmMaIndex dot1agCfmMepIdentifier IpAddress
ifIndex NOTIFICATION-TYPE sysObjectID
ospfIfIpAddress ospfAddressLessIf ospfAreaId
ospfNbrIpAddr ospfNbrAddressLessIndex ospfLsdbAreaId
ospfLsdbType ospfLsdbLsid ospfLsdbRouterId
ospfVirtIfAreaId ospfVirtIfNeighbor esMgmt

Defined Types

ZyxelMacFilterEntry  
SEQUENCE    
  zyMacFilterMacAddress MacAddress
  zyMacFilterVid INTEGER
  zyMacFilterName DisplayString
  zyMacFilterAction INTEGER
  zyMacFilterRowStatus RowStatus

Defined Values

zyxelMacFilter 1.3.6.1.4.1.890.1.15.3.47
The subtree for MAC filter
MODULE-IDENTITY    

zyxelMacFilterSetup 1.3.6.1.4.1.890.1.15.3.47.1
OBJECT IDENTIFIER    

zyMacFilterMaxNumberOfRules 1.3.6.1.4.1.890.1.15.3.47.1.1
The maximum number of filter rule that can be created.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

zyxelMacFilterTable 1.3.6.1.4.1.890.1.15.3.47.1.2
The table contains MAC filter configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ZyxelMacFilterEntry

zyxelMacFilterEntry 1.3.6.1.4.1.890.1.15.3.47.1.2.1
An entry contains MAC filter configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  ZyxelMacFilterEntry  

zyMacFilterMacAddress 1.3.6.1.4.1.890.1.15.3.47.1.2.1.1
Type a MAC address in valid MAC address format, that is , six hexadecimal character pairs.
Status: current Access: not-accessible
OBJECT-TYPE    
  MacAddress  

zyMacFilterVid 1.3.6.1.4.1.890.1.15.3.47.1.2.1.2
The VLAN group identificaton number.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

zyMacFilterName 1.3.6.1.4.1.890.1.15.3.47.1.2.1.3
A descriptive name for this rule. This is for identification only.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

zyMacFilterAction 1.3.6.1.4.1.890.1.15.3.47.1.2.1.4
1.discard source : drop the frames from the source MAC address. The switch can still send frames to the MAC address. 2. discard destination: drop the frames to the destination MAC address. The switch can still receive frames originating from the MAC address. 3. both : block traffic to/from the MAC address specified in the MAC field.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER discard-source(1), discard-destination(2), both(3)  

zyMacFilterRowStatus 1.3.6.1.4.1.890.1.15.3.47.1.2.1.5
This object allows entries to be created and deleted from the filter table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus