本帖最后由 time9154 于 2013-5-18 16:10 编辑 . h# g1 N/ E5 C& k1 @9 ]# ~
8 J2 C5 Y0 e3 J I. b+ K% m6 k6 ^
太高兴啦,今天终于以832 1000分的成绩收官NP,首先感谢一下鸿鹄论坛,论坛给我提供了很多的资料和巨大的帮助,论坛里兄弟们的战报也对我考试很有帮助,一并谢过。! o2 r0 b+ `. R3 U6 @
说说今天考试吧,同样还是在Beijing pearson professional center,环境就不谈啦,NP的上两篇战报里面都有提到。本来预约的是1点半的考试,结果我12点15就提前到了,然后12点半就提前开始考了。考试一共抽到42道题,2道选择题、1道拖图题和13个TT。3 A0 `5 f- b2 o* J
选择题题库中的下面这道题给的不完全/ T: \; V; C! E" {- ~8 x* k% N4 v
The interface is up and protocol is up. When do you get these messages.
; C+ Q t: ]6 T %LINKDOWN‐3‐SERIAL:Interface FastEthernet0/14,changed state to up
" q1 ^& Z+ `! N; g7 r %LINEPROTO‐5‐UPDOWN: Line protocol on Interface FastEthernet0/14, changed state to up A. the first message is a severity 3 log message B. C. D. 完整的正确答案是: the first log is a error message which has a severity level of 3 不要被error message吓到了,其实就是error message。 拖图题题库中的下面这道题给的也和考试中的不一样 左边的选项分别是:EEM,IP SLA 右边的空很简略:GUI SDM,CNA CLI TFTP,SCP BACKUP 其他的我考到的选择题都和题库一样了。 另两个战报的地址为: 申请一下NP的徽章吧~ 对TT和万金油的大概解释我写在5楼了。 TT的模拟环境在附件里,大家可以用浏览器打开就能看到实际考TT的时候界面和考试方法是什么样子的了。 TT中的Redistribute错误点的配置文件题库中给的有误。但是答案是正确的 题库中的是: Configuration on R4: router eigrp 10 network 10.1.4.5 0.0.0.0 no auto-summary network 10.1.1.8 0.0.0.0 area 34 redistribute ospf 1 metric 100 10 255 1 1500 route-map EIGRP_to_OSPF (明显名字就错了) 考试时候我记得的关于EIGRP的配置是下面的样子: Configuration on R4: router eigrp 10 network 10.1.4.5 0.0.0.0 no auto-summary network 10.1.1.8 0.0.0.0 area 34 redistribute ospf 1 route-map OSPF_to_EIGRP default metric 100 10 255 1 1500(有了这行命令,题库的答案才是对的,不然题库在重分发的时候没有改seed metric) 关于TT,万金油非常靠谱,不过一般刚刚接触832的看万金油应该都比较恼火,所以我在复习的时候也总结了一下,把万金油的那些简略的步骤给丰富了一下,让新手能够很快的上手,经过我自己考试的验证,总的来说总结的还算不错,今天也分享给大家吧,大致如下,详细的见附件PDF: * Q- s* f2 ^" c
( r' m9 j' f. b* I' ^一、找出HSRP的错误 现象: HSRP has beenconfigured between DSW1 and DSW2. DSW1 is configured to be active router but itnever becomes active even though the HSRP communication between DSW1 and DSW2is working. DSW1上showrun--看到standby条目 DSW1上showstandby brief--看到状态没有up 在DSW1和R4上得到配置: Configurationon DSW1: track 1 iproute 10.1.21.128 255.255.0.0 metric threshold threshold metric up 1down 2 track 10 iproute 10.2.21.128 255.255.255.0 metric threshold threshold metric up63 down 64 ! interfaceVlan10 ipaddress 10.2.1.1 255.255.255.0 standby10 ip 10.2.1.254 standby10 priority 200 standby10 preempt standby 10 track 1 decrement 60 ! Configurationon R4: interfaceloopback0 ipaddress 10.2.21.128 255.255.255.0 故障原因: DSW1上的track ip route 使用错误 答案: 1.DSW1 2.HSRP 3.Under theinterface vlan 10 configuration delete the standby 10 track 1 decrement 60 command and enter the standby 10 track 10 decrement 60 command. 0 B& B5 k& t0 m5 n4 V8 z! Y" `
3 n! J, o2 f, C7 k8 s$ T6 q
$ W% I; n% I( j! ^) }9 c
9 _' \3 e% c$ r: X |