mirror of
				https://github.com/vyos/vyos-documentation.git
				synced 2025-11-02 20:02:05 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			37 lines
		
	
	
		
			968 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			968 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
##########################
 | 
						|
BGP - Large Community List
 | 
						|
##########################
 | 
						|
 | 
						|
VyOS provides policies commands exclusively for BGP traffic filtering and
 | 
						|
manipulation: **large-community-list** is one of them.
 | 
						|
 | 
						|
*************
 | 
						|
Configuration
 | 
						|
*************
 | 
						|
 | 
						|
policy large-community-list
 | 
						|
===========================
 | 
						|
 | 
						|
.. cfgcmd:: set policy large-community-list <text>
 | 
						|
 | 
						|
   Create large-community-list policy identified by name <text>.
 | 
						|
 | 
						|
.. cfgcmd:: set policy large-community-list <text> description <text>
 | 
						|
 | 
						|
   Set description for large-community-list policy.
 | 
						|
 | 
						|
.. cfgcmd:: set policy large-community-list <text> rule <1-65535> action
 | 
						|
   <permit|deny>
 | 
						|
 | 
						|
   Set action to take on entries matching this rule.
 | 
						|
 | 
						|
.. cfgcmd:: set policy large-community-list <text> rule <1-65535> description
 | 
						|
   <text>
 | 
						|
 | 
						|
   Set description for rule.
 | 
						|
 | 
						|
.. cfgcmd:: set policy large-community-list <text> rule <1-65535> regex
 | 
						|
   <aa:nn:nn>
 | 
						|
 | 
						|
   Regular expression to match against a large community list.
 |