0% found this document useful (0 votes)
32 views4 pages

Topology Type A: CCNA 2 v5.02 RSE Practice Skills Assessment - PT - Type A

This document contains configuration for three network devices: HQ, Site1, and Site2. HQ acts as the central router, connecting to Site1 over a serial link and to the internet over another serial link. It performs NAT and routes traffic between the internal network and internet. Site1 and Site2 connect to HQ and provide DHCP services to VLANs on their interfaces. OSPF is used for routing between the devices and sites.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
32 views4 pages

Topology Type A: CCNA 2 v5.02 RSE Practice Skills Assessment - PT - Type A

This document contains configuration for three network devices: HQ, Site1, and Site2. HQ acts as the central router, connecting to Site1 over a serial link and to the internet over another serial link. It performs NAT and routes traffic between the internal network and internet. Site1 and Site2 connect to HQ and provide DHCP services to VLANs on their interfaces. OSPF is used for routing between the devices and sites.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 4

Topology Type A no ip address

clock rate 2000000


shutdown
!
interface Vlan1
no ip address
shutdown
!
router ospf 10
router-id 2.2.2.2
log-adjacency-changes
passive-interface GigabitEthernet0/0
network 192.168.10.104 0.0.0.3 area 0
network 192.168.10.112 0.0.0.3 area 0
network 192.168.18.40 0.0.0.7 area 0
!
ip nat pool INTERNET 198.51.100.3 198.51.100.13 netmask
255.255.255.240
ip nat inside source list 1 pool INTERNET
ip nat inside source static 192.168.18.46 198.51.100.14
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0/1/0
ip route 192.168.200.0 255.255.252.0 Serial0/0/1
CCNA 2 v5.02 RSE Practice Skills Assessment PT_Type A !
ip flow-export version 9
Step 1
!
Copy script on step 2 and past to Notepad !
access-list 1 permit 192.168.45.0 0.0.0.255
Copy script from Notepad that you did first step and access-list 1 permit 192.168.47.0 0.0.0.255
past to Config Mode(Router(config)#) of network device that access-list 1 permit 192.168.200.0 0.0.3.255
own configuration ip access-list standard MANAGE
permit host 203.0.113.18
To access network device you must use console line access-list 101 permit ip host 203.0.113.18 any
Step 2 access-list 101 permit tcp any host 198.51.100.14 eq www
HQ access-list 101 permit tcp any any established
! access-list 101 deny ip any any
version 15.1 !
no service timestamps log datetime msec !
no service timestamps debug datetime msec line con 0
no service password-encryption !
! line aux 0
hostname HQ !
! line vty 0 4
! access-class MANAGE in
ip cef password class
no ipv6 cef login
! !
! !
license udi pid CISCO1941/K9 sn FTX1524Y7OR end
! Site1
spanning-tree mode pvst !
! version 15.1
interface GigabitEthernet0/0 no service timestamps log datetime msec
ip address 192.168.18.41 255.255.255.248 no service timestamps debug datetime msec
no sh service password-encryption
ip nat inside !
duplex auto hostname Site-1
speed auto !
! !
interface GigabitEthernet0/1 enable secret 5 $1$mERr$hx5rVt7rPNoS4wqbXKX7m0
no ip address !
duplex auto !
speed auto ip dhcp excluded-address 192.168.45.1 192.168.45.20
shutdown ip dhcp excluded-address 192.168.47.1 192.168.47.20
! !
interface Serial0/0/0 ip dhcp pool VLAN45
bandwidth 128 network 192.168.45.0 255.255.255.0
ip address 192.168.10.105 255.255.255.252 default-router 192.168.45.1
no sh dns-server 192.168.18.100
ip ospf cost 7500 ip dhcp pool VLAN47
! network 192.168.47.0 255.255.255.0
interface Serial0/0/1 default-router 192.168.47.1
bandwidth 128 dns-server 192.168.18.100
ip address 192.168.10.113 255.255.255.252 !
no sh ip cef
clock rate 128000 no ipv6 cef
! !
interface Serial0/1/0 license udi pid CISCO1941/K9 sn FTX15245QA9
ip address 198.51.100.1 255.255.255.240 !
no sh no ip domain-lookup
ip access-group 101 in !
ip nat outside spanning-tree mode pvst
! !
interface Serial0/1/1 interface GigabitEthernet0/0
no sh !
no ip address ip cef
duplex auto no ipv6 cef
speed auto !
! !
interface GigabitEthernet0/0.45 license udi pid CISCO1941/K9 sn FTX15248687
description any_text !
encapsulation dot1Q 45 !
ip address 192.168.45.1 255.255.255.0 spanning-tree mode pvst
! !
interface GigabitEthernet0/0.47 !
description any_text interface GigabitEthernet0/0
encapsulation dot1Q 47 no ip address
ip address 192.168.47.1 255.255.255.0 duplex auto
! speed auto
interface GigabitEthernet0/0.101 shutdown
description any_text !
encapsulation dot1Q 101 interface GigabitEthernet0/1
ip address 192.168.101.1 255.255.255.0 no ip address
! duplex auto
interface GigabitEthernet0/1 speed auto
no ip address shutdown
duplex auto !
speed auto interface Serial0/0/0
shutdown ip address 192.168.10.126 255.255.255.252
! no sh
interface Serial0/0/0 !
description any_text interface Serial0/0/1
bandwidth 128 bandwidth 128
ip address 192.168.10.105 255.255.255.252 ip address 192.168.10.114 255.255.255.252
ip ospf cost 7500 no sh
clock rate 128000 !
no sh interface Vlan1
! no ip address
interface Serial0/0/1 shutdown
no ip address !
clock rate 2000000 router ospf 10
shutdown router-id 3.3.3.3
! log-adjacency-changes
interface Vlan1 redistribute static
no ip address network 192.168.10.112 0.0.0.3 area 0
shutdown !
! ip classless
router ospf 10 ip route 192.168.200.0 255.255.252.0 Serial0/0/0
router-id 1.1.1.1 ip route 0.0.0.0 0.0.0.0 Serial0/0/1
log-adjacency-changes !
passive-interface GigabitEthernet0/0.45 ip flow-export version 9
passive-interface GigabitEthernet0/0.47 !
passive-interface GigabitEthernet0/0.101 line con 0
network 192.168.10.104 0.0.0.3 area 0 !
network 192.168.45.0 0.0.0.255 area 0 line aux 0
network 192.168.47.0 0.0.0.255 area 0 !
network 192.168.101.0 0.0.0.255 area 0 line vty 0 4
! password class
ip classless login
ip route 0.0.0.0 0.0.0.0 Serial0/0/0 !
! !
ip flow-export version 9 end
! Site1-SW1
banner motd ^C !
Any banner text.^C version 12.2
! no service timestamps log datetime msec
line con 0 no service timestamps debug datetime msec
password 7 0822404F1A0A no service password-encryption
logging synchronous !
login hostname Site1-SW1
! !
line aux 0 !
! spanning-tree mode pvst
line vty 0 4 !
password 7 0822404F1A0A interface FastEthernet0/1
login switchport mode access
! shutdown
! !
end interface FastEthernet0/2
Site2 switchport mode access
! shutdown
version 15.1 !
no service timestamps log datetime msec interface FastEthernet0/3
no service timestamps debug datetime msec switchport mode access
no service password-encryption shutdown
! !
hostname Site-2 interface FastEthernet0/4
! switchport mode access
shutdown interface GigabitEthernet0/1
! switchport mode trunk
interface FastEthernet0/5 no sh
switchport mode access !
shutdown interface GigabitEthernet0/2
! switchport mode trunk
interface FastEthernet0/6 no sh
switchport mode access !
shutdown interface Vlan1
! no ip address
interface FastEthernet0/7 shutdown
switchport mode access !
shutdown interface Vlan101
! ip address 192.168.101.10 255.255.255.0
interface FastEthernet0/8 !
switchport mode access ip default-gateway 192.168.101.1
shutdown !
! !
interface FastEthernet0/9 vl 45
switchport mode access na finance
shutdown vl 47
! na sales
interface FastEthernet0/10 vl 101
switchport access vlan 45 na netadmin
switchport mode access !
no sh !
! line con 0
interface FastEthernet0/11 !
switchport mode access line vty 0 4
shutdown login
! line vty 5 15
interface FastEthernet0/12 login
switchport mode access !
shutdown !
! end
interface FastEthernet0/13 Site1-SW2
switchport mode access !
shutdown version 12.2
! no service timestamps log datetime msec
interface FastEthernet0/14 no service timestamps debug datetime msec
switchport mode access no service password-encryption
shutdown !
! hostname Site1-SW2
interface FastEthernet0/15 !
switchport access vlan 47 !
switchport mode access !
no sh !
! !
interface FastEthernet0/16 spanning-tree mode pvst
switchport mode access !
shutdown interface FastEthernet0/1
! switchport mode access
interface FastEthernet0/17 shutdown
switchport mode access !
shutdown interface FastEthernet0/2
! switchport mode access
interface FastEthernet0/18 shutdown
switchport mode access !
shutdown interface FastEthernet0/3
! switchport access vlan 45
interface FastEthernet0/19 switchport mode access
switchport mode access no sh
shutdown !
! interface FastEthernet0/4
interface FastEthernet0/20 switchport mode access
switchport mode access shutdown
shutdown !
! interface FastEthernet0/5
interface FastEthernet0/21 switchport mode access
switchport mode access shutdown
shutdown !
! interface FastEthernet0/6
interface FastEthernet0/22 switchport mode access
switchport mode access shutdown
shutdown !
! interface FastEthernet0/7
interface FastEthernet0/23 switchport mode access
switchport mode access shutdown
shutdown !
! interface FastEthernet0/8
interface FastEthernet0/24 switchport mode access
switchport mode access shutdown
shutdown !
! interface FastEthernet0/9
switchport mode access na sales
shutdown vl 101
! na netadmin
interface FastEthernet0/10 !
switchport mode access !
shutdown line con 0
! !
interface FastEthernet0/11 line vty 0 4
switchport mode access pas class
shutdown login
! line vty 5 15
interface FastEthernet0/12 pas class
switchport mode access login
shutdown !
! !
interface FastEthernet0/13 end
switchport mode access Step 3
shutdown
! Enable DHCP client on
interface FastEthernet0/14 Manage-1a
switchport mode access
shutdown Accts-2f
!
interface FastEthernet0/15
Sec-2c
switchport mode access Clerk-1c
shutdown
!
interface FastEthernet0/16
switchport mode access
shutdown
!
interface FastEthernet0/17
switchport mode access
shutdown
!
interface FastEthernet0/18
switchport mode access
shutdown
!
interface FastEthernet0/19
switchport mode access
shutdown
!
interface FastEthernet0/20
switchport mode access
shutdown
!
interface FastEthernet0/21
switchport access vlan 47
switchport mode access
no sh
!
interface FastEthernet0/22
switchport mode access
shutdown
!
interface FastEthernet0/23
switchport mode access
shutdown
!
interface FastEthernet0/24
switchport mode access
shutdown
!
interface GigabitEthernet0/1
switchport mode trunk
no sh
!
interface GigabitEthernet0/2
shutdown
!
interface Vlan1
no ip address
shutdown
!
interface Vlan101
ip address 192.168.101.15 255.255.255.0
!
ip default-gateway 192.168.101.1
!
!
vl 45
na finance
vl 47

You might also like