Which attribute is optional for IKE phase 2 negotiations?()A、proxy-IDB、phase 2 proposalC、Diffie-Hellman group keyD、security protocol (ESP or AH)

题目

Which attribute is optional for IKE phase 2 negotiations?()

  • A、proxy-ID
  • B、phase 2 proposal
  • C、Diffie-Hellman group key
  • D、security protocol (ESP or AH)

相似考题
参考答案和解析
正确答案:C
更多“Which attribute is&#”相关问题
  • 第1题:

    Which attribute is used to pass the user role back to the Nexus when remote AAA is enabled?()

    • A、 Cisco AV-pair
    • B、 TACACS+ or RADIUS ack frame role attribute
    • C、 DH-CHAP challenge attribute
    • D、 privilege level attribute

    正确答案:A

  • 第2题:

    Which attribute must exist in the BGP update packet?()

    • A、LOCAL_ PREF
    • B、AGGREG ATOR
    • C、AS_Path
    • D、Weight

    正确答案:C

  • 第3题:

    Which XSL if statement checks for the existence of a homepage attribute within an STS Universal User XML structure?()

    • A、<xsl:if test="//stsuuser:AttributeList/stsuuser:Attribute[attr='homepage']">
    • B、<xsl:if test="//stsuuser:AttributeList/stsuuser:Attribute[@name='homepage']">
    • C、<xsl:if-exists="//stsuuser:AttributeList/stsuuser:Attribute/custom:Homepage">
    • D、<xsl:if-exists="//stsuuser:AttributeList/stsuuser:Attribute[@name='homepage'])>

    正确答案:B

  • 第4题:

    A session-scoped attribute is stored by a servlet, and then that servlet forwards to a JSP page. Which threejsp:useBean attributes must be used to access this attribute in the JSP page?()

    • A、id
    • B、name
    • C、bean
    • D、type
    • E、scope

    正确答案:A,D,E

  • 第5题:

    When a job exceeds the date specified in its END_DATE attribute, which of the following will happen?()

    • A、The job will be dropped automatically if the value of the AUTO_DROP attribute is TRUE
    • B、The job will only be disabled if the value of the AUTO_DROP attribute is FALSE
    • C、The STATE attribute of the job will be set to COMPLETED if the value of the AUTO_DROP attribute is FALSE
    • D、All objects referenced by the job will be dropped if the value of the AUTO_DROP attribute is TRUE and the value of the CASCADE attribute is TRUE
    • E、The STATE column of the job table will be set to COMPLETED for the job

    正确答案:A,B,E

  • 第6题:

    单选题
    Which form of BGP changes the BGP Next Hop attribute by default?()
    A

    IBGP

    B

    EBGP

    C

    CBGP

    D

    MBGP


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

  • 第7题:

    多选题
    Which three statements about the BGP next-hop attribute are true? ()
    A

    EBGP sessions between confederation sub ASs do not modify the next-hop attribute.

    B

    By default, iBGP sessions change the next-hop attribute learned from eBGP peers to self address.

    C

    By default, the next-hop attribute is not changed when a prefix is reflected by the route reflector

    D

    EBGP sessions between confederation sub ASs change the next-hop attribute to peer address.

    E

    By default, iBGP sessions preserve the next-hop attribute learned from eBGP peers.


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

  • 第8题:

    多选题
    A custom tag is defined to take three attributes. Which two correctly invoke the tag within a JSP page?()
    A

    <prefix:myTag a=foo b=bar c=baz />

    B

    <prefix:myTag attributes={foo,bar,baz} />

    C

    <prefix:myTag jsp:attribute a=foo b=bar c=baz />

    D

    <prefix:myTag><jsp:attribute name=a>foo</jsp:attribute><jsp:attribute name=b>bar</jsp:attribute><jsp:attribute name=c>baz</jsp:attribute>. </prefix:myTag>


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

  • 第9题:

    单选题
    Which attribute can influence inbound traffic flows from a neighboring AS?()
    A

    Aggregator

    B

    Local preference

    C

    Atomic aggregate

    D

    Multiple exit discriminator


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

  • 第10题:

    Which three statements about the BGP next-hop attribute are true? ()

    • A、EBGP sessions between confederation sub ASs do not modify the next-hop attribute.
    • B、By default, iBGP sessions change the next-hop attribute learned from eBGP peers to self address.
    • C、By default, the next-hop attribute is not changed when a prefix is reflected by the route reflector
    • D、EBGP sessions between confederation sub ASs change the next-hop attribute to peer address.
    • E、By default, iBGP sessions preserve the next-hop attribute learned from eBGP peers.

    正确答案:A,C,E

  • 第11题:

    Which BGP attribute can be used to influence inbound traffic flow?()

    • A、cluster ID
    • B、Weight
    • C、MED
    • D、local preference
    • E、aggregate

    正确答案:C

  • 第12题:

    Which action(s) will cause a compression dictionary to be removed from a table?()

    • A、Set the table COMPRESS attribute to NO.  
    • B、Set the table COMPRESS attribute to NO; run REORG against the table.  
    • C、Set the table COMPRESS attribute to NO; run INSPECTRESETDICTIONARY against the table.  
    • D、Set the table COMPRESS attribute to NO; run RUNSTATS against the table.

    正确答案:B

  • 第13题:

    For which BGP attribute is a higher value preferred?()

    • A、Origin
    • B、Community
    • C、Local Preference
    • D、AS Path length

    正确答案:C

  • 第14题:

    Your network contains an Active Directory forest. The forest schema contains a custom attribute for  user objects.   You need to modify the custom attribute value of 500 user accounts.   Which tool should you use()

    • A、Csvde
    • B、Dsmod
    • C、Dsrm
    • D、Ldifde

    正确答案:D

  • 第15题:

    多选题
    A session-scoped attribute is stored by a servlet, and then that servlet forwards to a JSP page. Which threejsp:useBean attributes must be used to access this attribute in the JSP page?()
    A

    id

    B

    name

    C

    bean

    D

    type

    E

    scope


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

  • 第16题:

    单选题
    Which XSL if statement checks for the existence of a homepage attribute within an STS Universal User XML structure?()
    A

    <xsl:if test=//stsuuser:AttributeList/stsuuser:Attribute[attr='homepage']>

    B

    <xsl:if test=//stsuuser:AttributeList/stsuuser:Attribute[@name='homepage']>

    C

    <xsl:if-exists=//stsuuser:AttributeList/stsuuser:Attribute/custom:Homepage>

    D

    <xsl:if-exists=//stsuuser:AttributeList/stsuuser:Attribute[@name='homepage'])>


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

  • 第17题:

    单选题
    Which attribute allows a VRF to accept VPN routes from another VRF?()
    A

    route list

    B

    route origin

    C

    route target

    D

    route distinguisher


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

  • 第18题:

    多选题
    Which DBMS_SCHEDULER procedure(s) can be used to alter an existing job? ()
    A

    SET_ATTRIBUTE_NULL

    B

    ALTER_JOB

    C

    ALTER_JOB_PARAMETERS

    D

    ALTER

    E

    SET_ATTRIBUTE


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