Hiển thị các bài đăng có nhãn learn. Hiển thị tất cả bài đăng
Hiển thị các bài đăng có nhãn learn. Hiển thị tất cả bài đăng

Thứ Năm, 17 tháng 7, 2014

S2 OpenLab Final CCNAv4 - EIGRP RIP RIPng OSPF NAT CLI




Note: ISP Zone, all PCs and servers in two sites area configured completely.
The tasks are performed by following parameters:
1.     Troubleshoot :
Router GATE2 (Ha Noi Office) had configure password and you must recovery password to access the router.
2.     IP Address planning and Routing Protocol configuration:

Assign IP address for router’s interface with the rule as follow: Gate1 +1, Gate2 +2, R3 +3, R4 +4 …
Example: G0/0 of Gate1 has IP address 200.200.1.1/30 and 2000:1::1/64.
3.     Route redistribution
3.1 On router GATE3:
+ Into EIGRP: bandwidth 10, delay 10, reliability 10, load 10,
MTU 10.
+ Into OSPFv2: cost = 200 , E1, subnets
3.2 On router GATE2:
+ Into OSPF : cost = 100, E2, subnets
+ Into RIP : metric = 2.
3.3 On router GATE1:
+Advertise the default route to OSPF domain.
3.4 On GATE2.HCM:
+Advertise the default route to EIGRP domain.
3.5 On R6
+ Into EIGRP: redistribute  RIPng route with bandwidth 1, delay 1, reliability 1, load 1, MTU 1; and redistribute connected route.
+ Into RIPng: redistribute EIGRP route with metric 1; and redistribute connected route.

4.     NAT configuration:
a)    NAT overload:
On router GATE1 (HA NOI office) configure access-list 1 to permit all user on Ha Noi’s LAN connect toward the Internet, using public IP address of interface G0/0 of router GATE 1
b)    Static NAT:
On router GATE1 config static NAT to public Web server and Mail server to the Internet, using public IP address 200.0.0.10; 200.0.0.20.
5.     Security :
+ On all routers GATE1,GATE2,GATE3,GATE4,BR1,BR2 configure as a telnet server using password “cisco@telnet”, secret password as “cisco@sec”, and create access-list 10, permit only Tech’s Lan (172.16.1.0/24) can telnet to router.
+ On router GATE 1 configure IPv4 access-list 100 permit request traffic(web, mail,dns and TFTP) from all users sent to DMZ LAN and apply to interface GATE1-G0/2
+ On router GATE 1 config IPv6 access-list(name DMZ-SERVER) permit request traffic(web, mail,dns and TFTP) from all users sent to DMZ LAN and apply to interface GATE1-G0/2
_____________________________________________________________________________
hostname BR1
!
enable secret 5 $1$mERr$l.9Pgdsd6iLCoy0MniCV60
!
license udi pid CISCO2911/K9 sn FTX1524QAPV
!
spanning-tree mode pvst
!
interface GigabitEthernet0/0
 ip address 10.1.1.1 255.255.255.0
 duplex auto
 speed auto
!
interface GigabitEthernet0/1
 ip address 10.1.12.1 255.255.255.0
 duplex auto
 speed auto
!
interface GigabitEthernet0/2
 no ip address
 duplex auto
 speed auto
 shutdown
!
interface Vlan1
 no ip address
 shutdown
!
router rip
 version 2
 network 10.0.0.0
!
ip classless
!
access-list 10 permit 172.16.1.0 0.0.0.255
!
no cdp run
!
line con 0
!
line aux 0
!
line vty 0 4
 access-class 10 in
 password cisco@telnet
 login
!
end

_____________________________________________________________________________
hostname BR2
!
enable secret 5 $1$mERr$l.9Pgdsd6iLCoy0MniCV60
!
license udi pid CISCO2911/K9 sn FTX15249933
!
spanning-tree mode pvst
!
interface GigabitEthernet0/0
 ip address 10.2.2.2 255.255.255.0
 duplex auto
 speed auto
!
interface GigabitEthernet0/1
 ip address 10.2.23.2 255.255.255.0
 duplex auto
 speed auto
!
interface GigabitEthernet0/2
 no ip address
 duplex auto
 speed auto
 shutdown
!
interface Vlan1
 no ip address
 shutdown
!
router eigrp 100
 network 10.2.2.0 0.0.0.255
 network 10.2.23.0 0.0.0.255
 auto-summary
!
ip classless
!
access-list 10 permit 172.16.1.0 0.0.0.255
!
no cdp run
!
line con 0
!
line aux 0
!
line vty 0 4
 access-class 10 in
 password cisco@telnet
 login
!
end
_____________________________________________________________________________
hostname GATE1
!
enable secret 5 $1$mERr$l.9Pgdsd6iLCoy0MniCV60
!
ipv6 unicast-routing
!
license udi pid CISCO2911/K9 sn FTX152422NV
!
spanning-tree mode pvst
!
interface GigabitEthernet0/0
 ip address 200.2.2.1 255.255.255.252
 ip nat outside
 duplex auto
 speed auto
 ipv6 address 2001:1::1/64
!
interface GigabitEthernet0/1
 ip address 192.168.123.1 255.255.255.0
 ip nat inside
 duplex auto
 speed auto
!
interface GigabitEthernet0/2
 ip address 192.168.33.1 255.255.255.0
 ip access-group 100 out
 ipv6 traffic-filter DMZ-SERVER out
 ip nat inside
 duplex auto
 speed auto
 ipv6 address 2003:3::1/64
!
interface Serial0/0/0
 ip address 172.16.14.1 255.255.255.0
 ip nat inside
