一. 概述
CiscoCatalyst 2900系列XL Ethernet交换机
Cisco公司的Catalyst 2000系列XL是提供卓越的性能,通用模块性和易于使用的管理的全系列的10/100自检Fast Ethernet交换机。Catalyst 2900系列包括有不同端口密度,配置选项和价格,为满足广泛的网络设计出来的4种型号。
Catalyst 2900系列XL系列产品家族
固定端口/插槽 模块
Catalyst 2908XL 8个10/100Mbps自适应端口 ―
Catalyst 2916M XL 16个10/100Mbps自适应端口 4端口10BaseT/100BaseT 2个通用模块插槽 2端口100BaseFX 将来:千兆位Ethernet、 ATM、和ISL模块
Catalyst 2924XL 24个10/100Mbps自适应端口 ―
Catalyst 2924C XL 22个10/100Mbps自适应端口 ― 2个100BaseFX端口
主要特性
1,3.2Gbps的交换结构和每秒转发300多万个数据包的速率在所有端口上(64字节的数据包)提供线路速度性能。
2,Catalyst 2916M XL上的2个通用模块插槽提供扩展能力,长距离的纤维连通性空间,较高速连通性和将来对特性模块的支持。
3,通过一个标准的Web浏览器在网络的任何地方管理交换机的基于Web的界面。
4,控制台访问的多层安全性防止未经授权的用户修改交换机配置。
5,在单个引导服务器上自动配置网络中的多台交换机。
6,借助Fast EtherChannel在路由器,交换机和服务器之间实现的高达800Mbps的带宽。
7,CGMP使一台交换机能够动态和有选择地向目标终端站转发经过路由选择的IP多路播放通信量和提高多媒体性能。
8,利用ISL中继的未来VLAN支持提供广播控制,安全性和经过简化的添加,移动和变更操作。
竞争优势
1卓越的性能
1. 1基于共享内存体系结构的交换设计,转发带宽为1.6Gbps,转发速率为每秒300多万个数据包,在所有10BaseT/100BaseTX端口上全线路速度运行。
1. 2Cisco公司的基于标准的CGMP和多路播放地址过滤保证了多路播放/广播量大的环境中的服务质量,不需要额外的硬件或软件投资。
2卓越的可靠性
2. 1给予Web的界面允许用户通过一个标准的浏览器,如Netscape Navigator/Communicator或Microsoft Internet Explorer,在网络的任何地方管理交换机
2. 2控制台访问的多层安全性防止未经授权的用户修改交换机的配置。
2.3自动配置功能通过在单个引导服务器上自动配置网络中的多个交换机减轻了部署压力。
3通用模块性和可扩展性(Catslyst 2916M XL)
3.1 2个通用模块向用户提供升级他们的网络的灵活性将来的千兆位Ethernet ATM接口模块提供更高速的链路。
3.2 4端口的10BaseT/100BaseTX和2端口的100BaseFX Catalyst2916M XL模块允许客户轻松地提高端口的密度。
3.3 通过Fast Ethernet实现的带宽聚集功能增强了容错性能和在交换机、路由器和独立服务器之间提供高达800Mbps的带宽。现在有14个合作伙伴(包括HP、Sun、Intel、和Adaptec)支持Fast EtherChannal。
3.4 特性模块将提供增值功能,通过将来的一个ISL特性模块实现的VLAN支持提供广播控制、安全性和经过简化的添加、移动和变更操作。
订购信息
Cisco Catalyst 2900系列XL
Catalyst 2908XL WS-C2908-XL
Catalyst 2916M XL WS-C2916M-XL
Catalyst 2924XL WS-C2924-XL
Catalyst 2924C XL WS-C2924-XL
Catalyst 2916M XL的模块
4端口的10BaseT/100BaseTX模块 WS-X2914-XL
2端口的100BaseFX模块 WS-X2922-XL
二. 软件功能介绍(2900 XL系列)
1. CISCO 虚拟中继协议(VTP V2)。
2. ISL、IEEE 802.1Q trunking。
3. 静态和 动态VLAN。
4. SNMP 管理。
三. 配置
1. 进入VLAN 配置模式。
Switch# vlan database
Switch(vlan)# vtp domain domain-name
Switch(vlan)# vtp domain domain-name password password-value
Switch(vlan)# vtp server
Switch(vlan)# show vtp status
若想Disable VTP,只须将VTP模式改为transparent
即Switch(vlan)# vtp transparent
2. 激活VTP V2(交换机默认的是VTP V1)。
Switch# vlan database
Switch(vlan)# vtp v2-mode
Switch# show vtp status
3. 增加VLAN。Catalyst 2900XL系列交换机最大支持64个激活的VLAN,
VLAN ID 号从1-1005。
Switch# vlan database
Switch(vlan)# vlan vlan-id name vlan-name
Switch# show vlan name vlan-name
Switch(vlan)# no vlan vlan-id //删除VLAN
4. 将端口加入VLAN。
Switch# configure terminal
Switch(config)# interface interface
Switch(config-if)# switchport mode access
Switch(config-if)# switchport access vlan vlan-id
Switch(config-if)# show interface interface-id switchport
5. 配置trunk 端口。
Switch# configure terminal
Switch(config)# interface interface
Switch(config-if)# switchport mode trunk
Switch(config-if)# switchport trunk encapsulation isl
Switch(config-if)# end
Switch# show interface interface switchport
Switch# copy running-config startup-config
6. 配置trunk 上允许的VLAN。
Switch(config)# interface interface
Switch(config-if)# switchport mode trunk
Switch(config-if)# switchport trunk allowed vlan remove vlan-id-range
Switch(config-if)# switchport trunk allowed vlan add vlan-id-range
Switch(config-if)# end
Switch# show interface interface switchport allowed-vlan
若想取消trunk端口,只需
Switch(config-if)# no switchport mode
7. 使用STP实现负载。
实现负载分担有两种方法:
1) 使用端口优先级。
配置:
Switch_1# configure terminal
Enter configuration commands, one per line. End with CNTL/Z
Switch_1(config-if)# interface fa0/1
Switch_1(config-if)# spanning-tree vlan 8 9 10 port-priority 10
Switch_1(config-if)# end
Switch_1(config)# interface fa0/2
Switch_1(config-if)# spanning-tree vlan 3 4 5 6 port-priority 10
Switch_1(config-if)# end
2) 使用路径值。
例如:
Switch_1# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch_1(config)# interface fa0/1
Switch_1(config-if)# spanning-tree vlan 2 3 4 cost 30
Switch_1(config-if)# end
Switch_1# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch_1(config)# interface fa0/2
Switch_1(config-if)# spanning-tree vlan 8 9 10 cost 30
Switch_1(config-if)# end