Escenario de enrutamiento con DDR (Dial on Demand Routing)

Fecha: 10 del Octubre 2012

 

Escenario

 

 

Se trata de un escenario entre dos sitios, un router 1841 y un 1760, con un enlace WAN del tipo ethernet  (podría ser cualquier

otra tecnología), y la convergencia se realiza a través de EIGRP y rutas estáticas flotantes.

En caso de falla del vínculo principal, ambos sitios poseen modems para discado del tipo dial-up, conectados a una PBX, pero

podría tratarse de dos conexiones a la PSTN (red telefónica convencional).

En el Cisco 1841 tenemos una placa módem WIC-1AM  y en el 1760 un modem US Robotics Courier conectado al puerto AUX.

Ambas situaciones pudieron ser WIC-1AM - > WIC-1AM o modem AUX -> modem AUX, en estas pruebas se utilizaron ambas

tecnologías para experimentar la diversidad de productos.

 

Este escenario está quedando obsoleto con las tecnologías DSL, pero no deja de ser apasionante y útil en caso de colapso de

internet o de la nube IP semipública, ya que este enlace alternativo es 100% analógico (ver Duro de Matar 4.0)

 

 

 

 

 

 

 

Pruebas

 

Las pruebas se realizaron mediante corte del vínculo en un extremo,el EIGRP se saldrá de la tabla de enrutamiento,

dejando como activa la ruta estática flotante con distancia AD 100, mayor a EIGRP, que es 90.

 

1841#sh line (verificamos como la interfaz dial-up: Async 0/1/0 ya que es una placa WIC-1AM)

   Tty Line Typ     Tx/Rx    A Modem  Roty AccO AccI  Uses  Noise Overruns  Int

*    0    0 CTY              -    -      -    -    -     0      0    0/0      -

     1    1 AUX   9600/9600  -    -      -    -    -     0      0    0/0      -

A0/1/0   18 TTY 115200/115200- inout     -    -    -     1      0    0/0      -

   194  194 VTY              -    -      -    -    -     0      0    0/0      -

   195  195 VTY              -    -      -    -    -     0      0    0/0      -

   196  196 VTY              -    -      -    -    -     0      0    0/0      -

   197  197 VTY              -    -      -    -    -     0      0    0/0      -

   198  198 VTY              -    -      -    -    -     0      0    0/0      -

 

Line(s) not in async mode -or- with no hardware support:

2-17, 19-193

 

1841#

 

1760_VoIP#sh line (verificamos la interfaz dial-up: Async 5 ya que es vía puerto AUX)

   Tty Typ     Tx/Rx    A Modem  Roty AccO AccI   Uses   Noise  Overruns   Int

*     0 CTY              -    -      -    -    -      0       0     0/0       -

A     5 AUX 115200/115200- inout     -    -    -      1       0     1/0       -

      6 VTY              -    -      -    -    -      0       0     0/0       -

      7 VTY              -    -      -    -    -      0       0     0/0       -

      8 VTY              -    -      -    -    -      0       0     0/0       -

      9 VTY              -    -      -    -    -      0       0     0/0       -

     10 VTY              -    -      -    -    -      0       0     0/0       -

 

Line(s) not in async mode -or- with no hardware support:

1-4

 

1760_VoIP#

 

1760_VoIP#sh ip route (verificación)

---resumido---

 

     200.0.0.0/30 is subnetted, 1 subnets

C       200.0.0.0 is directly connected, Ethernet1/0 (enlace WAN)

     10.0.0.0/8 is variably subnetted, 4 subnets, 3 masks

C       10.10.0.0/30 is directly connected, Async5 (enlace analógico)

S       10.10.0.2/32 is directly connected, Async5 (extremo del enlace para disparar dial-up)

D       10.0.0.0/24 [90/284160] via 200.0.0.1, 00:00:07, Ethernet1/0

C       10.0.1.0/24 is directly connected, FastEthernet0/0 (red local)

