SW-FDB-MIB

File: SW-FDB-MIB.mib (12335 bytes)

Imported modules

RFC-1212 RFC1155-SMI

Imported symbols

OBJECT-TYPE enterprises

Defined Types

MacAddress  
OCTET STRING Size(6)    

PortList  
OCTET STRING Size(4)    

SwFdbStaticEntry  
SEQUENCE    
  swFdbStaticVid INTEGER
  swFdbStaticAddress MacAddress
  swFdbStaticPortMap PortList
  swFdbStaticState INTEGER
  swFdbStaticStatus INTEGER

SwFdbStaticMemberEntry  
SEQUENCE    
  swFdbStaticMemberVid INTEGER
  swFdbStaticMemberAddress MacAddress
  swFdbStaticMemberUnitIndex INTEGER
  swFdbStaticMemberModuleIndex INTEGER
  swFdbStaticMemberPortIndex INTEGER

SwFdbFilterEntry  
SEQUENCE    
  swFdbFilterVid INTEGER
  swFdbFilterAddress MacAddress
  swFdbFilterState INTEGER

Defined Values

marconi 1.3.6.1.4.1.326
OBJECT IDENTIFIER    

systems 1.3.6.1.4.1.326.2
OBJECT IDENTIFIER    

external 1.3.6.1.4.1.326.2.20
OBJECT IDENTIFIER    


dlinkcommon 1.3.6.1.4.1.326.2.20.1.1
OBJECT IDENTIFIER    

golf 1.3.6.1.4.1.326.2.20.1.2
OBJECT IDENTIFIER    

golfproducts 1.3.6.1.4.1.326.2.20.1.2.1
OBJECT IDENTIFIER    

es2000 1.3.6.1.4.1.326.2.20.1.2.1.3
OBJECT IDENTIFIER    

golfcommon 1.3.6.1.4.1.326.2.20.1.2.2
OBJECT IDENTIFIER    

marconi-mgmt 1.3.6.1.4.1.326.2.20.1.2.2.2
OBJECT IDENTIFIER    

es2000Mgmt 1.3.6.1.4.1.326.2.20.1.2.2.2.28
OBJECT IDENTIFIER    

swL2Mgmt 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2
OBJECT IDENTIFIER    

swFDB 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.9
OBJECT IDENTIFIER    

endOfMIB 1.3.6.1.4.1.326.2.20.1.2.2.2.28.9999
Tok_String
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER  

swFdbStaticTable 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.9.1
This table defines for frames with specific destincation MAC address, the set of ports that the frame will be forwarded to. Note that if a MAC address appears in this table also appears in the filter table, the filter table has higher priority over than this table. See swFdbFilterTable description.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwFdbStaticEntry

swFdbStaticEntry 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.9.1.1
A list of information specifies which ports the frames with specific destination MAC address to go.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SwFdbStaticEntry  

swFdbStaticVid 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.9.1.1.1
This object indicates the VLAN-ID. If the swVlanInfoStatus is port-base mode, the object ranges from 1 to 12. If VLAN is in mac-based mode or disabled, the object indicates the default VLAN-ID(0).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

swFdbStaticAddress 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.9.1.1.2
The MAC address which this forwarding entry applied. It can be an unicast address or a multicast address.
Status: mandatory Access: read-only
OBJECT-TYPE    
  MacAddress  

swFdbStaticPortMap 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.9.1.1.3
The set of ports to which frames received containing the value of swFdbStaticAddress as the DA, are allowed to be forwarded. Each octet within the value of this object specifies a set of eight ports, with the first octet specifying ports 1 through 8, the second octet specifying ports 9 through 16, etc. Within each octet, the most significant bit represents the lowest numbered port, and the least significant bit represents the highest numbered port. Thus, each port of the bridge is represented by a single bit within the value of this object. If that bit has a value of '1' then that port is included in the set of ports; the port is not included if its bit has a value of '0'.(Note that the setting of the bit corresponding to the port from which a frame is received is irrelevant.)
Status: mandatory Access: read-write
OBJECT-TYPE    
  PortList  

swFdbStaticState 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.9.1.1.4
This object indicates the status of this entry. other(1) - This entry is currently in use but the conditions under which it will remain so are different from each of the following values. invalid(2) - Writing this value to the object, and then the corresponding entry will be removed from the table. valid(3) - This entry is reside in the table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), invalid(2), valid(3)  

swFdbStaticStatus 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.9.1.1.5
This object indicates the status of this entry. other(1) - This entry is currently in use but the conditions under which it will remain so are different from each of the following values. apply(2) - This entry is currently in use and reside in the table. not-apply(3) - This entry is reside in the table but currently not in use due to conflict with filter table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), apply(2), not-apply(3)  

swFdbStaticMemberTable 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.9.2
A list of information provide a different view for those ports where packets from the given Vlan need to be forwarded to.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwFdbStaticMemberEntry

swFdbStaticMemberEntry 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.9.2.1
A list of MIB capability entries supported by this forwarding static table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SwFdbStaticMemberEntry  

swFdbStaticMemberVid 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.9.2.1.1
This object indicates the VLAN-ID. If the swVlanInfoStatus is port-base mode, the object ranges from 1 to 12. If VLAN is in mac-based mode or disabled, the object indicates the default VLAN-ID(0).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

swFdbStaticMemberAddress 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.9.2.1.2
The MAC address which this forwarding entry applied. It can be an unicast address or a multicast address.
Status: mandatory Access: read-only
OBJECT-TYPE    
  MacAddress  

swFdbStaticMemberUnitIndex 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.9.2.1.3
Specifies the unit ID where the port is located.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

swFdbStaticMemberModuleIndex 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.9.2.1.4
Specifies the module ID where the port is located.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

swFdbStaticMemberPortIndex 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.9.2.1.5
Specifies the port index relative to the module.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

swFdbFilterTable 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.9.3
This table defines information for the device to filter packets with specific MAC address (either as the DA or as the SA). The MAC address can be a unicast address or a multicast address. This table has higher priority than both static FDB table and IGMP table. It means that if a MAC address appears on this table also appears on the static FDB table, the device will use the information provide by this table to process the packet.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwFdbFilterEntry

swFdbFilterEntry 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.9.3.1
A list of information about a specific unicast/multicast MAC address for which the switch has filtering information.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SwFdbFilterEntry  

swFdbFilterVid 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.9.3.1.1
This object indicates the VLAN-ID. If the swVlanInfoStatus is port-base mode, the object ranges from 1 to 12. If VLAN is in mac-based mode or disabled, the object indicates the default VLAN-ID(0).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

swFdbFilterAddress 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.9.3.1.2
This object indicates a unicast/multicast MAC address for which the bridge has filtering information.
Status: mandatory Access: read-only
OBJECT-TYPE    
  MacAddress  

swFdbFilterState 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.9.3.1.3
This object indicates the status of this entry. other(1) - This entry is currently in use but the conditions under which it will remain so are different from each of the following values. invalid(2) - Writing this value to the object, and then the corresponding entry will be removed from the table. valid(3) - Writing this value to the object, and then the corresponding entry will be added into the table. dst-src-addr(4) - Recieved frames's destination address or source address are currently used to be filtered as it meets with the MAC address entry of the table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), invalid(2), valid(3), dst-src-addr(4)