Open SichangHe opened 6 months ago
I did doublecheck lacnic.db
. No use of as-in:
as-out:
in there.
It seems that whois.lacnic.net
queries other registry for answer. I tried whois -h whois.lacnic.net AS61519
and it took 11s for it to respond. (Or, maybe they are just inefficient.)
They also have generated aut-num
s:
aut-num: AS265553
descr: LACNIC generated autnum for INSTITUTO FEDERAL DE TELECOMUNICACIONES
as-name: AS265553
tech-c: EGF10
remarks: LACNIC generated autnum for MX-IFTE-LACNIC
mnt-by: MNT-MX-IFTE-LACNIC
changed: 20201111
source: LACNIC
Edit: I looked through lacnic.db
and apparently all the later aut-num
s are in this this format.
Notice that they do have a server (
whois.registro.br
) and they are usingas-in
instead ofimport:
. What is going on here, @cunha?