- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- Cisco 2911 Router - HP2920 Switches - VLANS
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
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
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-04-2016 10:49 AM
тАО04-04-2016 10:49 AM
Hello,
I'm working with a Cisco 2911 Router and 4 2900 series HP switches. I would like to create a VLAN on the last switch in the daisy chain. I set all this up in Cisco Packet Tracer and it was very straight forward when using the Cisco L2 switches but with the HP switches I'm struggling. As far as the router configuration I think it's called "router on a stick" and I've uploaded that configuration. On the Cisco switches it was very easy to configure, any port connect to the router or another switch was just trunked to pass on the encapsulation then add the VLAN # to the switch and ports you wanted on that VLAN. On the HP switches its "different". I'm fairly new to this so............
Basically what I have is:
Router port 0/1 connected to switch1 port 23
Switch1 port 24 connected to switch2 port 23
Switch2 port 24 connected to switch3 port 23
Switch3 port 24 connected to switch4 port 23
Switch4 is where I would like to create the VLAN
One question is, where can I download the HP Network Simulator and two, how do I configure the switches in this layout?
Thanks,
Jeff
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-04-2016 11:32 PM
тАО04-04-2016 11:32 PM
Re: Cisco 2911 Router - HP2920 Switches - VLANS
On all HP switches, you have to add VLANs manually , and assign ports 23 and 24 tagged.
On out of the box cisco switches, some things happen automagically: Learning VLANs from neighbour switch, setting ports to trunk mode. But it's best practice to disable all that auto stuff and do it manual.
btw: your cisco config isn't 2911 router, but 1941
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-06-2016 07:23 AM
тАО04-06-2016 07:23 AM
Re: Cisco 2911 Router - HP2920 Switches - VLANS
Thanks 16again,
So starting from the router (and it is a 1941)
Configure VLAN 10 and DHCP for VLAN 10
ip dhcp pool 10 network 10.0.10.0 255.255.255.0 default-router 10.0.10.1
interface GigabitEthernet0/1.10 encapsulation dot1Q 10 ip address 10.0.10.1 255.255.255.0
Next I would tag all 23 and 24 ports on the switches. This would allow encapsulated VLAN 10 packets to be transferred from switch to switch.
So far so good? I could configure this right now without affecting the current network?
Next would come creating VLAN 10 on the switch. VLAN 10 will be on switch4, the last in the chain. I only need to add VLAN 10 to that last switch?
Thanks,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-06-2016 09:27 AM