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/02/26 07:44]
val [Настройка DHCP сервиса]
оборудование_уровня_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
Line 65: Line 84:
 !no ip domain-lookup !no ip domain-lookup
  
-!ip host server 192.168.X.10+!ip host server 192.168.X.10 ​  !Рекомендуется для rcmd
 </​code>​ </​code>​
  
Line 177: Line 196:
 ip flow-export destination server 2055 ip flow-export destination server 2055
 ! ip flow-export destination server 9555 ! ip flow-export destination server 9555
 +
  
 interface FastEthernet1/​0 interface FastEthernet1/​0
 +!interface Port-channel1
  ip route-cache flow  ip route-cache flow
  
 interface FastEthernet1/​1 interface FastEthernet1/​1
 +!interface FastEthernet0/​0
  ip route-cache flow  ip route-cache flow
 </​code>​ </​code>​
оборудование_уровня_3_cisco_router.txt · Last modified: 2024/06/20 15:58 by val