cisco6509與forigate1240B channel 出現的問題

1  首先兩臺6509一主一備,中間是trunk。 作standby。 兩個實地址,一個虛地址。session

2   fortigate 1240B, 作HA。 兩臺設備至關於一臺設備。主備機各使用port1 port2 作ide

一個端口聚合。spa

  

    如今須要作的是將兩邊設備channel起來。 Fortigate 寫默認路由到 6509standby 虛地址。 6509 指靜態路由向下。並將靜態重分發到eigrp中。ip

    interface VlanXXXci

    ip add 192.168.1.1 255.255.255.0路由

    standby xxx ip 192.168.1.3it

    standby xxx preemptio

 

    interface Vlan XXXevent

    ip add 192.168.1.2 255.255.255.0class

   standby xxx ip 192.168.1.3

   standby xxx priority 150

   standby xxx preempt

 

    interface giga1/x

    logging event link-status

    switchport

    switchport access vlan xxx

    switchport mode access

    channel-protocol lacp

    channel-group xx mode acitve

   

    以此類推,在6509 主備上都作相關配置。

 

   檢查 channel  配置

   show etherchannel summary

  

Group  Port-channel  Protocol    Ports
------+-------------+-----------+-----------------------------------------------
1      Po1(SU)         LACP      Gi5/1(P)   Gi5/2(P)   Gi6/1(P)   Gi6/2(P)   
4      Po4(SU)         LACP      Gi1/23(P)  Gi2/23(P)  
6      Po6(SU)         LACP      Gi1/24(P)  Gi2/24(P)  
8      Po8(SU)         LACP      Gi2/17(P)  Gi2/18(D)  
9      Po9(SU)         LACP      Gi2/7(P)   Gi2/8(D)   
10     Po10(SU)        LACP      Gi1/8(P)   
10     Po10A(SU)       LACP      Gi2/20(P)  
278    Po278(SD)        

 

 

同時出現了 po 10 和 po10A 兩個channel 組。

查看系統log

 

Jun 19 01:05:07: %EC-SP-STDBY-5-CANNOT_BUNDLE_LACP: Gi2/20 is not compatible with aggregators in channel 10 and cannot attach to them

 (Source monitor interfaces are not allowed to be part of an etherchannel)

 

原來是 monitor 致使的。 作channel的端口還在monitor 裏面。

 

 

no monitor session 2 source interface Gi1/8
no monitor session 2 source interface Gi2/20
 

在查看 etherchannel summary

Group  Port-channel  Protocol    Ports
------+-------------+-----------+-----------------------------------------------
1      Po1(SU)         LACP      Gi5/1(P)   Gi5/2(P)   Gi6/1(P)   Gi6/2(P)   
4      Po4(SU)         LACP      Gi1/23(P)  Gi2/23(P)  
6      Po6(SU)         LACP      Gi1/24(P)  Gi2/24(P)  
8      Po8(SU)         LACP      Gi2/17(P)  Gi2/18(D)  
9      Po9(SU)         LACP      Gi2/7(P)   Gi2/8(D)   
10     Po10(SU)        LACP      Gi1/8(P)   Gi2/20(P)  

 

cisco 6509 跟 非cisco設備作channel 有時仍是容易出問題的。但此次主要是配置致使的。

相關文章
相關標籤/搜索