티스토리 뷰
conf t
no ip domain lookup
line c 0
logg sy
exec-time 0
exit
pc1]
no ip routing
int f0/0
no sh
ip add 1.1.10.1 255.255.255.0
exit
ip default-gateway 1.1.10.254
pc2]
no ip routing
int f0/0
no sh
ip add 1.1.20.2 255.255.255.0
exit
ip default-gateway 1.1.20.254
pc3]
no ip routing
int f0/0
no sh
ip add 1.1.10.3 255.255.255.0
exit
ip default-gateway 1.1.10.254
pc4]
no ip routing
int f0/0
no sh
ip add 1.1.20.4 255.255.255.0
exit
ip default-gateway 1.1.20.254
sw1]
vlan 10
name VLAN10
exit
vlan 20
name VLAN20
exit
int f1/1
sw mod acc
sw acc vlan 10
int f1/2
sw mod acc
sw acc vlan 20
int f1/9
sw tr enc dot
sw trunk native vlan 10
sw mo tr
int f1/10
sw trunk enc dot
sw trunk native vlan 10
sw mo tr
sw2]
vlan 10
name VLAN10
exit
vlan 20
name VLAN20
exit
int f1/3
sw mod acc
sw acc vlan 10
int f1/4
sw mod acc
sw acc vlan 20
int f1/9
sw tr enc dot
sw tr native vlan 10
sw mo tr
r1]
int f0/0
no sh
exit
int f0/0.10
enc dot 10 native
ip add 1.1.10.254 255.255.255.0
exit
int f0/0.10
enc dot 20
ip add 1.1.20.254 255.255.255.0
exit
'네트워크 > LAB실습 및 이론' 카테고리의 다른 글
[keduit]Spanning Tree Protocol-2023/03/06 (0) | 2023.03.08 |
---|---|
[keduit]BPDU, frame_floating_static-2023/03/05 (0) | 2023.03.08 |
[keduit] -2023/03/01 (0) | 2023.02.28 |
[개념정리]인터넷 주소 및 캡슐화, 인터넷 프로토콜, 라우터 (0) | 2023.02.27 |
[개념정리] OSI-7Layer, TCP/IP-4Layer (0) | 2023.02.27 |