user@host> 运行模式CLI提示符
user@host# 配置模式提示符 configure进入配置模式
lci 进入CLI
补全 空格
? 查询命令
show interface terse 查看接口
show interface terse | except fe- 查看除fe-的接口
show interface terse | match se-3 只查看se-3接口
show interface | last 显示上一屏数据
show interfaces terse | count 显示输出行数
show interfaces lo0 | display set 结果通道
edit system
...
一.测试拓扑:
二.基本配置:
---省略:主要是接口配置和路由配置。
三.测试步骤:
A.R3连接R4的接口设置MTU 500
R3(config)#int e0/1
R3(config-if)#ip mtu 500
R3(config-if)#do show ip int e0/1 | in MTU
MTU is 500 bytes
B.在R1上ping R4
---指定IP荷载大小为500,并且不允许分片
R1#ping 30.1.1.4 df-bit size 500
Type escape sequen...