Archivos De Configuración Router - Switch Red Wan
!
version 12.2
no service password-encryption
!
hostname BOGOTA
!
!
!
!
!
ip ssh version 1
!
!
interface FastEthernet0/0
no ip address
duplex auto
speed auto
!interface FastEthernet0/0.1
encapsulation dot1Q 2
ip address 192.168.1.1 255.255.255.240
!
interface FastEthernet0/0.2
encapsulation dot1Q 3
ip address 192.168.1.17 255.255.255.240
!interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0
ip address 192.168.1.65 255.255.255.252
clock rate 56000
!
interface Serial0/1
no ipaddress
shutdown
!
ip classless
ip route 192.168.1.32 255.255.255.240 Serial0/0
ip route 192.168.1.48 255.255.255.240 Serial0/0
!
!
!
ip dhcp excluded-address 192.168.1.1
!
ip dhcp pooldhcp_bog
network 192.168.1.0 255.255.255.240
default-router 192.168.1.1
!
line con 0
line vty 0 4
login
!
!
end
ROUTER MEDELLIN
!
version 12.2
no service timestamps log datetimemsec
no service timestamps debug datetime msec
no service password-encryption
!
hostname MEDELLIN
!
!
!
!
ip dhcp excluded-address 192.168.1.33
!
ip dhcp pool dhcp_med
network 192.168.1.32255.255.255.240
default-router 192.168.1.33
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
no ip address
duplex auto
speed auto
!
interface FastEthernet0/0.1encapsulation dot1Q 2
ip address 192.168.1.33 255.255.255.240
!
interface FastEthernet0/0.2
encapsulation dot1Q 3
ip address 192.168.1.49 255.255.255.240
!
interface FastEthernet0/1
no ip addressduplex auto
speed auto
shutdown
!
interface Serial0/0
ip address 192.168.1.66 255.255.255.252
!
interface Serial0/1
no ip address
shutdown
!
ip classless
ip route 192.168.1.0255.255.255.240 Serial0/0
ip route 192.168.1.16 255.255.255.240 Serial0/0
!
!
!
!
!
!
!
line con 0
line vty 0 4
login
!
!
!
end
SWITCH BOGOTÁ
!
version 12.1
no service...
Regístrate para leer el documento completo.