iT邦幫忙

0

請問設定switch的trunk有無switchport trunk encapsulation dot1q的差別

  • 分享至 

  • xImage

假設要在fa0/1安裝vlan99的trunk
請問有無多switchport trunk encapsulation dot1q
除了native
這一行文字的差別是什麼
----------------指令1號--------------------
Switch>en
switchx#confgure terminal
switchx(congog)#interface fa0/1
switchx#(confg-if)#switchport mode trunk
switchx#(confg-if)#switchport trunk native vlan 99
----------------指令2號--------------------
Switch>en
switchx#confgure terminal
switchx(congog)#interface fa0/1
switchx#(confg-if)#witchport trunk encapsulation dot1q
switchx#(confg-if)#switchport mode trunk
switchx#(confg-if)#switchport trunk native vlan 99

jazozazo iT邦高手 1 級 ‧ 2012-10-10 19:20:15 檢舉
switchport trunk encapsulation dot1q
阿不就指定為使用dot1q協定進行勾工的動作嗎
除了 dot1q 還有isl 協定
上課沒講到這個好像有點扯喔
zz0123q iT邦新手 5 級 ‧ 2012-10-12 09:14:33 檢舉
終於有人說出真相
賣擱供阿~~很多東西不是有上課就ok
什麼叫做以後用到就會教
關於switchport trunk encapsulation dot1q
你也知課本寫很爛
沒額外補充一些知識怎麼行...
bluegrass iT邦高手 1 級 ‧ 2024-09-10 15:49:38 檢舉
如果是CISCO的課本還沒有寫dot1q跟ISL就真的很爛...
CCNA TRUNK基本中的基本就是ISL跟dot1q
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

2 個回答

6
slime
iT邦大師 1 級 ‧ 2012-10-10 14:23:47
最佳解答

把 802.11q 的 VLAN 封包訊息包進去....

magician iT邦研究生 2 級 ‧ 2012-10-10 20:47:50 檢舉

作trunk 不就會有802.11q 的風包加進去...為何還需要多這行指令??

0
ihost
iT邦見習生 ‧ 2019-12-12 23:22:49

https://community.cisco.com/t5/switching/quot-switchport-trunk-encapsulation-quot-not-supported-in/td-p/2734528 這篇文章有高手回覆,有這行指令是因為,較舊的switch有標準的802.1q及ISL(Inter-Switch-Link)兩種來設定trunk,所以"switchport trunk encapsulation dot1q"是指定要用802.1q(dot1q)來封裝(encapsulation),而較新的switch上幾乎不支援ISL,也就不用打這行指令,打這行指令反而會出現錯誤訊息,而show interface "interface"(代入自己要的port) capabilities 可以查看有哪些encapsultaion 選項可選,最近剛好遇到類似問題,分享答案給各位,希望有幫助~

我要發表回答

立即登入回答