1760_VoIP#

 

1841#sh ip route (verificación)

---resumido---

 

     200.0.0.0/30 is subnetted, 1 subnets

C       200.0.0.0 is directly connected, FastEthernet0/1 (enlace WAN)

     10.0.0.0/8 is variably subnetted, 4 subnets, 3 masks

C       10.10.0.0/30 is directly connected, Async0/1/0 (enlace analógico)

S       10.10.0.1/32 is directly connected, Async0/1/0 (extremo del enlace para disparar dial-up)

C       10.0.0.0/24 is directly connected, FastEthernet0/0 (red local)

D       10.0.1.0/24 [90/30720] via 200.0.0.2, 00:04:31, FastEthernet0/1 (vía WAN, ver AD de 90)

1841#

1841#ping 10.0.1.1 (prueba de conectividad con enlace WAN UP: exitosa)

 

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 10.0.1.1, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms

 

1841#

 

*Oct 10 19:37:46.447: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to down

*Oct 10 19:37:46.451: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 100: Neighbor 200.0.0.2 (FastEthernet0/1) is down: interface down

 

 

1841#ping 10.0.1.1 (prueba de conectividad con enlace WAN DOWN: falla)

 

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 10.0.1.1, timeout is 2 seconds:

.....

Success rate is 0 percent (0/5)

 

1841#

 

*Oct 10 19:38:05.287: %LINK-3-UPDOWN: Interface Async0/1/0, changed state to up

*Oct 10 19:38:06.287: %LINEPROTO-5-UPDOWN: Line protocol on Interface Async0/1/0, changed state to up

 

1841#ping 10.0.1.1 (prueba de conectividad con enlace Dial-up: exitosa)

 

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 10.0.1.1, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 112/116/124 ms

 

1841#sh ip route (verificación, no existe la red 200.0.0.0)

---resumido---

 

     10.0.0.0/8 is variably subnetted, 4 subnets, 3 masks

C       10.10.0.0/30 is directly connected, Async0/1/0

C       10.10.0.1/32 is directly connected, Async0/1/0

C       10.0.0.0/24 is directly connected, FastEthernet0/0

S       10.0.1.0/24 [100/0] via 10.10.0.1 (vía dial-up, ver AD de 100)

1841#

 

1760_VoIP#ping 10.0.0.1 (verificacíon de dial-up en sentido inverso)

 

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 10.0.0.1, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms

 

1760_VoIP#

 

*Mar 28 22:22:36.930: %LINEPROTO-5-UPDOWN: Line protocol on Interface Ethernet1/0, changed state to down

*Mar 28 22:22:36.946: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 100: Neighbor 200.0.0.1 (Ethernet1/0) is down: interface down

 

1760_VoIP#ping 10.0.0.1

 

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 10.0.0.1, timeout is 2 seconds:

.....

Success rate is 0 percent (0/5)

1760_VoIP#

*Mar 28 22:23:02.039: %LINK-3-UPDOWN: Interface Async5, changed state to up

*Mar 28 22:23:03.041: %LINEPROTO-5-UPDOWN: Line protocol on Interface Async5, changed state to up

1760_VoIP#

1760_VoIP#ping 10.0.0.1

 

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 10.0.0.1, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 112/131/196 ms

1760_VoIP#

 

Pruebas de tráfico real

 

C:\>ipconfig

 

Configuración IP de Windows

 

Adaptador Ethernet Intel on board          :

 

        Sufijo de conexión específica DNS :

        Dirección IP. . . . . . . . . . . : 10.0.0.10

        Máscara de subred . . . . . . . . : 255.255.255.0

        Puerta de enlace predeterminada   : 10.0.0.1 (router 1841)

 

C:\>ping 10.0.1.1 -t

 

Haciendo ping a 10.0.1.1 con 32 bytes de datos:

 

Respuesta desde 10.0.1.1: bytes=32 tiempo=1ms TTL=254

