设为首页收藏本站language→→ 语言切换

鸿鹄论坛

 找回密码
 论坛注册

QQ登录

先注册再绑定QQ

查看: 4232|回复: 5
收起左侧

[考试战报] 5/19 300-135重庆满分收官

[复制链接]
发表于 2015-5-20 07:19:04 | 显示全部楼层 |阅读模式
       准备了快一年(当然不是每天都在看),现总算告一段落了,但就如电影里常说“战斗才刚刚开始。能顺利通过考试,得力于客服5的耐心和热情,非常感谢。事实证明,自学NP也是可以的,只是多了寂寞和枯燥,还有中途放弃和前进间的挣扎,总是在深夜让思绪悠长地延伸到远方···只有自己才知道真正想要的是什么。好了,结束废话直接正题:
$ E. t) v9 k/ b5 Z1 i( @' O0 s       单纯的正对考试而言。和前人发的战报一样,TT中的HRSP/EIGRP AS/DHCP没考到,其他都有。不管怎么都得要先知道错点在哪里。前人战报太经典,一下为本人平时学习题库和实验并联系答案的缩略标记。~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4 ?$ p- |; ^/ }2 }4 @7 S1.client 1 is able to ping 10.1.1.2 but not 10.1.1.1. R1 does not have any ospf neighbors or any ospf routes
8 R+ _& W/ S! `( a7 d' i->R1->ipv4 ospf routing->useing the ip ospf authentication messagedigest5 J( c2 c1 V# F" x! t9 N$ a! |" ~3 |
2.HSPR
' N: H3 I$ n3 {6 N; @* n8 x/ U->DSW1->HSRP->standby 10 should track 10 not 1
+ g) v; {- g! h0 P; P3.client 1 is able to ping 209.65.200.226 but not the web server, R1 does not have any BGP neighbors or routes.8 ^+ j: o& ?6 P
->R1->BGP-> neighbor's network wrong3 [" l' R" _0 C% W  ]
4.clients are not able to reach the web server and all the routers are able reach the web serber.
9 G. e/ w3 `* b3 @->R1->IP NAT->ip access-list standar nat_trafic enter the permit 10.2.0.0 0.0.255.2550 Q1 Y1 F, c' J- |( \  R: E
5.R1 is not able to reach the web server,and R1 does not have any active BGP neighbors2 X$ a1 w, d7 q, O4 S* N9 N
->R1->IPv4 layer 3 security->add the permit ip 209.65.200.241 0.0.0.3 any/ a- H; b3 f+ V) ]
6.client 1 is getting an IP address from the DHCP server but is not able to ping DSW1 or the FTP server.: O* Z) n" j" W
->DSW1->vlan acl/port acl->enter no vlan filter test1 vlan-list 109 J% E2 }7 M% m
7.port security
! K( p/ y* |7 Q4 r8.port vlan
4 J0 D) ~: V( @( v" C1 r  {9.port trunk7 Y3 ]  `2 b* s2 ]$ D
10.client can not ping 10.1.4.5, DSW1 can ping the Fa0/1 interface of R4 but not the s0/0/0/0.34 interface& s& p9 F; K3 {, M
->R4->IPv4 EIGRP Routing->fault as number
" {7 r6 Y) j6 l# Y% j5 l11.client can ping 10.1.4.5, DSW1 can ping the Fa0/1 interface of R4 but not the s0/0/0/0.34 interface$ M% M6 ~& x3 A. e1 F8 r8 F
->R4->ipv4 route redistribution->delete the redistribute ospf 1 router-map `````.....````.....9 {  X5 O3 A; f7 D0 y/ |0 N
12.client can not gei ip address
' O- u( w+ E( h0 K4 y. _3 l->R4->DHCP->ip dhcp excluded-address fault
9 l& C! H+ p% E. N% v13.the neighborship between R4 and DSW1 wasn't establised.client 1can't ping R43 A; f+ v  ^- i' P
->R4->IPv4 EIGRP Routing->Remove "passive interface" in interface f0/1 and f0/0
, {& F5 q* S% o6 i7 y2 i1 Z6 a14.IPv6 ospf; y# s3 v) c/ D
->R2->ipv6 routing-> add ipv6 ospf 6 area 0& C! F: S8 B. _  _' M+ P4 D
15.IPv6 redistribution# N) t& o6 k+ t* g
->R4->IPv6 ospf routing->enter the redistribute rip RIP_ZONE include-connected
& a& u4 |2 B. Z/ q3 g16.IPv6 Tunnel 5 a! E) ~+ Z- x
->R3->ipv6 and ipv4 interoperability->delete the tunnel mode ipv68 c' u; c$ t& D3 h
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
. A2 I: l& d: ^) v5 U# d1.先查看题目,是判断出是考IPv4还是IPV6,如果标识有IPv6的地址,如2026::1:1等就是IPv6题目了,总共只有三个类型,直接show run就可以很快找到答案。' L- F( B: j! i- ]. E, r! _
2.我采取的是先ping远端设备再近端的方法。ping 209.65.200.241题目明确标明client端ping不通的,所以没必要再ping了。能ping10.1.1.1不能ping209.65.200.226,有两种可能,IP NAT和R1 ACL。3 G/ }  i, U- R* |# [" |
1)其他设备上都能ping209.65.200.241 那一定是IP NAT,再show run 确定在ip access-list standard Nat_Traffic下是否缺少permit 10.2.0.0 0.0.255.255。7 v+ \1 O/ V5 B5 e9 q( Y
2)其他设备上不能ping209.65.200.241 只有R1能ping209.65.200.226那就是是R1 ACL这题了,再show run 确定一下edge_security。  X2 z* _. T/ Z; z4 s
3.client能ping209.65.200.226,那再在R1show ip bgp nei 没有邻居,就是BGP这题了。
' F: Y" y7 O% f6 y1 B+ }4.client不能ping 10.1.1.1 但是能ping10.1.1.2,多半是ospf authentication这题,在R1上 show ip  ospf neighbors确认没有条目,那就没错了,题库的对比方法就如试友所说一样,不可取的。
; Y; \9 j0 z% n% X% z5.如果ping10.1.1.2不通,那问题点在R4到ASW1之间,如果ping网关10.2.1.254不通,问题在ASW1上和DSW1上,直接show run查看吧。+ F7 z: L* Y: T, G+ B
1)如果在Interface FastEthernet1/0/1-2 上有MAC地址,如 0000.0000.0001等,就是switchport security了。+ e0 ?' H. y8 c9 H0 [: b9 x
2)如果在Interface FastEthernet1/0/1-2没有access vlan 10,那就是access vlan这题了。6 M. {4 b% }' U
3)如果是在Interface PortChannel13 和Interface PortChannel23上allow 的vlan 不是10和200,那就是switchport trunk了。
8 D7 S; E5 t9 b# Q' o1 k; X' w4)在DSW1上show run 如果有vlan filter test1 vlan-list10 那就是vlan filter这题了。
0 }8 m: Z) e" n6.能ping网关,问题点在R4上。show run吧,IPv4只有两个错误。1 I, Y6 ?: }/ h& l
1)在vlan 10下如果有passive-interface default,client是ping不通R4 10.1.4.5 并且在R4上没有EIGRP neighbors,EIGRP passive-interface$ l, _# k6 l' ?
2)剩下的就是在router eigrp下redistribute的 route-map匹配错误了,client是能ping通R4 10.1.4.5的,但不能继续往下ping, EIGRPredistribute
2 J! g( ?; y1 `% K" A5 S) K. P: c3 d7.IPv68 a/ J7 s" \7 c* H* k2 p
1)R2上 show run 查看连接R3的接口interfaces0/0/0/0.23缺少 ipv6 ospf 6 area 0 ,IPv6 OSPF这题了。
6 k4 p: `: y9 F$ a6 ~5 ^2)R3上show run 是否多了条tunnel mode ipv6的命令,这是IPv4 and IPv6 互操作问题。
4 T  p- F) b: A( S- D* Y3)R4上show run 在ipv6 router ospf 6 下缺少redistribute rip RIP_ZONE include-connected命令,就是IPv6 redistribute这题 。) y7 G- \4 R! q- H$ i
考试的时候我是这样标记的
( S* T- c, I2 g# `5 ~$ xR1:ospf authentication
! R+ S# E& V  ^; G       IP NAT
0 `6 h5 `4 o+ P! W( H  ^' M9 H4 H       edge_security0 m1 Q, @$ N8 M+ S4 S
       BGP
9 j, m  M4 o2 |' Z' h( sR2:IPv6 OSPF9 g5 P, z, U$ s
R3:Tunnel
0 K" K' p/ M- s$ ]1 ]) AR4:EIGRP RED
# d1 u6 V# L. b: s1 c- a. H: J  ?/ \: _       IPv6 RED) E% |2 w: F. i0 C# q
       passive-interface
, t! l1 f; S5 N8 V: B7 \: YDSW1:vlan filter: W9 ~4 o0 ~# y; M, G0 ?7 i
ASW1:port security
, }( @# A! q3 U, K# C" t            access vlan
: `% j( J1 H( |8 S; M            port trunk8 L# F  B2 ~0 i+ b: V! P
刚好13题,每个人有自己的助忆方法,怎样使自己方便的就是好方法,希望对即将考试的 朋友们有点用处。
& m# N2 d  W$ f1 f: g7 o7 L当个敲门砖而已,其他的都是浮云!!路漫漫其修远兮,。考,做最充分的准备,做最坏的打算,相信自己!题库很稳。- u. `& U' G( `
推荐两个经典战报经验,感谢他们的分享。; c1 h& A0 H: v& I. e9 x" R
http://bbs.hh010.com/forum.php?mod=viewthread&tid=430807
' _% n) N3 u) |. Ihttp://bbs.hh010.com/forum.php?mod=viewthread&tid=431713&extra=page%3D1       http://bbs.hh010.com/forum.php?m ... &extra=page%3D2
) }) {9 F  r. k. F7 D8 \
8 O# H7 S& S$ V3 Q, o' U0 N" a7 `& L% d! ~; Q4 C2 H% f. o! V2 A

评分

参与人数 1鸿鹄币 +100 威望 +1 收起 理由
崔凯 + 100 + 1 一级战报

查看全部评分

发表于 2015-5-20 10:45:07 | 显示全部楼层
{:soso_e179:}
沙发 2015-5-20 10:45:07 回复 收起回复
回复 支持 反对

使用道具 举报

发表于 2015-5-21 14:44:58 | 显示全部楼层
多谢楼主分享经验
板凳 2015-5-21 14:44:58 回复 收起回复
回复 支持 反对

使用道具 举报

发表于 2015-6-7 18:52:17 | 显示全部楼层
请问实际上的题是选择题还是得手动排错啊?
地板 2015-6-7 18:52:17 回复 收起回复
回复 支持 反对

使用道具 举报

 楼主| 发表于 2015-6-10 08:50:12 | 显示全部楼层
zttt 发表于 2015-6-7 18:528 I! e0 K  {9 N" m3 X
请问实际上的题是选择题还是得手动排错啊?
! V4 [) |3 t( H$ t& l  T
選擇。找出問題,才能選擇正確,選項都是一樣的。
5# 2015-6-10 08:50:12 回复 收起回复
回复 支持 反对

使用道具 举报

发表于 2015-8-5 16:20:29 | 显示全部楼层
多谢楼主分享经验
6# 2015-8-5 16:20:29 回复 收起回复
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 论坛注册

本版积分规则

QQ|Archiver|手机版|小黑屋|sitemap|鸿鹄论坛 ( 京ICP备14027439号 )  

GMT+8, 2024-9-27 19:03 , Processed in 0.058558 second(s), 14 queries , Redis On.  

  Powered by Discuz!

  © 2001-2024 HH010.COM

快速回复 返回顶部 返回列表