Changes between Version 60 and Version 61 of Tutorials/Wireless/mmwaveSB1


Ignore:
Timestamp:
Sep 21, 2021, 7:11:59 PM (3 years ago)
Author:
prasanthi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Wireless/mmwaveSB1

    v60 v61  
    5454==== Find and prepare USRPs ====
    5555
    56 * The IP addresses for Ethernet Ports(10G) on the X310s sdr4-in1 and sdr4-in2 were hard-coded to 10.114.14.1,10.115.14.1 and 10.114.14.2,10,115,14,2 respectively. To access them from srv1-in1 or srv1-in2, configure the network interfaces as follows
     56* The IP addresses for Ethernet Ports(Port 0, 10G with XG image) on the X310s sdr4-in1 and sdr4-in2 were hard-coded to 10.114.14.1 and 10.114.14.2 respectively. To access them from srv1-in1 or srv1-in2, configure the data1 network interfaces on srv1-in1 and srv1-in2 to 10.114.1.3 and 10.114.1.4 respectively.
    5757
    58 || Server || data1 || data2 ||
    59 || srv1-in1 || 10.114.1.3 || 10.115.1.3 ||
    60 || srv1-in2 || 10.114.1.4 || 10.115.1.4 ||
     58
    6159{{{#!shell-session
    62 root@srv1-in1:~# ip link set enp1s0 mtu 9000 up
    63 root@srv1-in1:~# ip addr add 10.114.1.3/16 dev enp1s0
    64 root@srv1-in1:~# ip addr show dev enp1s0
    65 4: enp1s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 9000 qdisc mq state UP group default qlen 1000
    66     link/ether f4:52:14:83:99:40 brd ff:ff:ff:ff:ff:ff
    67     inet 10.114.1.3/16 scope global enp1s0
    68        valid_lft forever preferred_lft forever
    69     inet6 fe80::f652:14ff:fe83:9940/64 scope link
    70        valid_lft forever preferred_lft forever
     60root@srv1-in1:~# ifconfig data1 10.114.1.3 netmask 255.255.0.0 mtu 9000 up
     61}}}
     62
     63{{{#!shell-session
     64root@srv1-in2:~# ifconfig data1 10.114.1.4 netmask 255.255.0.0 mtu 9000 up
    7165}}}
    7266
    7367* Run uhd_find_devices to check if the X310s can be reached
    7468{{{#!shell-session
    75 root@srv1-in1:~# uhd_find_devices --args="addr=10.114.14.1"
    76 [INFO] [UHD] linux; GNU C++ version 7.4.0; Boost_106501; UHD_3.14.1.1-release
     69root@srv1-in1:~# uhd_find_devices
     70[INFO] [UHD] linux; GNU C++ version 7.5.0; Boost_106501; UHD_3.15.0.0-release
    7771--------------------------------------------------
    7872-- UHD Device 0
     73--------------------------------------------------
     74Device Address:
     75    serial: 31B6FFA
     76    addr: 10.114.14.2
     77    fpga: XG
     78    name: sdr4-in2
     79    product: X310
     80    type: x300
     81
     82
     83--------------------------------------------------
     84-- UHD Device 1
    7985--------------------------------------------------
    8086Device Address:
     
    8591    product: X310
    8692    type: x300
     93
    8794}}}
    8895