- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- Re: Ramifications of changing VLAN port assignment...
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
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
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-11-2011 11:07 AM - edited 04-11-2011 11:09 AM
04-11-2011 11:07 AM - edited 04-11-2011 11:09 AM
Ramifications of changing VLAN port assignments
I need to expand my default vlan by two ports. There are ports available in other vlans on the switch however, I'm worried about possible downtime. This switch is used for our phone system to communicate with its various components.
My current vlan assignments are as follows:
vlan 1
name "DEFAULT_VLAN"
untagged 25-28
ip address x.x.x.x 255.255.0.0
no untagged 1-24
exit
vlan 10
name "elan"
untagged 1-12
ip address y.y.y.y 255.255.255.0
exit
vlan 25
name "tlan"
untagged 13-24
ip address z.z.z.z 255.255.255.0
exit
Here is what I think the desired changes should look like:
vlan 1
untagged 23-28
no untagged 1-22
vlan 25
untagged 13-22
Will making these changes interupt service?
This switch is a 2610-24
Any advise would be appreciated. Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2011 11:49 AM
04-11-2011 11:49 AM
Re: Ramifications of changing VLAN port assignments
There should be no downtime. The only configuration statements you need are:
vlan 1
untagged 23-24
Good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2011 12:02 PM
04-11-2011 12:02 PM
Re: Ramifications of changing VLAN port assignments
not 23-28?
- Jason
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2011 12:10 PM
04-11-2011 12:10 PM
Re: Ramifications of changing VLAN port assignments
23-28 will work as well, but since 25-28 are already in that VLAN, you only need to add 23-24. Same result.