Respuesta desde 10.0.1.1: bytes=32 tiempo=1ms TTL=254

Respuesta desde 10.0.1.1: bytes=32 tiempo=1ms TTL=254

Tiempo de espera agotado para esta solicitud. (cae enlace WAN principal y se realiza el discado a demanda)

Tiempo de espera agotado para esta solicitud.

Tiempo de espera agotado para esta solicitud.

Tiempo de espera agotado para esta solicitud.

Tiempo de espera agotado para esta solicitud.

Tiempo de espera agotado para esta solicitud. (fin del handshaking de los modems, y la negociación PPP,

Tiempo de espera agotado para esta solicitud.  entra a la tabla de enrutamiento la ruta estática)

Respuesta desde 10.0.1.1: bytes=32 tiempo=101ms TTL=254

Respuesta desde 10.0.1.1: bytes=32 tiempo=99ms TTL=254 (ver tiempos de respuesta)

Respuesta desde 10.0.1.1: bytes=32 tiempo=97ms TTL=254

Respuesta desde 10.0.1.1: bytes=32 tiempo=98ms TTL=254

Respuesta desde 10.0.1.1: bytes=32 tiempo=100ms TTL=254

---resumido---

Respuesta desde 10.0.1.1: bytes=32 tiempo=99ms TTL=254

Respuesta desde 10.0.1.1: bytes=32 tiempo=98ms TTL=254

Respuesta desde 10.0.1.1: bytes=32 tiempo=1ms TTL=254 (ver tiempos de respuesta, enlace WAN UP nuevamente )

Respuesta desde 10.0.1.1: bytes=32 tiempo=1ms TTL=254

Respuesta desde 10.0.1.1: bytes=32 tiempo=1ms TTL=254

Respuesta desde 10.0.1.1: bytes=32 tiempo=1ms TTL=254

Respuesta desde 10.0.1.1: bytes=32 tiempo=1ms TTL=254

 

Pruebas de performance, notar que el tráfico fluctúa al ser half-dúplex:

 

 

Pruebas de performance, notar que el tráfico vuelve a utilizar el vínculo WAN de 10 Mbps:

 

 

Pruebas de performance, notar que el tráfico vuelve a utilizar el vínculo WAN de 10 Mbps (tasa de transferencia):

 

 

1760_VoIP#sh int async 5 (conexión por cerrarse ya que levantó el vínculo WAN)

Async5 is up, line protocol is up

  Hardware is Async Serial

  Internet address is 10.10.0.1/30

  MTU 1500 bytes, BW 115 Kbit/sec, DLY 100000 usec,

     reliability 255/255, txload 1/255, rxload 1/255

  Encapsulation PPP, LCP Open (subcapa inferior)

  Open: IPCP, loopback not set (subcapa superior: da servicios a IP)

  Keepalive not set

  DTR is pulsed for 5 seconds on reset

  Time to interface disconnect: idle 00:00:03 (tiempo para desconectar si no hay tráfico)

  Last input 00:00:16, output 00:00:16, output hang never

  ---resumido---

1760_VoIP#

 

*Mar 28 22:26:09.410: %LINK-5-CHANGED: Interface Async5, changed state to reset

*Mar 28 22:26:10.412: %LINEPROTO-5-UPDOWN: Line protocol on Interface Async5, changed state to down

*Mar 28 22:26:14.410: %LINK-3-UPDOWN: Interface Async5, changed state to down

1760_VoIP#

 

1760_VoIP#sh int async 5 (conexión cerrada)

Async5 is up (spoofing), line protocol is up (spoofing)

  Hardware is Async Serial

  Internet address is 10.10.0.1/30

  MTU 1500 bytes, BW 115 Kbit/sec, DLY 100000 usec,

     reliability 255/255, txload 1/255, rxload 1/255

  Encapsulation PPP, LCP Closed, loopback not set

  Keepalive not set

  DTR is pulsed for 5 seconds on reset

  Last input 00:02:57, output 00:02:57, output hang never

