成长值: 52345
|
本帖最后由 LEonEmily 于 2014-9-12 23:58 编辑
& a6 L: X7 M* l& `0 c- t2 v9 F( u3 }- C6 D: b
今天考了50道,满分通过。有一个题库中没有的拖图题,关于ospf的路由器的定义,见下表。除实验题某些参数外其他和题库(2014.6.9)中的完全一致。
, X p' S3 s$ o7 C- @% @
& g. m! C6 e L8 `- r/ d* R新拖图题如下( D5 e% Z! k4 M8 C5 M! p7 b! w6 X
左侧6种路由器类型,右侧4个描述。选择描述所对应的路由器类型。右侧的描述记不太清了,你们抓住几个关键字就OK
H+ ^: S5 P' F0 p2 _3 i8 P! `: yConnect the following to their definitions9 d9 g$ V! g9 H1 S, f
左侧 右侧7 }( p+ M* H9 C) r) H
Internal routers(内部路由器) At least one interface assigned to area 0(至少有一个接口链接Area0)9 j) h/ P& c! Q0 b3 o( l
external routers(外部路由器) It connects the other areas the area 0(链接其他区域和Area0)% U; y, y$ U9 b; U$ ~
Backbone routers (骨干路由器) This inside of an area and it connects an External Autonomous System(连接一个区域和其他外部AS)7 D) i7 p9 F, }1 Q
ABRs They are completely inside of an area and it doesn't connect any other area(完全在一个区域中,没有链接其他区域)3 d3 O& \( B# a9 W( w- e) w
ASBRs" s8 r) |) t) w/ g0 v. h0 c
peer routers(对等体路由器)
/ a! Q, V3 k$ Y- `$ E7 u" c; j" K4 c
, Z6 v' z/ p& v+ \. G1 {0 J. a; W8 e4 N
答案:7 N* M8 C+ S3 e
Backbone Routers -> This inside of the area 0.
: h9 r/ q" @& a- A# NABRs -> It connects the other areas the area 0.
8 z% i" b. v3 c: t5 \( L- vInternal Routes -> They are completely inside of an area and it doesn't connect any other area.+ B3 S# u. h/ l
ASBRs -> This inside of an area and it connects an External Autonomous System.
9 r& }1 B9 \2 F( ~8 z% }3 c
8 u- i1 ~+ L- ~9 I& o W0 z: r- F% q
% s2 M( K, i2 o' t实验题注意事项(以下是我遇到的不同点):$ D8 I$ `" O0 U9 z3 m1 S( D
1、考试时支持命令缩写,如int,conf t,sho run,copy r s等;支持?查询和tab补全;某些实验不支持copy r s命令,会提示“command is not implemented”,建议所有实验都敲一遍copy run startup,保险。+ J, [' g7 Y2 S1 {) M3 H
2、Redistribute实验:你们最好show ip protocols或者show run看一下eigrp的as和ospf的进程id。还有就是show一下接口的参数,会和题库不一样。我遇到题干中要求“the greatest bandwidth”,所以要在R2的eigrp进程下用distance eigrp 90 109命令(也有战报说可以再ospf 1进程下用distance ospf inter-area 171)。enable有密码,题干中有写;在R1上做测试只能用traceroute,你只要看到有走R3就OK。(回程对于R4来说默认一定优选eth接口)
, P5 d) \0 u8 g' _' t3、Route-map实验:和题库基本一致,只是那个next-hop地址不是10.1.101.1而是10.1.100.2,红字注明了那个地址,很明显。可以使用sho route-map查看结果。这里注意题库中的截图是错误,题库中route-map pbr, permit,sequence 20有50 packets,实际上应该是route-map pbr, permit,sequence 10那里会有packets产生。不知道其他老师的视频讲解有没有说明这点。
( T) L, N. X' F: f G9 q4、IPv6 OSPF实验:和题库没什么不一样的,注意area号可能和题库不一样;测试的话不能用ping,你可以再R1上show ipv6 route(记住不是show ip route,这样没路由的)看一下有R4环回口的路由就好。这个实验貌似支持copy r s。) P0 C* E6 R$ b2 Z: q" W
5、OSPF Stub实验:这个实验题干会有要求,规定R1和R2上ospf必须使用什么进程号(我好像是22),ospf的area号也会规定,然后R1和R2间的网段也会变化(我的好像是192.168.34.4/30),因为都是/30所以network是的反码没变。其他的参考题库配置network和totally stub。检验方法就是在R1上show ip route看有没有一个O*IA的缺省路由。0 A# ~8 \) Q2 f
6、Eigrp Stub实验:没什么变化,题干中要求是“2 subnets 10.0.0.0”,你考试验证时sho ip route结果和模拟器上的结果不一样,可能是以下这个样子:
{& i: m+ t* B. Z4 e 10.2.0.0/16 is variably subnetted. 1 subnets.
% L0 I/ ] [/ i: gD 10.2.0.0/16 [90/XXXXXXX...(省略了)
7 N! u5 o& I1 ]" w 10.2.3.0/24 is variably subnetted. 1 subnets.
. v8 b% p! e2 G& XC 10.2.3.0/24 is directly...(省略了)
r7 A9 x1 M Q& n; M& r p0 D" t, x/ G& O7 X0 U9 ~% b1 w' B1 C
没关系,只要看到把之前的明细汇总了就好(配手工汇总前,你可以sho一下路由表)
1 a# `: c) m! V& [
4 q3 d$ N2 X/ L
- {' M/ T+ i2 q ?/ u& r我写的有点啰嗦,其实实验上的变化都很容易发现,稍微有点基础的人都不会发错,总之多show run,show protocols之类的就不会有问题。
, ^: ~3 X y2 Z P, q1 T/ _+ ?7 n& `5 s3 m
4 O& o7 P" Y7 U0 @! p
6 j9 V& f: _& ?) B& [5 A# oPS:今天听考场的人说如果三门都是满分还要加试一门,有这个说法吗?我是不是被忽悠了?
6 J; |9 r1 g$ T2 b: ` ^/ T$ S- T |
评分
-
查看全部评分
|