R1 Configuration !!!
R1>enable
R1#configure terminal
R1(config)#interface fastEthernet 0/0
R1(config-if)#ip add 200.200.200.1 255.255.255.252
R1(config-if)#no shut
R1(config-if)#exit
R1(config)#interface fastEthernet 0/1
R1(config-if)#ip add 172.16.10.254 255.255.255.0
R1(config-if)#no shut
R1(config-if)#exit
R1(config)#ip route 172.16.10.1 255.255.255.255 200.200.200.1
R1(config)#do write me
R2(config)#exit
R1#show ip route
R2 Configuration !!!
R2>enable
R2#configure terminal
R2(config)#interface fastEthernet 0/0
R2(config-if)#ip add 200.200.200.2 255.255.255.252
R2(config-if)#no shut
R2(config-if)#exit
R2(config)#interface fastEthernet 0/1
R2(config-if)#ip add 172.16.20.254 255.255.255.0
R2(config-if)#no shut
R2(config-if)#exit
R2(config)#ip route 172.16.1.0 255.255.255.0 200.200.200.1
R2(config)#do write me
R2(config)#exit
R2#show ip route
How to Configure!!!!
Comment!!!!!!!!
Download : Static Route Configuration
I wanna know what is to do for what ?
ReplyDeleteMeans Static Route Is good for what.
Will you explain it friend.
Routing
DeleteRouting ဆိုတာက Packet ေတြကို Network တစ္ခုမွတစ္ခုဆီသို႕ Forward လုပ္ေဆာင္ေပးတာကို Routing လို႕ေခၚပါတယ္။ Routing နည္းပညာကို အသံုးျပဳရတာကေတာ့ ကၽြန္ေတာတို႕ TCP/IP Network မွာ မတူညီတဲ့ Different Network မ်ား တစ္ခုႏွင့္တစ္ခုကို ခ်ိတ္ဆက္ႏိုင္ဖို႕ရန္အတြက္ အသံုးျပဳရျခင္းပဲ ျဖစ္ပါတယ္။
Routing သည္ IP Packet ေတြကို Forward လုပ္ေဆာင္ေပးတာျဖစ္လို႕ OSI 7 Layer တြင္ Network Layer မွာရွိေနတာပဲ ျဖစ္ပါတယ္။ TCP/IP Network တြင္ Routing ကို လုပ္ေဆာင္ရာ၌ Routing Table မ်ားျဖင့္ လုပ္ေဆာင္ေပးၾကပါတယ္။ Routing Table ဆိုတာကေတာ့ IP Packet ေတြကို Forward လုပ္ေဆာင္ေပးမယ့္ Destination Netwark Address ႏွင့္ Next hop တို႕ကို
သိမ္းဆည္းထားတဲ့ Table ပဲျဖစ္ပါတယ္။ ကၽြန္ေတာ္တို႕ အသံုးျပဳေနတဲ့ Routing မွာ အမ်ိဳးအစား(၂)မ်ိဳးရွိပါတယ္။ အဲ့ဒါကေတာ့ Static Routing ႏွင့္ Dynamic Routing တို႕ပဲျဖစ္ပါတယ္။
Static Routing ဆိုတာကေတာ့ Routing Table ထဲမွာ IP Packet ေတြကို Forward လုပ္ေဆာင္ဖို႕ရန္အတြက္ Route Path ေတြကို မိမိကိုယ္တိုင္ Manually လုိက္၍ သတ္မွတ္ေပးရတာပဲ ျဖစ္ပါတယ္။
Dynamic Routing ဆိုတာကေတာ့ Routing Table ထဲမွာရွိတဲ့ Rout Path ေတြအား Automatically update လုပ္ေဆာင္ေပးသြားတာကို Dynamic Routing ပဲျဖစ္ပါတယ္။
For All of you post.
ReplyDelete