For this example we will be using one service provider switch, with two access routers connecting to it:
Configure Edge Switch
frame-relay switching - change device from router to FR switch
int s0
encap frame-relay
frame-relay intf-type dce
int s1
encap frame-relay
frame-relay intf-type dce
NOTE: now the s0 and s1 line protocol state will change to “DOWN”
frame-relay interface-dlci 16
frame-relay interface-dlci 17
at router1
int s0
encap frame-relay
frame-relay interface-dlci 16
at router2
int s1
encap frame-relay
frame-relay interface-dlci 17
To see the Frame Relay IP and IPX to DLCI mappings:
show frame map
To see the PVC’s and DLCI info:
show frame pvc (show run will also list DLCI’s)