---resumido---

 

1760_VoIP#

 

 

 

 

Configuración de los equipos

 

1841#sh run (lo mas relevante)

Building configuration...

 

!

hostname 1841

!

chat-script async "" "AT" OK "ATDT\T" TIMEOUT 30 CONNECT \c (diálogo con el modem, disca por tonos)

!

username 1760_VoIP password 0 P4ssw0rd (utilizado por PPP, es el hostname del otro router)

!

interface FastEthernet0/0

 description LAN

 ip address 10.0.0.1 255.255.255.0

!

interface FastEthernet0/1

 description WAN

 ip address 200.0.0.1 255.255.255.252

!

interface Async0/1/0 (es la interfaz del modem, determinada por sh line)

 ip address 10.10.0.2 255.255.255.252

 encapsulation ppp (protocolo layer 2 para transporte IP)

 dialer in-band (activa DDR: dial on demand routing)

 dialer wait-for-carrier-time 180 (timeout para handshaking con otro modem)

 dialer map ip 10.10.0.1 name 1760_VoIP modem-script async 3 (3 es el número DTMF a discar)

 dialer-group 1 (vinculado a dialer-list 1)

 async mode dedicated (línea dedicada sólo a PPP)

 ppp authentication chap

!

router eigrp 100

 passive-interface FastEthernet0/0

 network 10.0.0.0 0.0.0.255

 network 200.0.0.0 0.0.0.3

 no auto-summary

!

ip route 10.0.1.0 255.255.255.0 10.10.0.1 100 (ver AD de 100 para que primero utilice EIGRP)

ip route 10.10.0.1 255.255.255.255 Async0/1/0 (ruta específica para el modem)

!

dialer-list 1 protocol ip permit (se vincula IP al modem)

!

line con 0

line aux 0 (no utilizado para modem en este router)

line 0/1/0 (vinculado a interfaz Async, que es una placa WIC-1AM)

 stopbits 1

 speed 115200

 flowcontrol hardware

line vty 0 4

 password cisco

 login

!

end

 

1841#

 

1760_VoIP#sh runn

Building configuration...

 

Current configuration : 2237 bytes

!

hostname 1760_VoIP

!

chat-script async "" "AT" OK "ATDT\T" TIMEOUT 30 CONNECT \c (para diálogo con el modem, disca por tonos)

modemcap entry MY_USR_MODEM:MSC=&F1S0=1 (se declara tipo de modem externo)

!

username 1841 password 0 P4ssw0rd (utilizado por PPP, es el hostname del otro router)

!

interface FastEthernet0/0

 description LAN

 ip address 10.0.1.1 255.255.255.0

!

interface Ethernet1/0

 description WAN

 ip address 200.0.0.2 255.255.255.252

!

interface Async5 (es la interfaz del modem, determinada por sh line)

 ip address 10.10.0.1 255.255.255.252

 encapsulation ppp (protocolo layer 2 para transporte IP)

 dialer in-band (activa DDR: dial on demand routing)

 dialer wait-for-carrier-time 180

 dialer map ip 10.10.0.2 name 1841 modem-script async 1 (1 es el interno DTMF)

 dialer-group 1 (vinculado a dialer-list 1)

 async mode dedicated (línea dedicada sólo a PPP)

 ppp authentication chap

!

router eigrp 100

 passive-interface FastEthernet0/0

 network 10.0.1.0 0.0.0.255

 network 200.0.0.0 0.0.0.3

 no auto-summary

!

ip route 10.0.0.0 255.255.255.0 10.10.0.2 100 (ver AD de 100 para que primero utilice EIGRP)

ip route 10.10.0.2 255.255.255.255 Async5 (ruta específica para el modem)

!

dialer-list 1 protocol ip permit (se vincula IP al modem)

!

line con 0

