Đây là sơ đồ
Mình cấu hình 4 cái VLAN như ở trên, và cấu hình Inter VLAN-routing trên con router HANOI. Sau đó mình cấu hình EIGRP trên các router trong hình.
Nhưng không biết cấu hình kiểu gì để trong bảng định tuyến của các router không phải HANOI có thông tin về mạng LAN ở HANOI.
Mình test thử ping từ 1 máy bất kì trong mạng LAN đến router HCM thì gói tin đi đến đích và bị drop bỏ (do router không có thông tin gì về mạng LAN 192.168.0.0/16 cả)
Mình thử cấu hình static route trên con HANOI rồi redistribute static trong lúc config eigrp nhưng không được
Đây là cấu hình của router HANOI :
> show ip route của HANOI
> show ip route tren con HCM
Mong mọi người giúp đỡ, mình học CCNA qua sách và xem video nên đôi chỗ không nẵm rõ.
Mình cấu hình 4 cái VLAN như ở trên, và cấu hình Inter VLAN-routing trên con router HANOI. Sau đó mình cấu hình EIGRP trên các router trong hình.
Nhưng không biết cấu hình kiểu gì để trong bảng định tuyến của các router không phải HANOI có thông tin về mạng LAN ở HANOI.
Mình test thử ping từ 1 máy bất kì trong mạng LAN đến router HCM thì gói tin đi đến đích và bị drop bỏ (do router không có thông tin gì về mạng LAN 192.168.0.0/16 cả)
Mình thử cấu hình static route trên con HANOI rồi redistribute static trong lúc config eigrp nhưng không được
Đây là cấu hình của router HANOI :
Building configuration...
Current configuration : 1317 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname HANOI
!
!
!
!
interface FastEthernet0/0
no ip address
duplex auto
speed auto
!
interface FastEthernet0/0.1
encapsulation dot1Q 2
ip address 192.168.2.1 255.255.255.0
!
interface FastEthernet0/0.2
encapsulation dot1Q 3
ip address 192.168.3.1 255.255.255.0
!
interface FastEthernet0/0.3
encapsulation dot1Q 4
ip address 192.168.4.1 255.255.255.0
!
interface FastEthernet0/0.5
encapsulation dot1Q 5
ip address 192.168.5.1 255.255.255.0
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial1/0
ip address 10.0.0.1 255.255.255.252
clock rate 64000
!
interface Serial1/1
ip address 131.127.100.1 255.255.255.252
clock rate 64000
!
interface Serial1/2
no ip address
!
interface Serial1/3
no ip address
!
interface Serial1/4
no ip address
!
interface Serial1/5
no ip address
!
interface Serial1/6
no ip address
!
interface Serial1/7
no ip address
!
router eigrp 1
redistribute static
network 10.0.0.0
network 131.127.0.0
network 192.168.0.0
auto-summary
!
ip classless
ip route 192.168.0.0 255.255.0.0 FastEthernet0/0
!
!
!
no cdp run
!
!
!
!
!
line con 0
line vty 0 4
login
!
!
!
end
Current configuration : 1317 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname HANOI
!
!
!
!
interface FastEthernet0/0
no ip address
duplex auto
speed auto
!
interface FastEthernet0/0.1
encapsulation dot1Q 2
ip address 192.168.2.1 255.255.255.0
!
interface FastEthernet0/0.2
encapsulation dot1Q 3
ip address 192.168.3.1 255.255.255.0
!
interface FastEthernet0/0.3
encapsulation dot1Q 4
ip address 192.168.4.1 255.255.255.0
!
interface FastEthernet0/0.5
encapsulation dot1Q 5
ip address 192.168.5.1 255.255.255.0
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial1/0
ip address 10.0.0.1 255.255.255.252
clock rate 64000
!
interface Serial1/1
ip address 131.127.100.1 255.255.255.252
clock rate 64000
!
interface Serial1/2
no ip address
!
interface Serial1/3
no ip address
!
interface Serial1/4
no ip address
!
interface Serial1/5
no ip address
!
interface Serial1/6
no ip address
!
interface Serial1/7
no ip address
!
router eigrp 1
redistribute static
network 10.0.0.0
network 131.127.0.0
network 192.168.0.0
auto-summary
!
ip classless
ip route 192.168.0.0 255.255.0.0 FastEthernet0/0
!
!
!
no cdp run
!
!
!
!
!
line con 0
line vty 0 4
login
!
!
!
end
> show ip route tren con HCM
Mong mọi người giúp đỡ, mình học CCNA qua sách và xem video nên đôi chỗ không nẵm rõ.
Comment