Exercicio-IER

De MediaWiki do Campus São José
Ir para navegação Ir para pesquisar

Em uma empresa existe uma rede com a seguinte topologia:


Topo-fisica.png


Após um projeto de reestruturação, deseja-se que sua topologia lógica funcione da seguinte forma:


Topo-logica.png


Resolva esse problema usando o Netkit. Não esqueça do endereçamento IP e das rotas estáticas. Abaixo segue a configuração necessária para criar a topologia física:

nucleo1[type]=switch
nucleo2[type]=switch
nucleo3[type]=switch
nucleo4[type]=switch
borda1[type]=switch
borda2[type]=switch
borda3[type]=switch
borda4[type]=switch
borda5[type]=switch
pc1[type]=generic
pc2[type]=generic
pc3[type]=generic
pc4[type]=generic
pc5[type]=generic
pc6[type]=generic
pc7[type]=generic
pc8[type]=generic
pc9[type]=generic
r1[type]=router
r2[type]=router
internet[type]=generic

nucleo1[eth0]=n1-n3
nucleo1[eth1]=n1-n2
nucleo1[eth2]=n1-b1

nucleo2[eth0]=n1-n2
nucleo2[eth1]=n2-n4
nucleo2[eth2]=n2-n3
nucleo2[eth3]=n2-b4

nucleo3[eth0]=n1-n3
nucleo3[eth1]=n3-n4
nucleo3[eth2]=n2-n3

nucleo4[eth0]=n3-n4
nucleo4[eth1]=n2-n4
nucleo4[eth2]=n4-b3
nucleo4[eth3]=n4-b5

borda1[eth0]=n1-b1
borda1[eth1]=b1-b2
borda1[eth2]=b1-r1
borda1[eth3]=b1-pc9

borda2[eth0]=b1-b2
borda2[eth1]=b2-pc7
borda2[eth2]=b2-pc8

borda3[eth0]=n4-b3
borda3[eth1]=b3-pc1
borda3[eth2]=b3-pc2

borda4[eth0]=n2-b4
borda4[eth1]=b4-r2
borda4[eth2]=b4-pc5
borda4[eth3]=b4-pc6

borda5[eth0]=n4-b5
borda5[eth1]=b5-pc3
borda5[eth2]=b5-pc4

r1[eth0]=b1-r1:ip=192.168.1.254/24
r1[eth1]=r1-internet:ip=172.18.0.1/24

r2[eth0]=b4-r2:ip=192.168.1.200/24

pc1[eth0]=b3-pc1:ip=192.168.1.1/24
pc2[eth0]=b3-pc2:ip=192.168.1.2/24
pc3[eth0]=b5-pc3:ip=192.168.1.3/24
pc4[eth0]=b5-pc4:ip=192.168.1.4/24
pc5[eth0]=b4-pc5:ip=192.168.1.5/24
pc6[eth0]=b4-pc6:ip=192.168.1.6/24
pc7[eth0]=b2-pc7:ip=192.168.1.7/24
pc8[eth0]=b2-pc8:ip=192.168.1.8/24
pc9[eth0]=b1-pc9:ip=192.168.1.9/24

internet[eth0]=r1-internet