Jumbo Frame Support; Flow Control - 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
Static unicast address
By registering a unicast MAC address with the MAC address table, unicast frames are forwarded
to a specified port. Static unicast addresses are not subject to MAC address removal controlled
by the aging function.
To register, change or delete a static unicast address, carry out the following procedures
in the administrator EXEC mode.
xg# configure terminal
xg(config)# bridge mac-address-table
static MAC [vlan <1-4094>]
{[port <1-20>] | [agg-port <1-10>]}
xg(config)# no bridge mac-address-table
static MAC [vlan <1-4094>]
xg(config)# exit
Static multicast address
By registering a multicast MAC address with the MAC address table, a specific multicast frame
will be forwarded to a designated port.
To register, change or delete a multicast address, carry out the following procedures in
the administrator EXEC mode.
xg# configure terminal
xg(config)# bridge mac-address-table
static MAC [vlan <1-4094>]
[port <1-20> [<1-20>
[agg-port <1-10> [<1-10>
xg(config)# no bridge mac-address-table
static MAC [vlan <1-4094>]
xg(config)# exit

4.1.3 Jumbo Frame Support

The device can transmit jumbo frames of up to 16KB (16128 bytes).
To configure jumbo frame support, carry out the following procedure in the administrator EXEC mode.
xg# configure terminal
xg(config)# bridge jumbo-frame
[{9216 | 12288 | 15360 | 16128}]
xg(config)# no bridge jumbo-frame
xg(config)# exit

4.1.4 Flow Control

Flow control is a function that prevents frame loss when the receive buffer in the switch overflows due to temporary traffic
overload by using a PAUSE frame.
When the device receives a PAUSE frame, it temporarily stops sending frames at the receive port. If the receive buffer
overflows, it is possible to restrict frame transmission from the connected device by sending a PAUSE frame.
For each port, it is possible to select whether or not to send/recive a PAUSE frame.
To change the flow control mode, carry out the following procedures in the administrator EXEC mode.
xg# configure terminal
xg(config)# interface port 1 2 3
xg(config)# interface port range 1 3
xg(config-if)# flowcontrol
{ disable | only-receive | only-send |
send-receive }
xg(config-if)# exit
xg(config)# exit
Command
Command
]]
]]
Command
Command
28/315
All Rights Reserved, Copyright (C) PFU LIMITED 2009
Task
Switch to global configuration mode.
Register a static unicast address and destination port with the
MAC address table (or remove them from it).
Exit to administrator EXEC mode.
Task
Switch to global configuration mode.
Register (or remove) a static multicast address table and
destination port.
For a multicast MAC address, multiple ports can be specified.
Exit to administrator EXEC mode.
Task
Switch to global configuration mode.
Enable (or disable) jumbo frame support.
Exit to administrator EXEC mode.
Task
Switch to global configuration mode.
Switch to the interface edit mode to specify the port(s) to be
configured for flow control.
In this example, the global interface configuration mode is
selected for ports 1 through 3.
Set the flow control mode.
Exit to global configuration mode.
Exit to administrator EXEC mode.

Advertisement

Table of Contents
loading

Table of Contents