本帖最后由 time9154 于 2013-5-18 16:10 编辑
1 t6 P7 H3 r7 N6 u! }' C
g' n8 H% k5 z) L. u/ h& v 太高兴啦,今天终于以832 1000分的成绩收官NP,首先感谢一下鸿鹄论坛,论坛给我提供了很多的资料和巨大的帮助,论坛里兄弟们的战报也对我考试很有帮助,一并谢过。
: t: z/ I# o. k& o 说说今天考试吧,同样还是在Beijing pearson professional center,环境就不谈啦,NP的上两篇战报里面都有提到。本来预约的是1点半的考试,结果我12点15就提前到了,然后12点半就提前开始考了。考试一共抽到42道题,2道选择题、1道拖图题和13个TT。, C! \4 j4 |1 T) {% O& Z
选择题题库中的下面这道题给的不完全3 U& P$ e' v) D8 b
The interface is up and protocol is up. When do you get these messages.
* R) S1 ~' @8 c, U% X% K %LINKDOWN‐3‐SERIAL:Interface FastEthernet0/14,changed state to up. @7 e4 x1 [8 A3 _$ o3 v1 K
%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:
8 C7 D' n0 _: [3 w1 r7 K
2 D! N5 I% E+ `# d3 B一、找出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.
* N. }2 Q) C4 B0 i* C/ ]
% W$ o; F( C2 v' H4 k7 i
: J+ D+ j! O, _+ b
1 ^, X$ @: Y2 [3 [* s# X |