You are on page 1of 4

CENTRAL

ena
conf t
ip route 0.0.0.0 0.0.0.0 s 0/0/1
exit
conf t
router ospf 1
net 10.1.1.0 0.0.0.3 area 0
default-information originate
exit
router ospf 1
passive-interface serial 0/0/1
BRANCH
ena
conf t
hostname BRANCH
enable secret class
line con 0
pass cisco
login
line vty 0 4
pass cisco
login
exit
banner motd "Acceso solo a Personal Autorizado"
int s0/0/0
ip add 10.1.1.1 255.255.255.252
clock rate 64000
exit
int f0/0
no shut
no ip add
int f0/0.10
enca dot1q 10
ip add 172.17.10.1 255.255.255.0
int f0/0.1
enca dot1q 1
ip add 172.17.1.1 255.255.255.0
int f0/0.20
enca dot1q 20
ip add 172.17.20.1 255.255.255.0
int f0/0.30
enca dot1q 30
ip add 172.17.30.1 255.255.255.0
int f0/0.99
encap dot1q 99 native
ip add 172.17.99.1 255.255.255.0
exit
router ospf 1
net 10.1.1.0 0.0.0.3 area 0
net 172.17.1.0 0.0.0.255 area 0
net 172.17.10.0 0.0.0.255 area 0
net 172.17.20.0 0.0.0.255 area 0
net 172.17.30.0 0.0.0.255 area 0
net 172.17.99.0 0.0.0.255 area 0

exit
router ospf 1
passive-interface
passive-interface
passive-interface
passive-interface
passive-interface

f0/0.1
f0/0.10
f0/0.20
f0/0.30
f0/0.99

ISP
ena
conf t
ip route
ip route
ip route
ip route
ip route
ip route

10.1.1.0 255.255.255.252 serial 0/0/1


172.17.1.0 255.255.255.0 serial 0/0/1
172.17.10.0 255.255.255.0 serial 0/0/1
172.17.20.0 255.255.255.0 serial 0/0/1
172.17.30.0 255.255.255.0 serial 0/0/1
172.17.99.0 255.255.255.0 serial 0/0/1

S1
ena
conf t
hostn S1
enable secret class
line con 0
pass cisco
login
line vty 0 4
pass cisco
login
exit
banner motd "Acceso solo a Personal Autorizado"
vlan 99
exit
int vlan 99
ip address 172.17.99.11 255.255.255.0
exit
spanning-tree vlan 1,10,20,30,99 priority 4096
ip default-gateway 172.17.99.1vtp mode server
vtp domain CCNA
vtp pass cisco
interface range fastethernet 0/1-5
sw m t
sw t n v 99
no shut
exit
vlan 10
name Faculty/Staff
vlan 20
name Students
vlan 30
name Guest(Default)
vlan 99
name Management&Native
exit

S2
ena
conf t
hostn S2
enable secret class
line con 0
pass cisco
login
line vty 0 4
pass cisco
login
exit
banner motd "Acceso solo a Personal Autorizado"
vlan 99
exit
interface vlan 99
ip address 172.17.99.12 255.255.255.0
exit
ip default-gateway 172.17.99.1
vtp mode client
vtp domain CCNA
vtp pass cisco
interface range fastethernet 0/1-4
switchport mode trunk
switchport trunk native vlan 99
no shutdown
interface range fastethernet 0/1-4
switchport mode trunk
switchport trunk native vlan 99
no shutdown
interface range fastethernet 0/6-10
switchport mode access
switchport access vlan 30
interface range fastethernet 0/11-17
switchport mode access
switchport access vlan 10
interface range fastethernet 0/18-24
switchport mode access
switchport access vlan 20
S3
ena
configure t
hostn S3
enable secret class
line con 0
pass cisco
login
line vty 0 4
pass cisco
login
exit
banner motd "Acceso solo a Personal Autorizado"
vlan 99
exit
interface vlan 99
ip address 172.17.99.13 255.255.255.0
exit

ip default-gateway 172.17.99.1vtp mode client


vtp domain CCNA
vtp pass cisco
interface range fastethernet 0/1-4
switchport mode trunk
switchport trunk native vlan 99
no shut

You might also like