Adjust vrobuffer Buffer Allocation manually

Source: Internet
Author: User

This article mainly introduces how to adjust the allocation of vrobuffer Buffer manually. What operations should we perform during configuration? This article will help you.

The vrobuffer maintains two Buffer pools: public buffers and interface buffers.

Adjust public buffers

Router1 # configure terminal

Enter configuration commands, one per line. End with CNTL/Z.

Router1 (config) # buffers big initial 100

Router1 (config) # buffers big max-free 200

Router1 (config) # buffers big min-free 50

Router1 (config) # buffers big permanent 50

Router1 (config) # end

Router1 #

Adjust interface buffers

Router1 # configure terminal

Enter configuration commands, one per line. End with CNTL/Z.

Router1 (config) # buffers Ethernet0 initialization 200

Router1 (config) # buffers Ethernet0 max-free 300

Router1 (config) # buffers Ethernet0 min-free 50

Router1 (config) # buffers Ethernet0 permanent 50

Router1 (config) # end

Router1 #

Note is not recommended for modification. If it is modified, we recommend that you first use the show buffers command to view the current buffer usage. After the adjustment, we recommend that you use show memory to view the memory usage.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.