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


Ignore:
Timestamp:
Jan 21, 2022, 2:26:51 PM (2 years ago)
Author:
prasanthi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/4G5G/amarisoft

    v10 v11  
    4242
    4343=== Tutorial Execution ===
     44Upon 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
     45{{{#!shell
     46root@srv1-lg1:~# ./eth_config.sh
     47}}}
     48{{{#!shell
     49root@srv1-lg1:~# ifconfig DATA1
     50DATA1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 9000
     51        inet 10.38.1.1  netmask 255.255.0.0  broadcast 10.38.255.255
     52        inet6 fe80::1e34:daff:fe42:c3c  prefixlen 64  scopeid 0x20<link>
     53        ether 1c:34:da:42:0c:3c  txqueuelen 1000  (Ethernet)
     54        RX packets 61195963  bytes 199994153268 (199.9 GB)
     55        RX errors 0  dropped 6680  overruns 0  frame 0
     56        TX packets 58734853  bytes 190912589303 (190.9 GB)
     57        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    4458
     59root@srv1-lg1:~# ifconfig DATA2
     60DATA2: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 9000
     61        inet 10.39.1.1  netmask 255.255.0.0  broadcast 10.39.255.255
     62        inet6 fe80::1e34:daff:fe42:c3d  prefixlen 64  scopeid 0x20<link>
     63        ether 1c:34:da:42:0c:3d  txqueuelen 1000  (Ethernet)
     64        RX packets 7378  bytes 651944 (651.9 KB)
     65        RX errors 0  dropped 6682  overruns 0  frame 0
     66        TX packets 282  bytes 82239 (82.2 KB)
     67        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
     68}}}
    4569
    4670