IT貓撲網(wǎng):您身邊最放心的安全下載站! 最新更新|軟件分類|軟件專題|手機(jī)版|論壇轉(zhuǎn)貼|軟件發(fā)布

您當(dāng)前所在位置: 首頁(yè)系統(tǒng)集成網(wǎng)絡(luò)管理 → 實(shí)現(xiàn)跨交換機(jī)VLAN間的通信

實(shí)現(xiàn)跨交換機(jī)VLAN間的通信

時(shí)間:2015-06-28 00:00:00 來(lái)源:IT貓撲網(wǎng) 作者:網(wǎng)管聯(lián)盟 我要評(píng)論(0)

Switch 實(shí)驗(yàn)3:
在多交換機(jī)上實(shí)現(xiàn)VLAN間的通信。PC1和PC3在VLAN2內(nèi),PC2和PC4在同一個(gè)VLAN3內(nèi)。最后實(shí)現(xiàn)他們的互相通信。

?

交換機(jī)上3550做的:
Switch>
Switch>en
Switch#config t
Switch(config)#host 3550
3550(config)#exit
配置VTP域?yàn)镮tat,并且為Server模式:
3550#vlan database
3550(vlan)#vtp domain itat
3550(vlan)#vtp server
建立VLAN2和VLAN3:
3550(vlan)#vlan 2 name shen
VLAN 2 added:
??? Name:shen
3550(vlan)#vlan 3 name lei
VLAN 3 added:
??? Name:lei
3550(vlan)#apply
3550(vlan)#exit
配置干線:
3550#config t
3550(config)#int fa0/12
3550(config-if)#switchport mode trunk
3550(config-if)#switchport trunk encap dot1q
3550(config-if)#int fa0/3
3550(config-if)#switchport mode trunk
3550(config-if)#switchport trunk encap dot1q
將fa0/1加入VLAN2,將fa0/2加入VLAN3:
3550(config-if)#int fa0/1
3550(config-if)#switchport mode access
3550(config-if)#switchport acces vlan 2
3550(config-if)#int fa0/2
3550(config-if)#switchport mode access
3550(config-if)#switchport acces vlan 3
交換機(jī)2950上做的:
Switch>en
Switch#config t
Switch(config)#host 2950
2950(config)#exit
配置VTP域?yàn)镮tat,并且為Client模式:
2950#vlan database
2950(vlan)#vtp domain itat
2950(vlan)#vtp client
2950(vlan)#exit
配置干線:
2950#config t
2950(config)#int fa0/12
2950(config-if)#switchport mode trunk
將fa0/1加入VLAN2,將fa0/2加入VLAN3:
2950(config-if)#int fa0/1
2950(config-if)#switchport mode access
2950(config-if)#switchport access vlan 2
2950(config-if)#int fa0/2
2950(config-if)#switchport mode access
2950(config-if)#switchport access vlan 3
?
路由器上做:
Router>
Router>en
Router#config t
Router(config)#host 2621
配置子接口:
2621(config)#int fa0/0
2621(config-if)#no ip addr
2621(config-if)#no shut
2621(config-if)#int fa0/0.1
2621(config-subif)#encap dot1q 2
2621(config-subif)#ip addr 192.168.10.1 255.255.255.0
2621(config-subif)#int fa0/0.2
2621(config-subif)#encap dot1q 3
2621(config-subif)#ip addr 192.168.20.1 255.255.255.0

關(guān)鍵詞標(biāo)簽:交換機(jī),VLAN

相關(guān)閱讀

文章評(píng)論
發(fā)表評(píng)論

熱門文章 路由器地址大全-各品牌路由設(shè)置地址 路由器地址大全-各品牌路由設(shè)置地址 各品牌的ADSL與路由器出廠默認(rèn)IP、帳號(hào)、密碼 各品牌的ADSL與路由器出廠默認(rèn)IP、帳號(hào)、密碼 Nslookup命令詳解-域名DNS診斷 Nslookup命令詳解-域名DNS診斷 站長(zhǎng)裝備:十大網(wǎng)站管理員服務(wù)器工具軟件 站長(zhǎng)裝備:十大網(wǎng)站管理員服務(wù)器工具軟件

相關(guān)下載

    人氣排行 各品牌的ADSL與路由器出廠默認(rèn)IP、帳號(hào)、密碼 路由器地址大全-各品牌路由設(shè)置地址 騰達(dá)路由器怎么設(shè)置?騰達(dá)路由器設(shè)置教程 ADSL雙線負(fù)載均衡設(shè)置詳細(xì)圖文教程 路由表說(shuō)明(詳解route print) Nslookup命令詳解-域名DNS診斷 網(wǎng)管員實(shí)際工作的一天 網(wǎng)管必會(huì)!了解交換機(jī)控制端口流量