20 bgp inbound-route-filter, 21 bgp inbound-max-route-num, Bgp inbound – PLANET XGS3-24040 User Manual

Page 522: Route, Filter

Advertising
background image


35-235

35.20 bgp inbound-route-filter

Command: bgp inbound-route-filter

no bgp inbound-route-filter

Function: The bgp do not install the RD routing message which does not exist locally. The “no bgp

inbound-route-filter” command means the RD will be installed with no regard to the local existence of

the RD.

Parameter: None.

Command Mode: BGP route mode.

Usage Guide: Normally when the switch plays as PE, whether the route bgp acquired from VPN is

saved in BGP depends on if the VRF configured in this PE has got matched information. With the “no

bgp inbound-route-filter” command the BGP will save the routing message with no regard to the

matched information.

Example:

Switch(config)#router bgp 100

Switch(config-router)#no bgp inbound-route-filter

35.21 bgp inbound-max-route-num

Command: bgp inbound-max-route-num <0-500000>

no bgp inbound-max-route-num

Function: Set the number limit of routers learnt by the bgp process from its neighbors.

Parameters: The number limit of routers, ranging from 0 to 500000.

Default: The number limit is 50000 by default.

Command Mode: BGP routing mode and address family mode

Usage Guide: Limit the number of routers learnt by the bgp process from its neighbors with this

command.

Example: The following configuration will limit max number of routers that the bgp process receives from

its neighbors as 20000.

Switch(config-router)# bgp inbound-max-route-num 20000

Advertising