!
interface Serial0/0/1
 no ip address
 shutdown
!
interface Vlan1
 no ip address
 shutdown
!
router ospf 1
 router-id 1.1.1.1
 log-adjacency-changes
 network 192.168.123.0 0.0.0.255 area 0
 network 192.168.33.0 0.0.0.255 area 0
 network 172.16.14.0 0.0.0.255 area 1
 default-information originate
!
ip nat inside source list 1 interface GigabitEthernet0/0 overload
ip nat inside source static 192.168.33.10 200.0.0.10 
ip nat inside source static 192.168.33.20 200.0.0.20 
ip classless
ip route 0.0.0.0 0.0.0.0 200.2.2.2 
!
ipv6 route ::/0 2001:1::2
!
access-list 1 permit any
access-list 10 permit 172.16.1.0 0.0.0.255
access-list 100 permit tcp any 192.168.33.0 0.0.0.255 eq www
access-list 100 permit tcp any 192.168.33.0 0.0.0.255 eq smtp
access-list 100 permit tcp any 192.168.33.0 0.0.0.255 eq pop3
access-list 100 permit udp any 192.168.33.0 0.0.0.255 eq domain
access-list 100 permit udp any 192.168.33.0 0.0.0.255 eq tftp
ipv6 access-list DMZ-SERVER
 permit tcp any 2003:3::/64 eq www
 permit tcp any 2003:3::/64 eq smtp
 permit tcp any 2003:3::/64 eq pop3
 permit udp any 2003:3::/64 eq domain
 permit udp any 2003:3::/64 eq tftp
!
no cdp run
!
line con 0
!
line aux 0
!
line vty 0 4
 access-class 10 in
 password cisco@telnet
 login
!
end
_____________________________________________________________________________
hostname Gate2.HCM
!
ipv6 unicast-routing
!
license udi pid CISCO2911/K9 sn FTX1524158P
!
spanning-tree mode pvst
!
interface GigabitEthernet0/0
 no ip address
 duplex auto
 speed auto
 ipv6 address 2001:2::2/64
!
interface GigabitEthernet0/1
 no ip address
 duplex auto
 speed auto
 ipv6 address 2012:26::2/64
 ipv6 eigrp 200
!
interface GigabitEthernet0/2
 no ip address
 duplex auto
 speed auto
 shutdown
!
interface Vlan1
 no ip address
 shutdown
!
ipv6 router eigrp 200
 router-id 20.2.2.2
 no shutdown 
 redistribute static
!
ip classless
!
ipv6 route ::/0 2001:2::1
!
no cdp run
!
line con 0
!
line aux 0
!
line vty 0 4
 ipv6 access-class TELNET in
 login
!
end
_____________________________________________________________________________
hostname GATE3
!
enable secret 5 $1$mERr$l.9Pgdsd6iLCoy0MniCV60
!
license udi pid CISCO2911/K9 sn FTX1524UO05
!
spanning-tree mode pvst
!
interface GigabitEthernet0/0
 ip address 192.168.123.3 255.255.255.0
 duplex auto
 speed auto
!
interface GigabitEthernet0/1
 ip address 10.2.23.3 255.255.255.0
 duplex auto
 speed auto
!
interface GigabitEthernet0/2
 no ip address
 duplex auto
 speed auto
 shutdown
!
interface Vlan1
 no ip address
 shutdown
!
router eigrp 100
 redistribute ospf 1 metric 10 10 10 10 10 
 network 10.2.23.0 0.0.0.255
 auto-summary
!
router ospf 1
 router-id 3.3.3.3
 log-adjacency-changes
 redistribute eigrp 100 metric 200 metric-type 1 subnets 
 network 192.168.123.0 0.0.0.255 area 0
!
ip classless
!
access-list 10 permit 172.16.1.0 0.0.0.255
!
no cdp run
!
line con 0
!
line aux 0
!
line vty 0 4
 access-class 10 in
 password cisco@telnet
 login
!
end
_____________________________________________________________________________
hostname GATE4
!
enable secret 5 $1$mERr$l.9Pgdsd6iLCoy0MniCV60
!
license udi pid CISCO2911/K9 sn FTX1524I2BP
!
spanning-tree mode pvst
!
interface GigabitEthernet0/0
 ip address 172.16.1.4 255.255.255.0
 duplex auto
 speed auto
!
interface GigabitEthernet0/1
 no ip address
 duplex auto
 speed auto
 shutdown
!
interface GigabitEthernet0/2
 no ip address
 duplex auto
 speed auto
 shutdown
!
interface Serial0/0/0
 ip address 172.16.14.4 255.255.255.0
!
interface Serial0/0/1
 no ip address
 shutdown
!
interface Vlan1
 no ip address
 shutdown
!
router ospf 1
 router-id 4.4.4.4
 log-adjacency-changes
 network 172.16.1.0 0.0.0.255 area 1
 network 172.16.14.0 0.0.0.255 area 1
!
ip classless
!
access-list 10 permit 172.16.1.0 0.0.0.255
!
no cdp run
!
line con 0
!
line aux 0
!
line vty 0 4
 access-class 10 in
 password cisco@telnet
 login
!
end
_____________________________________________________________________________
hostname R6
!
ipv6 unicast-routing
!
license udi pid CISCO2911/K9 sn FTX15240EYD
!
spanning-tree mode pvst
!
interface GigabitEthernet0/0
 no ip address
 duplex auto
 speed auto
 ipv6 address 2011:67::6/64
 ipv6 rip R6R7 enable 
