tssltd:настройка_агрегации_сетевых_интерфейсов

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
tssltd:настройка_агрегации_сетевых_интерфейсов [2023/10/06 14:18] n.ganenkovtssltd:настройка_агрегации_сетевых_интерфейсов [2023/10/10 16:48] (current) n.ganenkov
Line 7: Line 7:
  
 <WRAP center round box 100%> <WRAP center round box 100%>
-{{:tssltd:la_show.png}}+{{ :tssltd:br_1.png | Просмотр информации об агрегированных интерфейсах }}
  
 __//Изобр. 6.h.1. Просмотр информации об агрегированных интерфейсах//__ __//Изобр. 6.h.1. Просмотр информации об агрегированных интерфейсах//__
Line 15: Line 15:
  
 <WRAP center round box 100%> <WRAP center round box 100%>
-{{:tssltd:la_conf.png}}+{{ :tssltd:br_2.png | Задание параметров для агрегированного интерфейса }}
  
 __//Изобр. 6.h.2. Задание параметров для агрегированного интерфейса//__ __//Изобр. 6.h.2. Задание параметров для агрегированного интерфейса//__
Line 23: Line 23:
  
 <WRAP center round box 100%> <WRAP center round box 100%>
-{{:tssltd:la_save.png}}+{{ :tssltd:br_3.png | Сохранение настроек для агрегированного интерфейса }}
  
 __//Изобр. 6.h.3. Сохранение настроек для агрегированного интерфейса//__ __//Изобр. 6.h.3. Сохранение настроек для агрегированного интерфейса//__
Line 35: Line 35:
 <code> <code>
 # cat /sys/class/net/bonding_masters # cat /sys/class/net/bonding_masters
-lataps1 lataps2 la+br
 </code> </code>
  
 Для отображения дополнительной информации об интерфейсе агрегации необходимо выполнить команду «**cat /proc/net/bonding/<aggr_interface_name>**». Для отображения дополнительной информации об интерфейсе агрегации необходимо выполнить команду «**cat /proc/net/bonding/<aggr_interface_name>**».
-</WRAP>+<code> 
 +# cat /proc/net/bonding/br 
 +Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
  
 +Bonding Mode: load balancing (round-robin)
 +MII Status: up
 +MII Polling Interval (ms): 100
 +Up Delay (ms): 0
 +Down Delay (ms): 0
  
 +Slave Interface: eth1
 +MII Status: up
 +Speed: 1000 Mbps
 +Duplex: full
 +Link Failure Count: 0
 +Permanent HW addr: 08:00:27:10:ed:5a
 +Slave queue ID: 0
 +
 +Slave Interface: eth2
 +MII Status: up
 +Speed: 1000 Mbps
 +Duplex: full
 +Link Failure Count: 0
 +Permanent HW addr: 08:00:27:de:a1:51
 +Slave queue ID: 0
 +</code>
 +
 +</WRAP>
  
 === Настройка интерфейса в режиме агрегации Balance round-robin === === Настройка интерфейса в режиме агрегации Balance round-robin ===
Line 49: Line 74:
  
 <code> <code>
-# cat /proc/net/bonding/la+# cat /proc/net/bonding/br
 Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011) Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
  
 Bonding Mode: load balancing (round-robin) Bonding Mode: load balancing (round-robin)
-MII Status: down+MII Status: up
 MII Polling Interval (ms): 100 MII Polling Interval (ms): 100
 Up Delay (ms): 0 Up Delay (ms): 0
 Down Delay (ms): 0 Down Delay (ms): 0
  
-Slave Interface: enp15s0 +Slave Interface: eth1 
-MII Status: down +MII Status: up 
-Speed: Unknown +Speed: 1000 Mbps 
-Duplex: Unknown+Duplex: full
 Link Failure Count: 0 Link Failure Count: 0
-Permanent HW addr: 00:90:0b:94:14:a4+Permanent HW addr: 08:00:27:10:ed:5a
 Slave queue ID: 0 Slave queue ID: 0
  
