packet tracert 笔记
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了packet tracert 笔记相关的知识,希望对你有一定的参考价值。
存储器
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 隧道配置
以上是关于packet tracert 笔记的主要内容,如果未能解决你的问题,请参考以下文章
在cisco packet tracert 中,如何配置不同优先级的静态路由?
小凡模拟器、GNS3、cisco packet tracert 这三款模拟器哪个更适合CCNA阶段的学习?
思科模拟器Packet tracert 5.3 我想用1 PC连接一交换机或者路由器,怎么启动超级终端,