Re: [j-nsp] Appending customer ASN to BGP

2020-11-08 Thread Chris Kawchuk
routing-options { static { route xx.xx.xx.0/24 { next-hop yy.yyy.yy.yy; as-path { path 12345; origin igp; atomic-aggregate; } } } } Where: - xx.xx.xx.0/24 is their block - yy.yy.yy.yy is the

Re: [j-nsp] Appending customer ASN to BGP

2020-11-08 Thread Tim Jackson
https://www.juniper.net/documentation/en_US/junos/topics/reference/configuration-statement/as-path-edit-routing-options.html On Sun, Nov 8, 2020, 2:09 PM Dario Amaya wrote: > Hello, > > Our customer has own ASN from ARIN and want us to take care of all > routing. We already originate the custome

[j-nsp] Appending customer ASN to BGP

2020-11-08 Thread Dario Amaya
Hello, Our customer has own ASN from ARIN and want us to take care of all routing. We already originate the customer prefix from our ASN. What is easiest / recommended way to append customer's ASN to the prefixes to make it appear as though it's originated from their ASN without any routing equipm