Update virtualization documentation

This commit is contained in:
Jeremy Stretch
2020-07-30 13:48:05 -04:00
parent f49998980f
commit 9e3bfdd57c
5 changed files with 14 additions and 11 deletions

View File

@@ -1,3 +1,3 @@
## Interfaces
Virtual machine interfaces are similar to device interfaces, but lack properties pertaining to physical attributes. For example, VM interfaces do not have a physical type and cannot have cables attached to them. However, they can have IP address and VLANs (both tagged and untagged) associated with them, just as device interfaces do.
Virtual machine interfaces behave similarly to device interfaces, and can be assigned IP addresses, VLANs, and services. However, given their virtual nature, they lack properties pertaining to physical attributes. For example, VM interfaces do not have a physical type and cannot have cables attached to them.