yes, you just have to set the encapsulation to frame-relay. You would basically be running frame-relay encapsulation over a point-to-point link. Make sure that both sides of the link are set up for frame-relay encapsulation. And one side will have to be configured to do the clocking.
routerA
interface serial0/0
encapsulation frame-relay
frame-relay intf-type dce
frame-relay lmi-type ansi (this command needed if both devices are not cisco)
interface s0/0.1 point-to-point
ip address 10.1.1.1 255.255.255.252
frame-relay interface-dlci 16
routerB
interface serial0/0
encapsulation frame-relay
frame-relay lmi-type ansi (both sides must be using same lmil-type, default is cisco)
interface serial0/0.1 point-to-point
ip address 10.1.1.2 255.255.255.252
frame-relay interface-dlci 16
That should get it up and running, let me know.... Erik Rudnick, CCIE No. 9545
mailto:erik@kuriosity.com
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.