Logo Passei Direto
Buscar
Material
páginas com resultados encontrados.
páginas com resultados encontrados.

Prévia do material em texto

CONFIGURAÇÃO ACL
Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname router01
router01(config)#LINE console 0
router01(config-line)#password router01
router01(config-line)#exec-timeout 5 0
router01(config-line)#exit
router01(config)#interface gigabitEthernet 0/0
router01(config-if)#ip address 192.168.1.1 255.255.255.0
router01(config-if)#description rede FULANO
router01(config-if)#no shutdown
router01(config-if)#
%LINK-5-CHANGED: Interface GigabitEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0, changed state to up
router01(config-if)#exit
router01(config)#interface gigabitEthernet 0/1
router01(config-if)#ip address 192.168.1.1 255.255.255.0
% 192.168.1.0 overlaps with GigabitEthernet0/0
router01(config-if)#description FULANO
router01(config-if)#no shutdown
% 192.168.1.0 overlaps with GigabitEthernet0/0
GigabitEthernet0/1: incorrect IP address assignment
router01(config-if)#interface gigabitEthernet 0/1
router01(config-if)#ip address 192.168.0.1 255.255.255.0
router01(config-if)#description rede FULANO
router01(config-if)#no shutdown
router01(config-if)#
%LINK-5-CHANGED: Interface GigabitEthernet0/1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/1, changed state to up
router01 con0 is now available
Press RETURN to get started.
router01>
router01>exit
router01 con0 is now available
Press RETURN to get started.
--------------------
CONFIGURANDO O SWITCH
switch1>enable
switch1#config t
Enter configuration commands, one per line. End with CNTL/Z.
switch1(config)#hostname switch01
switch01(config)#vlan 10
switch01(config-vlan)#exit
switch01(config)#enable
% Incomplete command.
switch01(config)#clear
 ^
% Invalid input detected at '^' marker.
	
switch01(config)#vlan 10
switch01(config-vlan)#name gerenciamento
switch01(config-vlan)#exit
switch01(config)#int f 0/1
switch01(config-if)#swit mode acc
switch01(config-if)#swit acc vlan 10
switch01(config-if)#exit

Mais conteúdos dessa disciplina