日本免费全黄少妇一区二区三区-高清无码一区二区三区四区-欧美中文字幕日韩在线观看-国产福利诱惑在线网站-国产中文字幕一区在线-亚洲欧美精品日韩一区-久久国产精品国产精品国产-国产精久久久久久一区二区三区-欧美亚洲国产精品久久久久

Catalsty 4908G-L3 VLAN間的路由和橋接


必備知識:
首先我門應當了解Catalsty 4908G-L3,實際上他是一臺路由器,完全使用CISCO的IOS配置接口 。默認的狀態(tài)下所有的接口都是可以路由的接口 。Catalsty 4908G-L3并不支持面向二層協(xié)議,VLAN主干協(xié)議,動態(tài)主干協(xié)議,端口聚合協(xié)議 。
Catalsty 4908不支持以下幾種:基于12.0(7)版本的IOS
1 訪問控制列表 。
2 802.1q
3 apple talk routing
4 port snooping
Catalsty 4908 swtich-router running Cisco IOS 12.0 ( 7 )W5 (15D)
Three Catalsty 3512xl switch running cisco iso 12.0 ( 5 )xu
配置Catalsty 4908交換機達到兩個目的 。
讓五個VLAN 1 10 20 30 40 運行在二層交換機上
不同的VLAN間可以進行通訊
兩個Catalsty 3512xl交換機使用使用吉比特以太網鏈路連接到4908G-L3,其他的一個使用單一的吉比特鏈路連接 。來支持內部VLAN的路由,集成路由和橋接 。所有的端用戶和服務器都連接到Catalsty 3512XL,假如一個VLAN中的設備想連接到另一個VLAN中的設備的時候,數(shù)據將會發(fā)送到4908G-L3,他將數(shù)據路由到虛擬的橋接的接口上 。
以下配置應當應用的交換機上:
基本的出始化的配置
IP地址和默認的網關應當分配到交換機上為治理
VTP模式應當配置成透明的模式,以便在3512XL交換機上配置VLAN
吉比特以太網通道在4908G-L3和3512XL01 3512XL02
橋節(jié)和虛擬接口,IP和IPX的路由應當配置在4908上
ISL TRUNKS應當配置在4908G-L3和3512XL橋接應當配置在TRUNK的子接口上
Vlan IP subnet IPX NETWORK
1 10.10.1.0/24 N/A
10 10.10.10.0/24 1000
20 10.10.20.0/24 2000
30 10.10.30.0/24 3000
40 10.10.40.0/24 4000
在Catalsty3512xl上配置一個IP地址和默認的網關為交換機的治理,默認網關的地址是橋接虛擬接口的地址在Catalsty 4908G-L3上 。
Switch#configure terminal
Switch(config)#hostname 3512xl-switch01
3512xl-switch01(config)#interface vlan 1
3512xl-switch01(config-if)#ip address 10.10.1.10 255.255.255.0
3512xl-switch01(config-if)#management
3512xl-switch01(config-if)#exit
3512xl-switch01(config)#ip default-gateway 10.10.1.1
3512xl-switch01(config)#end
3512xl-switch01#
3512xl-switch02(config)#interface vlan 1
3512xl-switch02(config-if)#ip address 10.10.1.20 255.255.255.0
3512xl-switch02(config-if)#management
3512xl-switch02(config-if)#exit
3512xl-switch02(config)#ip default-gateway 10.10.1.1
3512xl-switch02(config)#end
3512xl-switch02#
3512xl-switch03(config)#interface vlan 1
3512xl-switch03(config-if)#ip address 10.10.1.30 255.255.255.0
3512xl-switch03(config-if)#management
3512xl-switch03(config-if)#exit
3512xl-switch03(config)#ip default-gateway 10.10.1.1
3512xl-switch03(config)#end
3512xl-switch03#
由于Catalsty 4908G-L3并不支持VTP所以Catalsty 3512xl配置成透明的模式,
3512xl-switch01#vlan database
3512xl-switch01(vlan)#vtp transparent
3512xl-switch01(vlan)#vlan 10 name vlan10
3512xl-switch01(vlan)#vlan 20 name vlan20
3512xl-switch01(vlan)#vlan 30 name vlan30
3512xl-switch01(vlan)#vlan 40 name vlan40
配置以太網通道
在3512XL-01上的GIG0/1和GIG0/2分別連接到4908G-L3上的GIG1和GIG2上,在3512XL-02上的GIG0/1和GIG0/2連接到4908G-L3上的GIG3和GIG4上
4908G-L3#configure terminal
4908G-L3(config)#interface port-channel 1
4908G-L3(config-if)#exit
4908G-L3(config)#interface gig1
4908G-L3(config-if)#no shutdown
4908G-L3(config-if)#channel-group 1
4908G-L3(config-if)#exit
4908G-L3(config)#interface gig2
4908G-L3(config-if)#no shutdown
4908G-L3(config-if)#channel-group 1
4908G-L3(config-if)#exit
4908G-L3(config)#interface port-channel 2

推薦閱讀