DLINKSW-L2FDB-MIB

File: DLINKSW-L2FDB-MIB.mib (21436 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
IF-MIB Q-BRIDGE-MIB DLINK-ID-REC-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Unsigned32 Integer32 RowStatus
DisplayString TruthValue MacAddress
MODULE-COMPLIANCE OBJECT-GROUP NOTIFICATION-GROUP
ifIndex InterfaceIndex InterfaceIndexOrZero
dot1qFdbId dot1qStaticUnicastAddress VlanId
PortList dlinkIndustrialCommon

Defined Types

DL2FdbStaticUnicastEntry  
SEQUENCE    
  dL2FdbStaticUnicastVlanID VlanId
  dL2FdbStaticUnicastMacAddr MacAddress
  dL2FdbStaticUnicastType INTEGER
  dL2FdbStaticUnicastPortNum Integer32
  dL2FdbStaticUnicastRowStatus RowStatus

DL2FdbIfCtrlEntry  
SEQUENCE    
  dL2FdbIfCtrlNotifyEnable BITS
  dL2FdbIfMacLearningEnabled TruthValue

DL2FdbMulticastFilterModeEntry  
SEQUENCE    
  dL2FdbMcastFilterModeIfIndex InterfaceIndex
  dL2FdbMcastFilterMode INTEGER

DL2FdbMacChangeHistoryEntry  
SEQUENCE    
  dL2FdbMacChangeHistoryIndex Unsigned32
  dL2FdbMacChangeHistoryOp INTEGER
  dL2FdbMacChangeHistoryVlanID VlanId
  dL2FdbMacChangeHistoryMacAddr MacAddress
  dL2FdbMacChangeHistoryPortNum Integer32

Defined Values

dlinkSwL2FdbMIB 1.3.6.1.4.1.171.14.3
This MIB module defines objects for L2FDB.
MODULE-IDENTITY    

dL2FdbMIBNotifications 1.3.6.1.4.1.171.14.3.0
OBJECT IDENTIFIER    

dL2FdbMIBObjects 1.3.6.1.4.1.171.14.3.1
OBJECT IDENTIFIER    

dL2FdbMIBConformance 1.3.6.1.4.1.171.14.3.2
OBJECT IDENTIFIER    

dL2FdbGblCtrl 1.3.6.1.4.1.171.14.3.1.1
OBJECT IDENTIFIER    

dL2FdbClearCtrl 1.3.6.1.4.1.171.14.3.1.1.1
OBJECT IDENTIFIER    

dL2FdbClearMacAddrByMacAddr 1.3.6.1.4.1.171.14.3.1.1.1.1
This object specifies a MAC address which will be cleared. When read, a value of '000000000000'H is returned.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

dL2FdbClearMacAddrByIf 1.3.6.1.4.1.171.14.3.1.1.1.2
This object indicates the ifIndex of the physical port/port-channel/vlan interface on which the dynamic MAC address(es) will be cleared. When read, a value of 0 is returned.
Status: current Access: read-write
OBJECT-TYPE    
  InterfaceIndexOrZero  

dL2FdbClearAllMacAddr 1.3.6.1.4.1.171.14.3.1.1.1.3
This object clears all of the dynamic FDB entries, when set to 'clear'. No action is taken if this object is set to 'noOp'. When read, the value 'noOp' is returned.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER clear(1), noOp(2)  

dL2FdbAgingTime 1.3.6.1.4.1.171.14.3.1.1.2
Specify the aging time in seconds. The valid range is 5 to 1000000 seconds. The special valie of 0 indicates the ging out function is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0 | 5..1000000  

dL2FdbMacChangeEnabled 1.3.6.1.4.1.171.14.3.1.1.3
This object indicates the status of MAC address notification feature on the Switch.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

dL2FdbMacChangeNotifInterval 1.3.6.1.4.1.171.14.3.1.1.4
Specifies the interval between two consecutive MAC address change notifications.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..2147483647  

dL2FdbMacChangeNotifyEnabled 1.3.6.1.4.1.171.14.3.1.1.5
Indicates whether cmnMacChangedNotification notifications will or will not be sent when there are MAC addresses learnt or removed from the forwarding table.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

dL2FdbMacChangeHistorySize 1.3.6.1.4.1.171.14.3.1.1.6
Specifies the maximum number of the entries in the MAC history notification table.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..500  

dL2FdbDestHitEnabled 1.3.6.1.4.1.171.14.3.1.1.7
This object indicates the state whether the destination MAC address will trigger update function.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

dL2FdbStaticUnicastTable 1.3.6.1.4.1.171.14.3.1.2
This table contains a list of configuration for static unicast MAC addresses.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DL2FdbStaticUnicastEntry

dL2FdbStaticUnicastEntry 1.3.6.1.4.1.171.14.3.1.2.1
A table entry represents configuration for a static unicast MAC address information.
Status: current Access: not-accessible
OBJECT-TYPE    
  DL2FdbStaticUnicastEntry  

dL2FdbStaticUnicastVlanID 1.3.6.1.4.1.171.14.3.1.2.1.1
The VLAN ID of the entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  VlanId  

dL2FdbStaticUnicastMacAddr 1.3.6.1.4.1.171.14.3.1.2.1.2
The MAC address of the entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  MacAddress  

dL2FdbStaticUnicastType 1.3.6.1.4.1.171.14.3.1.2.1.3
This object indicates the status of this entry. self(1) - This entry is currently in use by the device's MAC address. permanent(2) - This entry is currently in use and will remain so until after the next reset of the device. permanentDrop(3) - This entry will filter the packet with the specified MAC address as the source MAC or as the destination MAC. The entry is currently in use and will remain so after the next reboot of the device. The value of this object MUST be retained across reinitializations of the management system.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER self(1), permanent(2), permanentDrop(3)  

dL2FdbStaticUnicastPortNum 1.3.6.1.4.1.171.14.3.1.2.1.4
The port number of the static unicast address. The value of 0 indicates the CPU port. The value of -1 indicates mac filter entry with permanentDrop type.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

dL2FdbStaticUnicastRowStatus 1.3.6.1.4.1.171.14.3.1.2.1.5
This object indicates the RowStatus of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

dL2FdbIfCtrlTable 1.3.6.1.4.1.171.14.3.1.3
This table contains a list of interface-specific configuration for L2 FDB.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DL2FdbIfCtrlEntry

dL2FdbIfCtrlEntry 1.3.6.1.4.1.171.14.3.1.3.1
An entry represents interface L2 FDB configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  DL2FdbIfCtrlEntry  

dL2FdbIfCtrlNotifyEnable 1.3.6.1.4.1.171.14.3.1.3.1.1
This object indicates whether a specified notification is enabled or not. If a bit corresponding to a notification is set to 1, then the specified notification can be generated. added(0) - the MAC change notification when a MAC address is added on the interface. removed(1) - the MAC change notification when a MAC address is removed from the interface.
Status: current Access: read-write
OBJECT-TYPE    
  BITS added(0), removed(1)  

dL2FdbIfMacLearningEnabled 1.3.6.1.4.1.171.14.3.1.3.1.2
This object indicates whether the MAC-address learning is enabled or not on the physical interface.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

dL2FdbMulticastFilterModeTable 1.3.6.1.4.1.171.14.3.1.4
This table contains a list of multicast filter mode configuration of interfaces. Only applicable interfaces will present on this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DL2FdbMulticastFilterModeEntry

dL2FdbMulticastFilterModeEntry 1.3.6.1.4.1.171.14.3.1.4.1
An entry represents multicast filter mode on an interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  DL2FdbMulticastFilterModeEntry  

dL2FdbMcastFilterModeIfIndex 1.3.6.1.4.1.171.14.3.1.4.1.1
This object indicates the ifIndex of the interface. If support vlan-based filtering mode: The valid interfaces are VLANs. If support port-based filtering mode: The valid interfaces are physical port.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

dL2FdbMcastFilterMode 1.3.6.1.4.1.171.14.3.1.4.1.2
This object indicates the handling method for multicast packets on the corresponding interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER forwardAll(1), forwardUnregistered(2), filterUnregistered(3)  

dL2FdbMacChangeHistoryTable 1.3.6.1.4.1.171.14.3.1.5
This table contains a list of MAC address change history.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DL2FdbMacChangeHistoryEntry

dL2FdbMacChangeHistoryEntry 1.3.6.1.4.1.171.14.3.1.5.1
An entry represents a MAC address change.
Status: current Access: not-accessible
OBJECT-TYPE    
  DL2FdbMacChangeHistoryEntry  

dL2FdbMacChangeHistoryIndex 1.3.6.1.4.1.171.14.3.1.5.1.1
This object is history index.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..500  

dL2FdbMacChangeHistoryOp 1.3.6.1.4.1.171.14.3.1.5.1.2
mac notify change operation 1 - learned a new MAC address 2 - deleted an old MAC address
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER added(1), removed(2)  

dL2FdbMacChangeHistoryVlanID 1.3.6.1.4.1.171.14.3.1.5.1.3
The VLAN ID of the entry.
Status: current Access: read-only
OBJECT-TYPE    
  VlanId  

dL2FdbMacChangeHistoryMacAddr 1.3.6.1.4.1.171.14.3.1.5.1.4
The MAC address of the entry.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

dL2FdbMacChangeHistoryPortNum 1.3.6.1.4.1.171.14.3.1.5.1.5
The port number of the unicast address.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

dL2FdbNotifyInfo 1.3.6.1.4.1.171.14.3.1.6
OBJECT IDENTIFIER    

dL2FdbMacChangeNotifyInfo 1.3.6.1.4.1.171.14.3.1.6.1
This object indicates the information for the device MAC address changes. And the detailed information include: Operation Code + MAC address + Box ID (or slot ID) + Port Number + Zero... Operation Code: 1, 2 1 means learned a new MAC address 2 means deleted an old MAC address. Box ID: The switch box ID, for standalone device, it always 1. Port Number: The hysical port/port-channellearned or deleted for the box,if port-channel, the box id is invalid Zero: Used to separate each message(Operate Code + MAC address + Box ID + Port Number).
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  OCTET STRING Size(1..1024)  

dL2FdbMacNotification 1.3.6.1.4.1.171.14.3.0.1
This trap indicates a MAC address is added to or removed from the address table.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

dL2FdbCompliances 1.3.6.1.4.1.171.14.3.2.1
OBJECT IDENTIFIER    

dL2FdbCompliance 1.3.6.1.4.1.171.14.3.2.1.1
The compliance statement for entities which implement the DLINKSW-L2FDB-MIB.
Status: current Access: accessible-for-notify
MODULE-COMPLIANCE    

dL2FdbGroups 1.3.6.1.4.1.171.14.3.2.2
OBJECT IDENTIFIER    

dL2FdbGlobalGroup 1.3.6.1.4.1.171.14.3.2.2.1
A collection of objects providing the gloal configuration for L2FDB
Status: current Access: accessible-for-notify
OBJECT-GROUP    

dL2FdbMacAddrTableGroup 1.3.6.1.4.1.171.14.3.2.2.2
A collection of objects providing the information of MAC-Address-Table for L2FDB
Status: current Access: accessible-for-notify
OBJECT-GROUP    

dL2FdbInterfaceGroup 1.3.6.1.4.1.171.14.3.2.2.3
A collection of objects providing the information of Interface Table for L2FDB
Status: current Access: accessible-for-notify
OBJECT-GROUP    

dL2FdbMacChangeNotifyCfgGroup 1.3.6.1.4.1.171.14.3.2.2.4
A collection of objects about the information for L2FDB notification.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

dL2FdbMcastFilterModeCfgGroup 1.3.6.1.4.1.171.14.3.2.2.5
A collection of objects about the configuration for multicast filter mode.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

dL2FdbMacChangeNotifyGroup 1.3.6.1.4.1.171.14.3.2.2.6
The notifications information used for the change of MAC address table.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

dL2FdbMacChgNotificationGroup 1.3.6.1.4.1.171.14.3.2.2.7
The collection of notifications used for monitoring the change of MAC address table.
Status: current Access: accessible-for-notify
NOTIFICATION-GROUP