Merit GateD Consortium June Meeting Notes


DPA feature

export syntax

export proto bgp as 2750
        {
        proto bgp as 2704 
	aspath-opt {
		dpa 10 as 20
		}   
		 {
                route-filter;
                }
        }

  • This export statement adds the dpa value to a set of routes. export proto bgp as 2750 mod-aspath { dpa value; # Note AS will be taken from this node } { proto bgp as 2704 aspath-opt { dpa 20 } { route-filter; } proto bgp aspath any { route-filter; } };