ubuntu:network:configuration:ip_to_asn_mapping
Differences
This shows you the differences between two versions of the page.
ubuntu:network:configuration:ip_to_asn_mapping [2020/08/19 14:41] – created 192.168.1.1 | ubuntu:network:configuration:ip_to_asn_mapping [2021/01/08 12:00] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Ubuntu - Network - Configuration - IP to ASN Mapping ====== | ||
- | |||
- | The ASN (Autonomous System Number) is a globally unique number assigned by a registrar for the purposes of Internet routing, To determine this issue the following command: | ||
- | |||
- | **NOTE**: | ||
- | |||
- | <code bash> | ||
- | whois -h whois.cymru.com " -v 5.42.134.35 2010-05-12 12:00:01 GMT" | ||
- | </ | ||
- | |||
- | returns: | ||
- | |||
- | <code bash> | ||
- | AS | IP | BGP Prefix | ||
- | 8680 | 5.42.134.35 | ||
- | </ | ||
- | |||
- | To query for some basic AS information directly: | ||
- | |||
- | <code bash> | ||
- | whois -h whois.cymru.com " -v AS8680" | ||
- | </ | ||
- | |||
- | returns: | ||
- | |||
- | <code bash> | ||
- | AS | CC | Registry | Allocated | ||
- | 8680 | GB | ripencc | ||
- | </ | ||
- | |||
- | |||
- | ---- | ||
- | |||
- | ===== References ===== | ||
- | |||
- | * https:// | ||
- | * https:// | ||
- | |||
ubuntu/network/configuration/ip_to_asn_mapping.1597848118.txt.gz · Last modified: 2020/08/19 14:41 by 192.168.1.1