Alexander-36725

updated

4 years ago

A3

Alexander-36725

1 Rookie

106 Posts

0

3793

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.

  • DELL-Charles R

    Moderator

    4730 Posts

    25476 Points

    442

    0

    Posted 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

     

    DELL-Charles R

    Social Media and Communities Professional
    Dell Technologies | Enterprise Support Services
    #IWork4Dell

    Did I answer your query? Please click on ‘Accept as Solution’. ‘Thumbs up’ the posts you like!

  • Alexander-36725

    1 Rookie

    106 Posts

    440

    0

    Posted October 25th, 2022 12:00

    Ah, haha, awesome, Thanks!