Posts

Showing posts from September, 2020

Cambiar configuración teclado Ingles- Español Windows 10-8.

Image

VoIP en Cisco Packet Tracer con dial peer.

Image
  Comandos: ROUTER 0 enable conf t interface fastethernet 0/0 no shut exit interface fastethernet 0/0.30 encapsulation dot1q 30 ip address 192.168.10.1 255.255.255.0 no shut exit interface fastethernet 0/0.50 encapsulation dot1q 50 ip address 192.168.20.1 255.255.255.0 no shut exit interface fastethernet 0/1 no shut exit interface fastethernet 0/1.30 encapsulation dot1q 30 ip address 192.168.30.1 255.255.255.0 no shut exit interface fastethernet 0/1.50 encapsulation dot1q 50 ip address 192.168.40.1 255.255.255.0 no shut exit ip dhcp pool REDES network 192.168.10.0 255.255.255.0 default-router 192.168.10.1 option 150 ip 192.168.10.1 exit ip dhcp pool ELECTRONICA network 192.168.20.0 255.255.255.0 default-router 192.168.20.1 option 150 ip 192.168.20.1 exit ip dhcp pool REDES2 network 192.168.30.0 255.255.255.0 default-router 192.168.30.1 option 150 ip 192.168.30.1 exit ip dhcp pool ELECTRONICA2 network 192.168.40.0 255.255.255.0 default-router 192.168.40.1 option 150 ip 192.168.40.1 exit