S6520X device frequently prints exception logs of insufficient resources of nexthoppool1

2023-12-21 09:32:53 Published
  • 0 Followed
  • 0Collected ,2099Browsed

Network Topology

None


Problem Description

Insufficient exception log for printing resources on the switch:

%@5903%Oct 23 20:19:22:492 2023 DS-WIFI RESMON/5/RESMON_USEDUP_RECOVERY: -Resource=nexthoppool1-Total=23552-Used=23548-Free=4; The amount of free resources increased from zero to a non-zero value.
%@5904%Oct 23 20:19:52:493 2023 DS-WIFI RESMON/2/RESMON_USEDUP: -Resource=nexthoppool1-Total=23552-Used=23552-Free=0; Resources used up.
%@5905%Oct 23 20:20:22:494 2023 DS-WIFI RESMON/5/RESMON_USEDUP_RECOVERY: -Resource=nexthoppool1-Total=23552-Used=23550-Free=2; The amount of free resources increased from zero to a non-zero value.
%@5906%Oct 23 20:20:52:495 2023 DS-WIFI RESMON/2/RESMON_USEDUP: -Resource=nexthoppool1-Total=23552-Used=23552-Free=0; Resources used up.
%@5907%Oct 23 20:21:22:496 2023 DS-WIFI RESMON/5/RESMON_USEDUP_RECOVERY: -Resource=nexthoppool1-Total=23552-Used=23551-Free=1; The amount of free resources increased from zero to a non-zero value.
%@5908%Oct 23 20:22:52:499 2023 DS-WIFI RESMON/2/RESMON_USEDUP: -Resource=nexthoppool1-Total=23552-Used=23552-Free=0; Resources used up.



Process Analysis

The total nexthop resource is 23552, which is shared by ARP and ND, The prompt content of the log shows insufficient resources.

===============display resource-monitor slot 1=============== 

Minor alarms resending: Enabled

 

Slot 1:

Resource                         Minor Severe Free/Total          

                                 (%)   (%)    (absolute)          

ac                               20    10     512/512             

agg_group                        20    10     127/128             

arp                              20    10     0/23552          

ecmpgroup                        20    10     63/63               

ipv4host                         20    10     16384/16384         

ipv4route                        20    10     8160/8192           

ipv6host                         20    10     10922/10922         

ipv6route                        20    10     4095/4096           

mqcin                            20    10     969/969             

mqcout                           20    10     256/256             

nd                               20    10     0/23552             

nexthoppool1                     20    10     0/23552             


Solution

(1) Simplify the routing table entries or static ARP table entries

(2) Configure the working mode of the interface according to the actual situation

The device generates a host route when it learns an ARP entry from a network-side port. To save hardware resources, you can specify a port that connects to a user terminal as a customer-side port. The device will not generate a host route for the learned ARP entry of the user terminal.

Configure the interface as a customer-side port

[H3C-interface]arp mode uni

NNI: When the interface is connected to the network device, it needs to be configured as a network-side interface. The ARP entries learned on this interface can be associated with the routing information on the device and can be used as the next hop for routing information. (Default mode)

UNI: When the interface is connected to the terminal host, it can be configured as a user-side interface. The ARP entries learned on this type of interface are no longer associated with the routing information on the device.


Please rate this case:   
0 Comments

No Comments

Add Comments: