Class FdbEntry

java.lang.Object
org.netxms.client.topology.FdbEntry

public class FdbEntry extends Object
Switch forwarding database entry
  • Constructor Details

    • FdbEntry

      public FdbEntry(NXCPMessage msg, long baseId)
      Create FDB entry from NXCP message.
      Parameters:
      msg - NXCP message
      baseId - object base id
  • Method Details

    • getAddress

      public MacAddress getAddress()
      Returns:
      the address
    • getInterfaceIndex

      public int getInterfaceIndex()
      Returns:
      the interfaceIndex
    • getPort

      public int getPort()
      Returns:
      the port
    • getNodeId

      public long getNodeId()
      Returns:
      the nodeId
    • getVlanId

      public int getVlanId()
      Returns:
      the vlanId
    • getType

      public int getType()
      Returns:
      the type
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getInterfaceName

      public String getInterfaceName()
      Returns:
      the interfaceName