You are on page 1of 8

Procedura pentru reusita la examenul EWAN PT PRACTICE SBA

ADRESA 172.16.1.128/25 se imparte in doua subretele


Prima subretea
172.16.1.128/26 adresa de subretea
255.255.255.192 masca retelei
Prima adresa care se aloca pe interfata routerului R3 f0/0 = 172.16.1.129 si masca retelei
A doua subretea
172.16.1.192/27 adresa de subretea
255.255.255.224 masca de retea

Ip pentru R1 f0/0 172 16.1.193 si masca retelei


Ip ul pentru PC 1 172.16.1.222 si masca de retea, gateway 172.16.1.193
Se introduce ip pentru PC1 vezi imaginea de mai jos

Se face clic pe R1
Pasul 1 se introduc parolele
R1>Password : cisco
R1>en
R1>Password : class
Pasul 2 se intra in modul de configurare
R1#>configure t
R1(config)>
Pasul 3
Se deschide fisierul txt EWAN PT PRACTICE SBA R1.txt
Se selecteaza intreg continutul
Se apasa tastele ctrl+c
Se face clic in fereastra Packet Tracer respectiv R1
Se apasa butonul PASTE
Pasul 4 se selecteaza Router-ul R2
Se repeta pasii 1 si 2
Pasul 5
Se deschide fisierul txt EWAN PT PRACTICE SBA R2.txt
Se selecteaza intreg continutul
Se apasa tastele ctrl+c
Se face clic in fereastra Packet Tracer respectiv R2
Se apasa butonul PASTE
Pasul 6 se selecteaza Router-ul R3
Se repeta pasii 1 si 2
Pasul 7
Se deschide fisierul txt EWAN PT PRACTICE SBA R3.txt
Se selecteaza intreg continutul
Se apasa tastele ctrl+c
Se face clic in fereastra Packet Tracer respectiv R1
Se apasa butonul PASTE
Se verifica ip-urile Pentu PC3 si PC1
Pasul 8
Se incheie examenul prin selectarea butonului Submit
SUCCES

Fisierul EWAN PT PRACTICE SBA R1.txt


!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname R1
!
!
!
enable secret 5 $1$mERr$9cTjUIEqNGurQiFU.ZeCi1
!
!
!
!
!
!
!
!
!
!
ip ssh version 1
ip name-server 0.0.0.0
!
!
!
!
!
!
interface FastEthernet0/0
ip address 172.16.1.193 255.255.255.224
ip access-group 50 out
duplex auto
speed auto
no shutdown
exit
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
exit
!
interface Serial0/0/0
ip address 172.30.1.1 255.255.255.252
encapsulation hdlc
clock rate 2000000
exit
!
interface Serial0/0/1
no ip address
encapsulation frame-relay
no shutdown
exit
!
interface Serial0/0/1.101 point-to-point
ip address 10.10.10.1 255.255.255.252
frame-relay interface-dlci 101
exit
!
interface Vlan1
no ip address
shutdown
exit
!
!
router eigrp 100
passive-interface fastethernet0/0
network 172.16.0.0
network 172.30.0.0
network 10.0.0.0
no auto-summary
exit
!
ip classless
!
access-list 50 deny 172.16.1.128 0.0.0.63
access-list 50 permit any
!
!
banner motd ^CAuthorized Access Only!^C
!
!
!
!
logging trap debugging
line con 0
exec-timeout 0 0
password cisco
logging synchronous
login
line vty 0 4
exec-timeout 0 0
password cisco
logging synchronous
login
line vty 5 15
exec-timeout 0 0
password cisco
logging synchronous
login
!
!
ntp update-calendar
!
end

Fisierul EWAN PT PRACTICE SBA R2.txt


!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname R2
!
!
!
enable secret 5 $1$mERr$9cTjUIEqNGurQiFU.ZeCi1
!
!
!
!
!
username R3 password 0 ciscochap
!
!
!
!
!
ip ssh version 1
ip name-server 0.0.0.0
!
!
!
!
!
!
interface FastEthernet0/0
no ip address
duplex auto
speed auto
shutdown
exit
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
exit
!
interface Serial0/0/0
ip address 172.30.1.6 255.255.255.252
encapsulation ppp
ppp authentication chap
ip nat inside
exit
!
interface Serial0/0/1
no ip address
encapsulation frame-relay
no shutdown
exit
!
interface Serial0/0/1.201 point-to-point
ip address 10.10.10.2 255.255.255.252
frame-relay interface-dlci 201
ip nat inside
exit
!
interface Serial0/1/0
ip address 209.165.201.2 255.255.255.252
ip access-group FIREWALL in
ip nat outside
exit
!
interface Serial0/1/1
no ip address
shutdown
exit
!
interface Vlan1
no ip address
shutdown
exit
!
router eigrp 100
redistribute static
passive-interface Serial0/1/0
network 172.30.0.0
network 10.0.0.0
no auto-summary
exit
!
ip nat inside source list 1 interface Serial0/1/0 overload
! ip classless
ip route 0.0.0.0 0.0.0.0 serial0/1/0
!
access-list 1 permit 172.16.1.128 0.0.0.127
access-list 1 deny any
!
ip access-list extended FIREWALL
deny icmp any any echo
deny tcp any any eq telnet
deny tcp any any eq www
permit ip any any
exit
!
!
banner motd ^CAuthorized Access Only!^C
!
!
!
!
logging trap debugging
line con 0
exec-timeout 0 0
password cisco
logging synchronous
login
line vty 0 4
exec-timeout 0 0
password cisco
logging synchronous
login
line vty 5 15
exec-timeout 0 0
password cisco
logging synchronous
login
!
!
ntp update-calendar
!
end

Fisierul EWAN PT PRACTICE SBA R3.txt

!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname R3
!
!
!
enable secret 5 $1$mERr$9cTjUIEqNGurQiFU.ZeCi1
!
!
ip dhcp excluded-address 172.16.1.129 172.16.1.131
!
ip dhcp pool R3_LAN
network 172.16.1.128 255.255.255.192
default-router 172.16.1.129
exit
!
!
!
username R2 password 0 ciscochap
!
!
!
!
!
ip ssh version 1
ip name-server 0.0.0.0
!
!
!
!
!
!
interface FastEthernet0/0
ip address 172.16.1.129 255.255.255.192
duplex auto
speed auto
no shutdown
exit
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
exit
!
interface Serial0/0/0
ip address 172.30.1.2 255.255.255.252
encapsulation hdlc
exit
!
interface Serial0/0/1
ip address 172.30.1.5 255.255.255.252
encapsulation ppp
ppp authentication chap
clock rate 2000000
exit
!
interface Vlan1
no ip address
shutdown
exit
!
router eigrp 100
passive-interface FastEthernet0/0
network 172.16.0.0
network 172.30.0.0
no auto-summary
exit
!
ip classless
!
!
!
banner motd ^CAuthorized Access Only!^C
!
!
!
!
logging trap debugging
line con 0
exec-timeout 0 0
password cisco
logging synchronous
login
line vty 0 4
exec-timeout 0 0
password cisco
logging synchronous
login
line vty 5 15
exec-timeout 0 0
password cisco
logging synchronous
login
!
!
ntp update-calendar
!
end

You might also like