cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
191
Views
0
Helpful
1
Replies

Public AS number hidden

mukeshrulaniya
Level 1
Level 1

Hello Guys,

Can we hide the public AS number advertising to another providers ?

Thanks,

Mukesh

1 Reply 1

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
Review Cisco Networking for a $25 gift card