D-Link DGS-3600 Switch User Manual


 
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
155
config bgp neighbor maximum_prefix
The default is 12000.
<value 1-100> - An integer specifying at what percentage the maximum prefix limit on the
router starts to generate a warning message. The range is from 1 to 100. The default is 75.
warning_only - Allows the router to generate a log message when the maximum prefix limit is
exceeded, instead of terminating the peering session.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To set the maximum number of prefixes that will be accepted from the neighbor 192.168.1.1 to 5000, when 50 percent of
the maximum prefix limit has been reached. This will display a warning message.
DGS-3627:admin# config bgp neighbor maximum_prefix 192.168.1.1 5000 50
Command: config bgp neighbor maximum_prefix 192.168.1.1 5000 50
Success.
DGS-3627:admin#
clear bgp flap_statistics
Purpose This command is used to clear the BGP route dampening flap statistics.
Syntax
clear bgp flap_statistics {[<ipaddr> | <network_address>]}
Description The command is used to clear the accumulated penalties for routes that have been received
on a router that has BGP dampening enabled. If no arguments or keywords are specified,
flap statistics are cleared for all routes.
Parameters
<ipaddr> - Specifies an IPv4 address to clear the dampening flap statistics.
<network_address> - Specifies an IPv4 network to clear the dampening flap statistics.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To clear the route dampening flap statistics of network 192.168.1.0/24:
DGS-3627:admin# clear bgp flap_statistics 192.168.1.0/24
Command: clear bgp flap_statistics 192.168.1.0/24
Success.
DGS-3627:admin#