博客首页 注册 建议与交流 排行榜 加入友情链接
推荐 投诉 搜索: 帮助

网络技术

中华儿女 飞龙,舞凤 华夏春秋
   lcwnet.cublog.cn
关于作者  
姓名:大伟
职业:待定
年龄:25
位置:北京
个性介绍:

我的分类  




cisco 交换机基本操作 转载
          更改主机名    
  switch(config)#hostname A
l      设置进入特权模式的密码
switch(config)#enable password 1234 
明文显示
switch(config)#enable secret cisco 
加密显示
l      设置console口密码
switch(config)#line console 0
switch(config-line)#password 
123
switch(config-line)#login
l      查看mac地址列表
switch#show mac-address-table
l      查看mac地址列表刷新时间
switch#show mac-address-table aging-time
l      更改mac地址列表刷新时间
switch(config)#mac-address-table aging-time 200
l          保存配置
switch#copy running-config startup-config
switch#write
l      恢复出厂默认设置
switch#erase startup-config
switch#reload
            添加接口的描述信息
switch(config-if)# description connection to routerA
l      设置交换机的网关
switch(config)#ip default-gateway 192.168.1.1
l      关掉DNS解析
switch(config)#
no ip domain-lookup
l      查看当前配置(RAM
switch#show running-config
l      查看交换机的配置(NVRAM
switch#show startup-config
l      查看cdp的全局信息
switch#show cdp
l      查看接口的cdp配置信息
switch#show cdp interface f0/2
l      查看有关cdp包的统计信息
switch#show cdp traffic
l      查看邻居信息
switch#show cdp neighbors
l      查看所有入口项的详细信息
switch#show cdp neighbors detail
switch#show cdp entry *
l      实现交换机的远程管理
switch(config)#enable secret cisco
switch(config)#intface valn 1
switch(config-if)#ip address
192.168.1.100 255.255.255.0
switch(config-if)#no shutdown
switch(config)#line vty 0 4
switch(config-line)#password 123
switch(config-line)#login
c:\>telnet 192.168.1.100
l      交换机的密码恢复
1
、将交换机的电源拔下
2
、按住mode键插上电源,当出现switch:时将手松开
3
switch:flash_init      //加载到flash
4
switch:dir flash:      //查看flash中的文件
5
rename flash:config.text  flash:config.old //更改文件名
6
boot                 //重新启动交换机
7
rename flash:config.old  flash:config.text  //将文件名改回
8
copy flash:config.text  running-config
9
enable password  cisco            //重新设置密码

10write                           //保存
l      创建vlan方法一
switch#vlan database
switch(vlan)#vlan  10  name  ****
switch(vlan)#exit
l      创建vlan方法二
switch(config)#vlan 10
switch(config-vlan)#name ****
l      删除vlan方法一
switch(vlan)#no vlan 10
switch(vlan)#exit
l      删除vlan方法二
switch(config)#no vlan 10
l      删除vlan方法三
switch#delete vlan.dat
l      将端口加入到vlan
switch(config-if)#switchport access vlan 10
l      将一组连续的端口加入到vlan
switch(config)# interface range f0/1 – 5
switch(config-if-range)#switchport access vlan 10
l      将端口从vlan中删除
switch(config-if)#no switchport access vlan 10
switch(config-if)#switchport access vlan 1

switch(config-if-range)#no switchport access vlan 10
switch(config-if-range)#switchport access vlan 1
l      查看所有vlan的摘要信息
switch#show vlan brief
l      查看指定vlan的信息
   switch#show vlan id 10

 

 发表于: 2007-07-02,修改于: 2007-07-02 22:01 已浏览871次,有评论0条 推荐 投诉

  网友评论

  发表评论



Copyright © 2001-2006 ChinaUnix.net All Rights Reserved

感谢所有关心和支持过ChinaUnix的朋友们
页面生成时间:0.02491

京ICP证041476号