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

Getway es la salida osea el router

Router a switc h pasos a seguir

 enable
 configure terminal
 hostname R1
 interface GigabitEthernet 0/0 (TAMBIEN SE PUEDE PONER g0/0)
 ip address ( aquí se escribe el ip de el switch que va al router y también la mascara de
subred se pone aquí seguido seárados por espacio) 192.168.10.1 255.255.255.0
 no shutdown (para levantar el servicio
 exit

otro router

 enable
 configure terminal
 hostname R1
 interface GigabitEthernet 0/1 (TAMBIEN SE PUEDE PONER g0/1)
 ip address ( aquí se escribe el ip de el switch que va al router y también la mascara de
subred se pone aquí seguido seárados por espacio) 192.168.11.1 255.255.255.0
 no shutdown (para levantar el servicio
 exit

configuración de la pc

ip 192.168.10.10

mask 255.255.255.0

getway es lo mismo del ip de arriba solo que con el punto 1 al final

ip 192.168.11.10

mask 255.255.255.0

getway

router

 interface serial 0/0/0


 ip address(ip entre routers) 209.165.200.225 255.255.255.252
 clock rate 128000
 no shutdown
 exit
 exit

otro router

 interface serial 0/0/0


 ip address(ip entre routers) 209.165.200.226 255.255.255.252
 no shutdown
 exit
 exit

------------------------------------------------------------------------------------------------------------------------------
------------

router a router
 enable
 configure terminal
 interface serial 0/0
 ip address ( aquí se escribe el ip de el switch que va al router y también la mascara de
subred se pone aquí seguido seárados por espacio)
 no shutdown (para levantar el servicio
 exit
 interface serial 0/0/0
 ip address(ip entre routers
 no shutdown
 exit
 exit

comunicación de computadora routeo

 enable
 configure terminal
 ip route

se configura laks que el router no mira físicamente

guardar es el comando wr m

router 1 to router 2

ip route (direccoion de red destino + la mascara destino+ ip del siguiente salto)

ip route 10.1.1.0 255.255.255.0 209.165.200.226

ip route 10.1.2.0 255.255.255.0 209.165.200.226

ip route 209.165.201.224 255.255.255.252 209.165.199.226

router 1 to router 3

ip route 172.16.1.0 255.255.255.0 209.165.199.226


ip route 172.16.2.0 255.255.255.0 209.165.199.226

router 2 to router 1

ip route 192.168.10.0 255.255.255.0 209.165.200.225

ip route 192.168.11.0 255.255.255.0 209.165.200.225

router 2 to router 3

ip route 172.16.1.0 255.255.255.0 209.165.201.225

ip route 172.16.2.0 255.255.255.0 209.165.201.225

Reuter 3 to router 1

ip route 192.168.10.0 255.255.255.0 209.165.199.225

ip route 192.168.11.0 255.255.255.0 209.165.199.225

router 3 to router 2

ip route 10.1.1.0 255.255.255.0 209.165.201.226

ip route 10.1.2.0 255.255.255.0 209.165.201.226

configurar 5 rutas por cada 1

ip de la red el que va después del switch + lla mascara+ el ip de el router con su respectivo .
algo que nbo es el de la red principal

Router>ena
Router>enable
Router#confi
Router#configure termi
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#inter
Router(config)#interface gig
Router(config)#interface gigabitEthernet 0/0
Router(config-if)#ip address 192.168.10.1 255.255.255.0
Router(config-if)#no sho
Router(config-if)#no shotd
Router(config-if)#no shotdown
^
% Invalid input detected at '^' marker.
Router(config-if)#no shut

Router(config-if)#
%LINK-5-CHANGED: Interface GigabitEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0, changed


state to up
exit
Router(config)#exit
Router#
%SYS-5-CONFIG_I: Configured from console by console

Router#configu
Router#configure termi
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#inter g0/1
Router(config-if)#192.168.11.1 255.255.255.0
^
% Invalid input detected at '^' marker.
Router(config-if)#ip address 192.168.11.1 255.255.255.0
Router(config-if)#no shut

Router(config-if)#
%LINK-5-CHANGED: Interface GigabitEthernet0/1, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/1, changed


state to up
%IP-4-DUPADDR: Duplicate address 192.168.11.1 on GigabitEthernet0/1, sourced by
0003.E421.DBCA
%IP-4-DUPADDR: Duplicate address 192.168.11.1 on GigabitEthernet0/1, sourced by
0003.E421.DBCA

Router(config-if)#EXIT
Router(config)#inter s0/0/0
%Invalid interface type and number
Router(config)#inter s0/1/0
Router(config-if)#ip
Router(config-if)#ip add
Router(config-if)#ip address 209.165.200.255 255.255.255.252
Bad mask /30 for address 209.165.200.255
Router(config-if)#ip address 209.165.200 255.255.255.252
^
% Invalid input detected at '^' marker.
Router(config-if)#ip address 209.165.200.224 255.255.255.252
^
% Invalid input detected at '^' marker.
Router(config-if)#ip
Router(config-if)#ip
Router(config-if)#ip ad
Router(config-if)#ip address 209.165.200.244 255.255.255.252
Bad mask /30 for address 209.165.200.244
Router(config-if)#ip address 209.165.200.224 255.255.255.252
Bad mask /30 for address 209.165.200.224
Router(config-if)#ip address 209.165.200.224 255.255.255.252
Bad mask /30 for address 209.165.200.224
Router(config-if)#ip address 209.165.200.224 255.255.255.252
Bad mask /30 for address 209.165.200.224
Router(config-if)#ip address 209.165.200.224 255.255.255.251
Bad mask 0xFFFFFFFB for address 209.165.200.224
Router(config-if)#ip address 209.165.200.224 255.255.255.

Router con0 is now available

Press RETURN to get started.


Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#inter
Router(config)#interface g
Router(config)#interface gigabitEthernet s0/1/0
^
% Invalid input detected at '^' marker.
Router(config)#interface s0/1/0
Router(config-if)#ip adre
Router(config-if)#ip add
Router(config-if)#ip address 209.165.200.225 255.255.255.252
Router(config-if)#clock rate 128000
Router(config-if)#

Router con0 is now available

Press RETURN to get started

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