Перейти к содержанию

hwlimits Model Interface

Interface be able to describe the hardware limits of the devices in the inventory models. Limits can be set both on the chassis and for individual modules. Since the combination of module limits for modular equipment depends on too many factors, it is proposed not to implement it and to limit the control of limits for each individual module.

Variables

NameTypeDescriptionRequiredConstant
macsintLimit for MAC addresses
queuesintLimit for QoS queues
ipv4_prefixesintLimit for IPv4 prefixes
ipv6_prefixesintLimit for IPv6 prefixes

Examples

{
  "hwlimits": {
    "macs": 8192,
    "queues": 8,
    "ipv4_prefixes": 4294967295,
    "ipv6_prefixes": 4294967295
  }
}