I have a vLAN that I am using in my environment and that is working fine between the ESXi host and the physical network. However, when I run the command to show CDP information from the ESXi host, I don't see it. I DO see other vlans that are also being used with no problem. Why is this vLAN not showing in CDP output, but other vLANs are?
Thanks!
vim-cmd hostsvc/net/query_networkhint
(vim.host.PhysicalNic.NetworkHint) [
(vim.host.PhysicalNic.NetworkHint) {
dynamicType = <unset>,
device = "vmnic0",
subnet = (vim.host.PhysicalNic.NetworkHint.IpNetwork) [
(vim.host.PhysicalNic.NetworkHint.IpNetwork) {
dynamicType = <unset>,
vlanId = 401,
ipSubnet = "10.40.11.32-10.40.11.63",
},
(vim.host.PhysicalNic.NetworkHint.IpNetwork) {
dynamicType = <unset>,
vlanId = 1163,
ipSubnet = "10.40.163.23-10.40.163.23",
},
(vim.host.PhysicalNic.NetworkHint.IpNetwork) {
dynamicType = <unset>,
vlanId = 210,
ipSubnet = "10.40.210.1-10.40.210.63",
},
(vim.host.PhysicalNic.NetworkHint.IpNetwork) {
dynamicType = <unset>,
vlanId = 208,
ipSubnet = "10.40.208.1-10.40.208.31",
},
(vim.host.PhysicalNic.NetworkHint.IpNetwork) {
dynamicType = <unset>,
vlanId = 213,
ipSubnet = "0.0.0.1-255.255.255.254",
}
],