Cli variables, Variable notation – Amer Networks WLO220T CLI User Manual
Page 6

. . . . .
P R E F A C E
CLI Reference Guide
3
CLI Variables
Most CLI commands described in this manual have changeable parameters that affect the
outcome of command execution. These parameters may include names, IP addresses, subnet
masks, numbers, dates, and so forth.
Variable Notation
The variable notation used in this manual consists of italicized parameter identifiers. For example,
the set arp command uses four identifiers, as shown here:
set arp
{
ip_addr mac_addr interface |
age number
}
where
• ip_addr represents an IP address.
• mac_addr represents a MAC address.
• interface represents a physical or logical interface.
• number represents a numerical value.
Thus, the command might take the following form:
set arp 172.16.10.11 00e02c000080 eth1
where 172.16.10.11 is an IP address, 00e02c000080 is a MAC address, and eth1 is a physical
interface.