01-28-2021 07:29 PM
Newbie here
I have 2 nx5500’s and one got rebooted and now has vlan1 set to unassigned (DHCP) instead of
a static assigned IP address of 10.101.200.60/24
Where do I go to set that? I didn’t see it in the running config anywhere.
Thanks!!
01-28-2021 08:16 PM
Thanks guys that worked.
Everything else in the config was still good but that for some reason.
01-28-2021 07:59 PM
Hi,
You can set the IP address on the NX5500 using the following config:
VX9000-Primary~>en
VX9000-Primary~#self
Enter configuration commands, one per line. End with CNTL/Z.
VX9000-Primary(config-device-00-0C-29-D6-5D-B2)~#interface vlan 1
VX9000-Primary(config-device-00-0C-29-D6-5D-B2-if-vlan1)~#ip address 10.101.200.60/24
VX9000-Primary(config-device-00-0C-29-D6-5D-B2-if-vlan1)~#commit write
Regards,
Ovais
01-28-2021 07:58 PM
Hi,
Was the config saved? In order to set an IP address it’ll be the best to use CLI:
enable
self
interface vlan 1
Over there you can type ‘show context’ to see actual config or change it. Remember to ‘commit’ to put your changes into running config, then ‘write memory’ to copy that to startup config, or ‘commit write’ to do both in a single command.
Interface setting might also appear in a profile (ie. template) that you can simply look up for example by scrolling down your ‘show run’ output. But it’s less likely to be there in case of static IPs, we should do those in device overrides (individual device config part starts with device model and MAC address, e.g. nx5500 AB-CD-EF...).
Hope that helps,
Tomasz