
194 | |
|
|
CLI Description
Command
set | The "set" command allows you to set the property values of existing instances of a class. |
set
The first argument is an unnamed class in the configuration.
After this is an optional qualifier that restricts the set to only some instances. For singleton classes (with only one instance) no qualifier is needed. If there is a qualifier, it starts with the keyword with, then has a sequence of one or more
Therefore, you cannot select instances whose desired
The rest of the command line contains
set
The first argument is either a named class in the configuration.
The next argument is either the name of the instance to set, or the keyword all, which indicates that all instances should be set. Classes with multiple instances can be set consecutively in the same command line as shown in Example 4 below. The
Here are some examples,
1.set interface wlan0 ssid "Vicky's AP"
2.set radio all
3.set
4.set
5.set
Note: For information on interfaces used in this example (such as wlan0, br0, or eth0) see “Understanding Interfaces as Presented in the CLI”.