Hello, and thanks for reading this post.
I need to build up a peering bgp with 3 peers.
2 of them are in the same NOC of the gateway of my network.
My network is OSPF routed with private IPs.
The third peer is 2 hop away from the other two.
I could make a multihop peering but i would like to not have private ip hops in the traceroute.
I have to make VLAN too because it has to go through a QoS so i need to create a VLAN too.
What’s the best Solution?
Thanks
add action=change-ttl chain=postrouting disabled=no new-ttl=increment:NNN
where NNN - number of hops you want to ‘skip’
I think this is the best solution i may apply ![]()
Thanks Chupaka