DISQUS

DISQUS Hello! Tech-Recipes is using DISQUS, a powerful comment system, to manage its comments. Learn more.

Community Page

Tech-Recipes

Cookbook of Tech Tutorials
Jump to original thread »
Author

Configure Frame Relay on a Cisco Router | Cisco router | Tech-Recipes

Started by qdideas · 9 months ago

No excerpt available. Jump to website »

1 comment

  • interface Serial0/0
    description Link to Router1
    no ip address
    encapsulation frame-relay
    no ip mroute-cache
    fair-queue
    clock rate 64000
    frame-relay intf-type dce
    frame-relay route 200 interface Serial0/1 201
    frame-relay route 300 interface Serial0/2 301
    frame-relay route 400 interface Serial0/3 401
    no shut
    !
    interface Serial0/1
    description link to router2
    no ip address
    encapsulation frame-relay
    no ip mroute-cache
    fair-queue
    clock rate 64000
    frame-relay intf-type dce
    frame-relay route 201 interface Serial0/0 200
    frame-relay route 203 interface Serial0/2 302
    frame-relay route 204 interface Serial0/3 402
    no shut
    !
    interface Serial0/2
    description Link to Router3
    no ip address
    encapsulation frame-relay
    no ip mroute-cache
    clock rate 64000
    frame-relay intf-type dce
    frame-relay route 301 interface Serial0/0 300
    frame-relay route 302 interface Serial0/1 203
    frame-relay route 304 interface Serial0/3 403
    no shut
    !
    interface Serial0/3
    description Link to Router4
    no ip address
    encapsulation frame-relay
    no ip mroute-cache
    clock rate 64000
    frame-relay intf-type dce
    frame-relay route 401 interface Serial0/0 400
    frame-relay route 402 interface Serial0/1 204
    frame-relay route 403 interface Serial0/2 304
    no shut

Add New Comment

Returning? Login