2008年10月15日星期三
cisco3750操作日至
1. 作端口镜像
conf t
monitor session 1 source interface Gi1/0/24 源端口
monitor session 1 destination interface Gi1/0/10 镜像端口
no monitor session 1 取消镜像
将Gi1/0/24流量镜像到Gi1/0/10
对多个端口做镜像
monitor session 1 source interface Gi1/0/1 - 23 both
monitor session 1 destination interface Gi1/0/24
2. access-list
access-list 163 permit ip 192.168.4.0 0.0.0.255 192.168.10.0 0.0.0.255
access-list 163 permit ip 192.168.4.0 0.0.0.255 192.168.10.0 0.0.0.255
access-list 101 permit tcp 172.16.3.0 0.0.0.255 172.16.4.0 0.0.0.255 established
允许通过的前提是连接已经建立
3. enable secret和enable password区别
enable secret设置的密码加密
enable password设置的密码明文
如果两个密码都设置,enable secret覆盖enable password
4. 开启telnet配置
(config)#line vty 0 4
(config-line)#login
(config-line)#password 123456
必须设置密码
5. 导出配置与恢复配置
下载一款叫cisco tftp server的软件,在主机上运行tftpServer,在控制端运行
#copy running-config tftp
系统提示
Address or name of remote host[]?输入192.168.1.1
Destination filename [cisco3750-confg]?回车
在主机下cisco tftp server所在目录下面可以找到该文件。
恢复配置的方法与备份方法基本相同,命令为
#copy tftp startup-config
6. 恢复出厂设置
#erase startup-config
#reload
8. end和exit的区别
Router(config-if)#
>当你输入exit,回车,你会看到命令行变成:
Router(config)#
>当你输入end,回车,你会看到命令行变成:
Router#
exit仅仅退出当前所在子模式,end直接退出到特权模式。
conf t
monitor session 1 source interface Gi1/0/24 源端口
monitor session 1 destination interface Gi1/0/10 镜像端口
no monitor session 1 取消镜像
将Gi1/0/24流量镜像到Gi1/0/10
对多个端口做镜像
monitor session 1 source interface Gi1/0/1 - 23 both
monitor session 1 destination interface Gi1/0/24
2. access-list
access-list 163 permit ip 192.168.4.0 0.0.0.255 192.168.10.0 0.0.0.255
access-list 163 permit ip 192.168.4.0 0.0.0.255 192.168.10.0 0.0.0.255
access-list 101 permit tcp 172.16.3.0 0.0.0.255 172.16.4.0 0.0.0.255 established
允许通过的前提是连接已经建立
3. enable secret和enable password区别
enable secret设置的密码加密
enable password设置的密码明文
如果两个密码都设置,enable secret覆盖enable password
4. 开启telnet配置
(config)#line vty 0 4
(config-line)#login
(config-line)#password 123456
必须设置密码
5. 导出配置与恢复配置
下载一款叫cisco tftp server的软件,在主机上运行tftpServer,在控制端运行
#copy running-config tftp
系统提示
Address or name of remote host[]?输入192.168.1.1
Destination filename [cisco3750-confg]?回车
在主机下cisco tftp server所在目录下面可以找到该文件。
恢复配置的方法与备份方法基本相同,命令为
#copy tftp startup-config
6. 恢复出厂设置
#erase startup-config
#reload
7. 3750上面配置了若干vlan,可以用ip routing打开路由,但是这个是打开全部路由,没有办法只打开指定的路由,比如说只打开vlan 1到vlan2的路由,要做VLAN之间的控制可以做ACL。
8. end和exit的区别
Router(config-if)#
>当你输入exit,回车,你会看到命令行变成:
Router(config)#
>当你输入end,回车,你会看到命令行变成:
Router#
exit仅仅退出当前所在子模式,end直接退出到特权模式。
标签: Cisco 3750
订阅 博文 [Atom]