getbridgetableResult Structure Definition

The getbridgetableResult structure defines the return type for getbridgetable API.

Syntax



Members

rc

If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings.

message

If the method succeeds, message is NULL else message contains Error/Warning message.

bridgetableList

List of bridgetables


bridgetable Structure Definition

The bridgetable structure defines the actual return type values for getbridgetable API.

Syntax



Members

bridgeage

Time-out value for the bridge table entries, in seconds. The new value applies only to the entries that are dynamically learned after the new value is set. Previously existing bridge table entries expire after the previously configured time-out value.
NOTE: This attribute is deprecated.
This attribute is moved to set l2Param -bridgeAgeTimeout

mac

The MAC address of the target.

ifnum

The interface on which the address was learned.

vlan

The VLAN in which this MAC address resides.

vxlan

The VXLAN in which this MAC address resides.

vtep

The IP address of the destination VXLAN tunnel endpoint where the Ethernet MAC ADDRESS resides.

vni

The VXLAN VNI Network Identifier (or VXLAN Segment ID) to use to connect to the remote VXLAN tunnel endpoint. If omitted the value specified as vxlan will be used.

devicevlan

The vlan on which to send multicast packets when the VXLAN tunnel endpoint is a muticast group address.

flags

Display flags,

type

Whether static or dynamic

channel

The Tunnel through which bridge entry is learned.

controlplane

This bridge table entry is populated by a control plane protocol

_nextgenapiresource


See Also