Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- NAT
- 스위치
- Vlan
- Chrony
- ipv6
- 헤더
- Etherchannel
- ACL
- 장비
- eigrp
- Inter VLAN
- eigrpv2
- vrrp
- ripng
- crontab
- stp
- OSPF
- ospfv3
- rip
- OSI 7 layer
- GLBP
- tunneling
- Redistribute
- DHCP
- CKA
- 명령어
- 라우터
Archives
- Today
- Total
Net Eng
HSRP -2 본문
ESW3
conf t
int fa1/11
no sh
ip addr 192.168.10.2 255.255.255.0
no ip addr 192.168.10.2 255.255.255.0
switch port
do sh vlan switch
vlan 1
ip addr 10.0.0.1 255.0.0.0
ESW1
conf t
ip routing
vlan 10
vlan 20
int vlan 10
ip addr 192.168.10.100 255.255.255.0
standby 10 ip 192.168.10.254
standby 10 priority 255
standby 10 preempt
int vlan 20
ip addr 192.168.20.100 255.255.255.0
standby 20 ip 192.168.20.254
int fa1/0
sw mode trunk
int fa1/1
sw mode trunk
int fa1/2
sw mode trunk
ESW2
conf t
ip routing
vlan 10
vlan 20
int vlan 10
ip addr 192.168.10.200 255.255.255.0
standby 10 ip 192.168.10.254
int vlan 20
ip addr 192.168.20.200 255.255.255.0
standby 20 ip 192.168.20.254
standby 20 priority 255
standby 20 preempt
int fa1/0
sw mode trunk
int fa1/1
sw mode trunk
int fa1/2
sw mode trunk
ESW3
conf t
vlan 10
vlan 20
int fa1/11
sw mode access
sw acc vlan 10
int fa1/12
sw mode access
sw acc vlan 20
int fa1/0
sw mode trunk
int fa1/2
sw mode trunk
ESW4
conf t
vlan 10
vlan 20
int fa1/11
sw mode access
sw acc vlan 10
int fa1/12
sw mode access
sw acc vlan 20
int fa1/0
sw mode trunk
int fa1/2
sw mode trunk
PC
PC1
ip 192.168.10.1 255.255.255.0 192.168.10.254
PC2
ip 192.168.20.1 255.255.255.0 192.168.20.254
PC3
ip 192.168.10.2 255.255.255.0 192.168.10.254
PC4
ip 192.168.20.2 255.255.255.0 192.168.20.254
■ 실습파일
'Network > 실습' 카테고리의 다른 글
Frame-Relay (1) | 2024.06.27 |
---|---|
GLBP (0) | 2024.06.26 |
VRRP (0) | 2024.06.26 |
HSRP (0) | 2024.06.25 |
Etherchannel (0) | 2024.06.25 |