1 Rookie
•
106 Posts
0
3370
October 25th, 2022 03:00
enable switch interface port
I want to be able to disable/enable ports via terminal.(on eg N1548 switches).
I found this for disabling ports
https://www.dell.com/community/Networking-General/Disabling-Interface-ports/td-p/4162842
Works fine:) But i cant see any command there that would enable the port again:)
There is no corresponding cmd to enable a port, like "shutdown" disables a port.
No Events found!
DELL-Charles R
Moderator
•
4.4K Posts
0
October 25th, 2022 08:00
Hello Alexander-36725,
You would use 'no shutdown' to enable the port
Page 461
The following example reenables Gigabit Ethernet port 1/0/5.
console(config)#interface gigabitethernet 1/0/5
console(config-if-Gi1/0/5)# no shutdown
https://dell.to/3DEWlSx
Alexander-36725
1 Rookie
•
106 Posts
0
October 25th, 2022 12:00
Ah, haha, awesome, Thanks!