Cisco kommutaator: erinevus redaktsioonide vahel
Allikas: Imre kasutab arvutit
Mine navigeerimisribaleMine otsikasti
(Uus lehekülg: '===Sissejuhatus=== TODO ===Misc=== Vlan liidese moodustamine <pre> harjutus-sw#conf t Enter configuration commands, one per line. End with CNTL/Z. harjutus-sw(config)#vlan 221 harjutus-sw(config-vlan)#name vlan_name_222 harjutus-sw(config-vlan)#end harjutus-sw# harjutus-sw#show run vlan 222 Building configuration... Current configuration: ! vlan 222 name vlan_name_222 end </pre> Vlan liidese seadistuse esitamine <pre> harjutus-sw#sh run int vlan 10 Building config...') |
Resümee puudub |
||
| 3. rida: | 3. rida: | ||
TODO |
TODO |
||
| + | ===Failisüsteemiga töötamine=== |
||
| ⚫ | |||
| + | |||
| + | Seadistuse salvestamine flash seadmele |
||
| + | |||
| + | <pre> |
||
| + | harjutus-sw#copy running-config flash1:imretest-rc |
||
| + | |||
| + | harjutus-sw#dir |
||
| + | Directory of flash:/ |
||
| + | |||
| + | 2 -rwx 3096 Mar 1 1993 04:37:25 +02:00 multiple-fs |
||
| + | 3 -rwx 796 Mar 1 1993 04:37:40 +02:00 vlan.dat |
||
| + | 4 -rwx 3843 Mar 1 1993 04:37:25 +02:00 private-config.text |
||
| + | 5 -rwx 7477 Mar 1 1993 04:32:07 +02:00 imretest-rc |
||
| + | 6 -rwx 14610998 Dec 9 2018 14:02:18 +02:00 c3750e-ipbasek9-mz.122-55.SE12.bin |
||
| + | 8 -rwx 6048 Mar 1 1993 04:37:25 +02:00 config.text |
||
| + | </pre> |
||
| + | |||
| + | Salvestatud seadistuse kasutusele võtmine ('replace' asendab kogu parasjagu kehtestatud seadistuse failis oleva seadistusega) |
||
| + | |||
| + | <pre> |
||
| + | harjutus-sw#configure replace flash1:imretest-rc |
||
| + | </pre> |
||
| + | |||
| ⚫ | |||
Vlan liidese moodustamine |
Vlan liidese moodustamine |
||
Redaktsioon: 9. juuni 2024, kell 00:25
Sissejuhatus
TODO
Failisüsteemiga töötamine
Seadistuse salvestamine flash seadmele
harjutus-sw#copy running-config flash1:imretest-rc
harjutus-sw#dir
Directory of flash:/
2 -rwx 3096 Mar 1 1993 04:37:25 +02:00 multiple-fs
3 -rwx 796 Mar 1 1993 04:37:40 +02:00 vlan.dat
4 -rwx 3843 Mar 1 1993 04:37:25 +02:00 private-config.text
5 -rwx 7477 Mar 1 1993 04:32:07 +02:00 imretest-rc
6 -rwx 14610998 Dec 9 2018 14:02:18 +02:00 c3750e-ipbasek9-mz.122-55.SE12.bin
8 -rwx 6048 Mar 1 1993 04:37:25 +02:00 config.text
Salvestatud seadistuse kasutusele võtmine ('replace' asendab kogu parasjagu kehtestatud seadistuse failis oleva seadistusega)
harjutus-sw#configure replace flash1:imretest-rc
VLAN
Vlan liidese moodustamine
harjutus-sw#conf t Enter configuration commands, one per line. End with CNTL/Z. harjutus-sw(config)#vlan 221 harjutus-sw(config-vlan)#name vlan_name_222 harjutus-sw(config-vlan)#end harjutus-sw# harjutus-sw#show run vlan 222 Building configuration... Current configuration: ! vlan 222 name vlan_name_222 end
Vlan liidese seadistuse esitamine
harjutus-sw#sh run int vlan 10 Building configuration... Current configuration : 65 bytes ! interface Vlan10 ip address 192.168.10.156 255.255.255.0 end harjutus-sw#