mirror of
				https://github.com/vyos/vyos-documentation.git
				synced 2025-10-26 08:41:46 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			34 lines
		
	
	
		
			867 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			867 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
| ####################
 | |
| BGP - AS Path Policy
 | |
| ####################
 | |
| 
 | |
| VyOS provides policies commands exclusively for BGP traffic filtering and
 | |
| manipulation: **as-path-list** is one of them.
 | |
| 
 | |
| *************
 | |
| Configuration
 | |
| *************
 | |
| 
 | |
| policy as-path-list
 | |
| ===================
 | |
| 
 | |
| .. cfgcmd:: set policy as-path-list <text>
 | |
| 
 | |
|    Create as-path-policy identified by name <text>.
 | |
| 
 | |
| .. cfgcmd:: set policy as-path-list <text> description <text>
 | |
| 
 | |
|    Set description for as-path-list policy.
 | |
| 
 | |
| .. cfgcmd:: set policy as-path-list <text> rule <1-65535> action <permit|deny>
 | |
| 
 | |
|    Set action to take on entries matching this rule.
 | |
| 
 | |
| .. cfgcmd:: set policy as-path-list <text> rule <1-65535> description <text>
 | |
| 
 | |
|    Set description for rule.
 | |
| 
 | |
| .. cfgcmd:: set policy as-path-list <text> rule <1-65535> regex <text>
 | |
| 
 | |
|    Regular expression to match against an AS path. For example "64501 64502".
 |