Understanding the point of device types? #13759
deanfourie1
started this conversation in
General
Replies: 1 comment 2 replies
-
You should create:
For each of these Device Types, you would add 48 interfaces - and anything else needed, e.g. console ports, power ports. Then when you create an instance of one of these devices, it will get a copy of all the interfaces defined in the Device Type. Note that if you change the Device Type, e.g. adding or removing components, it won't affect any existing Devices of that Type. |
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.
-
So, i'm a little confused with device types.
Right now, if I have say 10x 48 port PoE switches to add, i'm having to add each one individually and then go in and create 48 interfaces and assign them to each device. I'm no sure if i'm doing this wrong but,
Wouldnt it be better to create a device, say 48 Port PoE switch and then add 48 interfaces to that.
Then I can come along and add a Aruba 48 port switch, a cisco 48 port switch and a Mikrotik 48 port switch, and they will all have 48 interfaces automatically assigned to them?
I feel like i'm doing this the hard way.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions