How to use a module type profile to replace an inventory item??? #19241
marcusyuri
started this conversation in
General
Replies: 1 comment 2 replies
-
Correct, and this reflects reality: Each SFP must be installed into a specific bay. While we often equate these bay with interfaces, there is no direct association. For instance, a 4x10GE SFP might be configured as four independent physical interfaces.This approach also provides some validation around the installation of such modules, preventing (for example) the installation of 49 SFPs into a 48-port switch. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am testing 4.3.0 Beta version and using the Module Type Profile feature to model transceivers. A very commom inventory item use case is to document transceivers as inventory itens associated with a device instance interface.
To test I create a simple Module Type Profile:
And then create a module type to represent one vendor specific transceiver model. Since the inventory item is now deprecated, I am trying to create an instance of the transceiver using this module type, but now I see a new question: The module can only be assigned to the device if it has an module bay created, but it looks akward, since I must model the device using one module bay for each interface that I want to assign an transceiver instance.
I wandering what is the intend way to use this feature to replace the inventory item???
Beta Was this translation helpful? Give feedback.
All reactions