export proto bgp as 2750
{
proto bgp as 2704
aspath-opt {
dpa 10 as 20
}
{
route-filter;
}
}
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;
}
};