!
interface GigabitEthernet0/1
 no ip address
 duplex auto
 speed auto
 ipv6 address 2012:26::6/64
 ipv6 eigrp 200
!
interface GigabitEthernet0/2
 no ip address
 duplex auto
 speed auto
 ipv6 address 2012:6::6/64
 ipv6 eigrp 200
!
interface Vlan1
 no ip address
 shutdown
!
ipv6 router eigrp 200
 router-id 20.6.6.6
 no shutdown 
 redistribute rip R6R7  metric 1 1 1 1 1 
 redistribute connected
!
ipv6 router rip R6R7
 redistribute eigrp 200 metric 1 
 redistribute connected 
!
ip classless
!
no cdp run
!
line con 0
!
line aux 0
!
line vty 0 4
 ipv6 access-class TELNET in
 login
!
end
_____________________________________________________________________________
hostname R7
!
ipv6 unicast-routing
!
license udi pid CISCO2911/K9 sn FTX1524OSM0
!
spanning-tree mode pvst
!
interface GigabitEthernet0/0
 no ip address
 duplex auto
 speed auto
 ipv6 address 2011:67::7/64
 ipv6 rip R6R7 enable 
!
interface GigabitEthernet0/1
 no ip address
 duplex auto
 speed auto
 ipv6 address 2011:7::7/64
 ipv6 rip R6R7 enable 
!
interface GigabitEthernet0/2
 no ip address
 duplex auto
 speed auto
 shutdown
!
interface Vlan1
 no ip address
 shutdown
!
ipv6 router rip R6R7
!
ip classless
!
no cdp run
!
line con 0
!
line aux 0
!
line vty 0 4
 ipv6 access-class TELNET in
 login
!
end
_____________________________________________________________________________ 

Thứ Tư, 16 tháng 7, 2014

EtherChannel HSRP

hostname R1
!
license udi pid CISCO2911/K9 sn FTX1524K3EP
!
spanning-tree mode pvst
!
interface GigabitEthernet0/0
 no ip address
 duplex auto
 speed auto
!
interface GigabitEthernet0/0.10
 encapsulation dot1Q 10
 ip address 192.168.10.1 255.255.255.0
!
interface GigabitEthernet0/0.20
 encapsulation dot1Q 20
 ip address 192.168.20.1 255.255.255.0
!
interface GigabitEthernet0/0.30
 encapsulation dot1Q 30
 ip address 192.168.30.1 255.255.255.0
!
interface GigabitEthernet0/0.40
 encapsulation dot1Q 40
 ip address 192.168.40.1 255.255.255.0
!
interface GigabitEthernet0/1
 ip address 192.168.50.1 255.255.255.0
 duplex auto
 speed auto
 standby version 2
 standby 1 ip 192.168.50.254
 standby 1 priority 102
!
interface GigabitEthernet0/2
 no ip address
 duplex auto
 speed auto
 shutdown
!
interface Vlan1
 no ip address
 shutdown
!
ip classless
!
no cdp run
!
line con 0
!
line aux 0
!
line vty 0 4
 login
!
end
__________________________________________________________
hostname R2
!
license udi pid CISCO2911/K9 sn FTX1524KECC
!
spanning-tree mode pvst
!
interface GigabitEthernet0/0
 no ip address
 duplex auto
 speed auto
!
interface GigabitEthernet0/0.10
 encapsulation dot1Q 10
 ip address 192.168.10.2 255.255.255.0
!
interface GigabitEthernet0/0.20
 encapsulation dot1Q 20
 ip address 192.168.20.2 255.255.255.0
!
interface GigabitEthernet0/0.30
 encapsulation dot1Q 30
 ip address 192.168.30.2 255.255.255.0
!
interface GigabitEthernet0/0.40
 encapsulation dot1Q 40
 ip address 192.168.40.2 255.255.255.0
!
interface GigabitEthernet0/1
 ip address 192.168.50.2 255.255.255.0
 duplex auto
 speed auto
 standby version 2
 standby 1 ip 192.168.50.254
!
interface GigabitEthernet0/2
 no ip address
 duplex auto
 speed auto
 shutdown
!
interface Vlan1
 no ip address
 shutdown
!
ip classless
!
line con 0
!
line aux 0
!
line vty 0 4
 login
!
end
__________________________________________________________
hostname Sw1
!
spanning-tree mode pvst
!
interface FastEthernet0/1
 channel-group 1 mode on
 switchport mode trunk
!
interface FastEthernet0/2
 channel-group 1 mode on
 switchport mode trunk
!
interface FastEthernet0/3
 channel-protocol lacp
 channel-group 3 mode active
 switchport mode trunk
!
interface FastEthernet0/4
 channel-protocol lacp
 channel-group 3 mode active
 switchport mode trunk
!
interface GigabitEthernet1/1
 switchport mode trunk
!
interface GigabitEthernet1/2
 switchport mode trunk
!
interface Port-channel 1
 switchport mode trunk
!
interface Port-channel 3
 switchport mode trunk
!
interface Vlan1
 no ip address
 shutdown
!
line con 0
!
line vty 0 4
 login
line vty 5 15
 login
!
end
__________________________________________________________
hostname Sw2
!
spanning-tree mode pvst
!
interface FastEthernet0/1
 channel-group 1 mode on
 switchport mode trunk
!
interface FastEthernet0/2
 channel-group 1 mode on
 switchport mode trunk
!
interface FastEthernet0/3
channel-protocol pagp
 channel-group 2 mode desirable
 switchport mode trunk
!
interface FastEthernet0/4
channel-protocol pagp
 channel-group 2 mode desirable
 switchport mode trunk
