单选题By default, what does a Juniper Networks router set the BGP origin code to when originating theroute?()A IGP (Value 0)B EGP (Value 1)C Incomplete (Value 2)D It depends on the route's source.

题目
单选题
By default, what does a Juniper Networks router set the BGP origin code to when originating theroute?()
A

IGP (Value 0)

B

EGP (Value 1)

C

Incomplete (Value 2)

D

It depends on the route's source.


相似考题
更多“单选题By default, what does a Juniper Networks router set the BGP origin code to when originating theroute?()A IGP (Value 0)B EGP (Value 1)C Incomplete (Value 2)D It depends on the route's source.”相关问题
  • 第1题:

    What technique should be used on BGP edge routers to prevent a multi - homed autonomous system from becoming a trans it system?()

    A. Advertise with a high MED value all networks that are discovered via external BGP.

    B. Set the no - export community attribute on all networks that are advertised externally.

    C. Remove the AS - Path information on all routes in the BGP table pr ior to advertising externally.

    D. Set the origin code to incomplete for all networks that are discovered via external BGP.

    E. Only advertise networks externally if they have been discovered via internal BGP.

    F. Use an outgoing distribution list to filte r all networks not originating from inside the autonomous system.


    参考答案:F

  • 第2题:

    You are the administrator of the Testking network and you have forgotten the password to one of your routers. After completing the password recovery procedure the router returned to its normal operation. The config-register was set back to the initial default value.What is this value?()

    A. 0x2112

    B. 0x2104

    C. 0x2102

    D. 0x2142

    E. 0x2100


    参考答案:C

  • 第3题:

    In BGP routing,what does the rule of synchronization mean?()

    • A、A BGP router can only advertise an EBGP learned route,provided that the route is an IGP route in the routing table.
    • B、A BGP router can only advertise an IBGP learned route,provided that the route is an IGP route in the routing table.
    • C、A BGP router can only advertise an IBGP learned route,provided that the route is an IGP route that is not in the routing table.
    • D、A BGP router can only advertise an EBGP learned route,provided that the route is a metric of 0 in the BGP table.

    正确答案:B

  • 第4题:

    What is the flooding scope of an OSPFv3 LSA, if the value of the S2 bit is set to 1 and the S1 bit is set to 0?()

    • A、link local
    • B、area wide
    • C、AS wide
    • D、reserved

    正确答案:C

  • 第5题:

    Yuri created a formula for a button. The code is supposed to set the value of an existing field called title. He used the following formula: title:= @propercase (title); after the foumula runs ,the title field is null. Why? ()

    • A、the value of one field cannot be set from the value in another field 
    • B、the text string in the formula is set to null. Thus notes cannot validate the formula 
    • C、when setting the value of a field , the formula must be in the field‟s input validation event 
    • D、the formula does not specify that title is an existing field. Thus it is interpreted as a temporary variable 

    正确答案:D

  • 第6题:

    By default, what does a Juniper Networks router set the BGP origin code to when originating theroute?()

    • A、IGP (Value 0)
    • B、EGP (Value 1)
    • C、Incomplete (Value 2)
    • D、It depends on the route's source.

    正确答案:A

  • 第7题:

    You executed the following code:   BEGIN   DBMS_SCHEDULER.SET_ATTRIBUTE  (  NAME => ’JOB_A’,   ATTRIBUTE => ’JOB_PRIORITY’,   VALUE => 7);   END;  /   After analyzing the above code, what conclusion will you draw?()  

    • A、 The code will be executed successfully.
    • B、 The code will not be executed successfully because the value of the VALUE parameter must be 1, 2, or 3.
    • C、 The code will not be executed successfully because the value of the VALUE parameter must range between 1 and 5.
    • D、 The code will not be executed successfully because no SET_ATTRIBUTE procedure exists in the DBMS_SCHDULER package.

    正确答案:C

  • 第8题:

    单选题
    What technique should be used on BGP edge routers to prevent a multi - homed autonomous system from becoming a trans it system?()
    A

    Advertise with a high MED value all networks that are discovered via external BGP.

    B

    Set the no - export community attribute on all networks that are advertised externally.

    C

    Remove the AS - Path information on all routes in the BGP table pr ior to advertising externally.

    D

    Set the origin code to incomplete for all networks that are discovered via external BGP.

    E

    Only advertise networks externally if they have been discovered via internal BGP.

    F

    Use an outgoing distribution list to filte r all networks not originating from inside the autonomous system.


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

  • 第9题:

    单选题
    A BGP router is configured with bgp dampening 8 300 1500 20 route-map 1 .What does the value of 20 represent?()
    A

    reuse

    B

    suppress

    C

    half-life

    D

    max-suppress-time


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

  • 第10题:

    单选题
    You executed the following code:   BEGIN   DBMS_SCHEDULER.SET_ATTRIBUTE  (  NAME => ’JOB_A’,   ATTRIBUTE => ’JOB_PRIORITY’,   VALUE => 7);   END;  /   After analyzing the above code, what conclusion will you draw?()
    A

     The code will be executed successfully.

    B

     The code will not be executed successfully because the value of the VALUE parameter must be 1, 2, or 3.

    C

     The code will not be executed successfully because the value of the VALUE parameter must range between 1 and 5.

    D

     The code will not be executed successfully because no SET_ATTRIBUTE procedure exists in the DBMS_SCHDULER package.


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

  • 第11题:

    单选题
    A router has two paths to reach another network in a different autonomous system. Neither route was generated by the local router and both routes have the same default weight an d local preference values. Which statement is true about how BGP would select the best path?()
    A

    To influence one route to be preferred, its default local preference value will be changed via the use of the command bgp default local - preference 50

    B

    Th e router will prefer the shortest autonomous system path

    C

    If the command bgp always - compare - med has been given, then the router will prefer the route with the highest MED

    D

    The router will prefer the route with the lower MED


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

  • 第12题:

    单选题
    int index = 1;   int foo = new int ;   int bar = foo [index];   int baz = bar + index;   What is the result?()
    A

     Baz has the value of 0

    B

     Baz has the value of 1

    C

     Baz has the value of 2

    D

     An exception is thrown.

    E

     The code will not compile.


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

  • 第13题:

    A router has two paths to reach another network in a different autonomous system. Neither route was generated by the local router and both routes have the same default weight an d local preference values.Which statement is true about how BGP would select the best path?()

    A. To influence one route to be preferred, its default local preference value will be changed via the use of the command bgp default local - preference 50

    B. Th e router will prefer the shortest autonomous system path

    C. If the command bgp always - compare - med has been given, then the router will prefer the route with the highest MED

    D. The router will prefer the route with the lower MED


    参考答案:B

  • 第14题:

    Which 4 statements regarding MPLS Label Stack Encoding is true?()

    • A、A value of 4 represents the "Implicit NULL Label."
    • B、A value of 0 represents the "IPv4 Explicit NULL Label."
    • C、A value of 1 represents the "Router Alert Label". The use of this label is analogous to the use of the"Router Alert Option" in IP packets (for example, ping with record route option)
    • D、A value of 2 represents the "IPv6 Explicit NULL Label"
    • E、A value of 1 represents the "IPv1 Explicit NULL Label"
    • F、A value of 3 represents the "Implicit NULL Label"

    正确答案:B,C,D,F

  • 第15题:

    Refer to the exhibit. On the basis of the information in the exhibit, which two statements are true?()

    • A、When traffic is sent from the ISP to autonomous system 64512, the traffic will be forwarded toSanJose2 because of the higher MED value of SanJose2
    • B、The serial 0/0/1 interface on the ISP router has been configured with the set metric 50command
    • C、The output was generated by entering the show ip bgp command on the SanJose1 router
    • D、The output was generated by entering the show ip bgp command on the ISP router
    • E、The serial 0/0/1 interface on the ISP router has been configured with the set metric 75command
    • F、When traffic is sent from the ISP to autonomous system 64512, the traffic will be forwarded toSanJose1 because of the lower MED value of SanJose1

    正确答案:D,F

  • 第16题:

    A router has two paths to reach another network in a different autonomous system. Neither route was generated by the local router and both routes have the same default weight an d local preference values. Which statement is true about how BGP would select the best path?()

    • A、To influence one route to be preferred, its default local preference value will be changed via the use of the command bgp default local - preference 50
    • B、Th e router will prefer the shortest autonomous system path
    • C、If the command bgp always - compare - med has been given, then the router will prefer the route with the highest MED
    • D、The router will prefer the route with the lower MED

    正确答案:B

  • 第17题:

    A user logs in and is mapped to two roles. The first role has a maximum timeout value of 600 minutes and the default Juniper Networks logo on the user interface page. The second role has a maximum timeout value of 1200 minutes and a custom logo on the user interface page. Based on the merging of these two roles, which two will be applied?()

    • A、A custom logo on the user interface page
    • B、A maximum timeout value of 600 minutes
    • C、A maximum time out value of 1200 minutes
    • D、A default Juniper Networks logo on the user interface page

    正确答案:C,D

  • 第18题:

    A BGP router is configured with bgp dampening 8 300 1500 20 route-map 1 .What does the value of 20 represent?()

    • A、reuse
    • B、suppress
    • C、half-life
    • D、max-suppress-time

    正确答案:D

  • 第19题:

    单选题
    What is the default route preference value for EBGP?()
    A

    20

    B

    100

    C

    170

    D

    200


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

  • 第20题:

    单选题
    String foo = “blue”;    Booleanbar = new Boolean [1];    if (bar[0]) {    foo = “green”;    }   What is the result?()
    A

     Foo has the value of “”

    B

     Foo has the value of null.

    C

     Foo has the value of “blue”

    D

     Foo has the value of “green”

    E

     An exception is thrown.

    F

     The code will not compile.


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

  • 第21题:

    单选题
    What is the flooding scope of an OSPFv3 LSA, if the value of the S2 bit is set to 1 and the S1 bit is set to 0?()
    A

    link local

    B

    area wide

    C

    AS wide

    D

    reserved


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

  • 第22题:

    单选题
    You are the administrator of the Testking network and you have forgotten the password to one of your routers. After completing the password recovery procedure the router returned to its normal operation. The config-register was set back to the initial default value. What is this value?()
    A

    0x2112

    B

    0x2104

    C

    0x2102

    D

    0x2142

    E

    0x2100


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

  • 第23题:

    单选题
    In BGP routing, what does the rule of synchronization mean?()
    A

    A BGP router can only advertise an EBGP learned route, provided that the route is an IGP route in the routing table.

    B

    A BGP router can only advertise an IBGP learned route, provided that the route is an IGP route in the routing table.

    C

    A BGP router can only advertise an IBGP learned route, provided that the route is an IGP route that is not in the routing table.

    D

    A BGP router can only advertise an EBGP learned route, provided that the route is a metric of 0 in the BGP table.


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