Root Commands
7450 ESS OS Basic System Configuration Guide Page 91
radius — Clears the RADIUS server state.
router — Clears router commands affecting the router instance in which they are entered.
Values arp, authentication, bfd, dhcp,
forwarding-table, icmp-redirect-route, interface, isis, ldp,
mpls, ospf, rip, rsvp
saa — Clears the SAA test results.
screen — Clears the console or telnet screen.
service — Clears service ID and statistical entities.
system — Clears (re-enables) a previously failed reference.
tacplus — Clears the TACACS+ server state.
trace — Clears the trace log.
vrrp — Clears and resets the VRRP interface and statistical entities.
echo
Syntax echo [text-to-echo] [extra-text-to-echo] [more-text]
Context <GLOBAL>
Description This command echoes arguments on the command line. The primary use of this command is to allow mes-
sages to be displayed to the screen in files executed with the exec command.
Parameters text-to-echo — Specifies a text string to be echoed up to 256 characters.
extra-text-to-echo — Specifies more text to be echoed up to 256 characters.
more-text — Specifies more text to be echoed up to 256 characters.
exec
Syntax exec [-echo] [-syntax] {filename | <<[eof_string]}
Context <GLOBAL>
Description This command executes the contents of a text file as if they were CLI commands entered at the console.
Exec commands do not have no versions.
Parameters -echo — Echo the contents of the exec file to the session screen as it executes.
Default Echo disabled.
-syntax — Perform a syntax check of the file without executing the commands. Syntax checking will be
able to find invalid commands and keywords, but it will not be able to validate erroneous user- supplied
parameters.
Default Execute file commands.
filename — The text file with CLI commands to execute.