K1 不变题标配版.pdf
文本预览下载声明
K1
设备信息
1. 设备型号及接口编号特点。
R1-R3是3825,以太口是G口(如: g0/0),串口(如: s0/0/0)
R4-R5是1841,以太口是F口(如: f0/0),串口(如: s0/0/0)
SW都是3560b。 串口的DCE和DTE可能有所不同,自己注意下就行了。
预配置
预配中包含VTP 、VLANs 及所有Router 上部分物理接口IP
1
1. 设备上 logging console 有可能都是关闭的。
每台设备:
logging console //考场上可能是关闭的,记得打开,便于排错。
2. 所有的设备主机名为RackYYR1 或 RackYYsw1,YY 为机架号。
R1:
Hostname Rack32R1 //R2/R3/R4/R5 类比R1
SW1:
Hostname Rack32sw1 //SW2/SW3/SW4 类比SW1
3. IP 地址
先打开所有接口,排除所有链路问题(speed、duplex ),参照拓扑图配置IP。
loopback: YY.YY.X.X/32
以太口YY.YY.15.0/27 (做单臂路由的接口IP 没有配,需要自己配)
串口 YY.YY.15.0/30 (预配中没有,需要自己配置)
BB1:150.1.YY.254/24 BB2: 150.2.YY.254/24 BB3: 150.3.YY.254/24
SVI 接口是需要自己配置的。Sw1 上有SVI11,SVI13 ,Sw2 上有SVI2,SVI22,Sw4 上有SVI44,SVI45。IP 照参照拓
扑图。
//所有串口 DCE 端配时钟频率
4. VTP
SW1 为VTP server,SW2/SW3/SW4 为VTP client
VTP domain: CCIERoutingSwitchingYY
VTP password: cisco
SW2 VTP password 预错为cisc0
其他设备VTP domain 预错为CCIERoutingandSwitching
5. VLANs
很多接口未按需求接入vlan 中, 需要根据后面vlan 表全部更正。
sw2 的f0/x 口被switchport backup interface f0/x 需要更正。
6. PPP
R1 连接 R5 与R3 连接 R5 之间链路封装为PPP,并且R1 和 R5 接口参考带宽为128K
R1:
interface s0/0/1
encapsulation ppp
bandwidth 128 // PPP 链路预配了参考带宽 128K,对后面的选路会有影响。
R3:
interface s0/0/0
encapsulation ppp
R5:
interface s0/0/0
clock rate 128000
encapsulation ppp
bandwidth 128
interface s0/0/1
clock rate 512000
encapsulation ppp
1.0 Implement Layer 2 Techonologies
1.1 Troubleshoot layer 2 switching
Errors in the initial config:
VTP domain name config error
VTP password config error
On int
显示全部