Entering Numerical Ranges; Table 8: Cli Range Use Limitations - Alcatel-Lucent 7710 SR Configuration Manual

Service router os basic system
Hide thumbs Also See for 7710 SR:
Table of Contents

Advertisement

Entering CLI Commands

Entering Numerical Ranges

The 7710 SR OS CLI allows the use of a single numerical range as an argument in the command
line. A range in a CLI command is limited to positive integers and is denoted with two numbers
enclosed in square brackets with two periods ("..") between the numbers:
where x and y are positive integers and y-x is less than 1000.
For example, it is possible to shut down ports 1 through 10 in Slot 1 on MDA 1. A port is denoted
with "slot/mda/port", where slot is the slot number, mda is the MDA number and port is the port
number. To shut down ports 1 through 10 on Slot 1 and MDA 1, the command is entered as
follows:
configure port 1/1/[1..10] shutdown
<Ctrl-C> can be used to abort the execution of a range command.
Specifying a range in the CLI does have limitations. These limitations are summarized in

Table 8: CLI Range Use Limitations

Limitation
Only a single range can be specified.
Ranges within quotation marks are
interpreted literally.
Page 34
[
]
x..y
It is not possible to shut down ports 1 through 10 on MDA 1 and MDA
2, as the command would look like
configure port 1/[1..2]/[1..10]
and requires two ranges in the command, [1..2] for the MDA and
[1..10] for the port number.
In the 7710 SR OS CLI, enclosing a string in quotation marks
(
) causes the string to be treated literally and as a single
"string"
parameter. For example, several commands in the 7710 SR OS CLI
allow the configuration of a descriptive string. If the string is more than
one word and includes spaces, it must be enclosed in quotation marks.
A range that is enclosed in quotes is also treated literally. For example,
configure router interface "A[1..10]" no shutdown
creates a single router interface with the name "A[1..10]". However, a
command such as:
configure router interface A[1..10] no shutdown
creates 10 interfaces with names A1, A2 .. A10.
7710 SR OS Basic System Configuration Guide
Description
Table
8.

Advertisement

Table of Contents
loading

Table of Contents