Merit GateD Consortium June Meeting Notes


DPA feature

Import syntax on aspath


import proto bgp aspath  .* as-id 
aspath-opt {
	dpa [number] 
  } [pref [number]]
{
route-filter;
};

Example of this code is:

import proto bgp aspath .* 185 
aspath-opt
	{ 
	dpa 20 as 20;
	}
pref 20
{
128.2 restrict;
all;
}