This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
оборудование_уровня_2_cisco_catalyst [2023/06/24 19:04] val [Настройка имени устройства] |
оборудование_уровня_2_cisco_catalyst [2024/12/10 10:13] (current) val [Настройка EtherChannel] |
||
|---|---|---|---|
| Line 10: | Line 10: | ||
| <code> | <code> | ||
| interface VLAN1 | interface VLAN1 | ||
| - | ip address 192.168.X.3 255.255.255.0 | + | ! ip address 192.168.X.3 255.255.255.0 |
| - | ! ip address 192.168.X.50+N 255.255.255.0 | + | ip address 192.168.X.50+N 255.255.255.0 |
| no shutdown | no shutdown | ||
| </code> | </code> | ||
| Line 36: | Line 36: | ||
| ===== Введение в технологию VLAN ===== | ===== Введение в технологию VLAN ===== | ||
| + | * [[Использование протокола 802.1q]] | ||
| + | |||
| + | * [[https://arny.ru/education/new-ccna/native-vlan/|Native VLAN]] | ||
| ==== Просмотр параметров VTP === | ==== Просмотр параметров VTP === | ||
| <code> | <code> | ||
| Line 66: | Line 69: | ||
| interface FastEthernet0/1 | interface FastEthernet0/1 | ||
| channel-group 1 mode on | channel-group 1 mode on | ||
| - | ! shutdown ! in GNS | + | shutdown ! in GNS |
| </code> | </code> | ||
| Line 76: | Line 79: | ||
| interface FastEthernet0/2 | interface FastEthernet0/2 | ||
| + | |||
| switchport mode access | switchport mode access | ||
| - | spanning-tree portfast | + | spanning-tree portfast |
| - | dot1x port-control auto | + | dot1x port-control auto |
| !!! modern syntax | !!! modern syntax | ||