215
S
MARTNA™ 10G NETWORK ACCESS (SMARTNA-X)
TROUBLESHOOTING | TROUBLESHOOTING CONNECTIONS TO SMARTNA-X
DRAFT
Serial port and reset IPv4 access locally. See the “Logging in to the CLI locally” section on page 23 for details on
how to log in via Console.
To find your SmartNA-X IPv6 address, ping the network IPv6 link-local address (ff02::1) to return the link-local
address of all connected devices. The link local address of Network Critical devices always contain 1d:ffff:fe. If
multiple Network Critical devices are connected to the network, pinging the target device connected then
disconnected will easily reveal the correct device, as demonstrated below. The relevant ping commands for Linux
and Windows are as follows:
Linux – ping6 ff02::1%interface
Windows – ping6 ff02::1%interface
where interface is the local Ethernet interface, as identified by the interface configuration command ifconfig (or
the equivalent on your operating system).
When you have the correct link-local IPv6 address, use it to connect to the management interface and reset the
IPv4 address—suitable commands and example output are provided below:
You will now be able to access SmartNA-X using the reset IPv4 address:
~# ping6 ff02::1%eth0 #SmartNA-X disconnected
PING ff02::1%eth0(ff02::1) 56 data bytes
64 bytes from fe80::e269:95ff:fe03:dde7: icmp_seq=1 ttl=64 time=0.023 ms
64 bytes from fe80::21d:ffff:fe54:99ee: icmp_seq=1 ttl=64 time=2.63 ms
64 bytes from fe80::21d:ffff:fe9a:de02: icmp_seq=1 ttl=64 time=7.21 ms
64 bytes from fe80::6ef0:49ff:fe97:c836: icmp_seq=1 ttl=64 time=9.18 ms
^C
~# ping6 ff02::1%eth0 #SmartNA-X connected
PING ff02::1%eth0(ff02::1) 56 data bytes
64 bytes from fe80::e269:95ff:fe03:dde7: icmp_seq=1 ttl=64 time=0.024 ms
64 bytes from fe80::21d:ffff:fe54:99ee: icmp_seq=1 ttl=64 time=2.63 ms
64 bytes from fe80::21d:ffff:fe9a:de02: icmp_seq=1 ttl=64 time=6.11 ms
64 bytes from fe80::231d:ffff:fe03:dec4: icmp_seq=1 ttl=64 time=8.36 ms
64 bytes from fe80::6ef0:49ff:fe97:c836: icmp_seq=1 ttl=64 time=9.41 ms
^C
~# ssh admin@fe80::21d:ffff:fe56:dec4%eth0
...
admin@fe80::21d:ffff:fe56:eec4%eth0’s password:*****
CONTROLLER>set ipv4 static 192.168.0.122 255.255.255.0 gateway 192.168.0.254
Network settings will take effect when you exit CLI.
exit to enable new network settings
CONTROLLER>exit
Exiting CLI
exit to enable new network settings
Applying new IPv4 network settings
Addressing Mode : static
Address: 192.168.0.122
Netmask: 255.255.255.0
Gateway: 192.168.0.254
Connection to 192.168.0.122 closed.
admin@example.com:~#
~# ssh admin@192.168.0.122
...
admin@192.168.0.122’s password:*****
CONTROLLER>