0

What exactly is the use case of 198.18.0.0/15 segment

As per whois records, this segment is reserved as depicting below -

NetRange:   198.18.0.0 - 198.19.255.255
CIDR:   198.18.0.0/15
NetName:    SPECIAL-IPV4-BENCHMARK-TESTING-IANA-RESERVED

Can i use this segment like the way i use 10/8 as private one in my enterprise network or is this segment for any other special purpose ?

Gaurav Kansal
  • 608
  • 8
  • 22
  • That is a potentially routable space, There is also [100.64.0.0/10](https://datatracker.ietf.org/doc/html/rfc6598#section-7) – NiKiZe Aug 24 '21 at 16:00
  • 1
    @NiKiZe: I've seen providers use these address spaces when setting up B2B links. There's also vendors that have apps that intercommunicate, I've seen one using 100.64. – Greg Askew Aug 24 '21 at 18:44

2 Answers2

2

According to RFC 6815, this subnet is used for benchmarking inter-network communications. I would not recommend using this as a private network space.

doneal24
  • 561
  • 4
  • 10
2

Regarding the special purpose to that net, RFC 6815 is titled RFC 2544: Use on Production Networks Considered Harmful as a warning about such traffic generation until loss test procedures. Some in the ITEF argue so strongly about the need to air gap such a test procedure they added a dedicated private address space, and wrote a statement.

That is not the kind of network I would want to steal addresses from. Not in real networks outside the test lab. Low probability some network gear's RFC2544 test suite takes those addresses and makes something fall over, but potentially high impact.

For as much pristine, never before used address space as you need, implement IPv6.

John Mahowald
  • 30,009
  • 1
  • 17
  • 32