74 neighbor strict-capability-match, 75 neighbor timers – Accton Technology ES4626 User Manual
Page 560
560
<soo-val>
is the origin source ,which the format is the same with RD
Command Mode:
vrf mode
Usage Guide:
If the user AS connects with several ISP devices, to avoid the user route
returns to itself through P area, this attribute can be set. Once this attribute is set, it
spreads with route. routes carrying SOO attributes will not be spreader to a neighbor
configured with the attribute
Example:
Switch(config)#ROUTER BGP 100
Switch(config-router)#address-family ipv4 vrf DC1
Switch(config-router-af)# neighbor 11.1.1.64 remote 200
Switch(config-router-af)# neighbor 11.1.1.64 soo 100:10
After this attribute set, the switch will no longer spreads the route with 100:10 rt attribute
to 11.1.1.64. (what have to be mentioned here is that the soo attribute will be judged
together with other rt attributes, which means if the rt is configured with the same
attribute, it will be regarded as the origin neighbor even if it’s not the real origin source.
As a matter of fact, the normal configured soo are a single configuration which is different
from rt/rd and unique within the accessible scope. In this way can only the origin concept
be exactly expressed)
13.8.3.74 neighbor strict-capability-match
Command:
neighbor {
no neighbor {
Function:
Configure whether strict capability match is required when establishing
connections. The “no neighbor {
command set to not requiring strict match.
Parameter:
: Neighbor IP address
: Name of peer group
Default:
No strict capability match configured
Command Mode:
BGP mode and address-family mode.
Usage Guide:
With this command, the connection can only be established when the
both side are perfectly matched on capabilities.
Example:
Switch(config-router)#neighbor 10.1.1.64 strict-capability-match
13.8.3.75 neighbor timers
Command: neighbor {
no neighbor {
Function:
Configure the KEEPALIVE interval and hold time; the “no neighbor