Unsolved
This post is more than 5 years old
4 Posts
0
51011
March 10th, 2016 06:00
Connecting Powerconnect 5424 to N3048 using lacp for iSCSI and NFS traffic
I have a N3048 that Im trying to use to connect to a N3048 using lacp but the vlans are not being passed between both switches. I can ping the ip addresses of devices on each switch but can't ping devices in the same vlan across the 2 switches
No Events found!


gsegree
4 Posts
0
March 10th, 2016 13:00
[tag:N3048] (Te1/0/1 goes to a N4000, gi1/0/47 goes to the 5424 port 21)
interface Te1/0/1
switchport mode trunk
switchport trunk allowed vlan 11,50,100,200
interface Gi1/0/47
channel-group 1 mode active
switchport access vlan 11
exit
#5424 Config
spanning-tree mode rstp
interface port-channel 1
spanning-tree portfast
exit
interface port-channel 2
spanning-tree portfast
exit
interface port-channel 3
spanning-tree portfast
exit
interface range ethernet all
spanning-tree portfast
exit
interface port-channel 1
flowcontrol on
exit
interface port-channel 2
flowcontrol on
exit
interface port-channel 3
flowcontrol on
exit
interface range ethernet all
flowcontrol on
exit
port jumbo-frame
interface port-channel 1
switchport mode general
exit
vlan database
vlan 11
exit
interface range ethernet g(1-12,19-21)
switchport access vlan 11
exit
interface range port-channel (2-3)
switchport access vlan 11
exit
interface port-channel 1
switchport general allowed vlan add 11
exit
interface vlan 11
name iSCSI_Data
exit
interface range ethernet g(13-14)
channel-group 3 mode on
exit
interface range ethernet g(15-18)
channel-group 2 mode on
exit
interface range ethernet g(22-24)
channel-group 1 mode auto
exit
iscsi target port 860 address 0.0.0.0
iscsi target port 3260 address 0.0.0.0
no iscsi enable
interface vlan 11
ip address 192.168.1.1 255.255.255.0
gsegree
4 Posts
0
March 11th, 2016 07:00
Daniel,
Port 48 is missing... Can you resend the config with 47 and 48 setup as a LAG to the 5424 and the N3048 te1 and te2 LAG setup to the N4000
Thanks
gsegree
4 Posts
0
March 11th, 2016 14:00
Daniel,
Port 20 and 21 on the 5424 connects to port 47 and 48 on the n3048.