Добавить
Уведомления

Enrutamiento Estático con 3 Routers

Comandos Usados: Router enable Router#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router(config)#hostname R1 ______________________________________________________________ R1(config)#interface gi0/1 R1(config-if)#ip address 192.168.1.254 255.255.255.0 R1(config-if)#no shutdown %LINK-5-CHANGED: Interface GigabitEthernet0/1, changed state to up ______________________________________________________________ R1(config-if #exit R1(config #interface gi0/0 R1(config-if)#ip address 192.168.3.1 255.255.255.0 R1(config-if)#no shutdown %LINK-5-CHANGED: Interface GigabitEthernet0/0, changed state to up ______________________________________________________________ R1#copy running-config startup-config Destination filename [startup-config]? Building configuration... [OK] ______________________________________________________________ Ruta estática: R1# ip route 192.168.1.0 255.255.255.0 192.168.3.1 ______________________________________________________________ Para ver la configuración: R1#Show running-config

Иконка канала ТехноЛайф
5 подписчиков
12+
16 просмотров
2 года назад
12+
16 просмотров
2 года назад

Comandos Usados: Router enable Router#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router(config)#hostname R1 ______________________________________________________________ R1(config)#interface gi0/1 R1(config-if)#ip address 192.168.1.254 255.255.255.0 R1(config-if)#no shutdown %LINK-5-CHANGED: Interface GigabitEthernet0/1, changed state to up ______________________________________________________________ R1(config-if #exit R1(config #interface gi0/0 R1(config-if)#ip address 192.168.3.1 255.255.255.0 R1(config-if)#no shutdown %LINK-5-CHANGED: Interface GigabitEthernet0/0, changed state to up ______________________________________________________________ R1#copy running-config startup-config Destination filename [startup-config]? Building configuration... [OK] ______________________________________________________________ Ruta estática: R1# ip route 192.168.1.0 255.255.255.0 192.168.3.1 ______________________________________________________________ Para ver la configuración: R1#Show running-config

, чтобы оставлять комментарии