The following products have IP addresses:
- NV-PL-024
- NV-PL-048
- NV-CLR-024
- NV-CLR-024-10G
- NV-FLX-024
- NV-FLX-024-10G
This guide does not apply to other devices we produce, as they do not have IP addresses.
Finding IP Addresses: Methods
1. View ARP Table
- Open the command prompt.
- Execute:
arp -a
. This lists IP addresses and corresponding MAC addresses your machine recently interacted with, our OUI will start with 00:24:63 - To view additional devices, ping your network’s broadcast address (commonly 192.168.1.255), then execute
arp -a
again.
2. Check Default IPs
- Default IP addresses are set to 192.168.100.1 for GbE ports and 192.168.1.1 for the MGMT port.
3. Using Wireshark
- Connect your computer to the network and launch Wireshark.
- Input
eth.src[0:3] == 00:24:63 || eth.dst[0:3] == 00:24:63
to filter by the switch’s OUI. - If not found, navigate: Menu Bar > Statistics > Endpoints > IPv4 tab to spot potential switch IP addresses.
4. Using a Serial Console Cable
- Connect a serial console cable to your switch’s console port.
- Open PuTTY, identify your COM port via the device manager, select the Serial option, and set the Speed to 115200.
- Once connected, execute
pal-show-sys-ip
to display the switch’s IP.
For more assistance,
|
Comments
0 comments
Please sign in to leave a comment.