Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 4

ENRUTAMIENTO

Enrutamiento.
Es el proceso de selección de camino, por la que se mandaran los paquetes, pasando por varias
redes físicas se fuere preciso.

Enrutador.
Es el equipo que realiza la selección del camino.

Esquema

Proceso de prueba

Boson BOSS 5.0


Copyright 1998-2003 Boson Software, Inc.
Use the command help to get started

Press Enter to begin


C:>
C:>winipcfg
C:>ping 192.168.2.0
Pinging 192.168.2.0 with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 192.168.2.0:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
C:>ping 192.168.2.6
Pinging 192.168.2.6 with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 192.168.2.6:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms

C:>ping 192.168.1.6
Pinging 192.168.1.6 with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 192.168.1.6:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms

C:>ping 192.168.2.6
Pinging 192.168.2.6 with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 192.168.2.6:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms

C:>winipcfg
C:>ping 192.168.2.6
Pinging 192.168.2.6 with 32 bytes of data:
Reply from 192.168.2.6: bytes=32 time=60ms TTL=241
Reply from 192.168.2.6: bytes=32 time=60ms TTL=241
Reply from 192.168.2.6: bytes=32 time=60ms TTL=241
Reply from 192.168.2.6: bytes=32 time=60ms TTL=241
Reply from 192.168.2.6: bytes=32 time=60ms TTL=241
Ping statistics for 192.168.2.6: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 50ms, Maximum = 60ms, Average = 55ms

C:>ping 192.168.1.6
Pinging 192.168.1.6 with 32 bytes of data:
Reply from 192.168.1.6: bytes=32 time=60ms TTL=241
Reply from 192.168.1.6: bytes=32 time=60ms TTL=241
Reply from 192.168.1.6: bytes=32 time=60ms TTL=241
Reply from 192.168.1.6: bytes=32 time=60ms TTL=241
Reply from 192.168.1.6: bytes=32 time=60ms TTL=241
Ping statistics for 192.168.1.6: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 50ms, Maximum = 60ms, Average = 55ms

C:>ping 192.168.2.7
Pinging 192.168.2.7 with 32 bytes of data:
Reply from 192.168.2.7: bytes=32 time=60ms TTL=241
Reply from 192.168.2.7: bytes=32 time=60ms TTL=241
Reply from 192.168.2.7: bytes=32 time=60ms TTL=241
Reply from 192.168.2.7: bytes=32 time=60ms TTL=241
Reply from 192.168.2.7: bytes=32 time=60ms TTL=241
Ping statistics for 192.168.2.7: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 50ms, Maximum = 60ms, Average = 55ms

C:>ping 192.168.2.6
Pinging 192.168.2.6 with 32 bytes of data:
Reply from 192.168.2.6: bytes=32 time=60ms TTL=241
Reply from 192.168.2.6: bytes=32 time=60ms TTL=241
Reply from 192.168.2.6: bytes=32 time=60ms TTL=241
Reply from 192.168.2.6: bytes=32 time=60ms TTL=241
Reply from 192.168.2.6: bytes=32 time=60ms TTL=241
Ping statistics for 192.168.2.6: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 50ms, Maximum = 60ms, Average = 55ms

C:>winipcfg
C:>

Proceso de programación en el simulador de BOSS 5.0

Router 4
Press Enter to Start
Router>
Router>enable
Router#config t
Router(config)#int s 0
Router(config-if)#ip address 192.168.2.6 255.255.255.0
Router(config-if)#no shut
%LINK-3-UPDOWN: Interface Serial0, changed state to up
%LINK-3-UPDOWN: Interface Serial0, changed state to down
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0, changed state to down
Router(config-if)#exit
Router(config)#router rip
Router(config-router)#network 192.168.2.0
Router(config-router)#exit
Router(config)#exit
Router#
Router#enable
Router#config t
Router(config)#int e 0
% Ambiguous command: "int e 0"
Router(config)#int e 0
% Ambiguous command: "int e 0"
Router(config)#int e0
% Ambiguous command: "int e0"
Router(config)#int e0
Router(config-if)#ip address 192.168.1.6 255.255.255.0
Router(config-if)#no shut
%LINK-3-UPDOWN: Interface Ethernet0, changed state to up
Router(config-if)#exit
Router(config)#router rip
Router(config-router)#network 192.168.1.0
Router(config-router)#exit
Router(config)#exit
%LINK-3-UPDOWN: Interface Serial0, changed state to up
%LINEPROTO-5-UPDOWN: Line pro

Router 1
Press Enter to Start
Router>
Router>enabled
% Invalid input detected at '^' marker.
Router>enable
Router#config t
Router(config)#int s 0
Router(config-if)#ip address 192.168.2.7 255.255.255.0
Router(config-if)#no shut
%LINK-3-UPDOWN: Interface Serial0, changed state to up
Router(config-if)#exit
Router(config)#router rip
Router(config-router)#
Router(config-router)#network
% Invalid input detected at '^' marker.
Router(config-router)#network 192.168.2.0
Router(config-router)#exit
Router(config)#exit
Router#enable
Router#config t
Router(config)#int e 0
Router(config-if)#ip address 192.168.3.7 255.255.255.0
Router(config-if)#no shut
%LINK-3-UPDOWN: Interface Ethernet0, changed state to up
Router(config-if)#exit
Router(config)#router rip
Router(config-router)#network 192.168.1.0
Router(config-router)#exit
Router(config)#exit

You might also like