Posts

Comando Tracerouter: La soluci贸n para encontrar fallas de conexi贸n 馃.

Image

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

Configuraci贸n de VLANs en modo Trunk en Cisco Packet Tracer

Image
  Comandos SW1 ena conf t vlan 20 name redes exit vlan 30 name informatica exit vlan 40 name seguridad exit interface fastethernet 0/1 switchport mode trunk no shutdown exit interface fastethernet 0/2 switchport mode access switchport access vlan 20 no shutdown exit interface fastethernet 0/3 switchport mode access switchport access vlan 30 no shutdown exit interface fastethernet 0/4 switchport mode access switchport access vlan 40 no shutdown exit ****************************************** SW2 conf t vlan 20 name redes exit vlan 30 name informatica exit vlan 40 name seguridad exit interface fastethernet 0/1 switchport mode trunk no shutdown exit interface fastethernet 0/2 switchport mode access switchport access vlan 20 no shutdown exit interface fastethernet 0/3 switchport mode access switchport access vlan 30 no shutdown exit interface fastethernet 0/4 switchport mode access switchport access vlan 40 no shutdown exit ********************************** SW0 ena conf t vlan 20 name red

Configuraci贸n de VLANs en Packet Tracer

Image
  COMANDOS enable conf t vlan 10 name sistemas exit interface fastethernet 0/1 switchport access vlan 10 no shutdown exit interface fastethernet 0/2 switchport access vlan 10 no shutdown exit vlan 20 name electronica exit interface fastethernet 0/3 switchport access vlan 20 no shutdown exit interface fastethernet 0/4 switchport access vlan 20 no shutdown exit vlan 30 name redes exit interface fastethernet 0/5 switchport access vlan 30 no shutdown exit interface fastethernet 0/6 switchport access vlan 30 no shutdown exit

Enrutamiento Din谩mico OSPF

Image
******************************************************* ROUTER 0 enable configure terminal interface serial 0/0/0 ip address 192.168.2.1 255.255.255.252 no shut exit interface serial 0/0/1 ip address 192.168.0.1 255.255.255.252 no shut exit interface fastethernet 0/1 ip address 192.168.1.1 255.255.255.252 no shut exit interface fastethernet 0/0 ip address 10.0.0.1 255.0.0.0 no shut exit router ospf 10 router-id 10.10.10.10 network 192.168.0.0 0.0.0.3 area 0 network 192.168.1.0 0.0.0.3 area 0 network 192.168.2.0 0.0.0.3 area 0 network 10.0.0.0 0.255.255.255 area 0 exit ******************************************** ROUTER 1 enable configure terminal interface serial 0/0/0 ip address 192.168.2.2 255.255.255.252 no shut exit interface serial 0/0/1 ip address 192.168.2.5 255.255.255.252 no shut exit router ospf 10 router-id 1.1.1.1 network 192.168.2.4 0.0.0.3 area 0 network 192.168.2.0 0.0.0.3 area 0 exit ******************************************** ROUTER 2 enable configure terminal interfa