Ryan's District Boards

Computer, programming, and webmaster help , support , tips and tricks => Internet webmaster computer programming technology tips and tricks => Topic started by: Sunite on October 04, 2007, 09:23:14 PM

Title: Frame Relay Configuration
Post by: Sunite on October 04, 2007, 09:23:14 PM
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