USRP Software Radio

cancel
Showing results for 
Search instead for 
Did you mean: 

How to change IP address on USRP2920?

Hi,

 

Does anyone know how to change IP address on USRP 2920?

I tried with USRP utilities, and it doesn't bring any result.

Can anyone tell me what means to "power cycle the device"?

Thanks,

 

Pixus

0 Kudos
Message 1 of 5
(7,893 Views)

Hi Pixus,

 

The NI-USRP Configuration Utility is what you need to change the IP address.  Under the Change IP Address tab, select the device that you want to change.  It will then auto populate the Selected IP Address section.  Next, fill in the New IP Address field.  Before you hit the Change IP Address button, click on your device again and verify that it is highlighted and blue like in this image:

 

 

IP.PNG

 

After you have verified that your device is selected, hit the Change IP Address button.  "Power cycle the device" means to turn the device off and then back on again.  This allows the settings that you have changed in the device EEPROM to be set and the new settings will be recognized upon reboot.

Sarah Yost
Senior Product Marketing Manager
0 Kudos
Message 2 of 5
(7,889 Views)
I have already done that and it didn't bring any result. Ip was 192.168.10.2 and i change it to 192.168.10.3, and after power cycling the device, ip remains 192.168.10.2. Do you know what can i do? Is there some other way to change ip?
0 Kudos
Message 3 of 5
(7,885 Views)

Hi Pixus,

 

You can also use one of the UHD utilities that ships with the NI-USRP driver to change the IP address.  If you go to Start » All Programs » National Instruments » utilities, you will find the usrp_burn_mb_eeprom.exe.  Open a command prompt in the utilities folder.  You can then change the IP address by using this:

 

C:\...\utilities> usrp_burn_mb_eeprom --key=ip-addr --val=192.168.10.xxx

 

putting whatever IP address you want for val.  You will need to recycle power after running this command prompt for the change to take place.  You can read back the IP address by running:

 

C:\...\utilities> usrp_burn_mb_eeprom --key=ip-addr

 

to verify that your IP address was written correctly.

Sarah Yost
Senior Product Marketing Manager
Message 4 of 5
(7,883 Views)

Thanks Sarah! 

I need to update images, and after that i can change ip address.

thanks again 🙂

0 Kudos
Message 5 of 5
(7,856 Views)