07-21-2021 10:06 AM
hi
i am trying to configure a /31 address in VSP 7400 rel 8.6 but always gives error.
“brouter port 1/54 vlan XXXX subnet XXX.YYY.ZZZ.153 255.255.255.254”
“port 1/54, Invalid IP address”
is this possible or not on VSP?
thanks in adv
Antero
Solved! Go to Solution.
07-21-2021 10:09 AM
31 bit masks are not supported with VOSS. You’ll need to allocate a 30 bit mask.
09-21-2021 09:35 AM
Hi,
Some vendors and even Extreme platforms (EXOS or SLX AFAIR, but not VOSS) support /31 where for L3 point-to-point there’s no actual need for network/bcast IP, but IMHO it only makes sense when dealing with a constrained pool of public IPs. Other than that, and minding that /31 is not a standard, it should be possible to discuss and get things straight with the peer service provider.
Cheers,
Tomasz
09-16-2021 01:45 PM
A /31 really has no use as the first IP would be the network address and the 2nd would be the broadcast address. That leaves 0 addresses for you to assign to your brouter port. At a minimum you will need a /30 as recommended. That leaves 2 IPs for hosts/brouters etc.
07-22-2021 01:55 PM
You might be able to swing it this way..
If the WAN IP address ends in 01 or 10 binary, then simply create the VSP IP ending with 10 or 01 binary (the other way round) but using a /30 mask.
If the WAN IP address ends in 00 or 11 binary, then it’s more fiddly..!
07-21-2021 09:44 PM
that is a very bad news.
FYI…..
31 bit network masks as specified by RFC3021 is not an internet standard. https://datatracker.ietf.org/doc/html/rfc3021 It is only a “proposed standard”.