Changes between Version 13 and Version 14 of Tutorials/Wireless/mmwave Paam Agora


Ignore:
Timestamp:
Jul 5, 2023, 4:37:59 PM (22 months ago)
Author:
zhenzhou77
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Wireless/mmwave Paam Agora

    v13 v14  
    6565    }}}
    6666
     67
     68=== Experiment Execution ===
     69==== Find and prepare USRPs  ====
     70* Upon logging into the server, run eth_config.sh script. This sets up the 10G data interfaces eno1, eno2. After running the script, you should see that the data interfaces have the appropriate IP addresses assigned, as per the tables for [https://wiki.cosmos-lab.org/wiki/Architecture/Domains/cosmos_sb1#IPAddressAssignment SB1] and [https://wiki.cosmos-lab.org/wiki/Architecture/Domains/cosmos_sb2#IPAddressAssignment SB2].
     71{{{#!td
     72   SB1
     73   {{{#!shell
     74root@srv1-lg1:~# ./eth_config.sh
     75root@srv1-lg1:~# ifconfig eno1
     76eno1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 9000
     77        inet 10.38.1.1  netmask 255.255.0.0  broadcast 10.38.255.255
     78        inet6 fe80::1e34:daff:fe42:c3c  prefixlen 64  scopeid 0x20<link>
     79        ether 1c:34:da:42:0c:3c  txqueuelen 1000  (Ethernet)
     80        RX packets 712  bytes 74814 (74.8 KB)
     81        RX errors 0  dropped 595  overruns 0  frame 0
     82        TX packets 42  bytes 9132 (9.1 KB)
     83        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
     84root@srv1-lg1:~# ifconfig eno2
     85eno2: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 9000
     86        inet 10.39.1.1  netmask 255.255.0.0  broadcast 10.39.255.255
     87        inet6 fe80::1e34:daff:fe42:c3d  prefixlen 64  scopeid 0x20<link>
     88        ether 1c:34:da:42:0c:3d  txqueuelen 1000  (Ethernet)
     89        RX packets 643  bytes 51548 (51.5 KB)
     90        RX errors 0  dropped 599  overruns 0  frame 0
     91        TX packets 42  bytes 9132 (9.1 KB)
     92        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
     93   }}}
     94}}}