如果您无法下载资料,请参考说明:
1、部分资料下载需要金币,请确保您的账户上有足够的金币
2、已购买过的文档,再次下载不重复扣费
3、资料包下载后请先用软件解压,在使用对应软件打开
1.烽火交换机最常用的基本配置命令用户名:admin默认密码:12345Fire#configFire(config)#interfacevlan//创70建vlan332Fire(config-vlan-70)#ipaddress172.17.202.21255.255.255.0//配置交换机管理地址Fire(config-vlan-70)#exitFire(config)#iproute0.0.0.00.0.0.0172.17.202.1//配置路由Fire(config)#interfacevlan338,440//创建vlan338,440Fire(config-vlan)#exitFire(config)#interfaceethernet//进入11端口Fire(config-eth-1)#joinvlan338untagged//1端口加入到vlan332非标记端口Fire(config-eth-1)#pvid338//1端口标记pvid338Fire(config-eth-1)#exitFire(config)#interfaceethernet2Fire(config-eth-2)#joinvlan440untagged//2端口加入到vlan440非标记端口Fire(config-eth-2)#pvid440//2端口标记pvid440Fire(config-eth-2)#exitFire(config)#interfaceethernet6Fire(config-eth-6)#joinvlan70,338,440tag//6端口加入到vlan70,338,440标记端口Fire(config-eth-6)#exitFire(config)#exitFire#writefile//保存2.烽火交换机常用命令Fire#showinterface1//查看1端口状态Fire#showinterfacestaistics//1查看端口流量(realtimerate)Fire#showvlanall//查看所有VLANFire#showvlan338//查看VLAN信息Fire(config)#novlan338//删除vlan332Fire(config-eth-9)#shutdown//关闭9号端口Fire(config-eth-9)#noshutdown//开启9号端口Fire(config-vlan-338)#descriptionyewu//vlan描述Fire(config-eth-1)#descriptionyewu//端口描述Fire(config-eth-1)#rate-limitrx//1024限速收为1M带宽(数值必须是64的整数倍)例:20480为20MFire(config-eth-1)#rate-limittx//1024限速发为1M带宽(数值必须是64的整数倍)例:20480为20M