2

Can one IP address correspond to multiple ASNs? If so, what were the circumstances? Is it related to anycast ip address? thanks!

Liu Yao
  • 21
  • 1

1 Answers1

1

No, each IP address is associated with a unique origin ASN. You could however have a more specific prefix from a different ASN. For example, 189.50.192.0/20 => ASN1 and 189.50.192.0/22 => ASN2.

All anycast locations would need to be originated from the same ASN.

Andrew
  • 1
  • 4
  • 19