協助cisco 3550 VLAN 環境架設

各位大大 小弟是CISCO新手 請教各位高手
可以請教 command step by step 協助我將cisco 3550 VLAN switch 架成跟下面資訊一樣嗎?

感謝幫忙了~





switchport trunk encapsulation dot1q
switchport trunk native vlan 505
switchport trunk allowed vlan 505,705
switchport mode trunk
switchport nonegotiate
speed 1000
duplex full
spanning-tree portfast trunk
end

switch# sho int vlan505
Vlan502 is up, line protocol is up
Hardware is EtherSVI, address is 0024.986f.6ec1

Internet Address is 169.113.66.2/23

switch# sho int vlan702
Vlan705 is up, line protocol is up
Hardware is EtherSVI, address is 0024.986f.6ec1

Internet Address is 10.12.2.2/24
2010-05-26 15:48 發佈
哪幾個實體port 要設成trunk port?

資訊不夠明確,幫不上忙。
ansonhsu wrote:
哪幾個實體port ...(恕刪)



看來只需一個trunk port (第10 port 好了)
只憑印象...太久沒碰Cisco了,可能還需確認IOS version

conf t
vlan 505
vlan 702
exit

conf t
int vlan 505
ip addr 169.113.66.2/23
int vlan 702
ip addr 10.12.2.2/24
exit

conf t
int f0/10
switchport trunk encapsulation dot1q
switchport mode trunk
switchport trunk native vlan 505
switchport trunk allowed vlan 505,705
switchport nonegotiate
speed 1000
duplex full
spanning-tree portfast trunk
end

try it
ansonhsu wrote:
只憑印象...太久沒...(恕刪)



感謝 我在照著設定試試看喔~
內文搜尋
X
評分
評分
複製連結
Mobile01提醒您
您目前瀏覽的是行動版網頁
是否切換到電腦版網頁呢?