CMDBuild Forum

patch/port administration

Hi,

I was wondering if I could use the relations of cmdbuild to do patch closet administration.
 
Like DeviceA is connected via patch panel 2.23 to SwitchB-Port08
 
I guess the 'via' thing could be hard?
 
Thanks for any response.
 
Wessel
 
 
 

You can do this by creating a “domain” between the Device class (or a superclass) and the Switch class (or a superclass).
Then you can create an attribute “Port” on this domain.
Yo
u can see an example of “attributes on domains” on the demo on-line, in the relationship on NetworkDevice.
CMDBuild Team