Results 1 to 4 of 4

Thread: HP ProCurve 6600 Distributed Trunking

  1. #1
    Join Date
    Feb 2012
    Posts
    84

    HP ProCurve 6600 Distributed Trunking

    I have two HP ProCurve 6600 switches setup and it was ISC link among them plus a peer-keepalive link between them. I have two server which NIC connected with the one switches, one NIC connected to the other switch and links from the server to the switches is dt-lacp links . now on the ISC link and the Peer link are connected both switches can ping both servers . and if ISC link goes down the DT primary is able to ping the both servers although the DT secondary switch stop it's DT trunk and if the both the ISC as well as the peer link goes down then the primary DT Switch is able to still ping the servers however the secondary DT switch Is not able to ping . now as far as I know when 1 of the switches losses the ISC and Peer link , it does not recognize is it which other switch is doing so they must together can ping the servers , but in my case the secondary cannot . so If I were to breakdown of the secondary DT switch in that case the server should not be contacted by any host connected to the primary DT switch, although if the primary DT switch were to go fail , the Secondary DT switch will unable to contact the servers so all the clients connected to the Secondary switch should lose connectivity to the servers . Can anyone here help me on this issue I will be really appreciate this effort?

    Thanks in advance

  2. #2
    Join Date
    May 2011
    Posts
    234

    Re: HP ProCurve 6600 Distributed Trunking

    Well I suggest you to try and disable not just the ISL but the keepalive links, with the links on the server on Primary switch. Or else you can reboot it to simulate its outage. Hey can you send me the configs so that I can get to the proper conclusion

  3. #3
    Join Date
    Feb 2012
    Posts
    84

    Re: HP ProCurve 6600 Distributed Trunking

    Thanks for the reply but while I off the DT Secondary switch the primary can route as expected and while the off the DT Primary switch secondary cannot ping anything and
    Here is the configuration setting

    Code:
    ; J9264A Configuration Editor; Created on release #K.15.04.0003
    ; Ver #01:00:01
    
    hostname "Storage-Core" 
    module 1 type J86wwA 
    module 3 type J92zzA 
    switch-interconnect 13 
    trunk 26 Trk1 dt-lacp 
    trunk 25 Trk2 dt-lacp 
    trunk 28 Trk3 LACP 
    ip default-gateway 10.0.0.1 
    vlan 1 
       name "DEFAULT_VLAN" 
       untagged 1-13,15-24,27 
       tagged Trk1-Trk3 
       no untagged 14 
       no ip address 
       exit 
    vlan 5 
       name "Routers" 
       ip address 10.0.0.32 255.255.255.0 
       tagged 13,24,Trk3 
       exit 
    vlan 111 
       name "Storage" 
       untagged Trk1-Trk2 
       ip address 10.1.111.6 255.255.255.0 
       tagged 13,Trk3 
       exit 
    vlan 2 
       name "KeepAlive" 
       tagged 13-14 
       no ip address 
       exit 
    ip route 0.0.0.0 0.0.0.0 10.0.0.1
    interface 25
       flow-control
       exit
    interface 26
       flow-control
       exit
    snmp-server community "lp-public" operator
    snmp-server community "lp-private" unrestricted
    snmp-server host 10.1.10.101 community "lp-public"
    spanning-tree Trk1 priority 4
    spanning-tree Trk2 priority 4
    spanning-tree Trk3 priority 4
    distributed-trunking peer-keepalive vlan 2
    distributed-trunking peer-keepalive destination 10.0.0.33
    Code:
    ; J9264A Configuration Editor; Created on release #K.15.04.0003
    ; Ver #01:00:01
    
    hostname "Storage-Core2" 
    module 1 type J86wwA 
    module 3 type J92zzA 
    switch-interconnect 13 
    trunk 25 Trk1 dt-lacp 
    trunk 26 Trk2 dt-lacp 
    trunk 28 Trk3 LACP 
    ip default-gateway 10.0.0.1 
    vlan 1 
       name "DEFAULT_VLAN" 
       untagged 1-13,15-24,27 
       tagged Trk1-Trk3 
       no untagged 14 
       no ip address 
       exit 
    vlan 5 
       name "Routers" 
       ip address 10.0.0.33 255.255.255.0 
       tagged 13,24,Trk3 
       exit 
    vlan 111 
       name "Storage" 
       untagged Trk1-Trk2 
       ip address 10.1.111.5 255.255.255.0 
       tagged 13,Trk3 
       exit 
    vlan 2 
       name "KeepAlive" 
       tagged 13-14 
       no ip address 
       exit 
    ip route 0.0.0.0 0.0.0.0 10.0.0.1
    interface 25
       flow-control
       exit
    interface 26
       flow-control
       exit
    snmp-server community "lp-public" operator
    snmp-server community "lp-private" unrestricted
    snmp-server host 10.1.10.110 community "lp-public"
    snmp-server host 10.1.10.101 community "public"
    spanning-tree Trk1 priority 4
    spanning-tree Trk2 priority 4
    spanning-tree Trk3 priority 4
    distributed-trunking peer-keepalive vlan 2
    distributed-trunking peer-keepalive destination 10.0.0.32

  4. #4
    Join Date
    Jul 2011
    Posts
    419

    Re: HP ProCurve 6600 Distributed Trunking

    I think the IP routing and distributed trunking is commonly exclusive. The routing restriction with distributed trunking are switch-wide which that don’t apply on the DT ports only. I suggest you to disable the routing on switch then copy and paste this config

    Code:
    hostname "Storage-Core" 
    module 1 type J86wwA 
    module 3 type J92zzA 
    switch-interconnect 13 
    trunk 25 Trk1 dt-lacp 
    trunk 26 Trk2 dt-lacp 
    trunk 28 Trk3 LACP 
    ip default-gateway 10.0.0.1 
    vlan 1 
       name "DEFAULT_VLAN" 
       untagged 1-13,15-24,27 
       tagged Trk1-Trk3 
       no untagged 14 
       no ip address 
       exit 
    vlan 5 
       name "Routers" 
       ip address 10.0.0.32 255.255.255.0 
       tagged 13,24,Trk3 
       exit 
    vlan 111 
       name "Storage" 
       untagged Trk1-Trk2 
       ip address 10.1.111.6 255.255.255.0 
       tagged 13,Trk3 
       exit 
    vlan 2 
       name "KeepAlive" 
       tagged 13-14 
       no ip address 
       exit 
    interface 25
       flow-control
       exit
    interface 26
       flow-control
       exit
    snmp-server community "lp-public" operator
    snmp-server community "lp-private" unrestricted
    snmp-server host 10.1.10.101 community "lp-public"
    spanning-tree Trk1 priority 4
    spanning-tree Trk2 priority 4
    spanning-tree Trk3 priority 4
    distributed-trunking peer-keepalive vlan 2
    distributed-trunking peer-keepalive destination 10.0.0.33
    Code:
    hostname "Storage-Core2" 
    module 1 type J86wwA 
    module 3 type J92zzA 
    switch-interconnect 13 
    trunk 25 Trk1 dt-lacp 
    trunk 26 Trk2 dt-lacp 
    trunk 28 Trk3 LACP 
    ip default-gateway 10.0.0.1 
    vlan 1 
       name "DEFAULT_VLAN" 
       untagged 1-13,15-24,27 
       tagged Trk1-Trk3 
       no untagged 14 
       no ip address 
       exit 
    vlan 5 
       name "Routers" 
       ip address 10.0.0.33 255.255.255.0 
       tagged 13,24,Trk3 
       exit 
    vlan 111 
       name "Storage" 
       untagged Trk1-Trk2 
       ip address 10.1.111.5 255.255.255.0 
       tagged 13,Trk3 
       exit 
    vlan 2 
       name "KeepAlive" 
       tagged 13-14 
       no ip address 
       exit 
    interface 25
       flow-control
       exit
    interface 26
       flow-control
       exit
    snmp-server community "lp-public" operator
    snmp-server community "lp-private" unrestricted
    snmp-server host 10.1.10.110 community "lp-public"
    snmp-server host 10.1.10.101 community "public"
    spanning-tree Trk1 priority 4
    spanning-tree Trk2 priority 4
    spanning-tree Trk3 priority 4
    distributed-trunking peer-keepalive vlan 2
    distributed-trunking peer-keepalive destination 10.0.0.32
    And if you get any error then please inform me what it is

Similar Threads

  1. Need help with pvid on HP ProCurve 1800-24G
    By Pette D Champ in forum Networking & Security
    Replies: 4
    Last Post: 26-02-2012, 03:13 PM
  2. How to allow traffic between two VLANs by using HP ProCurve 5406zl?
    By Hridayeshu in forum Networking & Security
    Replies: 4
    Last Post: 14-02-2012, 07:26 PM
  3. How to Retrieve ProCurve switch Model No. with ProCurve MIB
    By Farren in forum Networking & Security
    Replies: 3
    Last Post: 14-02-2012, 04:19 AM
  4. HP Procurve 5412zl reboots after every hour
    By Vascon!cell in forum Networking & Security
    Replies: 3
    Last Post: 11-02-2012, 05:33 PM
  5. Replies: 1
    Last Post: 10-05-2008, 02:34 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,751,778,001.05678 seconds with 16 queries