!
interface FastEthernet0/5
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/6
 switchport access vlan 20
 switchport mode access
!
interface Port-channel 1
 switchport mode trunk
!
interface Port-channel 2
 switchport mode trunk
!
interface Vlan1
 no ip address
 shutdown
!
line con 0
!
line vty 0 4
 login
line vty 5 15
 login
!
!
end
__________________________________________________________
hostname Sw3
!
spanning-tree mode pvst
!
interface FastEthernet0/1
channel-protocol pagp
 channel-group 2 mode desirable
 switchport mode trunk
!
interface FastEthernet0/2
channel-protocol pagp
 channel-group 2 mode desirable
 switchport mode trunk
!
interface FastEthernet0/3
 channel-protocol lacp
 channel-group 3 mode active
 switchport mode trunk
!
interface FastEthernet0/4
 channel-protocol lacp
 channel-group 3 mode active
 switchport mode trunk
!
interface FastEthernet0/5
 switchport access vlan 30
 switchport mode access
!
interface FastEthernet0/6
 switchport access vlan 40
 switchport mode access
!
interface Port-channel 2
 switchport mode trunk
!
interface Port-channel 3
 switchport mode trunk
!
interface Vlan1
 no ip address
 shutdown
!
!
line con 0
!
line vty 0 4
 login
line vty 5 15
 login
!
!
end
__________________________________________________________
hostname Sw4
!
interface Vlan1
 no ip address
 shutdown
!
line con 0
!
line vty 0 4
 login
line vty 5 15
 login
!
end

S3 Openlab1 Spanning Tree

Given the network as in the diagram above, you have to complete tasks below:


1           Basic Configuration
1.      Hostnames: Assign the Routers and Switchs name as topology. For example: BR1, Sw12….

2.      Passwords & Banner Message:
a.       Console and VTY lines are password , password=’class’.
b.      Set the privileged mode password (enable secret password) to ‘cisco’.
c.       Banner contains the name of device:router1, router2. (type "#router1#"...)
d.      Set clock rate on serial interface as 64000

2           Head Quarter region
2.1         VLANs:
2.2         VTP:
VTP Domain: HeadQuarter
VTP pass: hqp@ss123
Sw31: server
Other switch: client
Note: change all switch mode to transparent when they learned all VLAN info.
2.3         STP:
STP mode: PVST+
Sw31: root bridge for all VLANs
Enable Cisco portfast on all accessLayer’switchs.         
2.4         IP address:
All End users connect to VLAN have ip address in the subNetwork: 168.79.X.0/24, where X is VLAN ID
Router subinterface is assigned ip address with 4­th octet : routerID
Ex: interface f0/1.10 of R3: 168.79.10.3
2.5         Routing
Router HeadQuarter shares routing info with other router using OSPF 1 area 0 (use network command with associated wildcard mask).
Configure routing in a stick on interface F0/1 of a router HeadQuarder.
Ex: vlan 10: f0/1.10, vlan20: f0/1.20…
3           BrandOffice1 region
3.1         VLANs:
3.2         VTP:
VTP Domain: BrandOffice1
VTP pass: br1p@ss123
Sw11: server
Other switch: client
3.3         STP:
STP mode: PVST+
Sw11: root bridge for all VLANs
Enable Cisco portfast on all switchs.     
3.4         IP address:
All End users connect to VLAN have ip address in the subNetwork: 154.0.X.0/24, where X is VLAN ID
Router subinterface is assigned ip address with 4­th octet : routerID (like 2.4)
3.5         Routing
Configure routing in a stick on interface F0/0 of the router BrandOffice1.
Ex: vlan 10: f0/0.10, vlan20: f0/0.20…
Router BrandOffice1 shares routing info with other router using OSPF 1 area 0 (use network command with associated wildcard mask).
3.6         Wireless (on AP1).
Internet port IP: 154.0.20.11
SSID: BrandOffice1
Mode: mixed
Local ip address: 10.0.1.0/24. Lan port IP: 10.0.1.1/24
Security Mode: WPA 2 Personal
-          Encryption: AES
-          Passphrase: BrandOffice1@wifi
Note: Student has to turn on the PC wirelessNIC to test the Wifi.
4           BrandOffice2 region
4.1         VLANs:





4.2         VTP:
VTP Domain: BrandOffice2
VTP pass: br2p@ss123
Sw11: server
Other switch: client
4.3         STP:
STP mode: PVST+
Sw21: root bridge for all VLANs
Enable Cisco portfast on all switchs.     
4.4         IP address:
All End users connect to VLAN have ip address in the subNetwork: 167.1.X.0/24, where X is VLAN ID
Router subinterface is assigned ip address with 4­th octet : routerID (like 2.4)
4.5         Routing
Configure routing in a stick on interface F0/0 of the router BrandOffice1.
Ex: vlan 10: f0/1.10, vlan20: f0/1.20…
Router BrandOffice1 shares routing info with other router using OSPF 1 area 0 (use network command with associated wildcard mask).
4.6         Wireless (on AP2).
Internet port IP: 167.1.20.22
SSID: BrandOffice2
Mode: mixed
Local ip address: 192.168.1.0. Lan port IP: 192.168.1.1/24
Security Mode: WPA 2 Personal
-          Encryption: AES
-          Passphrase: BrandOffice2@wifi
Note: Student has to turn on the PC wirelessNIC to test the Wifi.

5           IV. WAN Network
Each router has connection to ISP via serial interface with second ip address of the subnetwork.
-          R1: 200.200.200.4/30
-          R2: 200.200.200.0/30
-          R3: 200.200.200.8/30
All routers have default route to the ISP using static routing.
           
