- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- vlan and SuSE Linux
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
09-27-2004 02:01 AM
09-27-2004 02:01 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2004 11:26 AM
09-27-2004 11:26 AM
Re: vlan and SuSE Linux
All you have to do is set a port in 'tagged' mode, include it in all relevant VLANs and connect the linux box to it. Then on the linux side, you will need to use vconfig to setup the interface in 802.1q mode.
I am using this very configuration for almost 4 years without any troubles.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2004 04:55 PM
09-27-2004 04:55 PM
Re: vlan and SuSE Linux
Maybe seting the VLANs one the Switch will be self explanatory!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2004 07:38 PM
09-27-2004 07:38 PM
SolutionWhen cascading switches, make sure you create the vlans on all switches that should transfer the frames, even if they are not used locally.
hp2524-1# sh vlan
Status and Counters - VLAN Information
Maximum VLANs to support : 8
Primary VLAN : DEFAULT_VLAN
Management VLAN :
802.1Q VLAN ID Name Status
-------------- ------------- -------------
1 DEFAULT_VLAN Static
2 admin_vlan Static
148 VLAN148 Static
149 corrigent Static
300 amcc Static
hp2524-1# sh vlan 149
Status and Counters - VLAN Information - Ports - VLAN 149
802.1Q VLAN ID : 149
Name : corrigent
Status : Static
Port Information Mode Unknown VLAN Status
---------------- -------- ------------ ----------
11 Untagged Learn Up
13 Untagged Learn Up
15 Untagged Learn Up
24 Tagged Learn Up
hp2524-1# sh vlan 1
Status and Counters - VLAN Information - Ports - VLAN 1
802.1Q VLAN ID : 1
Name : DEFAULT_VLAN
Status : Static
Port Information Mode Unknown VLAN Status
---------------- -------- ------------ ----------
24 Tagged Learn Up
25 Untagged Learn Down
26 Untagged Learn Down
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2004 12:32 AM
09-28-2004 12:32 AM
Re: vlan and SuSE Linux
I will come back to you to give you a status of the situation.