MNS-BB
Software User Guide
-52-
Syntax
:
show port=<Port number>
: Lists the status of the specific port.
LE2425A#
show port=2
10.2.4 Using the CLI to Configure Ports
You can configure one or more of the following port parameters under device module.
LE2425A#device <enter>
LE2425A(device)##
For details on each option, see Table above.
Syntax: setport port=<port|list|range> [name=<name>] [speed=<10|100>] [duplex=<half|full>]
[auto=<enable|disable>] [flow=<enable|disable>] [bp=<enable|disable>]
[status=<enable|disable>]
For example, to configure ports 1 through 4 and port 7 for 100Mbps full-duplex, you would enter this
command:
Note
: The factory default setting for 10/100 copper ports is "Auto-negotiation Enabled".
Before changing the port setting of a copper port, you have to ‘Disable’ the Auto- negotiation
LE2425A(device)##
setport port=1-4,7 speed=100 duplex=full
Similarly, to configure a single port with the settings in the above command, you could enter the same
command with only the one port identified.
LE2425A(device)##
setport port=7 speed=100 duplex=full
If port 8 was disabled, and you wanted to enable it and configure it for 100FDx you could do so with
the following command.
LE2425A(device)##
setport port=8 status=enable speed=100 duplex=full
To set flowcontrol
Syntax: flowcontrol xonlimit=<value> xofflimit=<value>
Where,
xonlimit can be from 3 to 127,
default value is 4
xofflimit from 3 to 127,
default value is 6
LE2425A#
show flowcontrol
XOnLimit : 4
XOffLimit : 6
To set BackPressure
Syntax: backpressure rxthreshold=<value>
Where,