Every day I see something new in this place. Today I was trying to understand the way my predecessor hooked up a bunch of VMware boxes. These boxes have about 7 or 8 cables each (8 if they are HP/Compaq due to ILO port being hooked up; 7 if they are Dell for lack of same).
Anyway there is one port that is designated as application development's network port. We have a group of web programmers who have some virtual servers hosted on the VMware boxes and this is the nic they communicate through. But then, when I look at the nic, here is what it is set up as:
interface GigabitEthernet1/0/21
description application development
switchport access vlan 40
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1,11-13
switchport mode trunk
switchport nonegotiate
no snmp trap link-status
spanning-tree portfast disable
spanning-tree bpduguard disable
spanning-tree link-type point-to-point
I'm not sure...how do you have a port that is both access and trunk? It does what they want it to do so I guess it isn't a problem but, it sure looks odd...
Anyway there is one port that is designated as application development's network port. We have a group of web programmers who have some virtual servers hosted on the VMware boxes and this is the nic they communicate through. But then, when I look at the nic, here is what it is set up as:
interface GigabitEthernet1/0/21
description application development
switchport access vlan 40
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1,11-13
switchport mode trunk
switchport nonegotiate
no snmp trap link-status
spanning-tree portfast disable
spanning-tree bpduguard disable
spanning-tree link-type point-to-point
I'm not sure...how do you have a port that is both access and trunk? It does what they want it to do so I guess it isn't a problem but, it sure looks odd...