标签:ram otl lookup 运行 接口 常见 引导 查看 start
存储器
flash //存放镜像文件 rom //存放boot引导文件 ram //存放当前运行配置 nvram //存放启动配置文件
接口
line console 0 //控制台 line vty 0 4 //虚拟终端telnet interface fa0/1 //快速以太网口 interface gi0/1 //千兆以太网口 interface vlan 1 //虚拟网口 interface range fa0/1-3 //范围接口
一查看
0x01查看总体配置
show running-config
show startup-config
0x02查看端口配置
show interface fa0/1 show interface vlan 1
0x03查看IP
show ip interface vlan 0
0x04查看其他
show version //查看版本 show flash //查看镜像文件 等同于 dir show history //查看命令 show clock
在全局模式下查看信息需要在命令前加do 如:
do show running-config
二常见命令的作用
no ip domain-lookup //输错命令时不查找dns logging synchronous //不打断当前命令 即输出同步 exec timeout 0 0 //设置永不超时,即不自动退出 分 秒 duplex half/full/auto //设置单工/双工/自动 speed 100 //设置传输速率 description something //描述接口 mdix auto //自动转换直通线 交叉线 ip default-gateway 192.168.1.1 //设置默认网关
access 用来接入终端 如pc 服务器 打印机
trunk 用来链接其他交换机 承载多个vlan
multi 主要用于接入支持多vlan的服务器或者一些网络分析设备
dotlq-tunnel 用来 Q-in-Q 隧道配置
标签:ram otl lookup 运行 接口 常见 引导 查看 start
原文地址:http://www.cnblogs.com/demonxian3/p/6536013.html