Interface inactive

Options
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  Master Member
    First Anniversary 10 Comments Friend Collector
    Answer ✓
    Options
    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  Master Member
    First Anniversary 10 Comments Friend Collector
    Answer ✓
    Options
    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
    Options
    Hi Alexy,

    Many thanks for your help. It works!

    Kind regards,
    John

Security Highlight