You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -82,14 +59,12 @@ Use [IRR Explorer](https://irrexplorer.nlnog.net) to verify which prefixes are a
82
59
83
60
Use WHOIS lookup to verify your origin ASN and routing data.
84
61
85
-
**Method:** In a terminal, use this `whois` command, substituting your network prefixfor *network-prefix*:
62
+
**Method:** In a terminal, use the following `whois` command, replacing `<NETWORK_PREFIX>` with your network prefix. The host `rr.ntt.net` is the primary server for the Global IP network.
86
63
87
64
```sh
88
-
whois -h rr.ntt.net network-prefix
65
+
whois -h rr.ntt.net <NETWORK_PREFIX>
89
66
```
90
67
91
-
The host `rr.ntt.net` is the primary server for the Global IP network.
92
-
93
68
**Output:** IRR route, origin, and source information.
0 commit comments