Cisco
Cisco C3750X 和 HP JD990A 之間的 LACP 聚合
JD990A上的介面非常精簡。有一個帶有最少命令的串列控制台和一個 Web 界面。3750 在 2 個交換機堆棧中,我正在嘗試使用 HP 配置跨堆棧鏈路聚合。大多數線上資訊都傾向於更好的 HP 交換機,它具有 cli 訪問權限,而這是沒有的。
有誰知道實現這一目標可能需要什麼?
Cisco 3750:Cisco IOS 軟體、C3750E 軟體 (C3750E-UNIVERSALK9NPE-M)、版本 15.0(2)SE2、發佈軟體 (fc1)
HP JD990A:軟體版本:02.00.01
思科 3750 配置
! ! Last configuration change at 01:50:10 AEST Thu Jun 13 2013 by administrator ! NVRAM config last updated at 01:50:11 AEST Thu Jun 13 2013 by administrator ! version 15.0 no service pad service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption service sequence-numbers ! hostname 1.c.s.net ! boot-start-marker boot-end-marker ! ! enable secret 5 redacted ! username administrator privilege 15 secret 5 redacted aaa new-model ! ! aaa authentication login default local aaa authorization exec default local ! ! ! ! ! ! aaa session-id common clock timezone redacted switch 1 provision ws-c3750x-24 switch 2 provision ws-c3750x-24 system mtu routing 1500 ! ! ! ip domain-name corp.redacted.com.au ! stack-power stack PowerStack-1 ! ! ! crypto pki trustpoint TP-self-signed-3311124608 enrollment selfsigned subject-name cn=IOS-Self-Signed-Certificate-3311124608 revocation-check none rsakeypair TP-self-signed-3311124608 ! ! crypto pki certificate chain TP-self-signed-3311124608 certificate self-signed 01 redacted quit cts server deadtime 0 no cts server test all enable cts server test all idle-time 0 cts server test all deadtime 0 ! ! ! spanning-tree extend system-id ! ! ! ! ! ! vlan internal allocation policy ascending ! ip scp server enable ! ! ! ! ! interface Port-channel5 switchport trunk encapsulation dot1q switchport mode trunk spanning-tree portfast trunk ! interface FastEthernet0 no ip address ! interface GigabitEthernet1/0/1 ! interface GigabitEthernet1/0/2 ! interface GigabitEthernet1/0/3 ! interface GigabitEthernet1/0/4 ! interface GigabitEthernet1/0/5 switchport trunk encapsulation dot1q switchport mode trunk spanning-tree portfast trunk channel-protocol lacp channel-group 5 mode active ! interface GigabitEthernet1/0/6 ! interface GigabitEthernet1/0/7 ! interface GigabitEthernet1/0/8 ! interface GigabitEthernet2/0/1 ! interface GigabitEthernet2/0/2 ! interface GigabitEthernet2/0/3 ! interface GigabitEthernet2/0/4 ! interface GigabitEthernet2/0/5 switchport trunk encapsulation dot1q switchport mode trunk spanning-tree portfast trunk channel-protocol lacp channel-group 5 mode active ! interface GigabitEthernet2/0/6 ! interface GigabitEthernet2/0/7 ! interface GigabitEthernet2/0/8 ! interface Vlan1 ip address 10.1.1.242 255.255.255.0 ! ip http server ip http secure-server ! ! ! ! line con 0 logging synchronous line vty 0 exec-timeout 0 0 transport input ssh transport output ssh line vty 1 4 line vty 5 15 ! ntp server 10.1.1.21 prefer end
頻道組的模式需要打開。
channel-group 5 mode on
注意:我將其發佈為答案主要是因為評論很難閱讀。我不確定您是否要詢問如何配置 HP 交換機,或者您是否需要雙方(cisco 和 HP)的完整詳細資訊。
JD990A 是 HP 1905,對吧?3COM OfficeConnect 採集線?
看這兩個連結:
http://bizsupport2.austin.hp.com/bc/docs/support/SupportManual/c02581623/c02581623.pdf
http://bizsupport2.austin.hp.com/bc/docs/support/SupportManual/c02583125/c02583125.pdf
您應該能夠通過 HP 交換機的 Web 界面在埠上配置 LACP,以與 Cisco 交換機上埠上的 LACP 配置相對應。
只需確保將 HP 端聚合類型配置為 LACP 而不是靜態。