Вы находитесь на странице: 1из 3

R1

=================================================
enable
conf t
hortname R1
interface gi0/0
ip add 10.10.10.253 255.255.255.252
no shut
exit
interface gi 0/1
ip add 10.10.10.241 255.255.255.252
no shut
exit
interface gi 0/2
ip add 200.10.10.1 255.255.255.0
no shut
exit
=================================================
R2
=================================================
enable
conf t
hortname R2
interface gi0/0
ip add 10.10.10.254 255.255.255.252
no shut
exit
interface gi 0/1
ip add 10.10.10.249 255.255.255.252
no shut
exit

=================================================
R3
=================================================
enable
conf t
hortname R3
interface gi0/0
ip add 10.10.10.250 255.255.255.252
no shut
exit
interface gi 0/1
ip add 10.10.10.245 255.255.255.252
no shut
exit
interface gi 0/2
ip add 172.16.10.1 255.255.255.0
no shut
exit
=================================================
R4
=================================================
enable
conf t
hortname R4
interface gi0/0
ip add 10.10.10.246 255.255.255.252
no shut
exit
interface gi 0/1
ip add 172.16.30.1 255.255.255.0
no shut
exit

=================================================
R5
=================================================
enable
conf t
hortname R5
interface gi0/0
ip add 10.10.10.242 255.255.255.252
no shut
exit
interface gi 0/1
ip add 10.10.10.237 255.255.255.252
no shut
exit

=================================================
R6
=================================================
enable
conf t
hortname R6
interface gi0/0
ip add 10.10.10.238 255.255.255.252
no shut
exit
interface gi 0/1
ip add 10.10.10.233 255.255.255.252
no shut
exit
interface gi 0/2
ip add 192.168.10.1 255.255.255.0
no shut
exit
=================================================
R7
=================================================
enable
conf t
hortname R7
interface gi0/0
ip add 10.10.10.234 255.255.255.252
no shut
exit
interface gi 0/1
ip add 192.168.40.1 255.255.255.0
no shut
exit

=================================================
ISP
=================================================
enable
conf t
hostname ISP
interface gi0/1
ip add 200.10.10.2 255.255.255.0
no shut
exit
interface gi 0/0
ip add 200.10.20.1 255.255.255.0
no shut
exit

ip route 172.16.20.0 255.255.255.0 200.10.10.1


ip route 172.16.30.0 255.255.255.0 200.10.10.1
ip route 192.168.10.0 255.255.255.0 200.10.10.1
ip route 192.168.20.0 255.255.255.0 200.10.10.1

ip dhcp excluded-address 172.16.20.1 172.16.20.50


ip dhcp excluded-address 172.16.20.200 172.16.20.254
ip dhcp excluded-address 172.16.30.1 172.16.30.50
ip dhcp excluded-address 192.168.10.1 192.168.10.50

Вам также может понравиться