History – Brocade Communications Systems Brocate Ethernet Access Switch 6910 User Manual
Page 316

266
Brocade 6910 Ethernet Access Switch Configuration Guide
53-1002581-01
Interface Commands
12
•
To force flow control on or off (with the flowcontrol or no flowcontrol command), use the no
negotiation command to disable auto-negotiation on the selected interface.
•
When using the
command to enable auto-negotiation, the optimal settings will be
determined by the
command. To enable flow control under auto-negotiation,
“flowcontrol” must be included in the capabilities list for any port.
Example
The following example enables flow control on port 5.
Console(config)#interface ethernet 1/5
Console(config-if)#flowcontrol
Console(config-if)#no negotiation
Console(config-if)#
Related Commands
negotiation (267)
capabilities (flowcontrol, symmetric) (264)
history
This command configures a periodic sampling of statistics, specifying the sampling interval and
number of samples. Use the no form to remove a named entry from the sampling table.
Syntax
history name interval buckets
no history name
name - A symbolic name for this entry in the sampling table. (Range: 1-32 characters)
interval - The interval for sampling statistics. (Range: 1-1440 minutes)
buckets - The number of samples to take. (Range: 1-96)
Default Setting
15min - 15 minute interval, 96 buckets
1day - 1 day interval, 7 buckets
Command Mode
Interface Configuration (Ethernet, Port Channel)
Example
This example sets a interval of 15 minutes for sampling standard statisical values on port 1.
Console(config)#interface ethernet 1/1
Console(config-if)#history 15min 15 10
Console(config-if)#