- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- Procurve 2848 and loop
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2014 06:41 AM - last edited on 04-22-2014 06:36 PM by Lisa198503
04-22-2014 06:41 AM - last edited on 04-22-2014 06:36 PM by Lisa198503
Our configuration has a sonicwall router connected to our HP 2848 on two ports, 33 and 44. Port 44 connects to the lan interface on the sonicwall and has been running fine for a long time. However, I recently configured port 33 to connect to the wireless interface on the Sonicwall. Port 34 and 35 have wireless access points connected.
When it's all connected everything works, however it seems this setup creates a loop it seems under a specific scenario.
When VPN users connect to the sonicwall, they intermittently lose access to machines on the network. A packet capture on the sonicwall shows pings that go out on the lan interface to port 44, but are sometimes returning via port 33. Then they are blocked as spoofed.
It seems the only issue is with VPN connections. Internal users do not show this issue.
Here is the config for the procurve:
hostname "ProCurve Switch 2848"
max-vlans 10
interface 33
name " "
no lacp
exit
interface 34
name " "
exit
interface 35
name " "
exit
trunk 33 Trk1 LACP
ip default-gateway 192.168.1.1
ip routing
snmp-server community "public" Unrestricted
snmp-server host 192.168.1.77 "public"
snmp-server host 10.10.0.120 "public"
snmp-server host 10.10.0.139 "public"
vlan 1
name "DEFAULT_VLAN"
untagged 1-18,30-31,34-35,38-40,42-45,47,Trk1
ip address 192.168.1.251 255.255.255.0
no untagged 19-29,32,36-37,41,46,48
exit
vlan 10
name "VLANCorp"
untagged 19-29
ip address 10.10.0.2 255.255.0.0
ip helper-address 192.168.1.28
exit
vlan 2
name "VLANEng"
untagged 37,46
ip address 10.20.0.2 255.255.0.0
ip helper-address 192.168.1.28
exit
vlan 3
name "VLANMnf"
untagged 36,48
ip address 10.30.0.2 255.255.0.0
ip helper-address 192.168.1.28
exit
vlan 5
name "VLANThermal"
untagged 41
ip address 10.50.0.2 255.255.0.0
ip helper-address 192.168.1.28
exit
vlan 6
name "VLANPub"
untagged 32
ip address 10.60.0.2 255.255.0.0
ip helper-address 192.168.1.28
exit
vlan 101
name "VLANGuest"
tagged 34-35,Trk1
exit
vlan 100
name "VLANStaff"
tagged 34-35,Trk1
exit
fault-finder bad-driver sensitivity high
fault-finder bad-transceiver sensitivity high
fault-finder bad-cable sensitivity high
fault-finder too-long-cable sensitivity high
fault-finder over-bandwidth sensitivity high
fault-finder broadcast-storm sensitivity high
fault-finder loss-of-link sensitivity high
fault-finder duplex-mismatch-HDx sensitivity high
fault-finder duplex-mismatch-FDx sensitivity high
gvrp
ip route 0.0.0.0 0.0.0.0 192.168.1.1
filter source-port "32" drop 1-31,34-43,45-48
spanning-tree
spanning-tree Trk1 priority 4
password manager
Any thoughts are appreciated !
Thanks !
P.S. This thread has been moved from Switches, Hubs, Modems (Legacy ITRC forum) to ProCurve / ProVision-Based. -HP Forum Moderator
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2014 07:05 AM
05-01-2014 07:05 AM
SolutionIn case this helps someone else - I eventually figured this out. I did not need to create a trunk. In my mind I was trunking together ports 33-35, but that was not the case. I now understand that a trunk would be used if I had multiple ports passing VLAN traffic to the main switch and in my case I only had one port (33). It seems that creating a trunk with only one port was causing my loop ??
In any case, I removed the trunk that I had setup (Trk1) and the following config for Vlan 100 and 101 has things working :
vlan 101
name "VLANGuest"
tagged 33-35
exit
vlan 100
name "VLANStaff"
tagged 33-35
exit
Thanks,
Bill