拓扑图
使用的是Boson 6模拟器
需要破解版的朋友可以联系我
具体配置:
sw1Switch>enSwitch#conf tEnter configuration commands, one per line. End with CNTL/Z.Switch(config)#host sw1sw1(config)#in
原创
2009-02-09 16:20:32
1693阅读
2评论
请教一下,大家知不知道:
怎样把cisco 3750G-24WS 的内部的sfp端口用什么命令可以识别出来的???
就是它的 27 和 28号端口。
原创
2009-12-16 14:26:50
515阅读
配置SSH 安全管理 Cisco Switch IOS软件必须具有加密功能(IOS映像文件名称中包含K8或K9才支持) 1. 使用 hostname 配置主机名。(config)#hostname xxxx 2. 使用 ip domain-name配置主机域。(config)#ip domain-name xxx.com
原创
2017-01-19 19:09:42
1409阅读
昨天在Cisco Router 2621 和 Cisco Switch 2950下配置VLAN,用两台电脑测试了一下。感觉还可以。
2950的和1900的配置Vlan的时候有点不一样。具体区别参考一下CCNA的书都可以了。
下面吧show Run出来了:
Router:
Router#show run &n
原创
2013-01-17 10:55:11
482阅读
学习了一段时间的cisco ,现在再学习和总结一下cisco 的相关的知识.
算作是新的开始的一总结吧.
以此,作个脚印.
原创
2012-03-08 17:14:05
327阅读
思科交换机生成树
原创
2012-09-03 13:23:20
1245阅读
配置密码:
2960>en ;第一次密码为空
2960h#conf t ;进入全局配置模式
2960(config)#hostname swa ;设置交换机名
2960(config)#enable secret aaa ;设置特权加密口令为 aaa
2960(config)#enable password aax ;设置特权非密口令为 aax
2960(
转载
精选
2011-07-25 19:22:37
8378阅读
点赞
3评论
快捷键:1.Ctrl+A:把光标快速移动到整行的最开始2.Ctrl+E:把光标快速移动到整行的最末尾3.Esc+B:后退1个单词4.Ctrl+B:后退1个字符5.Esc+F:前进1个单词6.Ctrl+F:前进1个字符7.Ctrl+D:删除单独1个字符8.Backspace:删除单独1个字符9.Ctrl+R:重新显示1行10.Ctrl+U:擦除1整行11.Ctrl+W:删除1个单词12. Ctrl
原创
2013-08-29 10:12:09
748阅读
Switch>enaSwitch#configure terminal 进入全局配置模式Switch(config)#vlan 2 //建立一个vlan 2Switch(config-vlan)#name caiwu //将vlan 2命名为caiwuSwitch(config-vlan)#exi
原创
2014-05-27 10:45:13
647阅读
1、交换机IP配置 2、配置telnet 1、交换机IP配置 #interface vlan 1 #ip address 192.168.0.3 255.255.255.0 #no shutdown #exit #ip default-gateway 192.168.0.2 2、配置telnet
原创
2021-09-01 10:30:41
207阅读
Background Information
some servers need connect to Switch for SPAN
Location
IP
原创
2011-07-19 20:02:16
4655阅读
点赞
1、启用交换机端口安全 2、限制端口最大访问量为1,超出后关闭端口 1、启用交换机端口安全 #interface gigabitEthernet 0/1 #switchport mode access #switchport port-security #switchport port-securi
原创
2021-09-01 10:30:19
159阅读
cisco switch 命令大全
2006-10-06 11:29:15 (回复:0 浏览:66) [
转载
精选
2006-12-09 14:23:25
662阅读
使用xmodem传送IOS 文件
当误操作把flash中IOS 删除后可以通过xmodem导入过程如下:
1,switch:switch: set BAUD 57600(把console口速率改为57600 BADU必需是大写)2,将超级终端软件速率改为576003,switch:copy xmo
原创
2009-02-26 00:15:41
1013阅读
1评论
收集了交换机几乎所有命令,请大家互相学习。
1.在基于IOS的交换机上设置主机名/系统名:
switch(config)# hostname hostname
在基于CLI的交换机上设置主机名/系统名:
switch(enable) set system name name-string
2.在基于IOS的交换机上设置登录口令:
switch(config)# enable pa
转载
精选
2009-11-19 13:05:35
344阅读
1.在基于IOS的交换机上设置主机名/系统名: switch(config)# hostname hostname 在基于CLI的交换机上设置主机名/系统名: switch(enable) set system name name-string 2.在基于IOS的交换机上设置登录口令: switch(config)# enable password level 1 password 在基于CLI的
转载
精选
2007-08-13 16:34:07
795阅读
1.在基于IOS的交换机上设置主机名/系统名: switch(config)# hostname hostname 在基于CLI的交换机上设置主机名/系统名: switch(enable) set system name name-string 2.在基于IOS的交换机上设置登录口令
转载
精选
2007-10-16 22:32:17
585阅读
一、针对于目前ARP病毒肆虐,利用ARP协议进行欺骗的网络问题也日渐严重。在防范过程中除了VLAN的划分来抑制问题的扩散,如果将MAC地址与端口绑定配合起来会达到最佳的防范效果。下面在Cisco交换机上实现简单的端口绑定,举Cisco 3550为例:3550#config terminal //进入通用配置模式3550(
转载
2009-07-07 23:07:59
648阅读
1.在基于IOS的交换机上设置主机名/系统名: switch(config)# hostname hostname 在基于CLI的交换机上设置主机名/系统名: switch(enable) set system name name-string 2.在基于IOS的交换机上设置登录口令: switch(config)# enable password level 1 password 在基于CLI的
转载
2010-01-26 22:54:54
213阅读
1. Uplinkfast: apply to trunk ports, should be configured only on access-layer switches.
# spanning-tree uplinkfast
2. Backbonefast: should be configured on every switch in the network.
# spa
原创
2012-10-26 10:34:56
715阅读
点赞