Frame Relay Configuration on CISCO Router

by Nideesh C on January 18, 2011 · 1 comment

in Networking




Frame Relay Switch

FRAMRELAY-SWITCH#configure terminal

FRAMRELAY-SWITCH(config)#frame-relay switching

FRAMRELAY-SWITCH(config)#int s0

FRAMRELAY-SWITCH(config-if)#no ip address

FRAMRELAY-SWITCH(config-if)#encapsulation frame-relay

FRAMRELAY-SWITCH(config-if)#clock rate 64000

FRAMRELAY-SWITCH(config-if)#frame-relay lmi-type ansi

FRAMRELAY-SWITCH(config-if)#frame-relay intf-type dce

FRAMRELAY-SWITCH(config-if)#frame-relay route 103 interface s1 301

FRAMRELAY-SWITCH(config-if)#exit

FRAMRELAY-SWITCH(config)#int s1

FRAMRELAY-SWITCH(config-if)#no ip address

FRAMRELAY-SWITCH(config-if)#encapsulation frame-relay

FRAMRELAY-SWITCH(config-if)#clock rate 64000

FRAMRELAY-SWITCH(config-if)#frame-relay lmi-type ansi

FRAMRELAY-SWITCH(config-if)#frame-relay intf-type dce

FRAMRELAY-SWITCH(config-if)#frame-relay route 301 interface s0 103

Router A Configuration

RouterA#configure terminal

RouterA(config)#int s0/0

RouterA(config)#ip address 10.0.0.1 255.0.0.0

RouterA(config)#encapsulation frame-relay

RouterA(config)#frame-relay lmi-type ansi

Router B Configuration

RouterB#configure terminal

RouterB(config)#int s0/1

RouterB(config)#ip address 10.0.0.2 255.0.0.0

RouterB(config)#encapsulation frame-relay

RouterB(config)#frame-relay lmi-type ansi

Not Satisfied ? Just search & get the result

Related Posts Plugin for WordPress, Blogger...
Be Sociable, Share!

Related posts:

  1. PPP Configuration on Cisco Router
  2. Inter-VLAN Routing Configuration on Cisco Router
  3. commands and configuration of CISCO Router’s
  4. BRI ISDN Configuration On Cisco Router
  5. ISDN Dialer Profiles Configuration On Cisco Router

{ 1 comment… read it below or add one }

1 Walshe April 18, 2011 at 10:53 pm

Simply wish to say your article is as amazing. The clarity in your post is simply nice and i could assume you are an expert on this subject. Well with your permission let me to grab your feed to keep updated with forthcoming post. Thanks a million and please keep up the gratifying work. – Frame Relay Configuration on CISCO Router

Reply

Leave a Comment

Previous post:

Next post: