参考答案和解析
正确答案:C
更多“Which route filter match type on”相关问题
  • 第1题:

    Which RIP message type is used to deliver route information to neighbors?()

    A.A

    B.B

    C.C

    D.D


    参考答案:C

  • 第2题:

    Refer to the exhibit. Which three statements accurately describe the result of applying the exhibited route map?()

    A. The map prohibits th e redistribution of all type 2 external OSPF routes.

    B. All routes that do no match clauses 10 and 20 of the route map are redistributed with their tags set to 8.

    C. The map prohibits the redistribution of all external OSPF routes with tag 6 set.

    D. Th e map permits the redistribution of all type 1 external OSPF routes.

    E. The map redistributes into EIGRP all routes that match the pfx prefix list and the five metric values?0000, 1000, 255, 1, and 1500.

    F. The map prohibits the redistribution of all ty pe 2 external OSPF routes with tag 6 set.


    参考答案:B, D, F

  • 第3题:

    在route-policy的if-Match字句中,有以下命令,可以用于所有路由协议的是()

    A. if-match as-path aspath-list-num

    B. if-match community community-list-num

    C. if-match interface type number

    D. if-match ip next-hop \{acl-number | ip-prefix ip-prefix-name}


    参考答案:C, D

  • 第4题:

    下面哪个将正确表达比10.0.0.0/16更精确的所有路由()

    • A、route-filter10.0.0.0/16longer
    • B、route-filter10.0.0.0/16orlonger
    • C、route-filter10.0.0.0/16upto/32
    • D、route-filter10.0.0.0/17orlonger

    正确答案:A

  • 第5题:

    Which routing instance type is used to facilitate filter-based forwarding?()

    • A、VRF
    • B、FBF
    • C、forwarding
    • D、no-forwarding

    正确答案:C

  • 第6题:

    R1 has correctly configured EIGRP to filter routes using a route map named question. The configuration that follows shows the entire route map and related configuration. Which of the following is true regarding the filtering action on prefix 10.10.10.0/24 in this case?() route - map question deny 10 match ip address 1 route - map question permit 20 match ip address prefix- list fred ! access - list 1 deny 10.10.10.0 0.0.0.255 ip prefix - list fred permit 10.10.10.0/23 le 25

    • A、It will be filtered due to the deny action in route map clause 10
    • B、It will be allowed because of the double negative (two deny references) in clause 10
    • C、It will be permitted due to matching clause 20's reference to prefix - list freD
    • D、  It will be filtered due to matching the implied deny all route map clause at the end of the route map

    正确答案:C

  • 第7题:

    Which type of traffic will cause Policed Discards errors on an interface on a JUNOS device?()

    • A、Traffic that does not match any route in the forwarding table.
    • B、Traffic that exceeds the bandwidth of the interface.
    • C、Traffic of unsupported protocols on that interface.
    • D、Traffic arriving on unknown virtual-circuits on that interface.

    正确答案:C

  • 第8题:

    单选题
    Which action occurs when the BGP route 20.1.0.0/16 is evaluated by the policy expression?() [editpolicy-options]  policy-statementmy-filter {  term-first{  from{  route-filter192.168.0.0/16orlongeraccept;  route-filter 192.168.1.0/24 exact accept;  route-filter 192.168.2.0/24 exact;  }  then{  metric10;  accept;  }  termsecond {  then{  metric20;  accept;  }}  policy-statementmain {  termchange-attributes  from{  policymy-filter;  }  thenaccept;  }  termdefault {  thenreject;  }}  [editprotocols]  bgp{  exportmain;  }
    A

    The route is not advertised into BGP

    B

    The route is advertised into BGP with metric 10.

    C

    The route is advertised into BGP with metric 20.

    D

    The route is advertised into BGP with default metric.


    正确答案: D
    解析: 暂无解析

  • 第9题:

    单选题
    Which routing instance type is used to facilitate filter-based forwarding?()
    A

    VRF

    B

    FBF

    C

    forwarding

    D

    no-forwarding


    正确答案: B
    解析: 暂无解析

  • 第10题:

    多选题
    Refer to the exhibit. Which three statements accurately describe the result of applying the exhibited route map?()
    A

    The map prohibits the redistribution of all type 2 external OSPF routes with tag 6 set

    B

    The map prohibits the redistribution of all type 2 external OSPF routes

    C

    The map redistributes into EIGRP all routes that match the pfx prefix list and the five metric values40000, 1000, 255, 1, and 1500

    D

    The map prohibits the redistribution of all external OSPF routes with tag 6 set

    E

    All routes that do no match clauses 10 and 20 of the route map are redistributed with their tags set to 8

    F

    The map permits the redistribution of all type 1 external OSPF routes


    正确答案: C,A
    解析: 暂无解析

  • 第11题:

    多选题
    Which of the following statements are true?()
    A

    The equals() method determines if reference values refer to the same object.

    B

    The == operator determines if the contents and type of two separate objects match.

    C

    The equals() method returns true only when the contents of two objects match.

    D

    The class File overrides equals() to return true if the contents and type of two separate objects        match.


    正确答案: C,D
    解析: 严格来说这个问题的答案是不确定的,因为equals()方法是可以被重载的,但是按照java语言的本意来说:如果没有重写(override)新类的equals(),则该方法和 == 操作符一样在两个变量指向同一对象时返回真,但是java推荐的是使用equals()方法来判断两个对象的内容是否一样,就像String类的equals()方法所做的那样:判定两个String对象的内容是否相同,而==操作符返回true的唯一条件是两个变量指向同一对象。从这个意义上来说选择给定的答案。从更严格的意义来说正确答案应该只有D。

  • 第12题:

    单选题
    Given the following policy, what happens when the 1.1/17 route is evaluated?() [edit policy-options] policy-statement test { from { route-filter 0/0 orlonger accept; route-filter 1.1/17 upto /24 reject; route-filter 1.1/18 exact; } then { metric 6; accept; }
    A

    The route does not match this policy.

    B

    The route is accepted.

    C

    The route is rejected.

    D

    The route is accepted with a metric of 6.


    正确答案: B
    解析: 暂无解析

  • 第13题:

    Which type of traffic will cause Policed Discards errors on an interface on a JUNOS device?()

    A.Traffic that does not match any route in the forwarding table.

    B.Traffic that exceeds the bandwidth of the interface.

    C.Traffic of unsupported protocols on that interface.

    D.Traffic arriving on unknown virtual-circuits on that interface.


    参考答案:C

  • 第14题:

    WhatistheorderofpreferenceforthesecommandswhenallofthemareappliedtooneneighborintheBGPinboundfilterdirection?()

    A.prefix-list,route-map,filter-list,distributelist

    B.route-map,filter-list,prefix-list,distribute-list

    C.route-map,distribute-list,prefix-list,filter-list

    D.filter-list,prefixlist,route-map,distributelist

    E.distributelist,prefix-list,route-map,fitterlist


    参考答案:B

  • 第15题:

    可用于多种路由协议,设定匹配条件,属性匹配后进行设置,由if-match和apply子句组成的路由选择工具是()

    A.as-path-filter

    B.route-policy

    C.Ip-prefix

    D.community-filter


    参考答案:B

  • 第16题:

    Which type of EIGRP route entry describes a feasible successor?()

    • A、a primary route,stored in the routing table
    • B、a backup route,stored in the routing table
    • C、a backup route,stored in the topology table
    • D、a primary route,stored in the topology table

    正确答案:C

  • 第17题:

    Which three options are valid ways to filter routes from a BGP peer?()

    • A、filter-list
    • B、inbound ACL
    • C、route-map
    • D、outbound ACL
    • E、prefix-list
    • F、neighbor 10.0.0.1 deny-map my-map command

    正确答案:A,C,E

  • 第18题:

    Which of the following statements are true?() 

    • A、 The equals() method determines if reference values refer to the same object.
    • B、 The == operator determines if the contents and type of two separate objects match.
    • C、 The equals() method returns true only when the contents of two objects match.
    • D、 The class File overrides equals() to return true if the contents and type of two separate objects        match.

    正确答案:A,D

  • 第19题:

    单选题
    R1 has correctly configured EIGRP to filter routes using a route map named question. The configuration that follows shows the entire route map and related configuration. Which of the following is true regarding the filtering action on prefix 10.10.10.0/24 in this case?() route - map question deny 10 match ip address 1 route - map question permit 20 match ip address prefix- list fred ! access - list 1 deny 10.10.10.0 0.0.0.255 ip prefix - list fred permit 10.10.10.0/23 le 25
    A

    It will be filtered due to the deny action in route map clause 10

    B

    It will be allowed because of the double negative (two deny references) in clause 10

    C

    It will be permitted due to matching clause 20's reference to prefix - list freD

    D

      It will be filtered due to matching the implied deny all route map clause at the end of the route map


    正确答案: B
    解析: 暂无解析

  • 第20题:

    多选题
    在route-policy的if-Match字句中,有以下命令,可以用于所有路由协议的是()
    A

    if-match as-path aspath-list-num

    B

    if-match community community-list-num

    C

    if-match interface type number

    D

    if-match ip next-hop /{acl-number


    正确答案: B,A
    解析: 暂无解析

  • 第21题:

    单选题
    Router R1 is redistributing between two OSPF processes. Given the configuration shown, which includes all commands in the route map named fred, which of the following answers is true regarding the redistribution into OSPF process 1?() router ospf 1 redistribute ospf 2 external 2 route - map fred ! route - map fred permit 10 match ip address 1 set metric - type type - 1
    A

    No routes are redistributed because a route cannot be both E1 and E2.

    B

    Only OSPF E2 routes in the OSPF 2 domain will be considered for redistribution.

    C

    Inside the OSPF 2 domain, any formerly E2 routes will become E1 routes.

    D

    Routes permitted by ACL 1 will be redistributed, regardless of whether the routes are E1 or E2 routes.


    正确答案: B
    解析: 暂无解析

  • 第22题:

    单选题
    Which router translates the Type 7 LSAs into Type 5 LSAs, according to RFC 1587 (OSPF NSSAOption) in an OSPF NSSA with more than one ABR?()
    A

    The router receiving the route translates the Type 7 LSA into a Type 5 LSA.

    B

    The ABR with the lowest router ID translates all Type 7 LSAs into Type 5 LSAs.

    C

    The ABR with the highest router ID translates all Type 7 LSAs into Type 5 LSAs.

    D

    All ABRs translate the Type 7 LSAs into Type 5 LSAs depending on which one has the lowest cost to the route.


    正确答案: C
    解析: 暂无解析

  • 第23题:

    单选题
    Which route filter match type only matches prefixes greater than the defined prefix?()
    A

    exact

    B

    upto

    C

    longer

    D

    orlonger


    正确答案: C
    解析: 暂无解析

  • 第24题:

    单选题
    Which type of EIGRP route entry describes a fesible successor?()
    A

    a primary route,stored in the routing table

    B

    a backup route,stored in the routingt able

    C

    a backup route,stored in the topology table

    D

    A primary route,stored in the topology table


    正确答案: D
    解析: 暂无解析