Frame Relay Point-to-point:
Used to connect two devices under same
subnet. DLCI number can configure on Interface or Sub Interface.In this
type of point to point connection no need Inverse Arp.
In this example we took two router and
one frame relay cloud.Remember all routers are DTE.Assume that two
router located in Dhaka And Chittagong.connected via ISP with frame
relay cloud.Lets configure first Chittagong then Dhaka
Router(config)#hostname CtgCtg(config)#int serial 3/0
Ctg(config-if)#ip address 192.168.1.1 255.255.255.252
Ctg(config-if)#encapsulation frame-relay
Ctg(config-if)#bandwidth 64
Ctg(config-if)#frame-relay lmi-type cisco
Ctg(config-if)#frame-relay interface-dlci 100
Ctg(config-if)#no shut
Now Dhaka
Router(config)#hostname Dhk
Dhk(config)#int serial 2/0
Dhk(config-if)#ip address 192.168.1.2 255.255.255.252
Dhk(config-if)#encapsulation frame-relay
Dhk(config-if)#bandwidth 64
Dhk(config-if)#frame-relay lmi-type cisco
Dhk(config-if)#frame-relay interface-dlci 200
Dhk(config-if)#no shut
Now Frame Cloud -
Go to serial interface & add DLCI numbers.
now go to frame relay option & add like below
In packet tracer it’s easy to configure frame relay cloud switch but real configuration is different.Need to map ……..
0 comments:
Post a Comment