Objectives
Configure Frame Relay connectivity.
Configure Static and Default routing.
Verify connectivity.
Scenario
Four routers must be interconnected in a hub-and-spoke Frame Relay configuration. Router R1 is the hub, and routers R2, R3, and R4 are spoke routers. The Frame Relay connections will be established using Frame Relay point-to-point connections over subinterfaces from R1 to each spoke router. Routing will be established using static routes on the hub router and default routes on all spoke routers.
Configuración:
R1
encapsulation frame-relay ietf
frame-relay lmi-type cisco
no shut
interface serial0/0/0.101 point-to-point
frame-relay interface-dlci 102
ip address 10.0.1.2 255.255.255.252
bandwidth 64
encapsulation frame-relay ietf
frame-relay lmi-type cisco
no shut
interface serial0/0/0.102 point-to-point
frame-relay interface-dlci 103
ip address 10.0.1.2 255.255.255.252
bandwidth 64
encapsulation frame-relay ietf
frame-relay lmi-type cisco
no shut
interface serial0/0/0.103 point-to-point
frame-relay interface-dlci 104
ip address 10.0.1.2 255.255.255.252
bandwidth 64
R2
encapsulation frame-relay ietf
frame-relay lmi-type cisco
no shut
interface serial0/0/0.101 point-to-point
frame-relay interface-dlci 101
ip address 10.0.1.2 255.255.255.252
bandwidth 64
router rip
version 2
no auto-summary
network 10.10.10.0
network 10.20.20.0
network 10.30.30.0
network 10.40.40.0
network 10.0.1.0