Interface inactive

Options
JohnK5812
JohnK5812 Posts: 2 image  Freshman Member
Hi,

By accident we have disabled an interface via the web console.
Via CLI we tried to enable it but we can't find the correct command for it.
Is there someone who can help us out?

Thanks in advance.

Accepted Solution

  • alexey
    alexey Posts: 188 image  Master Member
    First Comment Friend Collector Fifth Anniversary
    Answer ✓
    Hi @JohnK5812

    To enable interface via cli you can use commands
    configure terminal
    interface <name>
    no shutdown
    exit
    write

    You can see interfaces name by command
    show interface-name

All Replies

  • alexey
    alexey Posts: 188 image  Master Member
    First Comment Friend Collector Fifth Anniversary
    Answer ✓
    Hi @JohnK5812

    To enable interface via cli you can use commands
    configure terminal
    interface <name>
    no shutdown
    exit
    write

    You can see interfaces name by command
    show interface-name

  • JohnK5812
    JohnK5812 Posts: 2 image  Freshman Member
    Hi Alexy,

    Many thanks for your help. It works!

    Kind regards,
    John