News:

This week IPhone 15 Pro winner is karn
You can be too a winner! Become the top poster of the week and win valuable prizes.  More details are You are not allowed to view links. Register or Login 

Main Menu

Frame Relay Configuration

Started by Sunite, October 06, 2007, 11:10:01 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Sunite

Frame Relay Configuration






 
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