Specifications

Table Of Contents
Chapter 25 no Command
The
no
command removes a configuration command from the active configuration of
the running system.
Format
no
<command-to-negate>
Mode
Configure
Description
The no command allows you to negate a previously executed command. Following the
keyword no, one can specify the command to negate in its entirety or use the wildcard
character (*) to negate a group of commands. In addition to the no command, one can
also use the negate command to negate a group of commands using the command
number.
Parameters
<command>
The CLI command you want to negate. You do not have to enter the
entire command. You can use the wildcard character, *, to negate
matching commands. For example, if you specify “no acl 100 *”
then all commands starting with the words “acl 100” will be negated.
Restrictions
The command to negate must already be in the active configuration. You cannot negate
a command that hasn’t been entered.
Examples
ssr# no arp add nfs2 macaddr 080020:13a09f exit-port et.3.1
Negate the specified arp add command. By negating this command, the system
removes the ARP entry for nfs2 from the ARP table.
ssr# no acl *
Negate all commands starting with the word “acl”.
Chapter 25