- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- Comware Based
- >
- 3COM Switch VLAN config *old school*
-
- 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
- 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
08-27-2018 11:48 AM
08-27-2018 11:48 AM
3COM Switch VLAN config *old school*
Hello everyone,
I've got my hands on a 3COM 4500 26 port switch from 2006, and have been feverishly reading forums online and its documentations to figure out how to properly configure VLANs on this switch via putty command line (serial connection).
VLAN 1 is "Default" and no ports can be added or removed from it. Ports, however, can be tagged to it (hybrid, access, trunk, etc)
[hsp]display vlan 1 VLAN ID: 1 VLAN Type: static Route Interface: configured IP Address: 10.10.2.100 Subnet Mask: 255.255.255.0 Description: VLAN 0001 Tagged Ports: GigabitEthernet1/0/25 GigabitEthernet1/0/26 Untagged Ports: none
VLAN 2 is the vlan I want to use. I have set the IP as 10.10.1.1/24 - it has been configured many times with multiple different combinations of different ports, but does not route that given IP, but instead routes the default gateway network. All 26 ports are on that VLAN AND are UNtagged.
[hsp]display vlan 2 VLAN ID: 2 VLAN Type: static Route Interface: configured IP Address: 10.10.1.1 Subnet Mask: 255.255.255.0 Description: HSP-LAN-NETWORK Tagged Ports: GigabitEthernet1/0/25 GigabitEthernet1/0/26 Untagged Ports: Ethernet1/0/1 Ethernet1/0/2 Ethernet1/0/3 Ethernet1/0/4 Ethernet1/0/5 Ethernet1/0/6 Ethernet1/0/7 Ethernet1/0/8 Ethernet1/0/9 Ethernet1/0/10 Ethernet1/0/11 Ethernet1/0/12 Ethernet1/0/13 Ethernet1/0/14 Ethernet1/0/15 Ethernet1/0/16 Ethernet1/0/17 Ethernet1/0/18 Ethernet1/0/19 Ethernet1/0/20 Ethernet1/0/21 Ethernet1/0/22 Ethernet1/0/23 Ethernet1/0/24
What am I doing wrong? Do I need to setup a trunk or hybrid somewhere? Would that be the port that gives link to the switch?
Any help or direction would be much appreciated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-20-2018 10:32 AM
09-20-2018 10:32 AM
Re: 3COM Switch VLAN config *old school*
- Go into system view:
system-view <enter>
- Add the VLAN that you want:
vlan 2 <enter>
*you can add name and/or description it if you want using those commands (optional)*
- Do quit
Now that VLAN 2 exists, you can go into any interface and assign it:
Example with Ethernet1/0/1:
[hsp]int E1/0/1
[hsp]port access vlan 2
[hsp]quit
If you do "display VLAN2", you should see the interface listed.
Tagged ports only apply to trunk configurations.
Hope this helps!
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP