Changes between Version 11 and Version 12 of Tutorials/4G5G/amarisoft


Ignore:
Timestamp:
Jan 21, 2022, 3:23:49 PM (2 years ago)
Author:
prasanthi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/4G5G/amarisoft

    v11 v12  
    4242
    4343=== Tutorial Execution ===
    44 Upon logging into the nodes, run eth_config.sh script to setup the 10G data interfaces on the nodes, DATA1, DATA2. After running the script, you should see that the data interfaces have the appropriate IP addresses assigned, as per the table https://wiki.cosmos-lab.org/wiki/Architecture/Domains/cosmos_sb1#IPAddressAssignment
     44* Upon logging into the nodes, run eth_config.sh script to setup the 10G data interfaces on the nodes, DATA1, DATA2. After running the script, you should see that the data interfaces have the appropriate IP addresses assigned, as per the table https://wiki.cosmos-lab.org/wiki/Architecture/Domains/cosmos_sb1#IPAddressAssignment
    4545{{{#!shell
    4646root@srv1-lg1:~# ./eth_config.sh
     
    6767        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    6868}}}
     69* The nodes should now be able to access the USRP N310s sdr1-s1-lg1 and sdr1-md1
     70{{{#!shell
     71root@srv1-lg1:~# uhd_find_devices
     72[INFO] [UHD] linux; GNU C++ version 7.5.0; Boost_106501; UHD_3.15.0.0-release
     73--------------------------------------------------
     74-- UHD Device 0
     75--------------------------------------------------
     76Device Address:
     77    serial: 3176DF5
     78    addr: 10.38.2.1
     79    claimed: False
     80    mgmt_addr: 10.37.2.1
     81    mgmt_addr: 10.38.2.1
     82    mgmt_addr: 10.39.2.1
     83    product: n310
     84    type: n3xx
     85
     86
     87--------------------------------------------------
     88-- UHD Device 1
     89--------------------------------------------------
     90Device Address:
     91    serial: 3196937
     92    addr: 10.38.3.1
     93    claimed: False
     94    mgmt_addr: 10.37.3.1
     95    mgmt_addr: 10.38.3.1
     96    mgmt_addr: 10.39.3.1
     97    product: n310
     98    type: n3xx
     99}}}
    69100
    70101