Hostsvc/net/capabilities: Difference between revisions
Jump to navigation
Jump to search
New page: ==== vimsh hostsvc/net/capabilities ==== Usage: capabilities Get the network capabilities. Category: Vimsh |
No edit summary |
||
| Line 3: | Line 3: | ||
Get the network capabilities. | Get the network capabilities. | ||
==== Example output ==== | |||
[root@himalaya scripts]# vmware-vim-cmd hostsvc/net/capabilities | |||
(vim.host.NetCapabilities) { | |||
dynamicType = <unset>, | |||
canSetPhysicalNicLinkSpeed = true, | |||
supportsNicTeaming = true, | |||
nicTeamingPolicy = (string) [ | |||
"loadbalance_ip", | |||
"loadbalance_srcmac", | |||
"loadbalance_srcid", | |||
"failover_explicit" | |||
], | |||
supportsVlan = true, | |||
usesServiceConsoleNic = true, | |||
supportsNetworkHints = true, | |||
maxPortGroupsPerVswitch = <unset>, | |||
vswitchConfigSupported = true, | |||
vnicConfigSupported = true, | |||
ipRouteConfigSupported = true, | |||
dnsConfigSupported = true, | |||
dhcpOnVnicSupported = false, | |||
} | |||
[[Category: Vimsh]] | [[Category: Vimsh]] | ||
Latest revision as of 01:16, 6 January 2009
vimsh hostsvc/net/capabilities
Usage: capabilities
Get the network capabilities.
Example output
[root@himalaya scripts]# vmware-vim-cmd hostsvc/net/capabilities
(vim.host.NetCapabilities) {
dynamicType = <unset>,
canSetPhysicalNicLinkSpeed = true,
supportsNicTeaming = true,
nicTeamingPolicy = (string) [
"loadbalance_ip",
"loadbalance_srcmac",
"loadbalance_srcid",
"failover_explicit"
],
supportsVlan = true,
usesServiceConsoleNic = true,
supportsNetworkHints = true,
maxPortGroupsPerVswitch = <unset>,
vswitchConfigSupported = true,
vnicConfigSupported = true,
ipRouteConfigSupported = true,
dnsConfigSupported = true,
dhcpOnVnicSupported = false,
}