neighbor maximum-orf

This command sets the maximum number of Outbound Route Filtering (ORF) entries that will be accepted from this neighbor.

Syntax

neighbor ip-address maximum-orf num
no neighbor ip-address maximum-orf num

Parameters

ip-address Specifies a BGP peer as a valid IPv4 address in dotted-quad format or as a valid IPv6 address in colon-separated format.
num Specifies the maximum number of ORF entries that will be accepted from this neighbor. Valid values are 1 - 4294967295 entries. The default value is 100000 entries.

Defaults

None.

Mode

BGP Router Configuration.

Usage

The connection will be closed if the configured maximum number of ORF entries is exceeded.

The no neighbor maximum-orf command resets the maximum number of ORF entries that will be accepted from this neighbor to the default value of 100k entries.

Example

The following example sets the maximum number of ORF entries that will be accepted from neighbor 9.1.2.1 to 125k:

System(su-config)->router bgp 65151
System(su-config-bgp)->bgp router-id 159.1.1.9
System(su-config-bgp)->neighbor 9.1.2.1 maximum-orf 125000
System(su-config-bgp)->