R1, R2, R3, TFTP and WEB server using the ip address of Subnetwork 134.23.54.0/24 connect to the cluster(R1: +1, R2: +2, R3: +3, TFTP: +10, WEB: +11).
All router and switch have to save configuration file on TFTP server
_________________________________________________________________________

AP1

AP2

hostname R1_BR1
spanning-tree mode pvst
!
interface FastEthernet0/0
 no ip address
 duplex auto
 speed auto
!
interface FastEthernet0/0.10
 encapsulation dot1Q 10
 ip address 154.0.10.1 255.255.255.0
!
interface FastEthernet0/0.20
 encapsulation dot1Q 20
 ip address 154.0.20.1 255.255.255.0
!
interface FastEthernet0/0.30
 encapsulation dot1Q 30
 ip address 154.0.30.1 255.255.255.0
!
interface FastEthernet0/0.99
 encapsulation dot1Q 99 native
 ip address 154.0.99.1 255.255.255.0
!
interface FastEthernet0/1
 ip address 134.23.54.1 255.255.255.0
 duplex auto
 speed auto
!
interface Serial0/0/0
 ip address 200.200.200.2 255.255.255.252
!
interface Serial0/0/1
 no ip address
 shutdown
!
interface Vlan1
 no ip address
 shutdown
!
router ospf 1
 log-adjacency-changes
 network 154.0.10.0 0.0.0.255 area 0
 network 154.0.20.0 0.0.0.255 area 0
 network 154.0.30.0 0.0.0.255 area 0
 network 154.0.99.0 0.0.0.255 area 0
 network 134.23.54.0 0.0.0.255 area 0
 default-information originate
!
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0/0/0 
!
no cdp run
!
line con 0
!
line aux 0
!
line vty 0 4
 login
!

end
______________________________________________________
hostname R2_BR2
spanning-tree mode pvst
interface FastEthernet0/0
 ip address 134.23.54.2 255.255.255.0
 duplex auto
 speed auto
!
interface FastEthernet0/1
 no ip address
 duplex auto
 speed auto
!
interface FastEthernet0/1.10
 encapsulation dot1Q 10
 ip address 167.1.10.2 255.255.255.0
!
interface FastEthernet0/1.20
 encapsulation dot1Q 20
 ip address 167.1.20.2 255.255.255.0
!
interface FastEthernet0/1.30
 encapsulation dot1Q 30
 ip address 167.1.30.2 255.255.255.0
!
interface FastEthernet0/1.99
 encapsulation dot1Q 99 native
 ip address 167.1.99.2 255.255.255.0
!
interface Serial0/0/0
 ip address 200.200.200.10 255.255.255.252
!
interface Serial0/0/1
 no ip address
 shutdown
!
interface Vlan1
 no ip address
 shutdown
!
router ospf 1
 log-adjacency-changes
 network 167.1.10.0 0.0.0.255 area 0
 network 167.1.20.0 0.0.0.255 area 0
 network 167.1.30.0 0.0.0.255 area 0
 network 167.1.99.0 0.0.0.255 area 0
 network 134.23.54.0 0.0.0.255 area 0
 default-information originate
!
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0/0/0 
!
no cdp run
!
line con 0
!
line aux 0
!
line vty 0 4
 login
!

end
______________________________________________________
hostname R3_HeadQuarter
!
spanning-tree mode pvst
!
interface FastEthernet0/0
 ip address 134.23.54.3 255.255.255.0
 duplex auto
 speed auto
!
interface FastEthernet0/1
 no ip address
 duplex auto
 speed auto
!
interface FastEthernet0/1.10
 encapsulation dot1Q 10
 ip address 168.79.10.3 255.255.255.0
!
interface FastEthernet0/1.20
 encapsulation dot1Q 20
 ip address 168.79.20.3 255.255.255.0
!
interface FastEthernet0/1.30
 encapsulation dot1Q 30
 ip address 168.79.30.3 255.255.255.0
!
interface FastEthernet0/1.99
 encapsulation dot1Q 99 native
 ip address 168.79.99.3 255.255.255.0
!
interface Serial0/0/0
 ip address 200.200.200.6 255.255.255.252
!
interface Serial0/0/1
 no ip address
 shutdown
!
interface Vlan1
 no ip address
 shutdown
!
router ospf 1
 log-adjacency-changes
 network 168.79.10.0 0.0.0.255 area 0
 network 168.79.20.0 0.0.0.255 area 0
 network 168.79.30.0 0.0.0.255 area 0
 network 168.79.99.0 0.0.0.255 area 0
 network 134.23.54.0 0.0.0.255 area 0
 default-information originate
!
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0/0/0 
!
no cdp run
!
line con 0
!
line aux 0
!
line vty 0 4
 login
!

end
______________________________________________________
hostname Sw11
!
spanning-tree mode pvst
spanning-tree portfast default
spanning-tree vlan 1,10,20,30,99 priority 24576
!
interface FastEthernet0/1
 switchport trunk native vlan 99
 switchport mode trunk
!
interface FastEthernet0/2
 switchport trunk native vlan 99
 switchport mode trunk
!
interface FastEthernet0/3
 switchport trunk native vlan 99
 switchport mode trunk
!
interface FastEthernet0/4
!
interface FastEthernet0/5
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/6
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/7
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/8
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/9
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/10
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/11
 switchport access vlan 20
 switchport mode access
!
interface FastEthernet0/12
 switchport access vlan 20
 switchport mode access
!
interface FastEthernet0/13
 switchport access vlan 20
 switchport mode access
!
interface FastEthernet0/14
 switchport access vlan 20
 switchport mode access
