El problema pasa habitualmente al momento de cargar una topología guardada, por lo que busqué la solución a mis problemas configurando un router como para conmutar frame relay tal cual como hacíamos en la academia CCNA hace varios años atrás.
Nota: La configuración de un dispositivo Cisco como switch Frame Relay no se incluye dentro de los temas de estudio del exámen CCNA.
En este ejemplo vamos a configurar la siguiente topología:
Para el FR-SW en dynamips utilizamos un Cisco 7200 con varias interfaces serie (también se puede con los otros routers más chicos, incluso con un 1700).
Estas son las configuraciones:
FR-SW:
FRSWITCH#show running-config Building configuration... ! ![config recortada para mejor lectura...] ! hostname FR-SW ! frame-relay switching ! ![...] ! interface Serial1/1 no ip address encapsulation frame-relay serial restart-delay 0 frame-relay intf-type dce frame-relay route 100 interface Serial1/2 200 ! interface Serial1/2 no ip address encapsulation frame-relay serial restart-delay 0 frame-relay intf-type dce frame-relay route 200 interface Serial1/1 100 ! ![sigue la config...] !
Los dos nodos que se van a intercomunicar deben configurarse como cualquier otro, ya sea usando la interface física o subinterfaces.
RouterA:
RouterA#show running-config Building configuration... Current configuration : 1374 bytes ! hostname RouterA ! interface Serial1/0 no ip address encapsulation frame-relay serial restart-delay 0 ! interface Serial1/0.100 point-to-point ip address 192.168.0.1 255.255.255.252 frame-relay interface-dlci 100 ![...]
RouterB:
RouterB#show running-config Building configuration... Current configuration : 1374 bytes ! hostname RouterB ! ![...] ! interface Serial1/0 no ip address encapsulation frame-relay serial restart-delay 0 ! interface Serial1/0.200 point-to-point ip address 192.168.0.2 255.255.255.252 frame-relay interface-dlci 200 !
Pruebas de conectividad:
Obviamente podemos verificar que todo esté funcionando correctamente con:
RouterB#ping 192.168.0.1 repeat 15 Type escape sequence to abort. Sending 15, 100-byte ICMP Echos to 192.168.0.1, timeout is 2 seconds: !!!!!!!!!!!!!!! Success rate is 100 percent (15/15), round-trip min/avg/max = 16/45/76 ms RouterB#traceroute 192.168.0.1 Type escape sequence to abort. Tracing the route to 192.168.0.1 1 192.168.0.1 148 msec 80 msec 68 msec
RouterB#show cdp neighbors Capability Codes: R - Router, T - Trans Bridge, B - Source Route Bridge S - Switch, H - Host, I - IGMP, r - Repeater Device ID Local Intrfce Holdtme Capability Platform Port ID RouterA Ser 1/0.200 164 R 7206VXR Ser 1/0.100
También podemos ver en el switch que el PVC se encuentra en estado SWITCHED:
FR-SW#show frame-relay pvc PVC Statistics for interface Serial1/1 (Frame Relay DCE) Active Inactive Deleted Static Local 0 0 0 0 Switched 1 0 0 0 Unused 0 0 0 0 DLCI = 100, DLCI USAGE = SWITCHED, PVC STATUS = ACTIVE, INTERFACE = Serial1/1 input pkts 91 output pkts 92 in bytes 21257 out bytes 20440 dropped pkts 0 in pkts dropped 0 out pkts dropped 0 out bytes dropped 0 in FECN pkts 0 in BECN pkts 0 out FECN pkts 0 out BECN pkts 0 in DE pkts 0 out DE pkts 0 out bcast pkts 0 out bcast bytes 0 30 second input rate 0 bits/sec, 0 packets/sec 30 second output rate 0 bits/sec, 0 packets/sec switched pkts 91 Detailed packet drop counters: no out intf 0 out intf down 0 no out PVC 0 in PVC down 0 out PVC down 0 pkt too big 0 shaping Q full 0 pkt above DE 0 policing drop 0 pvc create time 00:52:08, last time pvc status changed 00:23:16 PVC Statistics for interface Serial1/2 (Frame Relay DCE) Active Inactive Deleted Static Local 0 0 0 0 Switched 1 0 0 0 Unused 0 0 0 0 DLCI = 200, DLCI USAGE = SWITCHED, PVC STATUS = ACTIVE, INTERFACE = Serial1/2 input pkts 93 output pkts 91 in bytes 20769 out bytes 21257 dropped pkts 2 in pkts dropped 2 out pkts dropped 0 out bytes dropped 0 in FECN pkts 0 in BECN pkts 0 out FECN pkts 0 out BECN pkts 0 in DE pkts 0 out DE pkts 0 out bcast pkts 0 out bcast bytes 0 30 second input rate 0 bits/sec, 0 packets/sec 30 second output rate 0 bits/sec, 0 packets/sec switched pkts 92 Detailed packet drop counters: no out intf 0 out intf down 0 no out PVC 0 in PVC down 0 out PVC down 2 pkt too big 0 shaping Q full 0 pkt above DE 0 policing drop 0 pvc create time 00:51:42, last time pvc status changed 00:23:13
Y que CDP no se interpreta, dado que las tramas se conmutan:
FR-SW#show cdp neighbors Capability Codes: R - Router, T - Trans Bridge, B - Source Route Bridge S - Switch, H - Host, I - IGMP, r - Repeater Device ID Local Intrfce Holdtme Capability Platform Port ID FRSWITCH#
Espero que lo usen y les sirva tanto como a mí.
Dejo para un próximo post la configuración de los anchos de banda de los PVC.
Saludos!
0 comentarios:
Publicar un comentario