OSPF သည် Open Shortest Path First ဖြစ်ပြီး ၎င်းသည် link state routing protocol တစ်ခုဖြစ်သည်။ Cisco IOS Router များတွင် OSPF Configuration လုပ်ပုံလုပ်နည်း ဥပမာကို အောက်တွင် ပုံနှင့်တကွဖော်ပြထားပါသည်။ Cisco Networking ကို လေ့လာနေသော ညီအစ်ကိုမောင်နှမများအတွက် အကျိုးရှိလိမ့်မည်ဟု မျှော်လင့်ပါသည်။
Router 1
Activate the connection to PC1
en
config t
int g0/0
ip address 192.168.1.1 255.255.255.0
no shut
Activate the connection to Router2
int s0/0/1
ip address 223.200.100.9 255.255.255.252
clock rate 64000
no shut
Activate the connection to Router 3
int s0/0/0
ip address 223.200.100.1 255.255.255.252
no shut
exit
Configure OSPF
router ospf 10
network 192.168.1.0 0.0.0.255 area 0
network 223.200.100.0 0.0.0.3 area 0
network 223.200.100.8 0.0.0.3 area 0
end
Save the configuration
copy run start
Router 2
Activate the connection to PC2
en
config t
int g0/0
ip address 192.168.2.1 255.255.255.0
no shut
Activate the connection to Router 1
int s0/0/1
ip address 223.200.100.10 255.255.255.252
no shut
Activate the connection to Router 3
int s0/0/0
ip address 223.200.100.6 255.255.255.252
no shut
exit
Configure OSPF
router ospf 10
network 192.168.2.0 0.0.0.255 area 0
network 223.200.100.8 0.0.0.3 area 0
network 223.200.100.4 0.0.0.3 area 0
end
Save the configuration
copy run start
Router 3
Activate the connection to PC3
en
config t
int g0/0
ip address 192.168.3.1 255.255.255.0
no shut
Activate the connection to Router 1
int s0/0/0
ip address 223.200.100.2 255.255.255.252
clock rate 64000
no shut
Activate the connection to Router 2
int s0/0/1
ip address 223.200.100.5 255.255.255.252
clock rate 64000
no shut
exit
Configure OSPF
router ospf 10
network 192.168.3.0 0.0.0.255 area 0
network 223.200.100.0 0.0.0.3 area 0
network 223.200.100.4 0.0.0.3 area 0
end
Save the configuration
copy run start
Packet Tracer ဖြင့် Configuration ပြုလုပ်ထားသော File ကို လိုချင်လျှင် ဒီမှာ နှိပ်ပြီး Download ပြုလုပ်နိုင်ပါသည်။
What do you think?
Send us feedback!