Commit df65d519 authored by Nigel Kukard's avatar Nigel Kukard Committed by Ondrej Zajicek (work)
Browse files

Doc: Added example of static routes with BGP large communities

parent 00ddd18b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -5167,6 +5167,10 @@ protocol static {
		ospf_tag = 2;		# Set extended attribute
		bfd;			# BFD-controlled route
	};
	route 192.168.11.0/24 via 198.51.100.100 {
		bgp_community.add((65535, 65281));	# Set extended BGP attribute
		bgp_large_community.add((64512, 1, 1));	# Set extended BGP attribute
	};
}
</code>