So yesterday i configured an access port for one of our sys admins. After doing so he was not able to ssh into the box connected to this port from a different vlan. However, after removing the switchport nonegotiate setting he was able to ssh into the box without issue. So my questions is whether or not this was mearly a coincidence? How could the simple fact that the port is not generating DTP frames effect a system connected to an access port? Please share your thoughts on this curious situation. Thanks!
THE CONFIG PRIOR TO REMOVING "SWITCHPORT NONEGOTIATE"
#########################################
interface GigabitEthernet2/8
no ip address
speed 1000
duplex full
switchport
switchport access vlan 50
switchport mode access
switchport nonegotiate
THE CONFIG PRIOR TO REMOVING "SWITCHPORT NONEGOTIATE"
#########################################
interface GigabitEthernet2/8
no ip address
speed 1000
duplex full
switchport
switchport access vlan 50
switchport mode access
switchport nonegotiate