!
interface FastEthernet0/15
 switchport access vlan 20
 switchport mode access
!
interface FastEthernet0/16
 switchport access vlan 30
 switchport mode access
!
interface FastEthernet0/17
 switchport access vlan 30
 switchport mode access
!
interface FastEthernet0/18
 switchport access vlan 30
 switchport mode access
!
interface FastEthernet0/19
 switchport access vlan 30
 switchport mode access
!
interface FastEthernet0/20
 switchport access vlan 30
 switchport mode access
!
interface FastEthernet0/21
 switchport access vlan 99
 switchport mode access
!
interface FastEthernet0/22
 switchport access vlan 99
 switchport mode access
!
interface FastEthernet0/23
 switchport access vlan 99
 switchport mode access
!
interface FastEthernet0/24
 switchport access vlan 99
 switchport mode access
!
interface Vlan1
 no ip address
 shutdown
!
line con 0
!
line vty 0 4
 login
line vty 5 15
 login
!

end
______________________________________________________
hostname Sw12
!
spanning-tree mode pvst
spanning-tree portfast default
!
interface FastEthernet0/1
 switchport trunk native vlan 99
 switchport mode trunk
!
interface FastEthernet0/2
 switchport trunk native vlan 99
 switchport mode trunk
!
interface FastEthernet0/3
!
interface FastEthernet0/4
!
interface FastEthernet0/5
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/6
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/7
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/8
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/9
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/10
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/11
 switchport access vlan 20
 switchport mode access
!
interface FastEthernet0/12
 switchport access vlan 20
 switchport mode access
!
interface FastEthernet0/13
 switchport access vlan 20
 switchport mode access
!
interface FastEthernet0/14
 switchport access vlan 20
 switchport mode access
!
interface FastEthernet0/15
 switchport access vlan 20
 switchport mode access
!
interface FastEthernet0/16
 switchport access vlan 30
 switchport mode access
!
interface FastEthernet0/17
 switchport access vlan 30
 switchport mode access
!
interface FastEthernet0/18
 switchport access vlan 30
 switchport mode access
!
interface FastEthernet0/19
 switchport access vlan 30
 switchport mode access
!
interface FastEthernet0/20
 switchport access vlan 30
 switchport mode access
!
interface FastEthernet0/21
 switchport access vlan 99
 switchport mode access
!
interface FastEthernet0/22
 switchport access vlan 99
 switchport mode access
!
interface FastEthernet0/23
 switchport access vlan 99
 switchport mode access
!
interface FastEthernet0/24
 switchport access vlan 99
 switchport mode access
!
interface Vlan1
 no ip address
 shutdown
!
line con 0
!
line vty 0 4
 login
line vty 5 15
 login
!
end
______________________________________________________
hostname Sw13
!
spanning-tree mode pvst
spanning-tree portfast default
!
interface FastEthernet0/1
 switchport trunk native vlan 99
 switchport mode trunk
!
interface FastEthernet0/2
 switchport trunk native vlan 99
 switchport mode trunk
!
interface FastEthernet0/3
!
interface FastEthernet0/4
!
interface FastEthernet0/5
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/6
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/7
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/8
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/9
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/10
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/11
 switchport access vlan 20
 switchport mode access
!
interface FastEthernet0/12
 switchport access vlan 20
 switchport mode access
!
interface FastEthernet0/13
 switchport access vlan 20
 switchport mode access
!
interface FastEthernet0/14
 switchport access vlan 20
 switchport mode access
!
interface FastEthernet0/15
 switchport access vlan 20
 switchport mode access
!
interface FastEthernet0/16
 switchport access vlan 30
 switchport mode access
!
interface FastEthernet0/17
 switchport access vlan 30
 switchport mode access
!
interface FastEthernet0/18
 switchport access vlan 30
 switchport mode access
!
interface FastEthernet0/19
 switchport access vlan 30
 switchport mode access
!
interface FastEthernet0/20
 switchport access vlan 30
 switchport mode access
!
interface FastEthernet0/21
 switchport access vlan 99
 switchport mode access
!
interface FastEthernet0/22
 switchport access vlan 99
 switchport mode access
!
interface FastEthernet0/23
 switchport access vlan 99
 switchport mode access
!
interface FastEthernet0/24
 switchport access vlan 99
 switchport mode access
!
interface Vlan1
 no ip address
 shutdown
!
line con 0
!
line vty 0 4
 login
line vty 5 15
 login
!
end
______________________________________________________
hostname Sw21
!
spanning-tree mode pvst
spanning-tree portfast default
spanning-tree vlan 1,10,20,30,99 priority 24576
!
interface FastEthernet0/1
 switchport trunk native vlan 99
 switchport mode trunk
!
interface FastEthernet0/2
 switchport trunk native vlan 99
 switchport mode trunk
!
interface FastEthernet0/3
 switchport trunk native vlan 99
 switchport mode trunk
!
interface FastEthernet0/4
!
interface FastEthernet0/5
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/6
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/7
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/8
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/9
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/10
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/11
 switchport access vlan 20
 switchport mode access
!
interface FastEthernet0/12
 switchport access vlan 20
 switchport mode access
!
interface FastEthernet0/13
 switchport access vlan 20
 switchport mode access
!
interface FastEthernet0/14
 switchport access vlan 20
 switchport mode access
!
interface FastEthernet0/15
 switchport access vlan 20
 switchport mode access
!
interface FastEthernet0/16
 switchport access vlan 30
 switchport mode access
!
interface FastEthernet0/17
 switchport access vlan 30
 switchport mode access
