
Operation Manual – IP Address and Performance
H3C S5500-SI Series Ethernet Switches Chapter 2 IP Performance Configuration
2-3
<SwitchA> system-view
[SwitchA] ip forward-broadcast
# Configure IP addresses for Vlan-interface3 and Vlan-interface2.
[SwitchA] interface Vlan-interface 3
[SwitchA-Vlan-interface3] ip address 1.1.1.2 24
[SwitchA-Vlan-interface3] quit
[SwitchA] interface Vlan-interface 2
[SwitchA-Vlan-interface2] ip address 2.2.2.2 24
# Configure Vlan-interface2 to forward directed broadcast packets.
[SwitchA-Vlan-interface2] ip forward-broadcast
zPerform the following configuration on Switch B
# Configure Switch B to receive directed broadcast packets.
<SwitchB> system-view
[SwitchB] ip forward-broadcast
# Configure a static route from Switch B to the PC.
[SwitchB] ip route-static 1.1.1.1 24 2.2.2.2
# Configure an IP address for Vlan-interface2.
[SwitchB] interface Vlan-interface 2
[SwitchB-Vlan-interface2] ip address 2.2.2.1 24
After the above configurations, if you ping the subnet broadcast address (2.2.2.255) of
Vlan-interface 2 of Switch A on the PC, the ping packets can be received by
Vlan-interface 2 of Switch B. However, if you cancel the ip forward-broadcast
command, the ping packets can not be received by the Vlan-interface 2 of Switch B.
2.3 Configuring TCP Attributes
TCP attributes that can be configured include:
zsynwait timer: Before sending a SYN packet, TCP starts the synwait timer. If no
response packets are received before synwait timeout, TCP connection is not
successfully created.
zfinwait timer: When the TCP connection is in FIN_WAIT_2 state, finwait timer will
be started. If no FIN packets are received before the timer timeouts, the TCP
connection will be terminated. If FIN packets are received, the TCP connection
state changes to TIME_WAIT. If non-FIN packets are received, and the system
recounts the time from receiving the last non-FIN packet until the connection is
broken after the timer timeouts.
zSize of TCP receiving/sending buffer
Follow these steps to configure TCP attributes: