티스토리 뷰
VLAN 스위치분할 + Frame-relay switch를 이용한 네트워크 구성
[SW]
en
conf t
no ip routing
vlan 10
exit
vlan 20
exit
int f1/1
sw mod acc
sw acc vlan 10
exit
int f1/2
sw mod acc
sw acc vlan 20
exit
int f1/9
sw trunk enc dot
sw mod trunk
exit
[R1]
en
conf t
int f0/0
no shut
exit
int f0/0.10
enc dot 10
ip add 192.168.10.254 255.255.255.0
exit
int f0/0.20
enc dot 20
ip add 192.168.20.254 255.255.255.0
exit
int s1/0
no shut
ip add 211.104.7.1 255.255.255.0
enc fram
no fram inver
clock rate 64000
frame map ip 211.104.7.2 102 br
exit
ip route 192.168.30.0 255.255.255.0 s1/0 211.104.7.2
[R2]
en
conf t
int f0/0
no shut
ip add 192.168.30.254 255.255.255.0
exit
int s1/0
no shut
ip add 211.104.7.2 255.255.255.0
enc fram
no fram inver
clock rate 64000
frame map ip 211.104.7.1 201 br
exit
ip route 192.168.10.0 255.255.255.0 s1/0 211.104.7.1
ip route 192.168.20.0 255.255.255.0 s1/0 211.104.7.1
------------------------------------------------------------------
dot1q
'네트워크 > LAB실습 및 이론' 카테고리의 다른 글
[개념정리] OSI-7Layer, TCP/IP-4Layer (0) | 2023.02.27 |
---|---|
[keduit]vlan, native vlan, svi -2023/02/25 (0) | 2023.02.27 |
[keduit]line형Mesh(ptop ptomul multomul) -2023/02/21 (0) | 2023.02.21 |
[keduit]ppp프로토콜, lmi-프레임릴레이 -2023/02/17,20 (0) | 2023.02.21 |
[keduit]데이터통신기능, osi7계층, 라우터ppp통신 -2023/02/16 (0) | 2023.02.16 |