line aux 0 (modem externo en este port)

 exec-timeout 0 0

 modem InOut

 modem autoconfigure type MY_USR_MODEM (modem USR Robotics)

 transport input all

 stopbits 1

 speed 115200

 flowcontrol hardware

line vty 0 4

 password cisco

 login

!

end

 

1760_VoIP#

 

Manteniendo la conexión siempre activa para convergencia inmediata mediante EIGRP, esto puede ser costoso debido a que

la conexión dial-up está siempre activa y se facturan los minutos de comunicación, pero le da velocidad de convergencia ya que

evita el handshaking de los modems al fallar el enlace WAN principal.

 

1841(config)#int tunnel 0 (generamos una interfaz túnel tipo GRE para pasar tráfico y EIGRP)

1841(config-if)#tunnel source async 0/1/0 (modem)

1841(config-if)#tunnel destination 10.10.0.1 (IP del otro modem)

1841(config-if)#ip add 192.168.0.1 255.255.255.252 (IP de esta punta del túnel)

1841(config-if)#exit

1841(config)#router eigrp 100

1841(config-router)#net 192.168.0.0 0.0.0.3 (agregamos el túnel a EIGRP)

1841(config-router)#^Z

1841#

 

1760_VoIP#conf t

Enter configuration commands, one per line.  End with CNTL/Z.

1760_VoIP(config)#int tunnel 0

1760_VoIP(config-if)#tunn source async 5 (modem)

1760_VoIP(config-if)#tunn dest 10.10.0.2 (IP del otro modem)

1760_VoIP(config-if)#ip add 192.168.0.2 255.255.255.252 (IP de esta punta del túnel)

1760_VoIP(config-if)#exit

1760_VoIP(config)#router eigrp 100

1760_VoIP(config-router)#net 192.168.0.0 0.0.0.3 (agregamos el túnel a EIGRP)

1760_VoIP(config-router)#^Z

1760_VoIP#

 

*Mar 28 23:02:01.442: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 100: Neighbor 192.168.0.1 (Tunnel0) is up: new adjacency

*Mar 28 23:02:02.195: %SYS-5-CONFIG_I: Configured from console by console

 

1760_VoIP#sh ip eigrp nei (vemos el túnel GRE en EIGRP)

IP-EIGRP neighbors for process 100

H   Address                 Interface       Hold Uptime   SRTT   RTO  Q  Seq

                                            (sec)         (ms)       Cnt Num

0   192.168.0.1             Tu0               11 00:00:13  145  5000  0  56

1760_VoIP#sh ip route (verificamos)

---resumido---

 

     200.0.0.0/30 is subnetted, 1 subnets

C       200.0.0.0 is directly connected, Ethernet1/0

     10.0.0.0/8 is variably subnetted, 4 subnets, 3 masks

C       10.10.0.0/30 is directly connected, Async5

C       10.10.0.2/32 is directly connected, Async5

D       10.0.0.0/24 [90/297246976] via 192.168.0.1, 00:00:27, Tunnel0

C       10.0.1.0/24 is directly connected, FastEthernet0/0

     192.168.0.0/30 is subnetted, 1 subnets

C       192.168.0.0 is directly connected, Tunnel0

1760_VoIP#

 

1841#sh ip route (verificamos)

---resumido---

 

     200.0.0.0/30 is subnetted, 1 subnets

D       200.0.0.0 [90/297270016] via 192.168.0.2, 00:02:55, Tunnel0

     10.0.0.0/8 is variably subnetted, 4 subnets, 3 masks

C       10.10.0.0/30 is directly connected, Async0/1/0

C       10.10.0.1/32 is directly connected, Async0/1/0

C       10.0.0.0/24 is directly connected, FastEthernet0/0

D       10.0.1.0/24 [90/297246976] via 192.168.0.2, 00:02:55, Tunnel0

     192.168.0.0/30 is subnetted, 1 subnets

C       192.168.0.0 is directly connected, Tunnel0

