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
同時出現了 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 裏面。
在查看 etherchannel summary
cisco 6509 跟 非cisco設備作channel 有時仍是容易出問題的。但此次主要是配置致使的。