Replies: 1 comment 1 reply
-
Which virtualization environment are you using that allows you to specify "interface speed" on a virtual interface? Is it actually some sort of software rate limiting (so you could set, say 50Mbps or 300Mbps)? In that case, mapping to fixed rates like 1G and 10G wouldn't work. I'd suggest you set a custom field on those interfaces instead. Duplex mode absolutely doesn't apply to VM interfaces. It's a layer 2 attribute of a physical interface: whether you can send a packet onto the transmission medium concurrently with receiving a packet. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Perhaps I can't find the conversation discussing this, but it would be nice to be able to specify VM interface speeds. This seems to be one of the only things (maybe also duplex mode), that is still relevant for virtual NOS instances.
This is how the docs discuss the VMInterface model:
I also have been thinking it would be nice to be able to model hypervisor virtual switches/bridges and map them to the VMInterface instances to track that at both the physical and virtual levels. I have to think this through a bit more, but wanted to plant a seed on it to see if anyone else was thinking the same thing.
Beta Was this translation helpful? Give feedback.
All reactions