73 | | root@srv1-lg1:~# ./eth_config.sh |
74 | | root@srv1-lg1:~# ifconfig eno1 |
75 | | eno1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 9000 |
76 | | inet 10.38.1.1 netmask 255.255.0.0 broadcast 10.38.255.255 |
77 | | inet6 fe80::1e34:daff:fe42:c3c prefixlen 64 scopeid 0x20<link> |
78 | | ether 1c:34:da:42:0c:3c txqueuelen 1000 (Ethernet) |
79 | | RX packets 712 bytes 74814 (74.8 KB) |
80 | | RX errors 0 dropped 595 overruns 0 frame 0 |
81 | | TX packets 42 bytes 9132 (9.1 KB) |
| 73 | root@srv1-lg1:~# ifconfig DATA1 |
| 74 | DATA1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 |
| 75 | inet6 fe80::1e34:daff:fe42:d4c prefixlen 64 scopeid 0x20<link> |
| 76 | ether 1c:34:da:42:0d:4c txqueuelen 1000 (Ethernet) |
| 77 | RX packets 21092 bytes 1881634 (1.8 MB) |
| 78 | RX errors 0 dropped 19183 overruns 0 frame 0 |
| 79 | TX packets 686 bytes 204975 (204.9 KB) |
83 | | root@srv1-lg1:~# ifconfig eno2 |
84 | | eno2: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 9000 |
85 | | inet 10.39.1.1 netmask 255.255.0.0 broadcast 10.39.255.255 |
86 | | inet6 fe80::1e34:daff:fe42:c3d prefixlen 64 scopeid 0x20<link> |
87 | | ether 1c:34:da:42:0c:3d txqueuelen 1000 (Ethernet) |
88 | | RX packets 643 bytes 51548 (51.5 KB) |
89 | | RX errors 0 dropped 599 overruns 0 frame 0 |
90 | | TX packets 42 bytes 9132 (9.1 KB) |
| 81 | root@srv1-lg1:~# ifconfig DATA2 |
| 82 | DATA2: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 |
| 83 | inet6 fe80::1e34:daff:fe42:d4d prefixlen 64 scopeid 0x20<link> |
| 84 | ether 1c:34:da:42:0d:4d txqueuelen 1000 (Ethernet) |
| 85 | RX packets 21091 bytes 1881530 (1.8 MB) |
| 86 | RX errors 0 dropped 19184 overruns 0 frame 0 |
| 87 | TX packets 690 bytes 226549 (226.5 KB) |