Changes between Version 4 and Version 5 of Tutorials/Wireless/mmwave80211adORCA


Ignore:
Timestamp:
Mar 6, 2020, 8:09:18 PM (4 years ago)
Author:
prasanthi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Wireless/mmwave80211adORCA

    v4 v5  
    5959{{{
    6060root@srv2-lg1:~# ifconfig eno2 10.115.1.1 netmask 255.255.0.0 mtu 9000 up
    61 root@srv2-lg1:~# ifconfig -a
    62 eno1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
    63         inet6 fe80::9a03:9bff:fe61:b0b0  prefixlen 64  scopeid 0x20<link>
    64         ether 98:03:9b:61:b0:b0  txqueuelen 1000  (Ethernet)
    65         RX packets 802837  bytes 110409834 (110.4 MB)
    66         RX errors 0  dropped 691507  overruns 0  frame 0
    67         TX packets 22003  bytes 6983546 (6.9 MB)
    68         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    69 
     61root@srv2-lg1:~# ifconfig eno2
    7062eno2: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 9000
    7163        inet 10.115.1.1  netmask 255.255.0.0  broadcast 10.115.255.255
     
    7668        TX packets 59454137  bytes 3576874343 (3.5 GB)
    7769        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    78 
    79 enp94s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
    80         inet 10.113.1.2  netmask 255.255.0.0  broadcast 10.113.255.255
    81         inet6 fe80::6a05:caff:fe1e:e595  prefixlen 64  scopeid 0x20<link>
    82         ether 68:05:ca:1e:e5:95  txqueuelen 1000  (Ethernet)
    83         RX packets 2580061  bytes 179676082 (179.6 MB)
    84         RX errors 0  dropped 0  overruns 0  frame 0
    85         TX packets 3041138  bytes 918629092 (918.6 MB)
    86         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    87         device interrupt 38  memory 0xb8880000-b88a0000
    88 
    89 lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
    90         inet 127.0.0.1  netmask 255.0.0.0
    91         inet6 ::1  prefixlen 128  scopeid 0x10<host>
    92         loop  txqueuelen 1000  (Local Loopback)
    93         RX packets 190683  bytes 17539929 (17.5 MB)
    94         RX errors 0  dropped 0  overruns 0  frame 0
    95         TX packets 190683  bytes 17539929 (17.5 MB)
    96         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    97 
    9870}}}
    9971