072babbbd3212a6b399d728f509ff10154720798
howto/Getting-Started.md
... | ... | @@ -227,6 +227,8 @@ example: data/inetnum/172.20.150.0_27 |
227 | 227 | inetnum: 172.20.150.0 - 172.20.150.31 |
228 | 228 | cidr: 172.20.150.0/27 |
229 | 229 | netname: FOO-NETWORK |
230 | +descr: Network of FOO |
|
231 | +country: XD |
|
230 | 232 | admin-c: FOO-DN42 |
231 | 233 | tech-c: FOO-DN42 |
232 | 234 | mnt-by: FOO-MNT |
... | ... | @@ -251,9 +253,11 @@ example data/route/172.20.150.0_27: |
251 | 253 | ``` |
252 | 254 | route: 172.20.150.0/27 |
253 | 255 | origin: AS4242423999 |
256 | +max-length: 27 |
|
254 | 257 | mnt-by: FOO-MNT |
255 | 258 | source: DN42 |
256 | 259 | ``` |
260 | +**Note**: the "max-length" should be the same as the prefix length (i.e. 27 for default ipv4 allocation size and 48 for default ipv6 allocation size) except if you have special needs in announcing larger prefixes |
|
257 | 261 | |
258 | 262 | #### DNS and Domain Registration |
259 | 263 |