Configuring TCP Attributes 129[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# Enable VLAN-interface 2 to forward directed broadcasts.[SwitchA-Vlan-interface2] ip forward-broadcast■ Configure Switch B# Enable Switch B to receive directed broadcasts. system-view[SwitchB] ip forward-broadcast# Configure a static route to the host.[SwitchB] ip route-static 1.1.1.1 24 2.2.2.2# Configure an IP address for VLAN-interface 2.[SwitchB] interface vlan-interface 2[SwitchB-Vlan-interface2] ip address 2.2.2.1 24After the above configurations, if you ping the subnet broadcast address(2.2.2.255) of VLAN-interface 2 of Switch A on the host, the ping packets can bereceived by VLAN-interface 2 of Switch B. However, if you disable the ipforward-broadcast command, the ping packets can not be received by theVLAN-interface 2 of Switch B.Configuring TCPAttributesConfiguring TCPOptional ParametersTCP optional parameters that can be configured include:■ synwait timer: When sending a SYN packet, TCP starts the synwait timer. If noresponse packets are received within the synwait timer timeout, the TCPconnection is not successfully created.■ finwait timer: When the TCP connection is in FIN_WAIT_2 state, finwait timerwill be started. If no FIN packets are received within the timer timeout, the TCPconnection will be terminated. If FIN packets are received, the TCP connectionstate changes to TIME_WAIT. If non-FIN packets are received, the systemrestarts the timer from receiving the last non-FIN packet. The connection isbroken after the timer expires.■ Size of TCP receive/send bufferFollow these steps to configure TCP optional parameters:To do… Use the command… RemarksEnter system view system-view -