bridgetable¶
The following operations can be performed on "bridgetable":
set bridgetable¶
Sets global parameters of bridge table entries.
Synopsys¶
set bridgetable -bridgeAge <positive_integer>
Arguments¶
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.
Default value: 300
Minimum value: 60
Maximum value: 300
Example¶
set bridgetable -bridgeAge 200
unset bridgetable¶
Use this command to remove bridgetable settings.Refer to the set bridgetable command for meanings of the arguments.
Synopsys¶
unset bridgetable -bridgeAge
show bridgetable¶
Displays the bridge table entries and the configured time-out values for these entries.
Synopsys¶
show bridgetable
Outputs¶
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.
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 VTEP
flags
Display flags,
channel
The Tunnel through which bridge entry is learned.
devno
count
stateflag
Example¶
show bridgetable
clear bridgetable¶
Remove entries from bridge table
Synopsys¶
clear bridgetable [-vlan <positive_integer> | -vxlan <positive_integer>] [-ifnum <interface_name>]
Arguments¶
vlan
VLAN whose entries are to be removed.
Minimum value: 1
Maximum value: 4094
ifnum
INTERFACE whose entries are to be removed.
vxlan
VXLAN whose entries are to be removed.
Minimum value: 1
Maximum value: 16777215