Ccna
hostname MATRIZ
ip dhcp excluded-address 3.3.3.37
!
ip dhcp pool camilo
network 3.3.3.0 255.255.255.192
default-router 3.3.3.37
ip dhcp pool camilo1
network 5.5.5.0255.255.255.240
default-router 5.5.5.10
!
interface Tunnel0
ip address 192.168.1.1 255.255.255.0
tunnel source Serial0/0/0
tunnel destination 3.3.3.2
!
interface Tunnel1
ip address192.168.2.1 255.255.255.0
tunnel source Serial0/0/0
tunnel destination 2.2.2.2
!
interface FastEthernet0/0
no ip address
duplex auto
speed auto
shutdown
!
interface FastEthernet0/1
ipaddress 3.3.3.37 255.255.255.192
duplex auto
speed auto
!
interface Serial0/0/0
ip address 1.1.1.2 255.255.255.252
encapsulation frame-relay
frame-relay interface-dlci 100
frame-relaylmi-type ansi
!
interface Serial0/0/1
no ip address
shutdown
!
interface Vlan1
no ip address
shutdown
!
ip classless
ip route 192.168.1.0 255.255.255.0 192.168.1.2
ip route 3.3.3.0255.255.255.252 Serial0/0/0
ip route 192.168.2.0 255.255.255.0 192.168.2.2
ip route 2.2.2.0 255.255.255.252 Serial0/0/0
Router SUCURSAL A
hostname ABC
!
username BCD password 0 cisco
!
interfaceTunnel0
ip address 192.168.1.2 255.255.255.0
tunnel source Serial0/0/0
tunnel destination 1.1.1.2
!
interface FastEthernet0/0
ip address 5.5.5.10 255.255.255.240
ip helper-address 1.1.1.2duplex auto
speed auto
!
interface Serial0/0/0
ip address 3.3.3.2 255.255.255.252
encapsulation ppp
ppp authentication chap
ip classless
ip route 192.168.1.0 255.255.255.0 192.168.1.1ip route 1.1.1.0 255.255.255.252 Serial0/0/0
ROUTER SUCURSAL B
interface Tunnel1
ip address 192.168.2.2 255.255.255.0
tunnel source Serial0/0/0
tunnel destination 1.1.1.2
!
interfaceFastEthernet0/0
ip address 4.4.4.44 255.255.255.248
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
ip...
Regístrate para leer el documento completo.