Specifications

Table Of Contents
Chapter 28: port Commands
28 - 8 SSR Command Line Interface Reference Manual
speed 10Mbps|100Mbps
Sets the port speed to 10-Mbps or 100-Mbps. This
option is valid for 10/100 Mbps Ethernet only.
auto-negotiation on|off
Turn on or off auto-negotiation for Gigabit Ethernet.
hash-mode m0|m1|m2|m3
Set the Layer 2 hash mode for this port. Assuming a
MAC address of the value 0011:2233:4455, the fol-
lowing describes the various hash modes:
m0
– 0011:2233:4455
m1
– 0011:2233:5544
m2
– 0011:3322:4455 (default hash mode)
m3
– 1100:2233:4455
Restrictions
For 10/100 Mbps Ethernet, you must set both the operating mode and the speed. You
cannot set one without setting the other. For Gigabit Ethernet, you can only turn on or
off auto-negotiation. You cannot set the speed or duplex for Gigabit modules.
Examples
Here are some examples of
port
set
commands.
ssr(config)# port set et.1.5 speed 10mbps duplex half
Configures port et.1.5 to be 10 Mbps and half duplex.
ssr(config)# port set gi.4.2 auto-negotiation off
Turns off auto-negotiation for the Gigabit port gi.4.2.
ssr(config)# port set all-ports hash-mode m0
Sets the Layer 2 hash mode for all ports to m0.