Exemplu Retea PDF
Exemplu Retea PDF
Exemplu Retea PDF
prezentate.
Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R1
R1(config)#line console 0
R1(config-line)#password cisco
R1(config-line)#login
R1(config-line)#exit
R1(config)#line vty 0 4
R1(config-line)#password cisco
R1(config-line)#login
R1(config-line)#exit
R1(config)#interface fa0/0
R1(config-if)#ip address 192.168.1.254 255.255.255.0
R1(config-if)#no shutdown
R1(config-if)#exit
R1(config)#interface fa1/0
R1(config-if)#ip address 192.168.10.126 255.255.255.128
R1(config-if)#no shutdown
R1(config-if)#exit
R1(config)#interface se2/0
R1(config-if)#ip address 10.10.10.1 255.255.255.252
R1(config-if)#clock rate 64000
R1(config-if)#no shutdown
Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R2
R2(config)#line console 0
R2(config-line)#password cisco
R2(config-line)#login
R2(config-line)#exit
R2(config)#line vty 0 4
R2(config-line)#password cisco
R2(config-line)#login
R2(config-line)#exit
R2(config)#interface fa0/0
R2(config-if)#ip address 11.1.1.206 255.255.255.240
R2(config-if)#no shutdown
R2(config-if)#ip helper-address 192.168.1.10
R2(config-if)#exit
R2(config)#interface fa1/0
R2(config-if)#ip address 11.1.1.214 255.255.255.248
R2(config-if)#no shutdown
R2(config-if)#exit
R2(config)#interface se2/0
R2(config-if)#ip address 10.10.10.2 255.255.255.252
R2(config-if)#no shutdown
R2(config-if)#exit
Configurarea serviciului DHCP pe routerul R2 pentru rețeaua N4:
Observație: Câmpul Maximum number of Users va fi completat automat odată cu apăsarea butonului Add.
Pe routerul R1 vor fi configurate două rute către cele N3 și N4 care trec prin R2, iar R2 va avea doar o rută
default către toate destinațiile posibile trecând prin R1.
R1#show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route
R2#show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route
Se specifică rețelele cu care se învecinează fiecare router. Optional se poate dezactiva transmiterea
pachetelor RIP pe interfețele unde nu există routere vecine.
R1(config)#router rip
R1(config-router)#network 192.168.1.0
R1(config-router)#network 192.168.10.0
R1(config-router)#network 10.10.10.0
R1(config-router)#passive-interface fa0/0
R1(config-router)#passive-interface fa1/0
R2(config)#router rip
R2(config-router)#network 11.1.1.192
R2(config-router)#network 11.1.1.208
R2(config-router)#network 10.10.10.0
R2(config-router)#passive-interface fa0/0
R2(config-router)#passive-interface fa1/0
Tabela de rutare a lui R1:
...
Gateway of last resort is not set
...
Gateway of last resort is not set
R1(config)#router rip
R1(config-router)#version 2
R1(config-router)#no auto-summary
R1(config-router)#network 192.168.1.0
R1(config-router)#network 192.168.10.0
R1(config-router)#network 10.10.10.0
R1(config-router)#passive-interface fa0/0
R1(config-router)#passive-interface fa1/0
R2(config)#router rip
R2(config-router)#version 2
R2(config-router)#no auto-summary
R2(config-router)#network 11.1.1.192
R2(config-router)#network 11.1.1.208
R2(config-router)#network 10.10.10.0
R2(config-router)#passive-interface fa0/0
R2(config-router)#passive-interface fa1/0
...
Gateway of last resort is not set
...
Gateway of last resort is not set
R1(config)#router ospf 1
R1(config-router)#network 192.168.1.0 0.0.0.255 area 1
R1(config-router)#network 192.168.10.0 0.0.0.127 area 1
R1(config-router)#network 10.10.10.0 0.0.0.3 area 1
R1(config-router)#passive-interface fa0/0
R1(config-router)#passive-interface fa1/0
R2(config)#router ospf 1
R2(config-router)#network 11.1.1.192 0.0.0.15 area 1
R2(config-router)#network 11.1.1.208 0.0.0.7 area 1
R2(config-router)#network 10.10.10.0 0.0.0.3 area 1
R2(config-router)#passive-interface fa0/0
R2(config-router)#passive-interface fa1/0
...
Gateway of last resort is not set
...
Gateway of last resort is not set
Cele patru restricții care apar în imagine pot fi realizate în felul următor:
1. o listă de acces simplă, numărul 14, instalată pe direcția ieșire a interfeței Fa0/1 a routerului R2
2. primele doua linii ale listei de acces extinse cu numărul 104, instalată pe interfața Fa0/1 a routerului R2 pe
directia intrare (prima linie permite accesul lui PC3 la rețeaua N2, iar a doua impiedică accesul la oricare altă
rețea).
R1(config)#interface fa1/0
R1(config-if)#ip access-group 102 in
R1(config-if)#exit
R2(config)#interface fa1/0
R2(config-if)#ip access-group 14 out
R2(config-if)#exit
R2(config)#interface fa1/0
R2(config-if)#ip access-group 104 in
R2(config-if)#exit
Observație:
IP-urile pentru calculatoare și servere se configurează în sectiunea IP Configuration din cadrul tab-ului
Desktop corespunzătoare fiecărui echipament.