CLI Commands B-13
disable network service
<service_name> Disables a network service, such as TELNET or TFTP. If close_active_connection’
was specified as TRUE in the add network_service command, then all active
connections will be closed when the server is disabled.
disable security_option
snmp user_access Turns off SNMP access to the CLI. This prevents remote users from using SNMP
and possibly damage the configuration. You can use enable security_option snmp
user_access to re-enable full SNMP access. NOTE: This function is not supported in
the current release.
disable security_option
remote_user
administration
Disables CLI access to remote TELNET users. All CLI co nfiguration must be done
from the console port. You can use enable security_option remote_user
administration to re-enable remote CLI access.
disable snmp
authentication traps Instructs SNMP to stop recording trap information for user (either local or remote)
authentication.
disable telnet escape Disables the TELNET escape character for all TELNET clients. When disabled,
TELNET clients who press the escape character during their session will not get a
local TELNET command line.
disable user
<user_name> Disables the specified user from being used. It also causes all active sessions
established using that particular user to terminate, and does not allow any new
sessions to occur using that user name. Disabling a user is u seful when prohibiting
a users access temporarily.
disable vc
<user_name> Disables the specified virtual channel from being used. It also causes any active
session established using that particular VC to termi nate, and does not allow any
new sessions to occur using that VC. Disabling a VC is useful when prohibiting a
VCs access temporarily.
DO
do
<command_inputfile>
output [outputfile]
Runs a script file that is stored in FLASH memory, which contains a serie s of CLI
commands.
ENABLE
enable bridge network
<network_name> Enables bridging ove r the specified network. You must have previously run add
bridge network to add bridging over thi s network. bridge networking is enabled
by default, so you will only need to use this command if you have previously
disabled this bridge. Note that bridging will n ot occur for a protocol, if routing is
enabled for that protocol.
enable bridge
spanning_tree Enables the spanning tree algorithm for the bridge connection. The spanning tree
algorithm is required if there is more than one bridge between the sam e two LAN
segments. You can use list bridge forwarding to see which bridges a re de fined,
and show bridge network <network_name> settings to see which options are
enabled on a particular bridge network.