- Community Home
- >
- Networking
- >
- Legacy
- >
- Switches, Hubs, Modems
- >
- 802.1Q Trunk (w/VLANs) Between 2650 and Cisco Rout...
Switches, Hubs, and Modems
1820592
Members
1506
Online
109626
Solutions
Forums
Categories
Company
Local Language
юдл
back
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
юдл
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
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
- Report Inappropriate Content
тАО05-09-2003 05:32 PM
тАО05-09-2003 05:32 PM
802.1Q Trunk (w/VLANs) Between 2650 and Cisco Router
Hello All,
I am trying to verify a HP to Cisco configuration. From what I have read I will need to do the following:
Port 1 is connected to Cisco router, ports 2-40 are connected to 802.1Q compliant devices with built in hub, so 802.1Q device is assigned VLAN99 and PC connected to hub on the device is not tagged and therefore is assigned the default vlan 1.
On the HP 2650:
VLAN 99
Name VOIP
tagged 1-40
VLAN 1
tagged 1
untagged 2-40
Cisco:
FastEthernet0/0.1
encapsulation dot1Q 1
ip address 10.1.1.1 255.255.255.0
FastEthernet0/0.99
encapsulation dot1Q 99
ip address 10.1.2.1 255.255.255.0
FastEthernet0/0.1000
description Not_USED
encapsulation dot1Q 1000 native
Do I have to assign an IP address to every VLAN on the HP 2650? Or can I just have the default VLAN have an IP?
I am trying to verify a HP to Cisco configuration. From what I have read I will need to do the following:
Port 1 is connected to Cisco router, ports 2-40 are connected to 802.1Q compliant devices with built in hub, so 802.1Q device is assigned VLAN99 and PC connected to hub on the device is not tagged and therefore is assigned the default vlan 1.
On the HP 2650:
VLAN 99
Name VOIP
tagged 1-40
VLAN 1
tagged 1
untagged 2-40
Cisco:
FastEthernet0/0.1
encapsulation dot1Q 1
ip address 10.1.1.1 255.255.255.0
FastEthernet0/0.99
encapsulation dot1Q 99
ip address 10.1.2.1 255.255.255.0
FastEthernet0/0.1000
description Not_USED
encapsulation dot1Q 1000 native
Do I have to assign an IP address to every VLAN on the HP 2650? Or can I just have the default VLAN have an IP?
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-10-2003 06:39 AM
тАО05-10-2003 06:39 AM
Re: 802.1Q Trunk (w/VLANs) Between 2650 and Cisco Router
Basically, providing an IP per port is a good idea to help configuring... even on the same VLAN, it helps you figuring out which port gets where, and so on. But nothing is 'due'...
HTH
J
HTH
J
You can lean only on what resists you...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-14-2003 12:47 AM
тАО05-14-2003 12:47 AM
Re: 802.1Q Trunk (w/VLANs) Between 2650 and Cisco Router
Hello Franck,
Your configuration seems to be good, but be carreful to the 802.1q compliance of the Cisco Router and the IOS (I think about 3640 which need 128Mb of RAM to run a 802.1q compliant IOS).
There is maybe another way to do the same thing, with VLAN 1 untagged on all port :
This will allow, if needed one day to use a non 802.1q switch to maintain the
VLAN 1 traffic between the Cisco router and clients.
The config should look like this : on the HP 2650:
VLAN 99
Name VOIP
tagged 1-40
VLAN 1
untagged 1-40
Cisco:
FastEthernet0/0.1
encapsulation dot1Q 1
native
ip address 10.1.1.1 255.255.255.0
FastEthernet0/0.99
encapsulation dot1Q 99
ip address 10.1.2.1 255.255.255.0
Has Jerome said, in your case, there is no need for any IP address on the 2650. Assigning an IP address to all VLAN in the 2650 will help troubleshooting if something doesn't work
(ping router and terminal devices in each VLAN).
But if all is working fine, I recommand for more security to restrict IP address to only one VLAN for management.
Devices on VLAN99 look like IP phones, so be careful to QoS on the Cisco Router and also on peer router(s) if voice packets use WAN Links : Look at the Phone manufacturer recommandations about WAN QoS configuration (there are many way to configure it : dscp, udp port, ...), and check
the 802.1p level tagged by the phone for VLAN99 frames. It must be at least level 4 if you want packets placed in the high priority queue in the HP2650.
Arnaud
Your configuration seems to be good, but be carreful to the 802.1q compliance of the Cisco Router and the IOS (I think about 3640 which need 128Mb of RAM to run a 802.1q compliant IOS).
There is maybe another way to do the same thing, with VLAN 1 untagged on all port :
This will allow, if needed one day to use a non 802.1q switch to maintain the
VLAN 1 traffic between the Cisco router and clients.
The config should look like this : on the HP 2650:
VLAN 99
Name VOIP
tagged 1-40
VLAN 1
untagged 1-40
Cisco:
FastEthernet0/0.1
encapsulation dot1Q 1
native
ip address 10.1.1.1 255.255.255.0
FastEthernet0/0.99
encapsulation dot1Q 99
ip address 10.1.2.1 255.255.255.0
Has Jerome said, in your case, there is no need for any IP address on the 2650. Assigning an IP address to all VLAN in the 2650 will help troubleshooting if something doesn't work
(ping router and terminal devices in each VLAN).
But if all is working fine, I recommand for more security to restrict IP address to only one VLAN for management.
Devices on VLAN99 look like IP phones, so be careful to QoS on the Cisco Router and also on peer router(s) if voice packets use WAN Links : Look at the Phone manufacturer recommandations about WAN QoS configuration (there are many way to configure it : dscp, udp port, ...), and check
the 802.1p level tagged by the phone for VLAN99 frames. It must be at least level 4 if you want packets placed in the high priority queue in the HP2650.
Arnaud
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.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP