Cisco комутатори (світчі) мають кілька режимів управління. Основні з них такі:
- User EXEC Mode (користувацький режим EXEC): це режим з обмеженим доступом до команди. Він використовується для базової перевірки статусу пристрою та перегляду інформації. У цьому режимі доступні команди перегляду, але не конфігурації. Підказка в цьому режимі зазвичай виглядає як
Switch>
.
- Privileged EXEC Mode (привілейований режим EXEC): надає доступ до всіх команд EXEC та розширених діагностичних команд. Для входу в цей режим потрібен пароль. Підказка в цьому режимі виглядає як
Switch#
.
- Global Configuration Mode (глобальний режим конфігурації): використовується для налаштування пристрою загалом. Підказка в цьому режимі виглядає як
Switch(config)#
.
- Specific Configuration Modes (специфічні режими конфігурації): це режими, які дозволяють налаштовувати певні аспекти комутатора, такі як:
- Interface Configuration Mode: для налаштування окремих інтерфейсів, підказка
Switch(config-if)#
.
- Line Configuration Mode: для налаштування віртуальних термінальних ліній (vty), підказка
Switch(config-line)#
.
- VLAN Configuration Mode: для налаштування VLAN, підказка
Switch(config-vlan)#
.
Крім того, є додаткові підрежими для специфічних налаштувань, таких як конфігурація маршрутизації, безпеки та інших функцій. Користувач перемикається між цими режимами за допомогою відповідних команд, таких як configure terminal
, interface
, line
, тощо.
1 Вподобання
Команди CLI User EXEC Mode
Exec commands Switch>
:
connect Open a terminal connection
disable Turn off privileged commands
disconnect Disconnect an existing network connection
enable Turn on privileged commands
exit Exit from the EXEC
logout Exit from the EXEC
ping Send echo messages
resume Resume an active network connection
show Show running system information
ssh Open a secure shell client connection
telnet Open a telnet connection
terminal Set terminal line parameters
traceroute Trace route to destination
Команди Privileged EXEC Mode (привілейований режим EXEC)
Перейти в цей режим - набрати команду enable
, вийти - disable
Exec commands Switch#
:
clear Reset functions
clock Manage the system clock
configure Enter configuration mode
connect Open a terminal connection
copy Copy from one file to another
debug Debugging functions (see also 'undebug')
delete Delete a file
dir List files on a filesystem
disable Turn off privileged commands
disconnect Disconnect an existing network connection
enable Turn on privileged commands
erase Erase a filesystem
exit Exit from the EXEC
logout Exit from the EXEC
more Display the contents of a file
no Disable debugging informations
ping Send echo messages
reload Halt and perform a cold restart
resume Resume an active network connection
setup Run the SETUP command facility
show Show running system information
ssh Open a secure shell client connection
telnet Open a telnet connection
terminal Set terminal line parameters
traceroute Trace route to destination
undebug Disable debugging functions (see also 'debug')
write Write running configuration to memory, network, or terminal
Команди Global Configuration Mode (глобальний режим конфігурації)
Перейти в цей режим - набрати команду configure terminal
, вийти - end
, exit
, CTRL+Z
Configure commands Switch(config)
:
aaa Authentication, Authorization and Accounting.
access-list Add an access list entry
banner Define a login banner
boot Boot Commands
cdp Global CDP configuration subcommands
clock Configure time-of-day clock
crypto Encryption module
default Set a command to its defaults
do-exec To run exec commands in config mode
dot1x IEEE 802.1X Global Configuration Commands
enable Modify enable password parameters
end Exit from configure mode
exit Exit from configure mode
hostname Set system network name
interface Select an interface to configure
ip Global IP configuration subcommands
line Configure a terminal line
lldp Global LLDP configuration subcommands
logging Modify message logging facilities
mac MAC configuration
mls mls global commands
monitor SPAN information and configuration
no Negate a command or set its defaults
ntp Configure NTP
port-channel EtherChannel configuration
privilege Command privilege parameters
sdm Switch database management
service Modify use of network based services
snmp-server Modify SNMP engine parameters
spanning-tree Spanning Tree Subsystem
tacacs-server Modify TACACS query parameters
username Establish User Name Authentication
vlan Vlan commands
vtp Configure global VTP state