nokia router üzerinde lag ve lacp ile yedekli devre
nokia router üzerinde lag – lacp aktif olarak yedekli bir devre kurabilmek için öncelikle port konfigürasyonunu yapmamız gerekmedir. burada dikkat edilmesi gereken nokta autonegotiate enable olamayacağıdır. ya disable yada limited olarak ayarlamamız gerekmektedir.
*A:cicek>config>port# /configure port 7/1/10 *A:cicek>config>port# description "ana-yol" *A:cicek>config>port# ethernet *A:cicek>config>port>ethernet# mode access *A:cicek>config>port>ethernet# encap-type dot1q *A:cicek>config>port>ethernet# autonegotiate limited *A:cicek>config>port>ethernet# exit *A:cicek>config>port# no shutdown *A:cicek>config>port# info ---------------------------------------------- description "ana-yol" ethernet mode access encap-type dot1q autonegotiate limited exit no shutdown ----------------------------------------------
aynı şekilde kullanılacak 2. portunda konfigürasyonu yapılır.
*A:cicek>config>port# /configure port 7/1/11 *A:cicek>config>port# description "yedek-yol" *A:cicek>config>port# ethernet *A:cicek>config>port>ethernet# mode access *A:cicek>config>port>ethernet# encap-type dot1q *A:cicek>config>port>ethernet# autonegotiate limited *A:cicek>config>port>ethernet# exit *A:cicek>config>port# no shutdown *A:cicek>config>port# info ---------------------------------------------- description "yedek-yol" ethernet mode access encap-type dot1q autonegotiate limited exit no shutdown ----------------------------------------------
port tanımlarını yaptıktan sonra sıra lag tanımlarını yapmaya geldi. bir id vererek lag ımı oluşturuyoruz. kullanılan routera göre lag sayıları değişmektedir. alcatel sr cihazlardaki kullanılabilecek lag / lacp sayıları yazıda bu sayılara erişebilirsiniz. bu örneğimizde lag altına eklediğimiz iki portun aktif – pasif olarak çalışmasını sağlayacağız. bunu portlara atadığımız öncelik ile sağlıyoruz.
lacp aktif etmek için lacp active dememiz ve bir key belirlememiz gerekmektedir. bu key id müşteri uç cihazında da kullanılmalıdır.
*A:cicek>config>port# /configure lag 10 *A:cicek>config>lag# description "yedekli-hat" *A:cicek>config>lag# mode access *A:cicek>config>lag# encap-type dot1q *A:cicek>config>lag# port 7/1/10 priority 1000 *A:cicek>config>lag# port 7/1/11 sub-group 2 *A:cicek>config>lag# dynamic-cost *A:cicek>config>lag# lacp active administrative-key 100 *A:cicek>config>lag# selection-criteria highest-weight *A:cicek>config>lag# info ---------------------------------------------- description "yedekli-hat" mode access encap-type dot1q port 7/1/10 priority 1000 port 7/1/11 sub-group 2 dynamic-cost lacp active administrative-key 100 selection-criteria highest-weight no shutdown ----------------------------------------------
sıra geldi servisimiz oluşturmaya. bu örnekte bir ies servise tanımlayarak sap olarak oluşturduğumuz lag ı ekliyoruz.
*A:cicek# configure service customer 100 create *A:cicek>config>service>cust$ exit *A:cicek# /configure service ies 100 customer 100 create *A:cicek>config>service>ies$ interface "yedekli-devre" create *A:cicek>config>service>ies>if$ sap lag-10:10 create *A:cicek>config>service>ies>if>sap$ exit *A:cicek>config>service>ies>if$ no shutdown *A:cicek>config>service>ies>if$ exit *A:cicek>config>service>ies$ no shutdown *A:cicek>config>service>ies$ info ---------------------------------------------- interface "yedekli-devre" create sap lag-10:10 create exit exit no shutdown ----------------------------------------------
en temel haliyle 1. routerımızda yapacağımız işlem bu kadar. müşteri tarafında gerekli tanımları yaparak yedekli bir hattımız olacak. burada öncelik verilen porta ve lacp key e dikkat etmemiz zorunluluğudur.
oluşturduğumuz lagı kontrol edelim.
*A:cicek>config>service>ies$ show lag 10 detail =============================================================================== LAG Details =============================================================================== Description : yedekli-hat ------------------------------------------------------------------------------- Details ------------------------------------------------------------------------------- Lag-id : 10 Mode : access Adm : up Opr : down Thres. Exceeded Cnt : 0 Port Threshold : 0 Thres. Last Cleared : 05/05/2017 02:31:52 Threshold Action : down Dynamic Cost : true Encap Type : dot1q Configured Address : 0c:a4:02:d2:6e:a5 Lag-IfIndex : 1342177290 Hardware Address : 0c:a4:02:d2:6e:a5 Adapt Qos (access) : distribute Hold-time Down : 0.0 sec Port Type : standard Per-Link-Hash : disabled Include-Egr-Hash-Cfg: disabled Forced : - Per FP Ing Queuing : disabled Per FP Egr Queuing : disabled Per FP SAP Instance : disabled LACP : enabled Mode : active LACP Transmit Intvl : fast LACP xmit stdby : enabled Selection Criteria : highest-weight Slave-to-partner : disabled MUX control : coupled Subgrp hold time : 0.0 sec Remaining time : 0.0 sec Subgrp selected : 1 Subgrp candidate : - Subgrp count : 2 System Id : 0c:a4:02:d2:6d:5b System Priority : 32768 Admin Key : 100 Oper Key : 100 Prtr System Id : Prtr System Priority : 32768 Prtr Oper Key : 0 Standby Signaling : lacp Port weight speed : 0 gbps Number/Weight Up : 0 Weight Threshold : 0 Threshold Action : down ------------------------------------------------------------------------------- Port-id Adm Act/Stdby Opr Primary Sub-group Forced Prio ------------------------------------------------------------------------------- 7/1/10 up active down yes 1 - 1000 7/1/11 up standby down 2 - 32768