DLINKSW-L2FDB-MIB
- Registered at
- 1.3.6.1.4.1.171.14.3
- Last updated
- 2012-12-26 00:00
- Organization
- D-Link Corp.
- Revisions
- 2012-12-26 00:00
- Namespace
- dlink
- Source file
DLINKSW-L2FDB-MIB- Digest
sha256:90640b465190fd68b200395da43a3f7e0d6b582932833d4b9926751ea50d46d1
Description
This MIB module defines objects for L2FDB.
Contact
D-Link Corporation Postal: No. 289, Sinhu 3rd Rd., Neihu District, Taipei City 114, Taiwan, R.O.C Tel: +886-2-66000123 E-mail: tsd@dlink.com.tw
Imports
| From | Symbols |
|---|---|
| DLINK-ID-REC-MIB | dlinkIndustrialCommon |
| IF-MIB | InterfaceIndex, InterfaceIndexOrZero, ifIndex |
| Q-BRIDGE-MIB | PortList, VlanId, dot1qFdbId, dot1qStaticUnicastAddress |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, MacAddress, RowStatus, TEXTUAL-CONVENTION, TruthValue |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
BRIDGE-MIB DLINK-ID-REC-MIB DLINKSW-L2FDB-MIB IANAifType-MIB IF-MIB P-BRIDGE-MIB Q-BRIDGE-MIB RFC1158-MIB RFC1271-MIB RMON-MIB RMON2-MIB SNMP-FRAMEWORK-MIB SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-TC TOKEN-RING-RMON-MIB
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| dL2FdbMIBNotifications OBJECT-IDENTITY | 1.3.6.1.4.1.171.14.3.0 | |||
| dL2FdbMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.171.14.3.1 | |||
| dL2FdbGblCtrl OBJECT-IDENTITY | 1.3.6.1.4.1.171.14.3.1.1 | |||
| dL2FdbClearCtrl OBJECT-IDENTITY | 1.3.6.1.4.1.171.14.3.1.1.1 | |||
| dL2FdbClearMacAddrByMacAddr OBJECT-TYPE This object specifies a MAC address which will be cleared. When read, a value of '000000000000'H is returned. | 1.3.6.1.4.1.171.14.3.1.1.1.1 | MacAddress | read-write | current |
| dL2FdbClearMacAddrByIf OBJECT-TYPE 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. | 1.3.6.1.4.1.171.14.3.1.1.1.2 | InterfaceIndexOrZero | read-write | current |
| dL2FdbClearAllMacAddr OBJECT-TYPE 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. | 1.3.6.1.4.1.171.14.3.1.1.1.3 | INTEGER {clear(1), noOp(2)} | read-write | current |
| dL2FdbAgingTime OBJECT-TYPE 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. | 1.3.6.1.4.1.171.14.3.1.1.2 | Unsigned32 (0 | 5..1000000) | read-write | current |
| dL2FdbMacChangeEnabled OBJECT-TYPE This object indicates the status of MAC address notification feature on the Switch. | 1.3.6.1.4.1.171.14.3.1.1.3 | TruthValue | read-write | current |
| dL2FdbMacChangeNotifInterval OBJECT-TYPE Specifies the interval between two consecutive MAC address change notifications. | 1.3.6.1.4.1.171.14.3.1.1.4 | Unsigned32 (1..2147483647) | read-write | current |
| dL2FdbMacChangeNotifyEnabled OBJECT-TYPE Indicates whether cmnMacChangedNotification notifications will or will not be sent when there are MAC addresses learnt or removed from the forwarding table. | 1.3.6.1.4.1.171.14.3.1.1.5 | TruthValue | read-write | current |
| dL2FdbMacChangeHistorySize OBJECT-TYPE Specifies the maximum number of the entries in the MAC history notification table. | 1.3.6.1.4.1.171.14.3.1.1.6 | Unsigned32 (0..500) | read-write | current |
| dL2FdbDestHitEnabled OBJECT-TYPE This object indicates the state whether the destination MAC address will trigger update function. | 1.3.6.1.4.1.171.14.3.1.1.7 | TruthValue | read-write | current |
| dL2FdbStaticUnicastTable OBJECT-TYPE This table contains a list of configuration for static unicast MAC addresses. | 1.3.6.1.4.1.171.14.3.1.2 | not-accessible | current | |
| dL2FdbStaticUnicastEntry OBJECT-TYPE A table entry represents configuration for a static unicast MAC address information. | 1.3.6.1.4.1.171.14.3.1.2.1 | not-accessible | current | |
| dL2FdbStaticUnicastVlanID OBJECT-TYPE The VLAN ID of the entry. | 1.3.6.1.4.1.171.14.3.1.2.1.1 | VlanId | not-accessible | current |
| dL2FdbStaticUnicastMacAddr OBJECT-TYPE The MAC address of the entry. | 1.3.6.1.4.1.171.14.3.1.2.1.2 | MacAddress | not-accessible | current |
| dL2FdbStaticUnicastType OBJECT-TYPE 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. | 1.3.6.1.4.1.171.14.3.1.2.1.3 | INTEGER {self(1), permanent(2), permanentDrop(3)} | read-create | current |
| dL2FdbStaticUnicastPortNum OBJECT-TYPE 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. | 1.3.6.1.4.1.171.14.3.1.2.1.4 | Integer32 | read-create | current |
| dL2FdbStaticUnicastRowStatus OBJECT-TYPE This object indicates the RowStatus of this entry. | 1.3.6.1.4.1.171.14.3.1.2.1.5 | RowStatus | read-create | current |
| dL2FdbIfCtrlTable OBJECT-TYPE This table contains a list of interface-specific configuration for L2 FDB. | 1.3.6.1.4.1.171.14.3.1.3 | not-accessible | current | |
| dL2FdbIfCtrlEntry OBJECT-TYPE An entry represents interface L2 FDB configuration. | 1.3.6.1.4.1.171.14.3.1.3.1 | not-accessible | current | |
| dL2FdbIfCtrlNotifyEnable OBJECT-TYPE 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. | 1.3.6.1.4.1.171.14.3.1.3.1.1 | Bits {added(0), removed(1)} | read-write | current |
| dL2FdbIfMacLearningEnabled OBJECT-TYPE This object indicates whether the MAC-address learning is enabled or not on the physical interface. | 1.3.6.1.4.1.171.14.3.1.3.1.2 | TruthValue | read-write | current |
| dL2FdbMulticastFilterModeTable OBJECT-TYPE This table contains a list of multicast filter mode configuration of interfaces. Only applicable interfaces will present on this table. | 1.3.6.1.4.1.171.14.3.1.4 | not-accessible | current | |
| dL2FdbMulticastFilterModeEntry OBJECT-TYPE An entry represents multicast filter mode on an interface. | 1.3.6.1.4.1.171.14.3.1.4.1 | not-accessible | current | |
| dL2FdbMcastFilterModeIfIndex OBJECT-TYPE 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. | 1.3.6.1.4.1.171.14.3.1.4.1.1 | InterfaceIndex | not-accessible | current |
| dL2FdbMcastFilterMode OBJECT-TYPE This object indicates the handling method for multicast packets on the corresponding interface. | 1.3.6.1.4.1.171.14.3.1.4.1.2 | INTEGER {forwardAll(1), forwardUnregistered(2), filterUnregistered(3)} | read-write | current |
| dL2FdbMacChangeHistoryTable OBJECT-TYPE This table contains a list of MAC address change history. | 1.3.6.1.4.1.171.14.3.1.5 | not-accessible | current | |
| dL2FdbMacChangeHistoryEntry OBJECT-TYPE An entry represents a MAC address change. | 1.3.6.1.4.1.171.14.3.1.5.1 | not-accessible | current | |
| dL2FdbMacChangeHistoryIndex OBJECT-TYPE This object is history index. | 1.3.6.1.4.1.171.14.3.1.5.1.1 | Unsigned32 (1..500) | not-accessible | current |
| dL2FdbMacChangeHistoryOp OBJECT-TYPE mac notify change operation 1 - learned a new MAC address 2 - deleted an old MAC address | 1.3.6.1.4.1.171.14.3.1.5.1.2 | INTEGER {added(1), removed(2)} | read-only | current |
| dL2FdbMacChangeHistoryVlanID OBJECT-TYPE The VLAN ID of the entry. | 1.3.6.1.4.1.171.14.3.1.5.1.3 | VlanId | read-only | current |
| dL2FdbMacChangeHistoryMacAddr OBJECT-TYPE The MAC address of the entry. | 1.3.6.1.4.1.171.14.3.1.5.1.4 | MacAddress | read-only | current |
| dL2FdbMacChangeHistoryPortNum OBJECT-TYPE The port number of the unicast address. | 1.3.6.1.4.1.171.14.3.1.5.1.5 | Integer32 | read-only | current |
| dL2FdbNotifyInfo OBJECT-IDENTITY | 1.3.6.1.4.1.171.14.3.1.6 | |||
| dL2FdbMacChangeNotifyInfo OBJECT-TYPE 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). | 1.3.6.1.4.1.171.14.3.1.6.1 | OCTET STRING (SIZE(1..1024)) | accessible-for-notify | current |
| dL2FdbMIBConformance OBJECT-IDENTITY | 1.3.6.1.4.1.171.14.3.2 | |||
| dL2FdbCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.171.14.3.2.1 | |||
| dL2FdbGroups OBJECT-IDENTITY | 1.3.6.1.4.1.171.14.3.2.2 |
Notifications
| Name | OID | Status |
|---|---|---|
| dL2FdbMacNotification NOTIFICATION-TYPE This trap indicates a MAC address is added to or removed from the address table. | 1.3.6.1.4.1.171.14.3.0.1 | current |
Conformance
| Name | OID | Status |
|---|---|---|
| dL2FdbCompliance MODULE-COMPLIANCE The compliance statement for entities which implement the DLINKSW-L2FDB-MIB. | 1.3.6.1.4.1.171.14.3.2.1.1 | current |
| dL2FdbGlobalGroup OBJECT-GROUP A collection of objects providing the gloal configuration for L2FDB | 1.3.6.1.4.1.171.14.3.2.2.1 | current |
| dL2FdbMacAddrTableGroup OBJECT-GROUP A collection of objects providing the information of MAC-Address-Table for L2FDB | 1.3.6.1.4.1.171.14.3.2.2.2 | current |
| dL2FdbInterfaceGroup OBJECT-GROUP A collection of objects providing the information of Interface Table for L2FDB | 1.3.6.1.4.1.171.14.3.2.2.3 | current |
| dL2FdbMacChangeNotifyCfgGroup OBJECT-GROUP A collection of objects about the information for L2FDB notification. | 1.3.6.1.4.1.171.14.3.2.2.4 | current |
| dL2FdbMcastFilterModeCfgGroup OBJECT-GROUP A collection of objects about the configuration for multicast filter mode. | 1.3.6.1.4.1.171.14.3.2.2.5 | current |
| dL2FdbMacChangeNotifyGroup OBJECT-GROUP The notifications information used for the change of MAC address table. | 1.3.6.1.4.1.171.14.3.2.2.6 | current |
| dL2FdbMacChgNotificationGroup NOTIFICATION-GROUP The collection of notifications used for monitoring the change of MAC address table. | 1.3.6.1.4.1.171.14.3.2.2.7 | current |