Bridge Forward-Mode - Fujitsu XG2000 Series User Manual

Xg2000 series compact, 20-port 10 gigabit ethernet layer 2 switch
Hide thumbs Also See for XG2000 Series:
Table of Contents

Advertisement

XG2000 series User's Guide
Example
Display the content of all MAC address tables.
xg# show bridge mac-address-table
Mac Address Table Information 2007/01/22-12:12:15
===================================================================
Static Mac-address Table
-------------------------------------------------------------------
Mac-address
-------------- -------- --------------------
0001.123a.4321 vlan-1
0002.123a.4321 vlan-1
0003.123a.4321 vlan-3
ef01.123a.4321 vlan-3
Dynamic Mac-address Table
-------------------------------------------------------------------
Mac-address
-------------- -------- --------------------
0004.123a.4321 vlan-1
IGMP snooping learning group Mac-address Table
-------------------------------------------------------------------
Mac-address
-------------- --------- -----------------------------------------
(nothing)
===================================================================
By using the "| include" command, output lines which are matched with the parameter will be displayed. Display the information
whose MAC address is 0002.123a.4321.
xg# show bridge mac-address-table | include port 4
0002.123a.4321 vlan-1
View the MAC address information forwarded to port 4 among static MAC addresses.
xg# show bridge mac-address-table static | include port 4
0002.123a.4321 vlan-1
0004.123a.4321 vlan-1

5.7.4 bridge forward-mode

Function
The device supports two types of frame forwarding, store-and-forward and cut-through.
Store-and-forward
After a full frame is received, an error check is performed before forwarding.
Cut-through
After reading the first 64 bytes of a received frame, forwarding is immediately performed.
Basically, FSC errors are not checked, allowing low latency forwarding.
Use the no form to return to store-and-forward.
Prompt
xg(config)#
Command syntax
bridge forward-mode { cut-through | store-and-forward }
no bridge forward-mode
Parameter
forward-mode { cut-through | store-and-forward }
Specifies the switching method.
Command type
Configuration command
Default
cut-through
Note
The no form command does not return the forwarding mode to its default setting.
Example
Set the switching method to cut-through.
xg(config)# bridge forward-mode cut-through
Vlan-id Destination-port
port 2
port 4
filter
port 1 2 3 4 5 6 7 8
Vlan-id Destination-port
port 4
Vlan-id
Destination-port
port 4
port 4
port 4
cut-through
Specifies Cut-through forwarding.
store-and-forward
Specifies store-and-forward forwarding.
All Rights Reserved, Copyright (C) PFU LIMITED 2009
123/315

Advertisement

Table of Contents
loading

Table of Contents