Which three attributes are carried in a source active message?()A、NLRI informationB、IP address of originating RPC、address of multicast sourceD、all active RPs in the local domainE、group address to which the source is sending

题目

Which three attributes are carried in a source active message?()

  • A、NLRI information
  • B、IP address of originating RP
  • C、address of multicast source
  • D、all active RPs in the local domain
  • E、group address to which the source is sending

相似考题
参考答案和解析
正确答案:B,C,E
更多“Which three attributes are carri”相关问题
  • 第1题:

    Intermediate system to intermediate system (IS - IS), is a protocol used by network devices (routers) to determine the best way to forward datagrams through a packet - switched network, a process called routing. Which three attributes are of the IS - IS routing protocol? ()

    A. supports VLSM

    B. link - state routing protocol

    C. operati on is similar to BGP

    D. supports two routing levels within an autonomous system


    参考答案:A, B, D

  • 第2题:

    Which three attributes are advertised to the remote PE and BGP-based VPNs?()

    • A、Circuit ID
    • B、VPN label
    • C、Route target
    • D、VPN number
    • E、Route distinguisher

    正确答案:B,C,E

  • 第3题:

    Intermediate system to intermediate system (IS - IS), is a protocol used by network devices (routers) to determine the best way to forward datagrams through a packet - switched network, a process called routing. Which three attributes are of the IS - IS routing protocol? ()

    • A、supports VLSM
    • B、link - state routing protocol
    • C、operati on is similar to BGP
    • D、supports two routing levels within an autonomous system

    正确答案:A,B,D

  • 第4题:

    WebSphere Commerce Accelerator will be used to create a product. The product has 6 variations determined by attributes Size, which has three values and Color, which has two values. What is the PREFERRED method to create the product and its SKUs using the Product Management tool?()

    • A、Create the product. Create each SKU. For each SKU create two descriptive attributes with the correct values.
    • B、Create the product. Create two defining attributes. Create each SKU and during creation assign theattributes to the SKU with the correct values.
    • C、Create the product. Create two defining attributes with the permitted values. Generate the SKUs.
    • D、Create the product. Create two descriptive attributes with the permitted values. Generate the SKUs.

    正确答案:C

  • 第5题:

    In the output of show isis adjacency, what are three valid items that can be displayed under the attributes header?()

    • A、IS type
    • B、attached
    • C、overload
    • D、area addresses

    正确答案:A,B,C

  • 第6题:

    多选题
    All secure domain routers (SDRs) have shared attributes and resources. Which three resources areshared among all SDRs? ()
    A

    SNMP traps

    B

    fabric cards

    C

    exec-level configuration

    D

    privilege-level configuration

    E

    admin-level configuration


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

  • 第7题:

    问答题
    which BGP attributes will influence inbound flow?

    正确答案: MED、AS-PATH,ORIGIN
    解析: 暂无解析

  • 第8题:

    多选题
    In the output of show isis adjacency, which three can be displayed under the attributes header? ()
    A

    NET

    B

    IS type

    C

    overload

    D

    attached

    E

    area addresses


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

  • 第9题:

    多选题
    Which three attributes are carried in a source active message?()
    A

    NLRI information

    B

    IP address of originating RP

    C

    address of multicast source

    D

    all active RPs in the local domain

    E

    group address to which the source is sending


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

  • 第10题:

    多选题
    Router 1 is configured for BGP as dual-homed on the Cisco network. Which three BGP attributes are carried in every BGP update on this router (both IBGP and EBGP)?()
    A

    origin

    B

    router-ID

    C

    AS-path

    D

    local-preference

    E

    next-hop


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

  • 第11题:

    多选题
    A JSP page needs to set the property of a given JavaBean to a value that is calculated with the JSP page. Which three jsp:setProperty attributes must be used to perform this initialization?()
    A

    Id

    B

    Val

    C

    Name

    D

    Param

    E

    Value

    F

    Property


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

  • 第12题:

    多选题
    Which three authentication server types are supported for retrieving user attributes used in role- mapping rules?()
    A

    LDAP

    B

    S/Key

    C

    TACACS+

    D

    RADIUS

    E

    SiteMinder


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

  • 第13题:

    which BGP attributes will influence inbound flow?


    正确答案:MED、AS-PATH,ORIGIN

  • 第14题:

    Router 1 is configured for BGP as dual-homed on the Cisco network. Which three BGP attributes are carried in every BGP update on this router (both IBGP and EBGP)?()

    • A、origin
    • B、router-ID
    • C、AS-path
    • D、local-preference
    • E、next-hop

    正确答案:A,C,E

  • 第15题:

    All secure domain routers (SDRs) have shared attributes and resources. Which three resources areshared among all SDRs? ()

    • A、SNMP traps
    • B、fabric cards
    • C、exec-level configuration
    • D、privilege-level configuration
    • E、admin-level configuration

    正确答案:B,C,E

  • 第16题:

    A JSP page needs to set the property of a given JavaBean to a value that is calculated with the JSP page. Which three jsp:setProperty attributes must be used to perform this initialization?()

    • A、Id
    • B、Val
    • C、Name
    • D、Param
    • E、Value
    • F、Property

    正确答案:C,E,F

  • 第17题:

    Which three objects are components of a menu module?()

    • A、Menus 
    • B、Canvases 
    • C、Object libraries 
    • D、Visual attributes 
    • E、Attached libraries

    正确答案:A,D,E

  • 第18题:

    多选题
    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
    解析: 暂无解析

  • 第19题:

    多选题
    Which three BGP attributes are always communicated in a BGP update packet? ()(Choose three.)
    A

    MED

    B

    Origin

    C

    AS Path

    D

    Next Hop

    E

    Aggregator


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

  • 第20题:

    多选题
    In the output of show isis adjacency, what are three valid items that can be displayed under the attributes header?()
    A

    IS type

    B

    attached

    C

    overload

    D

    area addresses


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

  • 第21题:

    多选题
    Which three attributes are advertised to the remote PE and BGP-based VPNs?()
    A

    Circuit ID

    B

    VPN label

    C

    Route target

    D

    VPN number

    E

    Route distinguisher


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

  • 第22题:

    多选题
    Which three are well-known mandatory BGP attributes? ()
    A

    Origin

    B

    AS path

    C

    Next hop

    D

    Community

    E

    Multiple exit discriminator


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

  • 第23题:

    多选题
    Which three objects can be components of a menu module?()
    A

    windows

    B

    parameters

    C

    object groups

    D

    report objects

    E

    visual attributes


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