請問各位大大,書上寫switchport nonnegotiate,會停用Vlan trunk 通訊協商
兩台Switch分別為SW1,SW2的fa0/24都為trunk
是否我們下了這個命令,我們的trunk port與對方trunk port對接時
不會與對方溝通,而且就算相同VTP domain,password,version時(Sw1為Server,Sw2為client)
也不會同步??
順便問一下trunk需要給ip嗎?
以及trunk為什麼不建議設portfast?
你要問的應該是DTP而不是VTP
目前交換機DTP預設大致上是
switchport mode dynamic desirable
只要對方接口是trunk/desirable/auto就會形成trunk
但是基於安全性考量,都會使用switchport nonnegotiate
並手動配置接口為switch port mode trunk / access
2.trunk不用給ip。
3.再trunk上開啟portfast如果收到bpdu交換機會認為對方是交換機,就會把portfast關掉。
4.最後回答你vtp的部份,VTP再trunk中是透過native vlan來交換,所以你要allow native vlan才能同步。