User Tools

Site Tools


оборудование_уровня_3_cisco_router

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
оборудование_уровня_3_cisco_router [2022/03/09 11:42]
val [с использованием статических записей (аналог hosts)]
оборудование_уровня_3_cisco_router [2022/03/25 11:06]
val [EtherChannel]
Line 7: Line 7:
  
 ===== Настройка интерфейсов ===== ===== Настройка интерфейсов =====
 +
 +  * [[https://​www.cisco.com/​c/​ru_ru/​support/​docs/​switches/​catalyst-2950-series-switches/​24042-158.html|Настройка транкинга EtherChannel и 802.1Q между коммутатором Catalyst с фиксированной конфигурацией L2 и маршрутизатором (InterVLAN Routing)]]
 +
 +==== Базовая ====
 <​code>​ <​code>​
 interface FastEthernet1/​0 interface FastEthernet1/​0
Line 24: Line 28:
 </​code>​ </​code>​
  
-==== Trunk EtherChannel ====+==== EtherChannel ==== 
 + 
 +<​code>​ 
 +interface Port-channel1 
 + ​description connection to LAN 
 + ip address 192.168.X.1 255.255.255.0 
 + no shutdown 
 + ​duplex full   ! for GNS 
 + 
 +interface FastEthernet1/​0 
 + ​channel-group 1 
 + no shutdown 
 + 
 +interface FastEthernet1/​1 
 + ​channel-group 1 
 +! no shutdown ​ ! for course with GNS 
 +</​code>​
  
-  * [[https://​www.cisco.com/​c/​ru_ru/​support/​docs/​switches/​catalyst-2950-series-switches/​24042-158.html|Настройка транкинга EtherChannel и 802.1Q между коммутатором Catalyst с фиксированной конфигурацией L2 и маршрутизатором (InterVLAN Routing)]] 
  
-  * Trunk +==== Trunk ====
 <​code>​ <​code>​
 !interface FastEthernet1/​0.2 !interface FastEthernet1/​0.2
оборудование_уровня_3_cisco_router.txt · Last modified: 2024/06/20 15:58 by val