06-01-2020 12:02 AM
Hi Guys, If anyone can explain this, in brief, would be really appreciated.
Question :
Company A is running BGP to connect to external peers they were recently acquired and new peers(Company B) will be connecting using the acquiring company(Company A) AS number. What BGP feature would allow for Company A to maintain their current BGP configuration, while advertising a different AS number to new connections?
Solved! Go to Solution.
06-01-2020 12:44 AM
Hello @ranga2002 ,
the BGP command
neighbor x.x.x.x local-as yyy
is the command that can be used in this kind of migration scenarios.
The command has several options and parameters that change slightly its behaviour.
neighbor {ip-address | ipv6-address | peer-group-name} local-as [autonomous-system-number [no-prepend [replace-as [dual-as]]]]
see
the no-prepend should hide the true AS number of the router.
Hope to help
Giuseppe
06-01-2020 12:44 AM
Hello @ranga2002 ,
the BGP command
neighbor x.x.x.x local-as yyy
is the command that can be used in this kind of migration scenarios.
The command has several options and parameters that change slightly its behaviour.
neighbor {ip-address | ipv6-address | peer-group-name} local-as [autonomous-system-number [no-prepend [replace-as [dual-as]]]]
see
the no-prepend should hide the true AS number of the router.
Hope to help
Giuseppe
06-01-2020 05:56 PM
Thank you so much Giuseppe !
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide