top of page
Foto del escritorClaudio Magagnotti

Configurar rutas estáticas


01

R1 R1(config)#int f0/0 R1(config-if)#ip add 192.168.0.1 255.255.255.0 R1(config-if)#no shut R1(config-if)#exit R1(config)#int s0/0/0 R1(config-if)#ip add 176.16.10.1 255.255.255.252 R1(config-if)#no shut R1(config-if)#exit R1(config)#ip route 178.21.9.0 255.255.255.252 s0/0/0 R1(config)#ip route 192.168.1.0 255.255.255.0 s0/0/0 R1(config)#ip route 192.168.2.0 255.255.255.0 s0/0/0 R1(config)#exit R1#copy running-config startup-config

R2 R2(config)#int f0/0 R2(config-if)#ip add 192.168.1.1 255.255.255.0 R2(config-if)#no shut R2(config-if)#exit R2(config)#int s0/0/0 R2(config-if)#ip add 176.16.10.2 255.255.255.252 R2(config-if)#no shut R2(config-if)#exit R2(config)#int s0/0/1 R2(config-if)#ip add 178.21.9.2 255.255.255.252 R2(config-if)#no shut R2(config-if)#exit R2(config)#ip route 192.168.0.0 255.255.255.0 s0/0/0 R2(config)#ip route 192.168.2.0 255.255.255.0 s0/0/1 R2(config)#exit R2#copy running-config startup-config

R3 R3(config)#int f0/0 R3(config-if)#ip add 192.168.2.1 255.255.255.0 R3(config-if)#no shut R3(config-if)#exit R3(config)#int s0/0/0 R3(config-if)#ip add 178.21.9.1 255.255.255.252 R3(config-if)#no shut R3(config-if)#exit R3(config)#ip route 176.16.10.0 255.255.255.252 s0/0/0 R3(config)#ip route 192.168.0.0 255.255.255.0 s0/0/0 R3(config)#ip route 192.168.1.0 255.255.255.0 s0/0/0 R3(config)#exit R3#copy running-config startup-config

Ante cualquier duda, envíame tu consulta! iproot@outlook.com

0 visualizaciones

Entradas recientes

Ver todo

BackUp your network devices with Python!

I’ve been busy working that’s why the deelay, but Im here again! I’ve started to learn python some months ago… I think it’s a really...

コメント

5つ星のうち0と評価されています。
まだ評価がありません

評価を追加
bottom of page