Merit GateD Consortium June Meeting Notes


DPA feature

Import syntax on as


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

Example of this code is:

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