FRM Router which is in middle working as a frame-relay switch
you should get the output like this..
R2#ping 192.168.1.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.1.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 96/136/164 ms
R2#ping 192.168.2.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.2.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 128/142/160 ms
----------------------------------------------------------------------------------------------------
R3#ping 192.168.2.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.2.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 64/128/164 ms
R3#ping 192.168.3.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.3.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 132/175/208 ms
-------------------------------------------------------------------------------------------------------
R4#ping 192.168.1.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.1.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 100/144/196 ms
R4#ping 192.168.3.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.3.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 128/148/188 ms
---------------------------------------------------------------------------------------------------------
Frame-relay Switch Configuration
Commands
FRS#configure terminal
FRS(config)#frame-relay switching
FRS(config)#interface serial 1/0
FRS(config-if)#encapsulation frame-relay
FRS(config-if)#frame-relay intf-type dce
FRS(config-if)#frame-relay route 204 interface serial 1/1
402
FRS(config-if)#frame-relay route 203 interface serial 1/2
302
FRS(config-if)#no shutdown
FRS(config-if)#exit
FRS(config)#interface serial 1/2
FRS(config-if)#encapsulation frame-relay
FRS(config-if)#frame-relay intf-type dce
FRS(config-if)#frame-relay route 302 interface serial 1/0
203
FRS(config-if)#frame-relay route 304 interface serial 1/1
403
FRS(config-if)#no shutdown
FRS(config-if)#exit
FRS(config)#interface serial 1/1
FRS(config-if)#encapsulation frame-relay
FRS(config-if)#frame-relay intf-type dce
FRS(config-if)#frame-relay route 402 interface serial 1/0
204
FRS(config-if)#frame-relay route 403 interface serial 1/2
304
FRS(config-if)#no shutdown
FRS(config-if)#exit
FRS(config)#
R2 Configuration Commands
R2#configure terminal
R2(config)#interface serial 1/0
R2(config-if)#encapsulation frame-relay
R2(config-if)#no shutdown
R2(config-if)#interface serial 1/0.1 point-to-point
R2(config-subif)#frame-relay interface-dlci 203
R2(config-fr-dlci)#ip address 192.168.2.1 255.255.255.252
R2(config-subif)#interface serial 1/0.2 point-to-point
R2(config-subif)#frame-relay interface-dlci 204
R2(config-fr-dlci)#ip address 192.168.1.1 255.255.255.252
R2(config-subif)#end
R2#
R3 Configuration Commands
R3#configure terminal
R3(config)#interface serial 1/0
R3(config-if)#encapsulation frame-relay
R3(config-if)#no shutdown
R3(config-if)#interface serial 1/0.1 point-to-point
R3(config-subif)#frame-relay interface-dlci 302
R3(config-fr-dlci)#ip address 192.168.2.2 255.255.255.252
R3(config-subif)#interface serial 1/0.2 point-to-point
R3(config-subif)#frame-relay interface-dlci 304
R3(config-fr-dlci)#ip address 192.168.3.1 255.255.255.252
R3(config-subif)#end
R3#
R4 Configuration Commands
R4#configure terminal
R4(config)#interface serial 1/0
R4(config-if)#encapsulation frame-relay
R4(config-if)#no shutdown
R4(config-if)#interface serial 1/0.1 point-to-point
R4(config-subif)#frame-relay interface-dlci 402
R4(config-fr-dlci)#ip address 192.168.1.2 255.255.255.252
R4(config-subif)#interface serial 1/0.2 point-to-point
R4(config-subif)#frame-relay interface-dlci 403
R4(config-fr-dlci)#ip address 192.168.3.2 255.255.255.252
R4(config-subif)#end
R4#
After configuring everything start checking whether you can ping both site from each router.you should get the output like this..
R2#ping 192.168.1.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.1.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 96/136/164 ms
R2#ping 192.168.2.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.2.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 128/142/160 ms
----------------------------------------------------------------------------------------------------
R3#ping 192.168.2.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.2.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 64/128/164 ms
R3#ping 192.168.3.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.3.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 132/175/208 ms
-------------------------------------------------------------------------------------------------------
R4#ping 192.168.1.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.1.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 100/144/196 ms
R4#ping 192.168.3.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.3.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 128/148/188 ms
---------------------------------------------------------------------------------------------------------
Fantastic post however I was wanting to know if you could write a litte more on this subject? I'd be very thankful if you could elaborate a little bit more. Cheers!
ReplyDeletejarrowpomhealth.com |
You have done a great job. I will definitely dig it and personally recommend to my friends. I am confident they will be benefited from this site .
ReplyDeletewww.consciousbusinesspromotions.com |
Thanks so much with this fantastic new web site. I’m very fired up to show it to anyone. It makes me so satisfied your vast understanding and wisdom have a new channel for trying into the world.
ReplyDeletesouthtyroltravels |
well, this is an amazing thing that I found here. You tried best to achieve your thoughts.
ReplyDeletenjhomebrewsupply.com |
All the contents you mentioned in post is too good and can be very useful. I will keep it in mind, thanks for sharing the information keep updating, looking forward for more posts.Thanks
ReplyDeleteautonomyla.com |
Mate this is a very nice blog here. I wanted to comment & say that I enjoyed reading your posts & they are all very well written out. You make blogging look easy lol I’ll attemp to start a blog later today and I hope it’s half as good as your blog! Much success to you!
ReplyDeletelafrancaistruck |
This web site is really a walk-through for all of the info you wanted about this and didn’t know who to ask. Glimpse here, and you’ll definitely discover it….
ReplyDeletekre8ivelance.com |
This article gives the light in which we can observe the reality. This is very nice one and gives indepth information. Thanks for this nice article.
ReplyDeletemarchofdimesillinois |
Great article Lot's of information to Read...Great Man Keep Posting and update to People..Thanks
ReplyDeletefreeinvestmentcourse |
This is a smart blog. I mean it. You have so much knowledge about this issue, and so much passion
ReplyDeleteHome base Club |
It is very helpful for all the people on the web.I wanted to say that it's nice to know that someone else also mentioned this as I had trouble finding the same info elsewhere.
ReplyDeleteBlack and Blanco Food |
2015-07-21song
ReplyDeletecheap soccer jerseys
pandora charms
kate spade bags
cheap jordans free shipping
ray ban sunglasses
cheap jordans uk
hollister outlet
polo ralph lauren uk
michael kors handbags
ray ban outlet
coach outlet
longchamp pliage
chanel handbags
oakley sunglasses wholesale
ralph lauren pas cher
michael kors handbags
cheap beats by dre
ray bans
air force pas cher
gucci bags
burberry outlet
ray ban sunglasses
abercrombie and fitch
michael kors
ray ban outlet
air max uk
replica watches rolex
nike pas cher
cheap oakley sunglasses
michael kors bags
soccer shoes for sale
soccer outlet
true religion jeans
gucci outlet
burberry outlet online
nike air max
ReplyDeletehermes birkin
michael kors uk
michael kors outlet online
mbt shoes outlet
coach outlet canada
air force 1 shoes
cheap jordan shoes
toms outlet
asics
louis vuitton handbags
pandora outlet
tiffany and co
michael kors uk outlet
michael kors handbags sale
michael kors outlet clearance
michael kors outlet sale
michael kors wallet
nfl jerseys wholesale
louis vuitton bags
michael kors canada
michael kors outlet online
michael kors sale
cheap oakley sunglasses
nike roshe run
louis vuitton outlet
louis vuitton bags
cheap mlb jerseys
nike air max 90
michael kors outlet online
oakley sunglasses
louis vuitton handbags outlet
ray ban sunglasses
cheap jordans
true religion jeans
20160406zhenhong
coach outlet store online
ReplyDeletecanada goose sale
nike uk
jordan shoes
christian louboutin shoes
Replica Rolex
michael kors handbags outlet
coach outlet online
polo ralph lauren outlet
uggs outlet
zhi20161228
This comment has been removed by the author.
ReplyDelete
ReplyDeleteنقل عفش داخل جدة نقل عفش داخل جدة
دينا نقل عفش جدة دينا نقل عفش جدة
افضل شركة نقل عفش من جدة الى الرياض افضل شركة نقل عفش من جدة الى الرياض