2023.03.03 - [네트워크 수업] - 트러블슈팅
SW1]
conf t
username R3 password cisco
int s2/0
no shutdown
encapsulation ppp
ppp authentication chap
clock rate 64000
ip add 1.1.12.1 255.255.255.248
exit
int f1/1
no switchport
ip add 172.16.12.1 255.255.255.0
exit
int f1/2
no switchport
ip add 172.16.13.1 255.255.255.0
exit
ip route 172.16.30.0 255.255.255.0 s2/0 1.1.12.6
exit
SW2]
conf t
vlan 234
exit
int f1/2
switchport mode access
switchport access vlan 234
exit
int f1/1
no switchport
ip add 172.16.12.2 255.255.255.0
exit
int vlan 234
ip add 172.16.234.252 255.255.255.0
standby 234 ip 172.16.234.100
standby 234 priority 120
standby 234 preempt delay minimum 5
standby 234 track f1/1 30
exit
ip route 0.0.0.0 0.0.0.0 f1/1 172.16.12.1
exit
SW3]
conf t
vlan 234
exit
int f1/3
switchport mode access
switchport access vlan 234
exit
int f1/2
no switchport
ip add 172.16.13.3 255.255.255.0
exit
int vlan 234
ip add 172.16.234.253 255.255.255.0
standby 234 ip 172.16.234.100
standby 234 preempt
exit
ip route 0.0.0.0 0.0.0.0 f1/2 172.16.13.1
exit
SW4]
conf t
no ip routing
vlan 234
exit
int range f1/1 - 5
switchport mode access
switchport access vlan 234
exit
R3]
conf t
username SW1 password cisco
int s1/0
no shutdown
encapsulation ppp
ppp authentication chap
ip add 1.1.12.6 255.255.255.248
exit
int f0/0
no shutdown
ip add 172.16.30.254 255.255.255.0
exit
ip route 0.0.0.0 0.0.0.0 s1/0 1.1.12.1
exit
ip dhcp pool NET30
network 172.16.30.0 255.255.255.0
lease 8
default-router 172.16.30.254
exit
'네트워크 수업' 카테고리의 다른 글
[실습] spanning tree 23.03.06 (0) | 2023.03.06 |
---|---|
[실습] TRUNK , PVC 23.03.06 (0) | 2023.03.06 |
DHCP , DNS의 동작.pdf 네임서버 실습 23.03.03 (0) | 2023.03.03 |
트러블슈팅 (0) | 2023.03.03 |
[실습] 어제 DHCP실습했던거 이어서 23.03.02 (0) | 2023.03.02 |
댓글