-Slave Interface: enp16s0 +Slave Interface: eth2 
-MII Status: down +MII Status: up 
-Speed: Unknown +Speed: 1000 Mbps 
-Duplex: Unknown+Duplex: full
 Link Failure Count: 0 Link Failure Count: 0
-Permanent HW addr: 00:90:0b:94:14:a5+Permanent HW addr: 08:00:27:de:a1:51
 Slave queue ID: 0 Slave queue ID: 0
 </code> </code>
Line 96: Line 121:
  
 <code> <code>
-# cat /proc/net/bonding/la+# cat /proc/net/bonding/br
 Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011) Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
  
 Bonding Mode: fault-tolerance (active-backup) Bonding Mode: fault-tolerance (active-backup)
 Primary Slave: None Primary Slave: None
-Currently Active Slave: enp3s0f0+Currently Active Slave: eth1
 MII Status: up MII Status: up
 MII Polling Interval (ms): 100 MII Polling Interval (ms): 100
Line 107: Line 132:
 Down Delay (ms): 0 Down Delay (ms): 0
  
-Slave Interface: enp2s0+Slave Interface: eth1
 MII Status: up MII Status: up
 Speed: 1000 Mbps Speed: 1000 Mbps
 Duplex: full Duplex: full
 Link Failure Count: 0 Link Failure Count: 0
-Permanent HW addr: 00:90:0b:8a:d7:44+Permanent HW addr: 08:00:27:10:ed:5a
 Slave queue ID: 0 Slave queue ID: 0
  
-Slave Interface: enp3s0f0 +Slave Interface: eth2 
-MII Status: up+MII Status: down
 Speed: 1000 Mbps Speed: 1000 Mbps
 Duplex: full Duplex: full
-Link Failure Count: 0 +Link Failure Count: 1 
-Permanent HW addr: 00:90:0b:6e:4c:fc+Permanent HW addr: 08:00:27:de:a1:51
 Slave queue ID: 0 Slave queue ID: 0
 </code> </code>
Line 145: Line 170:
  
 <code> <code>
-# cat /proc/net/bonding/la+# cat /proc/net/bonding/br
 Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011) Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
  
Line 155: Line 180:
 Down Delay (ms): 0 Down Delay (ms): 0
  
-Slave Interface: enp2s0+Slave Interface: eth1
 MII Status: up MII Status: up
 Speed: 1000 Mbps Speed: 1000 Mbps
 Duplex: full Duplex: full
 Link Failure Count: 0 Link Failure Count: 0
-Permanent HW addr: 00:90:0b:8a:d7:44+Permanent HW addr: 08:00:27:10:ed:5a
 Slave queue ID: 0 Slave queue ID: 0
  
-Slave Interface: enp3s0f0+Slave Interface: eth2
 MII Status: up MII Status: up
 Speed: 1000 Mbps Speed: 1000 Mbps
 Duplex: full Duplex: full
 Link Failure Count: 0 Link Failure Count: 0
-Permanent HW addr: 00:90:0b:6e:4c:fc+Permanent HW addr: 08:00:27:de:a1:51
 Slave queue ID: 0 Slave queue ID: 0
 </code> </code>
Line 193: Line 218:
  
 <code> <code>
-# cat /proc/net/bonding/la+# cat /proc/net/bonding/br
 Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011) Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
  
Line 202: Line 227:
 Down Delay (ms): 0 Down Delay (ms): 0
  
-Slave Interface: enp2s0+Slave Interface: eth1
 MII Status: up MII Status: up
 Speed: 1000 Mbps Speed: 1000 Mbps
 Duplex: full Duplex: full
 Link Failure Count: 0 Link Failure Count: 0
-Permanent HW addr: 00:90:0b:8a:d7:44+Permanent HW addr: 08:00:27:10:ed:5a
 Slave queue ID: 0 Slave queue ID: 0
  
-Slave Interface: enp3s0f0+Slave Interface: eth2
 MII Status: up MII Status: up
 Speed: 1000 Mbps Speed: 1000 Mbps
 Duplex: full Duplex: full
 Link Failure Count: 0 Link Failure Count: 0
