- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- Re: HP 3500
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
Forums
Discussions
Discussions
Discussions
Forums
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
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
тАО02-06-2013 11:05 PM
тАО02-06-2013 11:05 PM
Hello Every One
This is my first post so please be little patient with me thanks. I have over 5 years experience with cisco switches and i am quie good at it but recently my employer wanted me to switch the existing configuration on Cisco Switch to HP3500 and at first it looked like a simple job but after getting some hands-on on HP switches i find it quite confusing.
First the Concept of Tagged and Untagged and then i want to know how to give an ip address to a physical port of the HP switch 3500. Like in cisco you just have to enable ip routing and configure the interface as "No Switchport" and just enter the IP address.
Thanks
Solved! Go to Solution.
- Tags:
- VLAN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-06-2013 11:13 PM - edited тАО02-06-2013 11:14 PM
тАО02-06-2013 11:13 PM - edited тАО02-06-2013 11:14 PM
Re: HP 3500
The concept of tagged and untagged VLANs on ports is essentially backwards from how Cisco does it. In IOS you add VLANs to a port, while in Provision you add a port to a VLAN.
Cisco:
int fa0/24
switchport trunk allowed vlan 1-5
HP:
vlan 1 tagged 24
vlan 2 tagged 24
vlan 3 tagged 24
vlan 4 tagged 24
vlan 5 tagged 24
Also in Provision you cannot do routed ports, you'll have to enable routing, give the IP address to a VLAN interface and untag that VLAN on a port.
CCIE Service Provider
MASE Network Infrastructure [2011]
H3CSE
CCNP R&S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-06-2013 11:23 PM
тАО02-06-2013 11:23 PM
Re: HP 3500
Thanks for the quick reply
so does this mean that i have to create an extra vlan for routing purposes. i am sending you the cisco config because i am still little confused.. your help would be highly appreciated
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-06-2013 11:25 PM
тАО02-06-2013 11:25 PM
Re: HP 3500
I have created some vlans in my hp switch
vlan 102
untagged 2
tagged 25-26 \\ i want port 25 and 26 to be trunk ports
ip address 8.x.x.222/27
vlan 1
untagged 4-125,17,20
tagged 25-26
ip address 10.x.x.199/24
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-06-2013 11:50 PM
тАО02-06-2013 11:50 PM
Re: HP 3500
I have created the routed interface in HP 3500 like this
vlan 300
name " outside int/globalIP"
untagged 1
ip address 8.x.x.30 255.255.255.252
exit
is it the same as in cisco
interface FastEthernet0/1
description outside int/globalIP
no switchport
ip address 8.x.x.30 255.255.255.252
!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-07-2013 12:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-07-2013 12:50 AM
тАО02-07-2013 12:50 AM
Re: HP 3500
so then the static route statement would be like this
ip route 0.0.0.0 0.0.0.0 8.x.x.29
i think i HP switch does not allow me to give VLAN no instead of ip as an exit interface