Send documentation comments to mdsfeedback-doc@cisco.com
23-27
Cisco MDS 9000 Family Command Reference
OL-8413-07, Cisco MDS SAN-OS Release 3.x
Chapter 23 T Commands
tcp maximum-bandwidth-mbps
Examples The following example configures a FCIP profile:
switch# config terminal
switch(config)# fcip profile 5
switch(config-profile)#
The following example configures the maximum available bandwidth at 900 Mbps, the minimum slow
start threshold as 300 Mbps, and the round trip time as 10 milliseconds:
switch(config-profile)# tcp max-bandwidth-mbps 900 min-available-bandwidth-mbps 300
round-trip-time-ms 10
The following example reverts to the factory defaults:
switch(config-profile)# no tcp max-bandwidth-mbps 900 min-available-bandwidth-mbps 300
round-trip-time-ms 10
The following example configures the maximum available bandwidth at 2000 Mbps, the minimum slow
start threshold as 2000 Mbps, and the round trip time as 200 microseconds:
switch(config-profile)# tcp max-bandwidth-mbps 2000 min-available-bandwidth-mbps 2000
round-trip-time-us 200
Related Commands Command Description
fcip profile Configures FCIP profile parameters.
show fcip profile Displays FCIP profile information.