cancel
Showing results for 
Search instead for 
Did you mean: 

nx5500 change vlan1 IP from dhcp

nx5500 change vlan1 IP from dhcp

dhodges2
New Contributor

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!!

3 REPLIES 3

dhodges2
New Contributor

Thanks guys that worked.

Everything else in the config was still good but that for some reason.

Ovais_Qayyum
Extreme Employee

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

Tomasz
Valued Contributor II

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

GTM-P2G8KFN