Public AS number hidden
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2016 12:50 AM - edited 03-05-2019 04:26 AM
Hello Guys,
Can we hide the public AS number advertising to another providers ?
Thanks,
Mukesh
- Labels:
-
Other Routing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2016 06:39 AM
Hello
Yes you can,
Public ASN = 123
Local ASN =321 < this is the ASN you want to hide behind>
EBGP peer ASN = 555
local-as <---Instructs the peer this is the ASN to peer with
no-prepend <-- Instructs peer router NOT prepend the fake ASN for advertised prefix's it receives
replace-as < --Local rtr will NOT prepend the fake ASN in advertised prefix's to its peer
dual-as <--peer can form peering with either ASN
Local RTR
router bgp 123
neighbour x.x.x.x remote-as 555 local-as 321 no-prepend replace-as
EBGP peer RTR
router bgp 555
neighbour x.x.x.x remote-as 321
res
Paul
Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.
Kind Regards
Paul