-Permanent HW addr: 00:90:0b:6e:4c:fc+Permanent HW addr: 08:00:27:de:a1:51
 Slave queue ID: 0 Slave queue ID: 0
 </code> </code>
Line 239: Line 264:
  
 <code> <code>
-# cat /proc/net/bonding/la+# cat /proc/net/bonding/br
 Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011) Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
  
Line 254: Line 279:
 Aggregator selection policy (ad_select): stable Aggregator selection policy (ad_select): stable
 System priority: 65535 System priority: 65535
-System MAC address: 00:90:0b:8a:d7:44+System MAC address: 08:00:27:10:ed:5a
 Active Aggregator Info: Active Aggregator Info:
-        Aggregator ID: 2+        Aggregator ID: 1
         Number of ports: 1         Number of ports: 1
         Actor Key: 9         Actor Key: 9
Line 262: Line 287:
         Partner Mac Address: 00:00:00:00:00:00         Partner Mac Address: 00:00:00:00:00:00
  
-Slave Interface: enp2s0+Slave Interface: eth1
 MII Status: up MII Status: up
 Speed: 1000 Mbps Speed: 1000 Mbps
 Duplex: full Duplex: full
 Link Failure Count: 0 Link Failure Count: 0
-Permanent HW addr: 00:90:0b:8a:d7:44+Permanent HW addr: 08:00:27:10:ed:5a
 Slave queue ID: 0 Slave queue ID: 0
 Aggregator ID: 1 Aggregator ID: 1
-Actor Churn State: churned +Actor Churn State: monitoring 
-Partner Churn State: churned +Partner Churn State: monitoring 
-Actor Churned Count: 1 +Actor Churned Count: 0 
-Partner Churned Count: 1+Partner Churned Count: 0
 details actor lacp pdu: details actor lacp pdu:
     system priority: 65535     system priority: 65535
-    system mac address: 00:90:0b:8a:d7:44+    system mac address: 08:00:27:10:ed:5a
     port key: 9     port key: 9
     port priority: 255     port priority: 255
     port number: 1     port number: 1
-    port state: 69+    port state: 205
 details partner lacp pdu: details partner lacp pdu:
     system priority: 65535     system priority: 65535
Line 287: Line 312:
     port priority: 255     port priority: 255
     port number: 1     port number: 1
-    port state: 1+    port state: 3
  
-Slave Interface: enp3s0f0+Slave Interface: eth2
 MII Status: up MII Status: up
 Speed: 1000 Mbps Speed: 1000 Mbps
 Duplex: full Duplex: full
 Link Failure Count: 0 Link Failure Count: 0
-Permanent HW addr: 00:90:0b:6e:4c:fc+Permanent HW addr: 08:00:27:de:a1:51
 Slave queue ID: 0 Slave queue ID: 0
 Aggregator ID: 2 Aggregator ID: 2
-Actor Churn State: none +Actor Churn State: monitoring 
-Partner Churn State: churned+Partner Churn State: monitoring
 Actor Churned Count: 0 Actor Churned Count: 0
-Partner Churned Count: 1+Partner Churned Count: 0
 details actor lacp pdu: details actor lacp pdu:
     system priority: 65535     system priority: 65535
-    system mac address: 00:90:0b:8a:d7:44+    system mac address: 08:00:27:10:ed:5a
     port key: 9     port key: 9
     port priority: 255     port priority: 255
     port number: 2     port number: 2
-    port state: 77+    port state: 197
 details partner lacp pdu: details partner lacp pdu:
     system priority: 65535     system priority: 65535
Line 314: Line 339:
     port priority: 255     port priority: 255
     port number: 1     port number: 1
-    port state: +    port state: 3
 </code> </code>
  
tssltd/настройка_агрегации_сетевых_интерфейсов.1696591087.txt.gz · Last modified: 2023/10/06 14:18 by n.ganenkov

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki