Monday, July 9, 2012

JunOS static-route in details ( Part 1 )


سوف اتناول بالشرح جزئية ال static-route على اجهزة juniper  شرح تفصيلى على ان يكون مقسم الى جزئين و كل جزء منهم سوف اتناوله بالشرح فى تدوينة منفصلة
الجزء الاول  : static route configurations  
الجزء الثانى  : static route control
تدوينة اليوم ستكون عن الجزء الاول الا وهو ال static-route configurations
وفى هذه التدوينة  سنتناول كيفية اعداد كل من :
1-configuring normal static route
2-configuring static route using a next-hop that isn’t directly connected
3-configuring redundant static/default route 

Configuring normal static route-1
اعداد static-route  من R1  للوصول لل host  22.22.22.22  الواصل ب R2  

Configuring static route using a next-hop that isn’t directly connected-2
اعداد static-route  من R1  للوصول لل host  22.22.22.22  الواصل ب R3 الغير متصل به بصورة مباشرة  



كما نلاحظ انه باستخدام ال resolve option استطعنا تطبيق هذه الجزئية.

Configuring redundant static route-3
اعداد default route  باستخدام 2 different next-hop وفى هذه الحالة قمنا باعطاء ال secondary route  قيمة local preference = 7  وذلك لتكون اعلى من ال primary route  والذى سوف يكون ال local preference  له = 5 by default 



كما لاحظنا انه باستخدام ال qualified-next-hop option  استطعنا تطبيق هذه الجزئية
 #set routing-options static route 0.0.0.0/0 next-hop 
192.168.10.2 qualified-next-hop 172.16.10.2 preference 7

ارجو ان يكون الموضوع مفهوم وبسيط .....


No comments:

Post a Comment