1841#

 

C:\>tracert 10.0.1.3 (verificamos)

 

Traza a 10.0.1.3 sobre caminos de 30 saltos como máximo.

 

  1    <1 ms    <1 ms    <1 ms  10.0.0.1 (router 1841)

  2   125 ms   121 ms   117 ms  192.168.0.2 (extremo 1760 del tunnel0)

  3   125 ms   122 ms   120 ms  10.0.1.3

 

Traza completa.

 

C:\>ping 10.0.1.3 -t -f -l 1272 (verificamos con carga de 1200 bytes)

 

Haciendo ping a 10.0.1.3 con 1272 bytes de datos:

 

Respuesta desde 10.0.1.3: bytes=1272 tiempo=521ms TTL=126

Respuesta desde 10.0.1.3: bytes=1272 tiempo=455ms TTL=126

Respuesta desde 10.0.1.3: bytes=1272 tiempo=487ms TTL=126

Respuesta desde 10.0.1.3: bytes=1272 tiempo=501ms TTL=126

Respuesta desde 10.0.1.3: bytes=1272 tiempo=494ms TTL=126

Respuesta desde 10.0.1.3: bytes=1272 tiempo=489ms TTL=126

Respuesta desde 10.0.1.3: bytes=1272 tiempo=484ms TTL=126

Respuesta desde 10.0.1.3: bytes=1272 tiempo=495ms TTL=126

Respuesta desde 10.0.1.3: bytes=1272 tiempo=479ms TTL=126

 

Estadísticas de ping para 10.0.1.3:

    Paquetes: enviados = 9, recibidos = 9, perdidos = 0

    (0% perdidos),

Tiempos aproximados de ida y vuelta en milisegundos:

    Mínimo = 455ms, Máximo = 521ms, Media = 489ms

Control-C

^C

C:\>

 

Datos extra respecto a PPP

 

La encapsulación del vínculo por modems es PPP, autenticando mediante CHAP, aquí detallamos algunas capturas.

 

Datos útiles para CCNA4 (Exploration 4), capítulo 2 y para el exámen CCNA.

 

1841#debug ppp authentication (y luego forzamos la conexión)

 

*Oct 11 08:00:29.255: As0/1/0 PPP: Using dialer call direction

*Oct 11 08:00:29.255: As0/1/0 PPP: Treating connection as a callin

*Oct 11 08:00:29.255: As0/1/0 PPP: Session handle[72000018] Session id[12]

*Oct 11 08:00:29.255: As0/1/0 PPP: Authorization required

*Oct 11 08:00:29.259: %LINK-3-UPDOWN: Interface Async0/1/0, changed state to up

*Oct 11 08:00:29.391: As0/1/0 CHAP: O CHALLENGE id 2 len 25 from "1841" (username/hostname)

*Oct 11 08:00:29.399: As0/1/0 CHAP: I CHALLENGE id 2 len 30 from "1760_VoIP" (username/hostname)

*Oct 11 08:00:29.399: As0/1/0 CHAP: Waiting for Peer to authenticate first

*Oct 11 08:00:29.495: As0/1/0 CHAP: I RESPONSE id 2 len 30 from "1760_VoIP"

*Oct 11 08:00:29.495: As0/1/0 PPP: Sent CHAP LOGIN Request

*Oct 11 08:00:29.499: As0/1/0 PPP: Received LOGIN Response PASS

*Oct 11 08:00:29.499: As0/1/0 PPP: Sent LCP AUTHOR Request

*Oct 11 08:00:29.499: As0/1/0 PPP: Sent IPCP AUTHOR Request

*Oct 11 08:00:29.499: As0/1/0 CHAP: Using hostname from unknown source

*Oct 11 08:00:29.499: As0/1/0 CHAP: Using password from AAA

*Oct 11 08:00:29.499: As0/1/0 CHAP: O RESPONSE id 2 len 25 from "1841"

