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
It appears that state=assigned and state=reserved are identified as busy states. I believe this implies that this block is not be further carved into smaller blocks.
That doesn't appear to be the case... The idea is this network is deployed as an exact-match of /22 and as such should not be carved w/ next_network, however should be able to be queried for next_address...
nsot networks list -c 10.48.60.0/22 +-------------------------------------------------------------------------------------------------------------------------+ | ID CIDR (Key) Is IP? IP Ver. Parent State Attributes | +-------------------------------------------------------------------------------------------------------------------------+ | 13801 10.48.60.0/22 False 4 10.48.0.0/18 assigned | +-------------------------------------------------------------------------------------------------------------------------+ nsot networks list -c 10.48.60.0/22 next_network -p 24 10.48.61.0/24
The text was updated successfully, but these errors were encountered:
It appears that state=assigned and state=reserved are identified as busy states. I believe this implies that this block is not be further carved into smaller blocks.
That doesn't appear to be the case... The idea is this network is deployed as an exact-match of /22 and as such should not be carved w/ next_network, however should be able to be queried for next_address...
nsot networks list -c 10.48.60.0/22 +-------------------------------------------------------------------------------------------------------------------------+ | ID CIDR (Key) Is IP? IP Ver. Parent State Attributes | +-------------------------------------------------------------------------------------------------------------------------+ | 13801 10.48.60.0/22 False 4 10.48.0.0/18 assigned | +-------------------------------------------------------------------------------------------------------------------------+ nsot networks list -c 10.48.60.0/22 next_network -p 24 10.48.61.0/24
The text was updated successfully, but these errors were encountered: