System information
BSR 64000 Configuration and Management Guide
12-26
MOT(config-bgp)#neighbor {<ip-address> | <name>} maximum-prefix
[<num> <threshold>] [warning-only]
where:
ip-address is the IP address of the neighbor.
name is the name of the BGP peer group.
num is the maximum number of prefixes allowed from this neighbor.
threshold is the percent of the maximum at which the router generates a warning
message; valid entries are 1 to 100; default is 75 percent.
warning-only indicates generate a warning message only instead of shutting
down the peer.
Example
The commands in the following example set the maximum prefix to 900:
MOT(config)#router bgp 100
MOT(config-bgp)#neighbor 1.1.1.1 maximum-prefix 900
Configuring Next Hop Processing
The BGP next hop attribute is the IP address of the next hop. The next hop is usually
the IP address of a neighbor you specified with the neighbor remote-as command.
You can also use the neighbor next-hop-self command to specify the router itself.
To configure next hop processing, use the neighbor remote-as command in Router
BGP Configuration mode, as shown below:
MOT(config-bgp)#neighbor {<ip-address> | <name>} remote-as <num>
where:
ip-address is the IP address of the neighbor.
name is the name of the BGP peer group.
num is the AS number of the neighbor AS.