
C613-50186-01 Rev B
Command Reference for AR2050V
1142
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
BGP
AND
BGP4+ C
OMMANDS
BGP
MEMORY
MAXALLOCATION
bgp memory maxallocation
Overview
This command allocates a maximum percentage of the RAM (Random Access
Memory) available on the device for BGP processes.
When this percentage is exceeded, BGP peering terminates and an
out of
resources
error displays. The default setting for
bgp memory maxallocation
is
100% memory allocation.
Use the
no
variant of this command to reset memory allocation to the default.
Syntax
bgp memory maxallocation <
1-100
>
no bgp memory maxallocation
Default
BGP processes are allocated the maximum percentage of 100% of the device’s
available RAM memory by default. Note only non-default BGP memory allocation
values are shown in the running or startup configuration files:
Mode
Global Configuration
Examples
To limit the maximum amount of memory used by BGP processes to 65% of the
total RAM memory available on the device, use the commands:
awplus#
configure terminal
awplus(config)#
bgp memory maxallocation 65
To return to the default 100% maximum RAM memory allocation available on the
device for BGP processes, use the commands:
awplus#
configure terminal
awplus(config)#
no bgp memory maxallocation
Parameter
Description
<
1-100
>
Percentage of device memory allocated to BGP processes.
Note this is RAM (Random Access Memory), not device flash
memory.
awplus#show running-config
!
bgp memory maxallocation 50
!