- Aug 21, 2002
- 18,368
- 11
- 81
Anything wrong with this switchport config? This port should be one of two ports configured as a trunk for a VMware host server. Assume the vlan numbers are correct and the port should be forced to 1000/full.
The part I'm unsure of, is the line that just says "switchport" and the line that says "switchport mode trunk." Should that line "switchport" line not be there if it's a trunk port?
Other interfaces are configured this way for other servers which are not having problems, but we had a host go down, and it appeared to be because one of its trunk ports went offline, and for some reason communication stopped rather than just continuing over the remaining trunk port.
I'm not our network admin, and our network admin says the config hasn't changed, but can't/won't comment on whether this configuration is correct to begin with and I need to rule that out as a possible cause in order to continue troubleshooting.
interface GigabitEthernet11/45
switchport
switchport trunk allowed vlan 21,22,31,500,512
switchport mode trunk
switchport nonegotiate
speed 1000
duplex full
end
The part I'm unsure of, is the line that just says "switchport" and the line that says "switchport mode trunk." Should that line "switchport" line not be there if it's a trunk port?
Other interfaces are configured this way for other servers which are not having problems, but we had a host go down, and it appeared to be because one of its trunk ports went offline, and for some reason communication stopped rather than just continuing over the remaining trunk port.
I'm not our network admin, and our network admin says the config hasn't changed, but can't/won't comment on whether this configuration is correct to begin with and I need to rule that out as a possible cause in order to continue troubleshooting.
interface GigabitEthernet11/45
switchport
switchport trunk allowed vlan 21,22,31,500,512
switchport mode trunk
switchport nonegotiate
speed 1000
duplex full
end