!
interface FastEthernet0/18
 switchport access vlan 30
 switchport mode access
!
interface FastEthernet0/19
 switchport access vlan 30
 switchport mode access
!
interface FastEthernet0/20
 switchport access vlan 30
 switchport mode access
!
interface FastEthernet0/21
 switchport access vlan 99
 switchport mode access
!
interface FastEthernet0/22
 switchport access vlan 99
 switchport mode access
!
interface FastEthernet0/23
 switchport access vlan 99
 switchport mode access
!
interface FastEthernet0/24
 switchport access vlan 99
 switchport mode access
!
interface Vlan1
 no ip address
 shutdown
!
line con 0
!
line vty 0 4
 login
line vty 5 15
 login
!
end

______________________________________________________
hostname Sw22
!
spanning-tree mode pvst
spanning-tree portfast default
!
interface FastEthernet0/1
 switchport trunk native vlan 99
 switchport mode trunk
!
interface FastEthernet0/2
 switchport trunk native vlan 99
 switchport mode trunk
!
interface FastEthernet0/3
!
interface FastEthernet0/4
!
interface FastEthernet0/5
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/6
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/7
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/8
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/9
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/10
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/11
 switchport access vlan 20
 switchport mode access
!
interface FastEthernet0/12
 switchport access vlan 20
 switchport mode access
!
interface FastEthernet0/13
 switchport access vlan 20
 switchport mode access
!
interface FastEthernet0/14
 switchport access vlan 20
 switchport mode access
!
interface FastEthernet0/15
 switchport access vlan 20
 switchport mode access
!
interface FastEthernet0/16
 switchport access vlan 30
 switchport mode access
!
interface FastEthernet0/17
 switchport access vlan 30
 switchport mode access
!
interface FastEthernet0/18
 switchport access vlan 30
 switchport mode access
!
interface FastEthernet0/19
 switchport access vlan 30
 switchport mode access
!
interface FastEthernet0/20
 switchport access vlan 30
 switchport mode access
!
interface FastEthernet0/21
 switchport access vlan 99
 switchport mode access
!
interface FastEthernet0/22
 switchport access vlan 99
 switchport mode access
!
interface FastEthernet0/23
 switchport access vlan 99
 switchport mode access
!
interface FastEthernet0/24
 switchport access vlan 99
 switchport mode access
!
interface Vlan1
 no ip address
 shutdown
!
!
line con 0
!
line vty 0 4
 login
line vty 5 15
 login
!
!
end
______________________________________________________
hostname Sw23
!
spanning-tree mode pvst
spanning-tree portfast default
!
interface FastEthernet0/1
 switchport trunk native vlan 99
 switchport mode trunk
!
interface FastEthernet0/2
 switchport trunk native vlan 99
 switchport mode trunk
!
interface FastEthernet0/3
!
interface FastEthernet0/4
!
interface FastEthernet0/5
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/6
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/7
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/8
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/9
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/10
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/11
 switchport access vlan 20
 switchport mode access
!
interface FastEthernet0/12
 switchport access vlan 20
 switchport mode access
!
interface FastEthernet0/13
 switchport access vlan 20
 switchport mode access
!
interface FastEthernet0/14
 switchport access vlan 20
 switchport mode access
!
interface FastEthernet0/15
 switchport access vlan 20
 switchport mode access
!
interface FastEthernet0/16
 switchport access vlan 30
 switchport mode access
!
interface FastEthernet0/17
 switchport access vlan 30
 switchport mode access
!
interface FastEthernet0/18
 switchport access vlan 30
 switchport mode access
!
interface FastEthernet0/19
 switchport access vlan 30
 switchport mode access
!
interface FastEthernet0/20
 switchport access vlan 30
 switchport mode access
!
interface FastEthernet0/21
 switchport access vlan 99
 switchport mode access
!
interface FastEthernet0/22
 switchport access vlan 99
 switchport mode access
!
interface FastEthernet0/23
 switchport access vlan 99
 switchport mode access
!
interface FastEthernet0/24
 switchport access vlan 99
 switchport mode access
!
interface Vlan1
 no ip address
 shutdown
!
!
line con 0
!
line vty 0 4
 login
line vty 5 15
 login
!
!
end

______________________________________________________
hostname Sw31
!
spanning-tree mode pvst
spanning-tree vlan 1,10,20,30,99 priority 24576
!
interface FastEthernet0/1
 switchport trunk native vlan 99
 switchport mode trunk
!
interface FastEthernet0/2
 switchport trunk native vlan 99
 switchport mode trunk
!
interface FastEthernet0/3
 switchport trunk native vlan 99
 switchport mode trunk
interface Vlan1
 no ip address
 shutdown
!
!
line con 0
!
line vty 0 4
 login
line vty 5 15
 login
!
!

end
______________________________________________________
hostname Sw32
!
spanning-tree mode pvst
!
interface FastEthernet0/1
 switchport trunk native vlan 99
 switchport mode trunk
!
interface FastEthernet0/2
 switchport trunk native vlan 99
 switchport mode trunk
!
interface FastEthernet0/3
 switchport trunk native vlan 99
 switchport mode trunk
!
interface FastEthernet0/4
 switchport trunk native vlan 99
 switchport mode trunk
!
interface Vlan1
 no ip address
 shutdown
!
!
line con 0
!
line vty 0 4
 login
line vty 5 15
 login
!
!
end
______________________________________________________
hostname Sw33
!
!
spanning-tree mode pvst
!
interface FastEthernet0/1
 switchport trunk native vlan 99
 switchport mode trunk
!
interface FastEthernet0/2
 switchport trunk native vlan 99
 switchport mode trunk
