Simulating a Frame Relay Cloud
Problem
You want to use a router to simulate a Frame Relay cloud in the lab.
Solution
A Cisco router can function as a Frame Relay switch. This is mostly useful when you are trying to simulate a Frame Relay cloud in a lab to test your router configurations:
Cloud#configure terminal
Enter configuration commands, one per line. End with CNTL/Z. Cloud(config)#frame-relay switching
Cloud(config)#interface
Cloud(config-if)#
Serial0
description
Cloud(config-if)#
Frame-relay connection to Central - DLCI 50
encapsulation frame-relay
Cloud(config-if)#clock rate
Cloud(config-if)#
125000
frame-relay lmi-type
Cloud(config-if)#
cisco
frame-relay intf-type dce
Cloud(config-if)#frame-relay route
101
interface
Cloud(config-if)#
Serial1 50
frame-relay route
102
interface
Cloud(config-if)#
Serial2 50
exit
Cloud(config)#interface
Cloud(config-if)#
Serial1
description
Cloud(config-if)#
Frame-relay connection to Branch1 - DLCI 101
encapsulation frame-relay
Cloud(config-if)#clock rate
Cloud(config-if)#
125000
frame-relay lmi-type
Cloud(config-if)#
cisco
frame-relay intf-type dce
Cloud(config-if)#frame-relay route
50
interface
Cloud(config-if)#
Serial0 101
exit
Cloud(config)#interface
Cloud(config-if)#
Serial2
description
Cloud(config-if)#
Frame-relay connection to Branch2 - DLCI 102
encapsulation frame-relay
Cloud(config-if)#clock rate
Cloud(config-if)#
125000
frame-relay lmi-type
Cloud(config-if)#
cisco
frame-relay intf-type dce
Cloud(config-if)#frame-relay route
50
interface
Serial0 102 ...
Get Cisco IOS Cookbook, 2nd Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.