The document provides instructions for basic router and switch configuration including setting the hostname, IP addresses, and enabling interfaces. It also mentions testing connectivity using ping and PDUs.
The document provides instructions for basic router and switch configuration including setting the hostname, IP addresses, and enabling interfaces. It also mentions testing connectivity using ping and PDUs.
The document provides instructions for basic router and switch configuration including setting the hostname, IP addresses, and enabling interfaces. It also mentions testing connectivity using ping and PDUs.
The document provides instructions for basic router and switch configuration including setting the hostname, IP addresses, and enabling interfaces. It also mentions testing connectivity using ping and PDUs.
Download as DOCX, PDF, TXT or read online from Scribd
Download as docx, pdf, or txt
You are on page 1of 3
PRÁCTICA DE CONFIGURACIÓN 1
I).-CONFIGURACIÓN BÁSICA DEL ROUTER
1.- Router>enable 2.-Router#configure terminal Enter configuration commands, one per line. End with CNTL/Z. 3.-Router(config)#hostname R1 4.-R1(config)#interface f0/0 5.-R1(config-if)#ip address 172.16.0.1 255.255.0.0 6.-R1(config-if)#no shutdown R1(config-if)# %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up 7.-R1(config-if)#exit 8.-R1(config)# CONFIGURACIÓN BÁSICA DEL SWITCHING 1.-Switch>enable 2.-Switch#configure terminal Enter configuration commands, one per line. End with CNTL/Z. 3.-Switch(config)#hostname SW1 4.-SW1(config)#interface vlan1 5.-SW1(config-if)#ip address 172.16.0.10 255.255.0.0 6.-SW1(config-if)#no shutdown SW1(config-if)# %LINK-5-CHANGED: Interface Vlan1, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan1, changed state to up 7.-SW1(config-if)#exit 8.-SW1(config)#
II).-PROBAR PING III).-PROBAR CONTINUIDAD CON PDU PRÁCTICA DE CONFIGURACIÓN 2