ISW Port Configuration Assistance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎07-28-2022 01:55 PM
I have an ISW that I'm not too familiar with that I'm trying to configure one port to tag some VLANs and to have one untagged.
For example- 123 untagged then 456, 789 tagged.
I can do this easily with my Summit switches, but I can't seem to crack this nut. Can someone point me in the right direction?
I've tried various different configurations but haven't gotten it to work. Below is my current configuration as an example:
interface FastEthernet 1/8
switchport access vlan 1720
switchport mode trunk
poe mode enable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎10-06-2022 11:00 AM
Hi T_Pitch,
Have you figured out how to accomplish this yet? We just got our 2 ISW 8GBP,4-SFP switches powered on. Unfortunately, we purchased them just over a year ago, so our configuration support via our contract has expired.
I did the initial config as per Industrial_Ethernet_Switch_Quick_Installation_Guide.pdf to give the switch an IP address:
enable
configure terminal
interface vlan 3236
ip address xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx (I configured with a real IP and netmask of course)
The switch MAC address shows up on the FDB table of the core, but it is not pingable, or accessible via the network.
As I suspected, this is not quite enough to access the switch on the network, either via SSH or the Web configuration interface. I think I need to configure the port that is connected to our core switch. Unfortunately, the CLI commands are very different from XOS (This must be Cisco like commands, which I am not at all familiar with). The CLI guide doesn't give one example, just the bare bones syntax, which I am not finding as useful as it could be.
If you figured out how to configure and tag port VLANs, I would appreciate if you could share what you have learned.
Thanks,
Ken
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎07-29-2022 10:18 AM
I'm not the best with the ISWs, but let me share some info:
You can generally find the ISW documentation here:
Industrial Switches - Extreme Networks
For your setup, I believe this would be similar to Cisco style trunk configuration:
conf t
interface fast 1/8
switchport mode trunk
switchport trunk allowed vlan 123,456,789
switchport trunk native vlan 123
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎08-01-2022 03:07 AM
