Changes

no edit summary
Line 23: Line 23:  
===Configuring unique LAN IP address===
 
===Configuring unique LAN IP address===
   −
'''Before starting''' prepare .csv file, which provides information as in given image below:<br>
+
'''Before starting''' prepare .csv file and upload in RMS as ''Task manager file'', which provides information as shown in image below:<br>
 
[[File:rms_task_manager_sn_ip_csv_file_example.png]]
 
[[File:rms_task_manager_sn_ip_csv_file_example.png]]
 +
 +
# Upload .csv from RMS to router using '''''/tmp/LAN_IP.csv''''' target file path
 +
 +
# Get device serial number: '''''mnf_info -s > /tmp/snfile'''''
 +
 +
# Get IP address from csv file: '''''SN=`cat /tmp/snfile` && grep $SN /tmp/LAN_IP.csv | grep -oE '((1?[0-9][0-9]?|2[0-4][0-9]|25[0-5])\.){3}(1?[0-9][0-9]?|2[0-4][0-9]|25[0-5])' > /tmp/ipfile'''''
       
===Installing Python===
 
===Installing Python===

Navigation menu