CORE2
en
vlan data
vlan 60 name Student
vlan 70 name Admin
ex
conf t
int range f0/21-22
sw mod trunk
no shut
ex
int g0/1
no sw
ip add 192.168.2.2 255.255.255.0
no shut
ex
vtp ver 2
vtp mod ser
vtp domain BKACAD
vtp pass bkacad@vtp
int vlan 60
ip add 10.10.60.2 255.255.255.0
no shut
ex
int vlan 70
ip add 10.10.70.2 255.255.255.0
no shut
ex
ip routing
router rip
ver 2
no auto
net 192.168.2.0
net 10.10.60.0
net 10.10.70.0
default o
red st
ex
ip dhcp pool Student
net 10.10.60.0 255.255.255.0
dns 8.8.8.8
default 10.10.60.2
ex
ip dhcp pool Admin
net 10.10.70.0 255.255.255.0
dns 10.10.40.8
default 10.10.70.2
ex
ip dhcp ex 10.10.60.1 10.10.60.10
ip dhcp ex 10.10.70.1 10.10.70.10
--------------
Access3
en
conf t
vtp ver 2
vtp mod cli
vtp domain BKACAD
vtp pass bkacad@vtp
int range f0/21-22
sw mod trunk
no shut
ex
int range f0/1-10
sw mod acc
sw acc vlan 60
no shut
ex
int range f0/11-20
sw mod acc
sw acc vlan 70
no shut
ex
---------------
Access 4
en
conf t
vtp ver 2
vtp mod cli
vtp domain BKACAD
vtp pass bkacad@vtp
int range f0/21-22
sw mod trunk
no shut
ex
int range f0/1-10
sw mod acc
sw acc vlan 60
no shut
ex
int range f0/11-20
sw mod acc
sw acc vlan 70
no shut
ex
----------------
Accesss 1
en
vlan data
vlan 10 name Tech
vlan 20 name Ins
vlan 30 name Public_Server
vlan 40 name Private_Server
vlan 50 name Management
ex
conf t
vtp ver 2
vtp mod ser
vtp domain BKACAD
vtp pass bkacad@vtp
int range f0/1-5
sw mod acc
sw acc vlan 10
no shut
ex
int range f0/6-10
sw mod acc
sw acc vlan 20
no shut
ex
int range f0/11-15
sw mod acc
sw acc vlan 30
no shut
ex
int range f0/16-20
sw mod acc
sw acc vlan 40
no shut
ex
int range g0/1-2
sw mod trunk
sw trunk native vlan 50
no shut
ex
int vlan 50
ip add 10.10.50.10 255.255.255.0
no shut
ex
ip default-gateway 10.10.50.1
line vty 0 15
pass bkacad
login
ex
enable se cisco
--------------
Access 2
en
conf t
vtp ver 2
vtp mod cli
vtp domain BKACAD
vtp pass bkacad@vtp
int range f0/1-5
sw mod acc
sw acc vlan 10
no shut
ex
int range f0/6-10
sw mod acc
sw acc vlan 20
no shut
ex
int range f0/11-15
sw mod acc
sw acc vlan 30
no shut
ex
int range f0/16-20
sw mod acc
sw acc vlan 40
no shut
ex
int range g0/1-2
sw mod trunk
sw trunk native vlan 50
no shut
ex
int vlan 50
ip add 10.10.50.20 255.255.255.0
no shut
ex
ip default-gateway 10.10.50.2
line vty 0 15
pass bkacad
login
ex
enable se cisco
-------------
Distribution 1
en
conf t
int g0/0
no shut
ex
int g0/0.10
encap dot 10
ip add 10.10.10.1 255.255.255.0
no shut
ex
int g0/0.20
encap dot 20
ipv6 add 2000:20::1/64
no shut
ex
int g0/0.30
encap dot 30
ip add 10.10.30.1 255.255.255.0
ipv6 add 2000:30::1/64
no shut
ex
int g0/0.40
encap dot 40
ip add 10.10.40.1 255.255.255.0
ipv6 add 2000:40::1/64
no shut
ex
int g0/0.50
encap dot 50
ip add 10.10.50.1 255.255.255.0
no shut
ex
router ospf 1
net 10.10.10.0 0.0.0.255 area 0
net 10.10.30.0 0.0.0.255 area 0
net 10.10.40.0 0.0.0.255 area 0
net 10.10.50.0 0.0.0.255 area 0
net 10.10.12.0 0.0.0.255 area 0
net 192.168.10.0 0.0.0.255 area 0
passive-interface g0/0.10
passive-interface g0/0.20
passive-interface g0/0.30
passive-interface g0/0.40
passive-interface g0/0.50
default o
ex
ipv6 unicast
ipv6 router rip BKACAD
ex
int g0/1
ipv6 rip BKACAD enable
ex
int g0/2
ipv6 rip BKACAD enable
ex
int g0/0.10
ip helper-add 10.10.40.10
ex
--------------------------
Distribution 2
en
conf t
int g0/0
no shut
ex
int g0/0.10
encap dot 10
ip add 10.10.10.2 255.255.255.0
no shut
ex
int g0/0.20
encap dot 20
ipv6 add 2000:20::2/64
no shut
ex
int g0/0.30
encap dot 30
ip add 10.10.30.2 255.255.255.0
ipv6 add 2000:30::2/64
no shut
ex
int g0/0.40
encap dot 40
ip add 10.10.40.2 255.255.255.0
ipv6 add 2000:40::2/64
no shut
ex
int g0/0.50
encap dot 50
ip add 10.10.50.2 255.255.255.0
no shut
ex
router ospf 1
net 10.10.10.0 0.0.0.255 area 0
net 10.10.30.0 0.0.0.255 area 0
net 10.10.40.0 0.0.0.255 area 0
net 10.10.50.0 0.0.0.255 area 0
net 10.10.12.0 0.0.0.255 area 0
net 192.168.20.0 0.0.0.255 area 0
passive-interface g0/0.10
passive-interface g0/0.20
passive-interface g0/0.30
passive-interface g0/0.40
passive-interface g0/0.50
default o
ex
ipv6 unicast
ipv6 router rip BKACAD
ex
int g0/1
ipv6 rip BKACAD enable
ex
int g0/2
ipv6 rip BKACAD enable
ex
ipv6 dhcp pool Ins
dns 2000:40::8
ex
int g0/0.20
ipv6 nd other
ipv6 dhcp server Ins
ex
------------------------
CORE 1
en
conf t
router ospf 1
net 192.168.10.0 0.0.0.255 area 0
net 192.168.20.0 0.0.0.255 area 0
default o
red rip subnets
ex
router rip
ver 2
no auto
net 192.168.1.0
red ospf 1 metric 1
ex
ipv6 unicast
ipv6 router rip BKACAD
red ospf 1 metric 1
red connect
ex
int range g0/1-2
ipv6 rip BKACAD enable
ex
ipv6 router ospf 1
default o
red rip BKACAD
ex
int g0/0
ipv6 ospf 1 area 0
ex
--------------------
GATE
en
conf t
router rip
ver 2
no auto
net 192.168.1.0
net 192.168.2.0
default o
ex
ipv6 unicast
ipv6 router ospf 1
red static
default o
ex
int g0/1
ipv6 ospf 1 area 0
ex
ip route 0.0.0.0 0.0.0.0 g0/0
ipv6 route 0:0:0:0::0/0 g0/0
acc 1 per 10.0.0.0 0.255.255.255
acc 1 per 192.168.0.0 0.0.255.255
ip nat ins source list 1 int g0/0 overload
ip nat ins source static 10.10.30.8 200.0.0.3
ip nat ins source static 10.10.30.10 200.0.0.4
int range g0/1-2
ip nat ins
ex
int g0/0
ip nat out
ex