Specifications

Command Line Basics 21
Chapter 3
z Pipe | —denotes a two or more parameters, separated one from the other
by the | symbol.
For example:
crypto ipsec transform-set
<set name>
{esp-des|esp-3des}
{esp-md5-hmac|esp-sha-hmac}
means you have to specify the set name, then choose either esp-des or
esp3des, then choose either esp-md5-hmac or esp-sha-hmac.
client configuration dns
<server1 address>
[
<server2 address>
|no]
means you have to specify the server1 address, but you do not have to specify
anything about server2.
In general, italics indicates a value you have to enter. For example address
means you have to specify an IP address or MAC address. You cannot just
enter “address”.
Bold, like no, means you enter that string. In this case, just type “no”.