*Oct 11 08:00:29.499: As0/1/0 LCP: Received AAA AUTHOR Response PASS (sub capa LCP)

*Oct 11 08:00:29.499: As0/1/0 IPCP: Received AAA AUTHOR Response PASS (sub capa NCP)

*Oct 11 08:00:29.499: As0/1/0 CHAP: O SUCCESS id 2 len 4

*Oct 11 08:00:29.607: As0/1/0 CHAP: I SUCCESS id 2 len 4

*Oct 11 08:00:29.611: As0/1/0 PPP: Sent IPCP AUTHOR Request

 

*Oct 11 08:00:30.259: %LINEPROTO-5-UPDOWN: Line protocol on Interface Async0/1/0, changed state to up

*Oct 11 08:00:32.747: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 100: Neighbor 192.168.0.2 (Tunnel0) is up: new adjacency

 

1841#

 

1841#deb ppp pack (aquí vemos el tamaño de las tramas)

PPP packet display debugging is on

1841#

*Oct 11 08:05:58.187: As0/1/0 PPP: I pkt type 0x0021, datagramsize 85 link[ip] (paquetes hello EIGRP)

*Oct 11 08:05:58.187: As0/1/0 PPP: I pkt type 0x0021, datagramsize 85 link[ip]

*Oct 11 08:05:59.127: As0/1/0 PPP: O pkt type 0x0021, datagramsize 85

*Oct 11 08:06:02.875: As0/1/0 PPP: I pkt type 0x0021, datagramsize 85 link[ip]

*Oct 11 08:06:02.875: As0/1/0 PPP: I pkt type 0x0021, datagramsize 85 link[ip]

*Oct 11 08:06:03.607: As0/1/0 PPP: O pkt type 0x0021, datagramsize 85

 

C:\> ping 10.0.1.1 -l 1200 -t (generamos tráfico de 1200 bytes)

 

Haciendo ping a 10.0.1.1 con 1200 bytes de datos:

 

Respuesta desde 10.0.1.1: bytes=1200 tiempo=671ms TTL=254

Respuesta desde 10.0.1.1: bytes=1200 tiempo=658ms TTL=254

Respuesta desde 10.0.1.1: bytes=1200 tiempo=654ms TTL=254

Respuesta desde 10.0.1.1: bytes=1200 tiempo=652ms TTL=254

Respuesta desde 10.0.1.1: bytes=1200 tiempo=655ms TTL=254

 

*Oct 11 08:06:41.767: As0/1/0 PPP: I pkt type 0x0021, datagramsize 1253 link[ip](pings de 1200 bytes +

*Oct 11 08:06:42.803: As0/1/0 PPP: I pkt type 0x0021, datagramsize 1253..  cabecera IP + cabecera GRE)

*Oct 11 08:06:45.255: As0/1/0 PPP: O pkt type 0x0021, datagramsize 85 (paquetes hello EIGRP)

*Oct 11 08:06:45.503: As0/1/0 PPP: I pkt type 0x0021, datagramsize 85 link[ip] (paquetes hello EIGRP)

*Oct 11 08:06:45.503: As0/1/0 PPP: I pkt type 0x0021, datagramsize 85 link[ip]

*Oct 11 08:06:46.487: As0/1/0 PPP: I pkt type 0x0021, datagramsize 1253 link[ip]

*Oct 11 08:06:47.483: As0/1/0 PPP: I pkt type 0x0021, datagramsize 1253 link[ip]

*Oct 11 08:06:48.487: As0/1/0 PPP: I pkt type 0x0021, datagramsize 1253 link[ip]

*Oct 11 08:06:49.487: As0/1/0 PPP: I pkt type 0x0021, datagramsize 1253 link[ip]

 

 

La placa WIC-1AM es propiedad del Banco Municipal de Rosario y la PBX de mi alumno Mariano Andrés. Gracias.

 

 

(2012) Networking cause brain damage

Rosario, Argentina