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
Bookmarks