Chinaunix首页 | 论坛 | 博客
  • 博客访问: 69130
  • 博文数量: 21
  • 博客积分: 2010
  • 博客等级: 大尉
  • 技术积分: 255
  • 用 户 组: 普通用户
  • 注册时间: 2008-05-31 09:08
文章分类
文章存档

2008年(21)

我的朋友

分类: 系统运维

2008-06-03 23:41:52

在文章Catalyst 6000 family Architecture提到过SFM(switch fabric module),这里具体讲述软操作方面的知识。

在一个安装了SFM的交换机上,有如下三种switch modes:
1,compact mode---这种模式用于处理仅仅安装了fabric-enabled modules的交换机(没有安装nonfabric-enabled modules)上fabric-enabled modules之间的数据转发,只需要在switch fabric channel上传输DBus header;

2,truncated mode---这种模式用于处理同时安装了fabric-enabled modules和nonfabric-enabled modules的交换机上的fabric-enabled modules之间的数据转发,只需要在switch fabric channel上传输the first 64 bytes of the frame;
3,bus mode---这种模式用于处理fabric-enabled modules和nonfabric-enabled modules之间以及nonfabric-enabled modules之间的数据转发,在switch fabric channel上传输整个数据帧。

image

配置命令如下:

Router(config)# [no] fabric switching-mode allow {bus-mode | {truncated [{threshold [number]}]}
此命令注意点:
When you enter the ‘no fabric switching-mode allow bus-mode’ command, power is removed from any
nonfabric-enabled modules installed in the switch.
即‘no fabric switching-mode allow bus-mode’ 命令会导致所有nonfabric-enabled modules掉电,所以请慎用!!!

Router(config)# fabric required
此命令注意点:
If you enter the ‘fabric required’ command on a switch that does not have a Switch Fabric Module
installed, all modules except the supervisor engine turn off.
即‘fabric required’命令会导致在没有SFM或者SFM失效的交换机上除了引擎板卡外,其它板卡全部掉电,所以请慎用!!!

监控命令如下:show fabric ? 即可以查看很多信息。



chris_lee 2008-05-22 22:07 发表评论
阅读(987) | 评论(0) | 转发(0) |
0

上一篇:覆盖升级IOS

下一篇:CAT3560 无故重启

给主人留下些什么吧!~~