I’m a Linux user, how can I detect my switch on the network?

davidargor
davidargor Posts: 2  Freshman Member

I've a lot of DHCP clients on my network, is there an easy way to discover the zyxels switches for linux users?

All Replies

  • Zyxel_Kay
    Zyxel_Kay Posts: 1,210  Zyxel Employee
    Zyxel Certified Network Engineer Level 2 - Nebula Zyxel Certified Network Engineer Level 2 - WLAN Zyxel Certified Network Engineer Level 2 - Switch Zyxel Certified Network Engineer Level 2 - Security
    edited November 29

    Hi @davidargor

    To discover your Zyxel switch on the network using a Linux system, you can use Nmap, a powerful network scanning tool. It allows you to scan your network and identify devices connected to it, including your Zyxel switches.

    For example, you can run the following command in your terminal to scan your network:
    sudo nmap -sn <your-network-range>

    Replace <your-network-range> with your network's IP range, such as 192.168.1.0/24. This will return a list of devices, and you can identify your Zyxel switches by their IP address or MAC address.

    Kay

    See how you've made an impact in Zyxel Community this year! https://bit.ly/Your2024Moments_Community

Nebula Tips & Tricks