modify port auto-negotiate
The modify port auto-negotiate command enables or disables auto-negotiation on one or more ports.
Ports are set to auto-negotiate by default. Use
show layout
to view which ports have auto-negotiate enabled or disabled.
Usage
modify port auto-negotiate <PortList> <enable|disable>
Parameters
Parameter | Description |
---|
PortList | A comma-separated list of physical ports or a range of ports. For example, 1,4,6-8. No spaces are allowed. |
enable | Enables auto-negotiation on the specified ports. If selected, enables link speed auto-negotiation between this network port or tool port and its connected devices. |
disable | Disables auto-negotiation on the specified ports. |
Examples
♦matrix_host(layout_name)# modify port auto-negotiate 1 enable
♦matrix_host(layout_name)# modify port auto-negotiate 7,8,9,10 disable
♦matrix_host(layout_name)# modify port auto-negotiate 7-10 enable
♦matrix_host(layout_name)# modify port auto-negotiate 1,2,4-6 disable