Someone can correct me if I am wrong, but this is what I think...
In that particular simulation question, there are three routers, R1, R2, and the FRswitch router.
Normally, a telco will provide the frame relay switch, however, in this example, the FRswitch router becomes the frame relay switch.
Therefore the command "frame-relay switching" tells that router that it is a frame relay switch.
It does not need an ip address as frame relay is a layer 2 protocol. The DLCI's will be routed through the FRswitch router with the command "frame-relay route 202 interface serial1 201"
The frame-relay route interface configuration command is used to route an incoming DLCI to an outgoing interface and corresponding outgoing DLCI.
IP Routing will be the responsibilty of R1 and R2.
OK, you can using a back to back FR connection which use one of the router to be the FRS. i'm not sure if your FR network will work without FRS or FR route command in one of the router.
the More I know, that is more and More I dont know.
Those commands allow you to simulate telco's frame relay switch to create your own frame-relay network. Probably not that necessary for CCNA studies, but at least used to be critical for CCIE lab study.
Comments
?? not sure what you are asking, give a couple of examples of a "frame relay switching configuration command"
hostname FRswitch
frame-relay switching
interface serial 0
no ip address
encapsulation frame-relay
clock rate 56000
no shutdown
frame-relay intf-type dce
frame-relay route 202 interface serial1 201
I didnt understand why the ip address are not configure in this case. ??
In that particular simulation question, there are three routers, R1, R2, and the FRswitch router.
Normally, a telco will provide the frame relay switch, however, in this example, the FRswitch router becomes the frame relay switch.
Therefore the command "frame-relay switching" tells that router that it is a frame relay switch.
It does not need an ip address as frame relay is a layer 2 protocol. The DLCI's will be routed through the FRswitch router with the command "frame-relay route 202 interface serial1 201"
The frame-relay route interface configuration command is used to route an incoming DLCI to an outgoing interface and corresponding outgoing DLCI.
IP Routing will be the responsibilty of R1 and R2.
Yankee