EXOS is very vlan centric. If you do not have the vlan created then you would use the command below:create vlan <vlan name> tag <tag#> From there you can add an ip address:configure vlan <vlan name> ipaddress 10.10.10.1/24 And then add the port to th...
The switchports on a stack are configured from the master node. Can you help me understand what exactly you are trying to do? If you would like to configure ports on say slot 3 of a 4 node stack then you would log into the master, presumably slot 1 a...
Based on you getting the > instead of the # it looks like you are telnetting into a non-master. Is the IP address pointed at a MGMT port? You can confirm this by using the “show stacking” command and see which slot is the master then telnet into that...