Hi,
Ive just received my first Dell x1000 series switch (x1026), and so far been happy about it.
Im fairly used to basic Cisco commands, so many of the commands seems the same.
When i received it i entered the management mode, to be able to access the Web-UI and console...
Afterwards i entered CLI by an SSH session, but cant seem to actually change anything... (and yes - im in config mode)
The switch output is unrecognized command, when trying to set switchport mode to trunk - the exact same commands, as the switch enters, when applying it through the Web-UI.
Example
interface gigabitethernet1/0/1
switchport mode trunk
switchport trunk native vlan 100
switchport trunk allowed vlan remove 2,6-4094
!
interface gigabitethernet1/0/2
switchport mode trunk
switchport trunk native vlan 100
switchport trunk allowed vlan remove 2,6-4094
!
interface gigabitethernet1/0/24
switchport mode trunk
switchport trunk native vlan 100
S2SW01(config)#int gi1/0/22
S2SW01(config-if)#switchport ?
% Unrecognized command
S2SW01(config-if)#switchport mode trunk
% Unrecognized command
S2SW01(config-if)#
Why is the switch not letting me enter commands, that it clearly understands?