Chào các anh chị !
Hiện tại hệ thống mình như sau:
- Trên Router RTR_Center và RTR_CN sẽ routing lại với nhau với 2 đường truyền (Viettel "Office_WAN" và VNPT "Mega_WAN"), trong đó đường Viettel là đường chính và đường VNPT là Backup (ip route A.B.C.D x.x.x.x 10).
- Khi 1 trong 2 đường truyền có sự cố, thì các Router sẽ chuyển hướng đi đường phụ (VNPT)
Hiện tại hệ thống mình như sau:
- Trên Router RTR_Center và RTR_CN sẽ routing lại với nhau với 2 đường truyền (Viettel "Office_WAN" và VNPT "Mega_WAN"), trong đó đường Viettel là đường chính và đường VNPT là Backup (ip route A.B.C.D x.x.x.x 10).
- Khi 1 trong 2 đường truyền có sự cố, thì các Router sẽ chuyển hướng đi đường phụ (VNPT)
Hình 1.1: Khi đường truyền Vietel ở Chi Nhánh gặp sự cố
Hình 1.2: Khi đường truyền Vietel ở Center gặp sự cố
- Cấu hình trên Router Center:
- Cấu hình trên Router Chi Nhánh
- Nhưng nó không hoạt động 1 chiều (Đi hoặc về), bởi vì khi bất kỳ đường truyền chính(Viettel) nào bị Off, thì đối phương bên kia sẽ không truy cập được (theo chiều đến). Bởi vì theo tôi nó không biết được đường đi bởi vì bên kia đã Off (Mặc định sẽ đi đường chính - Viettel)
Mong các anh chị giúp đỡ cho giải pháp khắc phục trường hợp trên.
Cám ơn Anh/Chị đã đọc bài viết này
Trân Trọng
RTR_Center#sh run
Building configuration...
Current configuration : 730 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname RTR_Center
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 10.10.10.2 255.255.255.252
duplex auto
speed auto
!
interface FastEthernet1/0
ip address 20.10.10.2 255.255.255.252
duplex auto
speed auto
!
interface GigabitEthernet2/0
ip address 192.168.2.2 255.255.255.252
duplex auto
speed auto
!
ip classless
ip route 10.10.10.4 255.255.255.252 10.10.10.1
ip route 192.169.1.0 255.255.255.192 10.10.10.1
ip route 10.10.10.4 255.255.255.252 20.10.10.1 10
ip route 192.169.1.0 255.255.255.192 20.10.10.1 10
!
!
!
!
!
!
!
line con 0
line vty 0 4
login
!
!
!
end
Building configuration...
Current configuration : 730 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname RTR_Center
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 10.10.10.2 255.255.255.252
duplex auto
speed auto
!
interface FastEthernet1/0
ip address 20.10.10.2 255.255.255.252
duplex auto
speed auto
!
interface GigabitEthernet2/0
ip address 192.168.2.2 255.255.255.252
duplex auto
speed auto
!
ip classless
ip route 10.10.10.4 255.255.255.252 10.10.10.1
ip route 192.169.1.0 255.255.255.192 10.10.10.1
ip route 10.10.10.4 255.255.255.252 20.10.10.1 10
ip route 192.169.1.0 255.255.255.192 20.10.10.1 10
!
!
!
!
!
!
!
line con 0
line vty 0 4
login
!
!
!
end
RTR_CN#sh run
Building configuration...
Current configuration : 869 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname RTR_CN
!
!
!
!
ip dhcp excluded-address 192.169.1.1 192.169.1.30
!
ip dhcp pool DHCP_CH01
network 192.169.1.0 255.255.255.192
default-router 192.169.1.1
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 10.10.10.6 255.255.255.252
duplex auto
speed auto
!
interface FastEthernet1/0
ip address 20.10.10.6 255.255.255.252
duplex auto
speed auto
!
interface GigabitEthernet2/0
ip address 192.169.1.1 255.255.255.192
duplex auto
speed auto
!
ip classless
ip route 10.10.10.0 255.255.255.252 10.10.10.5
ip route 192.168.2.0 255.255.255.252 10.10.10.5
ip route 10.10.10.0 255.255.255.252 20.10.10.5 10
ip route 192.168.2.0 255.255.255.252 20.10.10.5 10
!
!
!
!
!
!
!
line con 0
line vty 0 4
login
!
!
!
end
Building configuration...
Current configuration : 869 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname RTR_CN
!
!
!
!
ip dhcp excluded-address 192.169.1.1 192.169.1.30
!
ip dhcp pool DHCP_CH01
network 192.169.1.0 255.255.255.192
default-router 192.169.1.1
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 10.10.10.6 255.255.255.252
duplex auto
speed auto
!
interface FastEthernet1/0
ip address 20.10.10.6 255.255.255.252
duplex auto
speed auto
!
interface GigabitEthernet2/0
ip address 192.169.1.1 255.255.255.192
duplex auto
speed auto
!
ip classless
ip route 10.10.10.0 255.255.255.252 10.10.10.5
ip route 192.168.2.0 255.255.255.252 10.10.10.5
ip route 10.10.10.0 255.255.255.252 20.10.10.5 10
ip route 192.168.2.0 255.255.255.252 20.10.10.5 10
!
!
!
!
!
!
!
line con 0
line vty 0 4
login
!
!
!
end
Mong các anh chị giúp đỡ cho giải pháp khắc phục trường hợp trên.
Cám ơn Anh/Chị đã đọc bài viết này
Trân Trọng
Comment