Hi các bro !!!
Mình được giao hoàn thành 1 bài lab với mô hình như sau :
Yêu cầu là :
1. Cấu hình HSRP trên 2 coreSw01, 02
2. 2 coreSW cấp DHCP xuống cho các Work1, LanSW1
3. 2 coreSW cấp DHCP xuống cho từng VLAN được chia trên LanSw1.
4. 2 work2,4 nhận IP từ 2 coresw theo VLAN.
5. Cấu hình rip v2 trên toàn mạng.
------
2 coreSW có 2 IP ảo là : 172.16.2.254 và 192.168.1.253
--------
Và đây là cấu hình của
Core 1
Core 2
Cấu hình của LanSW1
-------------
Trên đây là cấu hình của 2 con Core và LanSW.
Sau khi cấu hình như vậy, tớ đã thử shut lần lượt các cổng của CoreSw1 và 2, sau khi shut thì từ các work1-4 vẫn ping và telnet được với nhau.
Nhưng khi traceroute từ các work đến nhau thì chỉ nhìn thấy các địa chỉ IP (172.16.2.10, 2.20; 192.168.1.20, 2.20) thật, chứ không thấy các địa chỉ IP ảo.
Và khi show route lên thì cũng chỉ nhìn thấy các địa chỉ IP thật.
Thầy tớ bảo như thế là chưa được, phải cấu hình sao cho phải là nhìn thấy IP ảo. Tớ đã xem các tài liệu thì kg thấy đề cập đến ( hoặc là tớ chưa đọc đến).
Các bro giúp tớ 1 tay nhé.
Thanks các bro !
Mình được giao hoàn thành 1 bài lab với mô hình như sau :
Yêu cầu là :
1. Cấu hình HSRP trên 2 coreSw01, 02
2. 2 coreSW cấp DHCP xuống cho các Work1, LanSW1
3. 2 coreSW cấp DHCP xuống cho từng VLAN được chia trên LanSw1.
4. 2 work2,4 nhận IP từ 2 coresw theo VLAN.
5. Cấu hình rip v2 trên toàn mạng.
------
2 coreSW có 2 IP ảo là : 172.16.2.254 và 192.168.1.253
--------
Và đây là cấu hình của
Core 1
Building configuration...
Current configuration : 1916 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname CoreSw-01
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$dB/M$AJaGcdWSTqVH5EoJ7/A1p0
!
no aaa new-model
memory-size iomem 5
ip cef
!
!
no ip dhcp use vrf connected
ip dhcp excluded-address 172.16.2.1 172.16.2.50
ip dhcp excluded-address 172.16.2.200 172.16.2.255
ip dhcp excluded-address 172.16.4.1 172.16.4.20
ip dhcp excluded-address 172.16.15.200 172.16.15.255
ip dhcp excluded-address 172.16.20.200 172.16.20.255
!
ip dhcp pool Lab
network 172.16.2.0 255.255.255.0
default-router 172.16.2.254
!
ip dhcp pool Service
network 172.16.4.0 255.255.255.0
default-router 172.16.4.1
!
ip dhcp pool System
network 172.16.15.0 255.255.255.0
default-router 172.16.15.254
!
ip dhcp pool Network
network 172.16.20.0 255.255.255.0
default-router 172.16.20.254
!
interface FastEthernet0/0
ip address 192.168.1.10 255.255.255.0
speed auto
full-duplex
standby preempt
standby 1 ip 192.168.1.253
standby 1 priority 254
standby 1 preempt
standby 1 track FastEthernet0/1 20
!
interface FastEthernet0/1
ip address 172.16.2.10 255.255.255.0
speed auto
full-duplex
standby 1 ip 172.16.2.254
standby 1 priority 254
standby 1 preempt
standby 1 track FastEthernet0/0 20
!
interface FastEthernet1/0
no switchport
ip address 172.16.4.1 255.255.255.0
speed 100
!
interface FastEthernet1/1
!
interface FastEthernet1/2
!
interface FastEthernet1/3
!
interface FastEthernet1/4
!
interface FastEthernet1/5
!
interface FastEthernet1/6
!
interface FastEthernet1/7
!
interface FastEthernet1/8
!
interface FastEthernet1/9
!
interface FastEthernet1/10
!
interface FastEthernet1/11
!
interface FastEthernet1/12
!
interface FastEthernet1/13
!
interface FastEthernet1/14
!
interface FastEthernet1/15
!
interface Vlan1
no ip address
!
router rip
version 2
network 172.16.0.0
network 192.168.1.0
!
!
!
ip http server
no ip http secure-server
control-plane
!
line con 0
line aux 0
line vty 0 4
password 111111
login
!
!
end
Current configuration : 1916 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname CoreSw-01
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$dB/M$AJaGcdWSTqVH5EoJ7/A1p0
!
no aaa new-model
memory-size iomem 5
ip cef
!
!
no ip dhcp use vrf connected
ip dhcp excluded-address 172.16.2.1 172.16.2.50
ip dhcp excluded-address 172.16.2.200 172.16.2.255
ip dhcp excluded-address 172.16.4.1 172.16.4.20
ip dhcp excluded-address 172.16.15.200 172.16.15.255
ip dhcp excluded-address 172.16.20.200 172.16.20.255
!
ip dhcp pool Lab
network 172.16.2.0 255.255.255.0
default-router 172.16.2.254
!
ip dhcp pool Service
network 172.16.4.0 255.255.255.0
default-router 172.16.4.1
!
ip dhcp pool System
network 172.16.15.0 255.255.255.0
default-router 172.16.15.254
!
ip dhcp pool Network
network 172.16.20.0 255.255.255.0
default-router 172.16.20.254
!
interface FastEthernet0/0
ip address 192.168.1.10 255.255.255.0
speed auto
full-duplex
standby preempt
standby 1 ip 192.168.1.253
standby 1 priority 254
standby 1 preempt
standby 1 track FastEthernet0/1 20
!
interface FastEthernet0/1
ip address 172.16.2.10 255.255.255.0
speed auto
full-duplex
standby 1 ip 172.16.2.254
standby 1 priority 254
standby 1 preempt
standby 1 track FastEthernet0/0 20
!
interface FastEthernet1/0
no switchport
ip address 172.16.4.1 255.255.255.0
speed 100
!
interface FastEthernet1/1
!
interface FastEthernet1/2
!
interface FastEthernet1/3
!
interface FastEthernet1/4
!
interface FastEthernet1/5
!
interface FastEthernet1/6
!
interface FastEthernet1/7
!
interface FastEthernet1/8
!
interface FastEthernet1/9
!
interface FastEthernet1/10
!
interface FastEthernet1/11
!
interface FastEthernet1/12
!
interface FastEthernet1/13
!
interface FastEthernet1/14
!
interface FastEthernet1/15
!
interface Vlan1
no ip address
!
router rip
version 2
network 172.16.0.0
network 192.168.1.0
!
!
!
ip http server
no ip http secure-server
control-plane
!
line con 0
line aux 0
line vty 0 4
password 111111
login
!
!
end
Building configuration...
Current configuration : 1917 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname CoreSw-02
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$DkZs$r9snhLM.X5JMjY9H4Wn.X.
!
no aaa new-model
memory-size iomem 5
ip cef
!
!
no ip dhcp use vrf connected
ip dhcp excluded-address 172.16.2.1 172.16.2.50
ip dhcp excluded-address 172.16.2.200 172.16.2.255
ip dhcp excluded-address 172.16.4.1 172.16.4.20
ip dhcp excluded-address 172.16.15.200 172.16.15.255
ip dhcp excluded-address 172.16.20.200 172.16.20.255
!
ip dhcp pool Lab-bkup
network 172.16.2.0 255.255.255.0
default-router 172.16.2.254
!
ip dhcp pool Service
network 172.16.4.0 255.255.255.0
default-router 172.16.4.2
!
ip dhcp pool System
network 172.16.15.0 255.255.255.0
default-router 172.16.15.254
!
ip dhcp pool Network
network 172.16.20.0 255.255.255.0
default-router 172.16.20.254
interface FastEthernet0/0
ip address 192.168.1.20 255.255.255.0
duplex auto
speed auto
standby 1 ip 192.168.1.253
standby 1 priority 253
standby 1 preempt
standby 1 track FastEthernet0/1 20
!
interface FastEthernet0/1
ip address 172.16.2.20 255.255.255.0
duplex auto
speed auto
standby 1 ip 172.16.2.254
standby 1 priority 253
standby 1 preempt
standby 1 track FastEthernet0/0 20
!
interface FastEthernet1/0
no switchport
ip address 172.16.4.2 255.255.255.0
duplex full
speed 100
!
interface FastEthernet1/1
!
interface FastEthernet1/2
!
interface FastEthernet1/3
!
interface FastEthernet1/4
!
interface FastEthernet1/5
!
interface FastEthernet1/6
!
interface FastEthernet1/7
!
interface FastEthernet1/8
!
interface FastEthernet1/9
!
interface FastEthernet1/10
!
interface FastEthernet1/11
!
interface FastEthernet1/12
!
interface FastEthernet1/13
!
interface FastEthernet1/14
!
interface FastEthernet1/15
!
interface Vlan1
no ip address
!
router rip
version 2
network 172.16.0.0
network 192.168.1.0
!
!
!
ip http server
no ip http secure-server
!
control-plane
!
line con 0
line aux 0
line vty 0 4
password 111111
login
!
!
end
Current configuration : 1917 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname CoreSw-02
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$DkZs$r9snhLM.X5JMjY9H4Wn.X.
!
no aaa new-model
memory-size iomem 5
ip cef
!
!
no ip dhcp use vrf connected
ip dhcp excluded-address 172.16.2.1 172.16.2.50
ip dhcp excluded-address 172.16.2.200 172.16.2.255
ip dhcp excluded-address 172.16.4.1 172.16.4.20
ip dhcp excluded-address 172.16.15.200 172.16.15.255
ip dhcp excluded-address 172.16.20.200 172.16.20.255
!
ip dhcp pool Lab-bkup
network 172.16.2.0 255.255.255.0
default-router 172.16.2.254
!
ip dhcp pool Service
network 172.16.4.0 255.255.255.0
default-router 172.16.4.2
!
ip dhcp pool System
network 172.16.15.0 255.255.255.0
default-router 172.16.15.254
!
ip dhcp pool Network
network 172.16.20.0 255.255.255.0
default-router 172.16.20.254
interface FastEthernet0/0
ip address 192.168.1.20 255.255.255.0
duplex auto
speed auto
standby 1 ip 192.168.1.253
standby 1 priority 253
standby 1 preempt
standby 1 track FastEthernet0/1 20
!
interface FastEthernet0/1
ip address 172.16.2.20 255.255.255.0
duplex auto
speed auto
standby 1 ip 172.16.2.254
standby 1 priority 253
standby 1 preempt
standby 1 track FastEthernet0/0 20
!
interface FastEthernet1/0
no switchport
ip address 172.16.4.2 255.255.255.0
duplex full
speed 100
!
interface FastEthernet1/1
!
interface FastEthernet1/2
!
interface FastEthernet1/3
!
interface FastEthernet1/4
!
interface FastEthernet1/5
!
interface FastEthernet1/6
!
interface FastEthernet1/7
!
interface FastEthernet1/8
!
interface FastEthernet1/9
!
interface FastEthernet1/10
!
interface FastEthernet1/11
!
interface FastEthernet1/12
!
interface FastEthernet1/13
!
interface FastEthernet1/14
!
interface FastEthernet1/15
!
interface Vlan1
no ip address
!
router rip
version 2
network 172.16.0.0
network 192.168.1.0
!
!
!
ip http server
no ip http secure-server
!
control-plane
!
line con 0
line aux 0
line vty 0 4
password 111111
login
!
!
end
Building configuration...
Current configuration : 1788 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname lansw
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
ip cef
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address dhcp
speed 100
full-duplex
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface FastEthernet1/0
switchport access vlan 10
!
interface FastEthernet1/1
switchport access vlan 10
!
interface FastEthernet1/2
switchport access vlan 10
!
interface FastEthernet1/3
switchport access vlan 10
!
interface FastEthernet1/4
switchport access vlan 20
!
interface FastEthernet1/5
switchport access vlan 20
!
interface FastEthernet1/6
switchport access vlan 20
!
interface FastEthernet1/7
switchport access vlan 20
!
interface FastEthernet1/8
switchport access vlan 30
!
interface FastEthernet1/9
switchport access vlan 30
!
interface FastEthernet1/10
switchport access vlan 30
!
interface FastEthernet1/11
switchport access vlan 30
!
interface FastEthernet1/12
switchport access vlan 40
!
interface FastEthernet1/13
switchport access vlan 40
!
interface FastEthernet1/14
switchport access vlan 40
!
interface FastEthernet1/15
switchport access vlan 40
!
interface Vlan1
no ip address
!
interface Vlan20
ip address 172.16.15.254 255.255.255.0
ip helper-address 172.16.4.1
ip helper-address 172.16.4.2
!
interface Vlan30
ip address 172.16.20.254 255.255.255.0
ip helper-address 172.16.4.2
ip helper-address 172.16.4.1
!
router rip
version 2
network 172.16.0.0
network 192.168.1.0
!
!
!
ip http server
no ip http secure-server
!
control-plane
line con 0
line aux 0
line vty 0 4
login
Current configuration : 1788 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname lansw
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
ip cef
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address dhcp
speed 100
full-duplex
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface FastEthernet1/0
switchport access vlan 10
!
interface FastEthernet1/1
switchport access vlan 10
!
interface FastEthernet1/2
switchport access vlan 10
!
interface FastEthernet1/3
switchport access vlan 10
!
interface FastEthernet1/4
switchport access vlan 20
!
interface FastEthernet1/5
switchport access vlan 20
!
interface FastEthernet1/6
switchport access vlan 20
!
interface FastEthernet1/7
switchport access vlan 20
!
interface FastEthernet1/8
switchport access vlan 30
!
interface FastEthernet1/9
switchport access vlan 30
!
interface FastEthernet1/10
switchport access vlan 30
!
interface FastEthernet1/11
switchport access vlan 30
!
interface FastEthernet1/12
switchport access vlan 40
!
interface FastEthernet1/13
switchport access vlan 40
!
interface FastEthernet1/14
switchport access vlan 40
!
interface FastEthernet1/15
switchport access vlan 40
!
interface Vlan1
no ip address
!
interface Vlan20
ip address 172.16.15.254 255.255.255.0
ip helper-address 172.16.4.1
ip helper-address 172.16.4.2
!
interface Vlan30
ip address 172.16.20.254 255.255.255.0
ip helper-address 172.16.4.2
ip helper-address 172.16.4.1
!
router rip
version 2
network 172.16.0.0
network 192.168.1.0
!
!
!
ip http server
no ip http secure-server
!
control-plane
line con 0
line aux 0
line vty 0 4
login
Trên đây là cấu hình của 2 con Core và LanSW.
Sau khi cấu hình như vậy, tớ đã thử shut lần lượt các cổng của CoreSw1 và 2, sau khi shut thì từ các work1-4 vẫn ping và telnet được với nhau.
Nhưng khi traceroute từ các work đến nhau thì chỉ nhìn thấy các địa chỉ IP (172.16.2.10, 2.20; 192.168.1.20, 2.20) thật, chứ không thấy các địa chỉ IP ảo.
Và khi show route lên thì cũng chỉ nhìn thấy các địa chỉ IP thật.
Thầy tớ bảo như thế là chưa được, phải cấu hình sao cho phải là nhìn thấy IP ảo. Tớ đã xem các tài liệu thì kg thấy đề cập đến ( hoặc là tớ chưa đọc đến).
Các bro giúp tớ 1 tay nhé.
Thanks các bro !