1º Trabalho de Laboratório


FAQ

Pergunta: Qual é a "escape sequence" para abortar um comando num terminal de um router Cisco?
Resposta: é Control+Shift+6. Em alguns terminais Linux é Control+6, mas noutros terminais do Linux pode não funcionar.

Pergunta: Como inicio uma captura Wireshark num determinado link?
Resposta: clique no link com o botão direito do rato e escolha "Start capture" e "Ok". Espere que o Wireshark arranque.

Pergunta: quando ponho o filtro OSPF no Wireshark não me aparece nenhum pacote. Como resolvo?
Resposta:
vá ao menu Analyze-Enabled Protocols do Wireshark, clique "Enable All" e "ok".

Pergunta: tenho um MAC e não consigo configurar os VPCS, pois não aparece a prompt. Como resolvo?
Resposta: o VPCS não funciona em MACs, tendo de usar routers como PCs. A forma de configurar um router como PC é como segue:
PC1#configure terminal                                     enter configuration mode reading commands from terminal
PC1(config)#no ip routing                                  disable routing functions for this device
PC1(config)#ip default-gateway 192.168.1.1        set default route
PC1(config)#interface fastEthernet 0/0                enter interface f0/0 configuration mode
PC1(config-if)#ip address 192.168.1.10 255.255.255.0    set IP address and subnet mask
PC1(config-if)#no shutdown                                activate the interface
PC1(config-if)#end                                             end configuration mode
PC1#write                                                        save the configuration in the startup-config configuration


Attachments