Specifications

Line-Editing Keys
ExtremeWare XOS 10.1 Command Reference Guide 29
port 3:1
A <portlist> can be a range of numbers. For example, ports 1 through 3 on slot 3 would be:
port 3:1-3:3
You can add additional slot and port numbers to the list, separated by a comma:
port 3:1,4:8,6:10
You can specify all ports on a particular slot, using the asterisk (*) wildcard. For example,
port 3:*
indicates all ports on slot 3.
You can specify a range of slots and ports. For example,
port 2:3-4:5
indicates slot 2, port 3 through slot 4, port 5.
Line-Editing Keys
Table 4 describes the line-editing keys available using the CLI.
Table 4: Line-Editing Keys
Key(s) Description
Left arrow or [Ctrl] +
B
Moves the cursor one character to the left.
Right arrow or [Ctrl]
+ F
Moves the cursor one character to the right.
[Ctrl] + H or
Backspace
Deletes character to left of cursor and shifts remainder of line to left.
Delete or [Ctrl] + D Deletes character under cursor and shifts remainder of line to left.
[Ctrl] + K Deletes characters from under cursor to end of line.
Insert Toggles on and off. When toggled on, inserts text and shifts previous
text to right.
Left Arrow Moves cursor to left.
Right Arrow Moves cursor to right.
Home or [Ctrl] + A Moves cursor to first character in line.
End or [Ctrl] + E Moves cursor to last character in line.
[Ctrl] + L Clears screen and movers cursor to beginning of line.
[Ctrl] + P or
Up Arrow
Displays previous command in command history buffer and places cursor
at end of command.
[Ctrl] + N or
Down Arrow
Displays next command in command history buffer and places cursor at
end of command.
[Ctrl] + U Clears all characters typed from cursor to beginning of line.
[Ctrl] + W Deletes previous word.
[Ctrl] + C Interrupts the current CLI command execution.