Cisco CLI - Command Line Interface

Fazer download em pdf ou txt
Fazer download em pdf ou txt
Você está na página 1de 5

01/10/2023, 15:21 Cisco CLI - Command Line Interface - GuiaTECH.

net

Cisco CLI – Command Line Interface


Por Hélio Andrade - 04/01/2022

🟢 Hierarquia de modos na CLI:

*Clique nas imagens para ampliá-las!

🟢 Outra representação da hierarquia de modos no Cisco IOS:

https://guiatech.net/cli-command-line-interface/ 1/5
01/10/2023, 15:21 Cisco CLI - Command Line Interface - GuiaTECH.net

🟢 Tabela Comparativa

Prompt Modo Comando Descrição

O caractere “>” no
indica o modo
usuário. Neste
Acesso via
modo, somente é
console,
possível exibir
Router> Modo EXEC Usuário porta
algumas informações
auxiliar
básicas do
ou telnet
sistema/equipamento
(privilégio nível
7).

O caractere “#”
indica o modo
privilegiado. Neste
modo, o
administrador
Modo EXEC possui acesso total
Router# Privilegiado enable ao equipamento
(enable mode) (privilégio nível
15), podendo exibir
todos os arquivos
de configuração e
fazer quaisquer
alterações.

Nesse submodo são


realizadas
configurações
Modo de configure
Router(config)# globais que se
Configuração Global terminal
aplicam ao
equipamento como um
todo.

Nesse submodo é
feita a
Submodo de
configuração dos
Router(config-line)# Configuração de line
acessos local e
Linha
remoto ao
equipamento.

Nesse submodo são


realizadas as
Submodo de configurações das
Router(config-if)# Configuração de interface interfaces de rede
Interface diretamente
conectadas ao
dispositivo.

Router(config- Submodo de Nesse modo são
https://guiatech.net/cli-command-line-interface/ 2/5
01/10/2023, 15:21 Cisco CLI - Command Line Interface - GuiaTECH.net

subif)# Configuração de realizadas as


Subinterface configurações de
subinterfaces
lógicas criadas a
partir de uma única
interface física.

Nesse submodo são


realizadas as
Submodo de
Router(config- configurações dos
Configuração de
router)# protocolos de
Roteamento
roteamento dinâmico
no roteador.

🟢 Exemplo – Lista de comandos nos modos usuário, privilegiado e de


configuração em um Switch Cisco Catalyst 2950 no Cisco Packet Tracer,
respectivamente:

⌨️ USER MODE

1 Switch>?
2 Exec commands:
3 connect Open a terminal connection
4 disable Turn off privileged commands
5 disconnect Disconnect an existing network connection
6 enable Turn on privileged commands
7 exit Exit from the EXEC
8 logout Exit from the EXEC
9 ping Send echo messages
10 resume Resume an active network connection
11 show Show running system information
12 telnet Open a telnet connection
13 terminal Set terminal line parameters
14 traceroute Trace route to destination
15 Switch>

⌨️ PRIVILEGED MODE

1 Switch>enable
2 Switch#?
3 Exec commands:
4 clear Reset functions
5 clock Manage the system clock
6 configure Enter configuration mode
7 connect Open a terminal connection
8 copy Copy from one file to another
9 debug Debugging functions (see also 'undebug')
10 delete Delete a file
11 dir List files on a filesystem
12 disable Turn off privileged commands 

https://guiatech.net/cli-command-line-interface/ 3/5
01/10/2023, 15:21 Cisco CLI - Command Line Interface - GuiaTECH.net
13 disconnect Disconnect an existing network connection
14 enable Turn on privileged commands
15 erase Erase a filesystem
16 exit Exit from the EXEC
17 logout Exit from the EXEC
18 more Display the contents of a file
19 no Disable debugging informations
20 ping Send echo messages
21 reload Halt and perform a cold restart
22 resume Resume an active network connection
23 setup Run the SETUP command facility
24 show Show running system information
25 ssh Open a secure shell client connection
26 telnet Open a telnet connection
27 terminal Set terminal line parameters
28 traceroute Trace route to destination
29 undebug Disable debugging functions (see also 'debug')
30 vlan Configure VLAN parameters
31 write Write running configuration to memory, network, or terminal
32 Switch>

⌨️ CONFIGURE MODE

1 Switch#configure terminal
2 Enter configuration commands, one per line. End with CNTL/Z.
3 Switch(config)#?
4 Configure commands:
5 access-list Add an access list entry
6 banner Define a login banner
7 boot Boot Commands
8 cdp Global CDP configuration subcommands
9 clock Configure time-of-day clock
10 crypto Encryption module
11 default Set a command to its defaults
12 do To run exec commands in config mode
13 enable Modify enable password parameters
14 end Exit from configure mode
15 exit Exit from configure mode
16 hostname Set system's network name
17 interface Select an interface to configure
18 ip Global IP configuration subcommands
19 line Configure a terminal line
20 lldp Global LLDP configuration subcommands
21 logging Modify message logging facilities
22 mac MAC configuration
23 mac-address-table Configure the MAC address table
24 monitor SPAN information and configuration
25 no Negate a command or set its defaults
26 ntp Configure NTP
27 port-channel EtherChannel configuration
28 privilege Command privilege parameters
29 service Modify use of network based services
30 snmp-server Modify SNMP engine parameters
31 spanning-tree Spanning Tree Subsystem
32 username Establish User Name Authentication
33 vlan Vlan commands
34 vtp Configure global VTP state
35 Switch(config)#

*Atualizado em 1 de outubro de 2023

https://guiatech.net/cli-command-line-interface/ 4/5
01/10/2023, 15:21 Cisco CLI - Command Line Interface - GuiaTECH.net

https://guiatech.net/cli-command-line-interface/ 5/5

Você também pode gostar