I want to create one vlan in extreme switch but only access internet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎11-30-2024 04:29 AM - edited ‎11-30-2024 04:44 AM
Please help me how to create separate VLAN for internet only use should not access intranet please give your expert advice on it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎04-01-2025 06:41 AM - edited ‎04-01-2025 06:42 AM
here is the example
vlan 2000 name "Mgmt"
tagged ethe 1/3 to 1/12 ethe 1/21
router-interface ve 200
interface ve 200
ip address 10.12.200.0/24
enable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎12-01-2024 12:06 AM - edited ‎12-01-2024 12:07 AM
>>>>in cli:
create vlan internet_only tag y
>>>>where y = the number vlan tag you wish to use.
-----------------------------------------
configure vlan internet only add ports x
configure vlan internet_only add ports z tagged
save configuration
x is the untagged port (IE Access port) you wish to use and z is the tagged (IE Upstream, could be a firewall) port you wish to use.
Extreme Documentation on vlans is available here: https://documentation.extremenetworks.com/exos_32.1/GUID-9FC94E71-1F71-46E6-A726-416BE5D640FF.shtml
-Brent Addis / Extreme Black Belt #491
New to Extreme? Check out the Welcome series here - https://training.extremenetworks.com/welcome-series-1
Want to join the official Extreme learners discord? Let me know!
