Skip to ContentSkip to Footer
Start of content
- Community Home
- >
- Networking
- >
- Legacy
- >
- Switches, Hubs, Modems
- >
- Re: VLAN setup between 3500 L3 and 2500 L2 switch,...
Switches, Hubs, and Modems
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
Topic Options
- 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
- Email to a Friend
- Report Inappropriate Content
10-13-2009 06:47 PM
10-13-2009 06:47 PM
VLAN setup between 3500 L3 and 2500 L2 switch, pls verify the config
Hi all, pls help
This is my setup, I am replacing PIX and Cisco switches with HP procurve set. (it is still in a lab status)
The HP 3500 config below,
3500 port 1 => ASA firewall inside address 10.9.135.1
3500 port 45 => will be 2500 port 1
3500 port 48 => testing with trunking
3500 port 3-14 VLAN 129
3500 port 15-20 VLAN 130
3500 port 21-34 VLAN 131
3500 port 35-38 VLAN 132
I want all these VLANs to be on 2500 switch too,
Is this VLAN 135 set up is correct , pls help me to verify config in 3500 and suggest a config for 2500
switch-interconnect Trk1
trunk 48 Trk1 Trunk
ip default-gateway 10.9.135.1
ip routing
vlan 1
name "DEFAULT_VLAN"
untagged 39-44,Trk1
tagged 45-47
no untagged 1-38
exit
vlan 129
untagged 3-14
ip address 10.9.129.1 255.255.255.0
tagged 1-2,45-47,Trk1
exit
vlan 130
untagged 15-20
ip address 10.9.130.1 255.255.255.0
tagged 1-2,45-47,Trk1
exit
vlan 131
untagged 21-34
ip address 10.9.131.1 255.255.255.0
tagged 1-2,45-47,Trk1
exit
vlan 132
untagged 35-38
ip address 10.9.132.1 255.255.255.0
tagged 1-2,45-47,Trk1
exit
vlan 135
name "VLAN135"
untagged 1-2,45-47
ip address 10.9.135.2 255.255.255.0
tagged Trk1
exit
logging 10.9.129.20
logging facility local7
include-credentials
spanning-tree
spanning-tree Trk1 priority 4
no autorun
Thanks in advance
Roy
This is my setup, I am replacing PIX and Cisco switches with HP procurve set. (it is still in a lab status)
The HP 3500 config below,
3500 port 1 => ASA firewall inside address 10.9.135.1
3500 port 45 => will be 2500 port 1
3500 port 48 => testing with trunking
3500 port 3-14 VLAN 129
3500 port 15-20 VLAN 130
3500 port 21-34 VLAN 131
3500 port 35-38 VLAN 132
I want all these VLANs to be on 2500 switch too,
Is this VLAN 135 set up is correct , pls help me to verify config in 3500 and suggest a config for 2500
switch-interconnect Trk1
trunk 48 Trk1 Trunk
ip default-gateway 10.9.135.1
ip routing
vlan 1
name "DEFAULT_VLAN"
untagged 39-44,Trk1
tagged 45-47
no untagged 1-38
exit
vlan 129
untagged 3-14
ip address 10.9.129.1 255.255.255.0
tagged 1-2,45-47,Trk1
exit
vlan 130
untagged 15-20
ip address 10.9.130.1 255.255.255.0
tagged 1-2,45-47,Trk1
exit
vlan 131
untagged 21-34
ip address 10.9.131.1 255.255.255.0
tagged 1-2,45-47,Trk1
exit
vlan 132
untagged 35-38
ip address 10.9.132.1 255.255.255.0
tagged 1-2,45-47,Trk1
exit
vlan 135
name "VLAN135"
untagged 1-2,45-47
ip address 10.9.135.2 255.255.255.0
tagged Trk1
exit
logging 10.9.129.20
logging facility local7
include-credentials
spanning-tree
spanning-tree Trk1 priority 4
no autorun
Thanks in advance
Roy
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-14-2009 06:24 AM
10-14-2009 06:24 AM
Re: VLAN setup between 3500 L3 and 2500 L2 switch, pls verify the config
Do you realy need that vl 135? You can use vl1 as a default. All other options should be working.
The same config you'll need for 2500.
You can use GVRP to simplify vlan configuration, so you can skip "vlan X tag" on both interswitch ports.
The same config you'll need for 2500.
You can use GVRP to simplify vlan configuration, so you can skip "vlan X tag" on both interswitch ports.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
End of content
United States
Hewlett Packard Enterprise International
Communities
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP