This command sets the maximum number of Outbound Route Filtering (ORF) entries that will be accepted from this neighbor.
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. |
None.
BGP Router Configuration.
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.
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)->