mirror of
				https://github.com/vyos/vyos-documentation.git
				synced 2025-10-26 08:41:46 +01:00 
			
		
		
		
	Merge pull request #1269 from vyos/mergify/bp/sagitta/pr-1267
bgp: T6024: add additional missing FRR features (backport #1267)
This commit is contained in:
		
						commit
						218c2bc974
					
				| @ -584,6 +584,12 @@ General Configuration | ||||
| Common parameters | ||||
| ^^^^^^^^^^^^^^^^^ | ||||
| 
 | ||||
| .. cfgcmd:: set protocols bgp parameters allow-martian-nexthop | ||||
| 
 | ||||
|    When a peer receives a martian nexthop as part of the NLRI for a route | ||||
|    permit the nexthop to be used as such, instead of rejecting and resetting | ||||
|    the connection. | ||||
| 
 | ||||
| .. cfgcmd:: set protocols bgp parameters router-id <id> | ||||
| 
 | ||||
|    This command specifies the router-ID. If router ID is not specified it will | ||||
| @ -598,6 +604,12 @@ Common parameters | ||||
|    Path (both AS number and AS path length), Origin code, MED, IGP | ||||
|    metric. Also, the next hop address for each path must be different. | ||||
| 
 | ||||
| .. cfgcmd:: set protocols bgp parameters no-hard-administrative-reset | ||||
| 
 | ||||
|    Do not send Hard Reset CEASE Notification for "Administrative Reset" | ||||
|    events. When set and Graceful Restart Notification capability is exchanged | ||||
|    between the peers, Graceful Restart procedures apply, and routes will be retained. | ||||
| 
 | ||||
| .. cfgcmd:: set protocols bgp parameters log-neighbor-changes | ||||
| 
 | ||||
|    This command enable logging neighbor up/down changes and reset reason. | ||||
| @ -643,6 +655,16 @@ Common parameters | ||||
|    compatibility with older versions of VyOS. With this option one can | ||||
|    enable :rfc:`8212` functionality to operate. | ||||
| 
 | ||||
| .. cfgcmd:: set protocols bgp parameters labeled-unicast <explicit-null | | ||||
|    ipv4-explicit-null | ipv6-explicit-null> | ||||
| 
 | ||||
|    By default, locally advertised prefixes use the implicit-null label to | ||||
|    encode in the outgoing NLRI. | ||||
| 
 | ||||
|    The following command uses the explicit-null label value for all the | ||||
|    BGP instances. | ||||
| 
 | ||||
| 
 | ||||
| Administrative Distance | ||||
| ^^^^^^^^^^^^^^^^^^^^^^^ | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user