Tuesday, 5 April 2011

OSPF - Part 3

Default route in OSPF

Command Syntax: default-information originate [always][metric value][metric-type type-value][route-map name]
ဒီcommand ကိုသံုးရင္ default အားျဖင္႔ default route ကို OSPF area အတြင္းသို႔ LSA Type5 (OE2) ျဖင့္ flood လုပ္သည္။ Default route ၁ခု routing table ထဲတြင္ရွိရန္လိုသည္… သို႔မဟုတ္ command တြင္ always ကိုထည့္ေပးရသည္။ Default metric value မွာ 1 ျဖစ္ၿပီး ငယ္တဲ့ metric ရွိေသာ route ကိုသာ သံုးျပဳသည္။ OE1, OE2 option အတြက္ metric-type 1 or 2 ဟူ၍  ညွိယူရသည္။ When to advertise (or) when to withdraw default route permission အတြက္ route-map ကိုအသံုးျပဳသည္။

Virtual Link

OSPF Area အားလံုးသည္ Area0 နွင့္ခ်ိတ္ဆက္ရမည္ဟူေသာ concept အရ ပံုတြင္ျပထားသည့္အတိုင္း Area2 သည္ Area0 နွင့္ တိုက္ရိုက္မခ်ိတ္ဆက္နုိင္ပါက Virtual-link ကိုအသံုးျပဳနုိင္သည္။ ABR (R1 and R2) မ်ားသည္ virtual-link ေပၚတြင္ unicast packet ျဖင့္ဆက္သြယ္ၾကသည္။ Virtual-link ေပၚတြင္ LSA မ်ား periodic re-flooding မျဖစ္ေစရန္ router မ်ားသည္ LSA packet မ်ားထဲတြင္ Do-Not-Age (DNA) bit ကို ON ရသည္။ အေရးႀကီးဆံုးမွာ Transit Area (Area1) သည္ Stub area မျဖစ္ရပါ။
Example configuration:
R1(config)# router ospf 1
R1(config)# area 1 virtual-link 4.4.4.4

R2(config)# router ospf 1
R2(config)# area 1 virtual-link 1.1.1.1

Virtual-link command တြင္အသံုးျပဳထားေသာ RID မ်ားကို ping ၍မရနိုင္ပါ။

OSPF Authentication
Simple
Router(config)# router ospf 3
        # area 0 authentication
        # int fa0/0
        # ip ospf authentication
        # ip ospf authentication-key HELLO
MD5
Router(config)# router ospf 3
        # area 0 authentication message-digest
        # int fa0/0
        # ip ospf authentication message-digest
        # ip ospf message-digest-key 1 md5 HELLO
၄င္းcommand နွစ္ေၾကာင္းသံုးလ်ွင္ Area ၁ခုလံုး Authentication သံုးရမည္။

Authentication on Virtual-link (using previous figure)
Simple

Router(config)# router ospf 1
        # area 1 virtual-link 4.4.4.4 authentication authentication-key HELLO
MD5
Router(config)# router ospf 1
        # area 1 virtual-link 4.4.4.4 authentication message-digest-key 1 md5 HELLO

5/4/2011

No comments:

Post a Comment