You are on page 1of 3

multicapa

ena
conf ter
hostname S1

interface fa 0/24
no switchport
ip address 192.168.133.2 255.255.255.252
exit

vlan 19
vlan 21
exit

interface fa 0/1
switchport mode access
switchport access vlan 21
exit

interface fa 0/2
switchport mode access
switchport access vlan 19
exit

ip routing
interface vlan 19
ip adress 192.168.131.254 255.255.255.0
exit
interface vlan 21
ip adress 192.168.132.254 255.255.255.0
exit

router eigrp 10
no auto-summary
network 192.168.132.0 0.0.0.255
network 192.168.131.0 0.0.0.255
network 192.168.133.0 0.0.0.255

exit

do write

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

maipu

ena
conf ter
hostname MAIPU

interface fa 0/0
ip address 192.168.133.1 255.255.255.252
no shutdown
exit

interaface serial 0/0/0


encapsulation frame-relay
frame-relay interface-dlci 102
frame-relay interface-dlci 103
ip address 202.10.10.1 255.255.255.248
clock rate 250000
no shutdown
exit

router eigrp 10
no auto-summary
network 192.168.133.0 0.0.0.3
network 202.10.10.0 0.0.0.7
exit
do write

:::::::::::::::::::::::::::::::::::::::::::::::::

ena
conf ter
hostname S3

interface range fa 0/21-22


channel-group 1 mode active
channel-protocol lacp
switchport mode trunk
switchport trunk allowed vlan all
exit

interface fa 0/23
switchport mode trunk
switchport trunk allowed vlan all
exit

vtp domain IPLEONES


vtp mode server

vlan 3
vlan 5
vlan 7
exit

interface fa 0/1
switchport mode access
switchport access vlan 7
exit

interface fa 0/2
switchport mode access
switchport access vlan 5
exit

exit
do write
-----------------------------------------------------------------------------------
--

interface fa 0/0.2
encapsulation dot1q 10
ip address 192.168.2.1 255.255.255.0
exit

interface fa 0/0.10
encapsulation dot1q 20
ip address 192.168.10.1 255.255.255.224
exit

interface fa 0/0
no shutdown
exit

You might also like