- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- Comware Based
- >
- 3COM Switch VLAN config *old school*
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
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
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
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
- 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!