Got it

Packet loss

Created: Sep 29, 2020 13:38:56Latest reply: Sep 29, 2020 13:39:22 400 1 0 0 0
  Rewarded HiCoins: 0 (problem resolved)

Hello everyone,

1

The USG6630 serves as the enterprise egress and connects to the ONTs provided by ISP-1 and ISP-2. Static routes are used to implement load balancing.

                                             

The configuration is as follows:

firewall zone trust

 set priority 85  

 add interface GigabitEthernet1/0/2

#

firewall zone untrust

 set priority 5

 add interface GigabitEthernet1/0/0

 add interface GigabitEthernet1/0/1

#

nat-policy

 rule name isp

  source-zone trust

  destination-zone untrust

  action nat easy-ip

#

ip route-static 0.0.0.0 0.0.0.0 192.168.1.1

ip route-static 0.0.0.0 0.0.0.0 192.168.2.1

When the upstream link of ISP-1 ONT-1 is faulty, some packets are lost. Check the routing table of the USG6630. It is found that the default route still takes effect when the upstream link of the ONT corresponding to isp1 is faulty. This is because the physical interface G1/0/0 is Up and the next hop 192.168.1.1 is reachable. As a result, some traffic is still transmitted through the isp1 link, and packet loss occurs.

What should I do about this? Please help me! Thank you!


Featured Answers
DDSN
Admin Created Sep 29, 2020 13:39:22

Hi Aatrox,

Configure IP-link to check the reachability of the interface to 8.8.8.8. When ISP1 fails, the status of ip-link isp1 goes Down, the default route disappears, and traffic is switched to ISP2. The configuration is as follows:

ip-link check enable

ip-link name isp1

 destination x.x.8.8 interface GigabitEthernet1/0/0 mode icmp next-hop 192.168.1.1

ip-link name isp2

 destination x.x.8.8 interface GigabitEthernet1/0/1 mode icmp next-hop 192.168.2.1

ip route-static 0.0.0.0 0.0.0.0 192.168.1.1 track ip-link isp1

ip route-static 0.0.0.0 0.0.0.0 192.168.2.1 track ip-link isp2

I hope it helps!


View more
  • x
  • convention:

All Answers
DDSN
DDSN Admin Created Sep 29, 2020 13:39:22

Hi Aatrox,

Configure IP-link to check the reachability of the interface to 8.8.8.8. When ISP1 fails, the status of ip-link isp1 goes Down, the default route disappears, and traffic is switched to ISP2. The configuration is as follows:

ip-link check enable

ip-link name isp1

 destination x.x.8.8 interface GigabitEthernet1/0/0 mode icmp next-hop 192.168.1.1

ip-link name isp2

 destination x.x.8.8 interface GigabitEthernet1/0/1 mode icmp next-hop 192.168.2.1

ip route-static 0.0.0.0 0.0.0.0 192.168.1.1 track ip-link isp1

ip route-static 0.0.0.0 0.0.0.0 192.168.2.1 track ip-link isp2

I hope it helps!


View more
  • x
  • convention:

Comment

You need to log in to comment to the post Login | Register
Comment

Notice: To protect the legitimate rights and interests of you, the community, and third parties, do not release content that may bring legal risks to all parties, including but are not limited to the following:
  • Politically sensitive content
  • Content concerning pornography, gambling, and drug abuse
  • Content that may disclose or infringe upon others ' commercial secrets, intellectual properties, including trade marks, copyrights, and patents, and personal privacy
Do not share your account and password with others. All operations performed using your account will be regarded as your own actions and all consequences arising therefrom will be borne by you. For details, see " User Agreement."

My Followers

Login and enjoy all the member benefits

Login

Block
Are you sure to block this user?
Users on your blacklist cannot comment on your post,cannot mention you, cannot send you private messages.
Reminder
Please bind your phone number to obtain invitation bonus.