Comment 1 for bug 1169550

Revision history for this message
Morten Brekkevold (mbrekkevold) wrote : Re: Model virtual stacks to enable alerts on stack degradation

The suggested proper way of modeling real-life devices is to completely remove the relation between netbox and device, and replace it with a separate table to represent the physical components that an IP address represents. This may in fact be just a shadow image of the ENTITY-MIB::entPhysicalTable (for devices that support this).

A simple switch will have a single chassis entity that would point to the device record (which the netbox record would previously point to). A virtual switch may have multiple chassis entities in this table.

This has **huge** implications for how NAV works in many ways, since the Netbox -> Device relation is quite ingrained in code and other data models.