SVI
2023. 8. 29. 17:24ㆍ네트워크
SVI(Switch Virtual Interface)
SVI는 "Switched Virtual Interface"의 약어로, 스위치의 레이어 3 기능을 지원하기 위해 사용되는 개념이다.
L2SW + IP lookup > ip routing ==> L3SW
vlan 10
exi
interface vlan 10 > SVI
no shut
ip add 10.1.10.254 255.255.255.0
exi
stup network에서 default routing 필수!
stick on router > inter vlan
Router + vlan > trunk
실습
S2
int f 0/0
no shu
ip add 10.1.20.1 255.255.255.0
mac 0001.0001.0001
ip route 0.0.0.0 0.0.0.0 10.1.10.254
ASW
conf t
vlan 10,20
exi
int e 0/0
sw mo a
sw a v 10
exi
int e 0/1
sw mo a
sw a v 20
exi
int e 0/2
sw t e d
sw m t
exi
show mac add dy
show int status
show int trunk
show vlan brief
'네트워크' 카테고리의 다른 글
VLAN 간의 라우팅2 (0) | 2023.08.30 |
---|---|
VLAN 간의 라우팅1 (0) | 2023.08.30 |
VLAN (0) | 2023.08.29 |
Switch 기본 설정 (0) | 2023.08.29 |
인증 (0) | 2023.08.29 |