!
interface FastEthernet0/3
 switchport trunk native vlan 99
 switchport mode trunk
!
interface FastEthernet0/4
 switchport trunk native vlan 99
 switchport mode trunk
!
interface Vlan1
 no ip address
 shutdown
!
!
line con 0
!
line vty 0 4
 login
line vty 5 15
 login
!
!

end

______________________________________________________
hostname Sw34
!
!
spanning-tree mode pvst
spanning-tree portfast default
!
interface FastEthernet0/1
 switchport trunk native vlan 99
 switchport mode trunk
!
interface FastEthernet0/2
 switchport trunk native vlan 99
 switchport mode trunk
!
interface FastEthernet0/3
!
interface FastEthernet0/4
!
interface FastEthernet0/5
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/6
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/7
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/8
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/9
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/10
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/11
 switchport access vlan 20
 switchport mode access
!
interface FastEthernet0/12
 switchport access vlan 20
 switchport mode access
!
interface FastEthernet0/13
 switchport access vlan 20
 switchport mode access
!
interface FastEthernet0/14
 switchport access vlan 20
 switchport mode access
!
interface FastEthernet0/15
 switchport access vlan 20
 switchport mode access
!
interface FastEthernet0/16
 switchport access vlan 30
 switchport mode access
!
interface FastEthernet0/17
 switchport access vlan 30
 switchport mode access
!
interface FastEthernet0/18
 switchport access vlan 30
 switchport mode access
!
interface FastEthernet0/19
 switchport access vlan 30
 switchport mode access
!
interface FastEthernet0/20
 switchport access vlan 30
 switchport mode access
!
interface FastEthernet0/21
 switchport access vlan 99
 switchport mode access
!
interface FastEthernet0/22
 switchport access vlan 99
 switchport mode access
!
interface FastEthernet0/23
 switchport access vlan 99
 switchport mode access
!
interface FastEthernet0/24
 switchport access vlan 99
 switchport mode access
!
interface Vlan1
 no ip address
 shutdown
!
!
line con 0
!
line vty 0 4
 login
line vty 5 15
 login
!
!

end
______________________________________________________
hostname Sw35
!
!
spanning-tree mode pvst
spanning-tree portfast default
!
interface FastEthernet0/1
 switchport trunk native vlan 99
 switchport mode trunk
!
interface FastEthernet0/2
 switchport trunk native vlan 99
 switchport mode trunk
!
interface FastEthernet0/3
!
interface FastEthernet0/4
!
interface FastEthernet0/5
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/6
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/7
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/8
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/9
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/10
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/11
 switchport access vlan 20
 switchport mode access
!
interface FastEthernet0/12
 switchport access vlan 20
 switchport mode access
!
interface FastEthernet0/13
 switchport access vlan 20
 switchport mode access
!
interface FastEthernet0/14
 switchport access vlan 20
 switchport mode access
!
interface FastEthernet0/15
 switchport access vlan 20
 switchport mode access
!
interface FastEthernet0/16
 switchport access vlan 30
 switchport mode access
!
interface FastEthernet0/17
 switchport access vlan 30
 switchport mode access
!
interface FastEthernet0/18
 switchport access vlan 30
 switchport mode access
!
interface FastEthernet0/19
 switchport access vlan 30
 switchport mode access
!
interface FastEthernet0/20
 switchport access vlan 30
 switchport mode access
!
interface FastEthernet0/21
 switchport access vlan 99
 switchport mode access
!
interface FastEthernet0/22
 switchport access vlan 99
 switchport mode access
!
interface FastEthernet0/23
 switchport access vlan 99
 switchport mode access
!
interface FastEthernet0/24
 switchport access vlan 99
 switchport mode access
!
interface Vlan1
 no ip address
 shutdown
!
!
line con 0
!
line vty 0 4
 login
line vty 5 15
 login
!
!

end
______________________________________________________
hostname Sw36
!
!
spanning-tree mode pvst
spanning-tree portfast default
!
interface FastEthernet0/1
 switchport trunk native vlan 99
 switchport mode trunk
!
interface FastEthernet0/2
 switchport trunk native vlan 99
 switchport mode trunk
!
interface FastEthernet0/3
!
interface FastEthernet0/4
!
interface FastEthernet0/5
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/6
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/7
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/8
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/9
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/10
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/11
 switchport access vlan 20
 switchport mode access
!
interface FastEthernet0/12
 switchport access vlan 20
 switchport mode access
!
interface FastEthernet0/13
 switchport access vlan 20
 switchport mode access
!
interface FastEthernet0/14
 switchport access vlan 20
 switchport mode access
!
interface FastEthernet0/15
 switchport access vlan 20
 switchport mode access
!
interface FastEthernet0/16
 switchport access vlan 30
 switchport mode access
!
interface FastEthernet0/17
 switchport access vlan 30
 switchport mode access
!
interface FastEthernet0/18
 switchport access vlan 30
 switchport mode access
!
interface FastEthernet0/19
 switchport access vlan 30
 switchport mode access
!
interface FastEthernet0/20
 switchport access vlan 30
 switchport mode access
!
interface FastEthernet0/21
 switchport access vlan 99
 switchport mode access
!
interface FastEthernet0/22
 switchport access vlan 99
 switchport mode access
!
interface FastEthernet0/23
 switchport access vlan 99
 switchport mode access
!
interface FastEthernet0/24
 switchport access vlan 99
 switchport mode access
!
interface Vlan1
 no ip address
 shutdown
!
!
line con 0
!
line vty 0 4
 login
line vty 5 15
 login
!
!
end