• JN0-400题库demo免费下载

    Filed under Juniper Networks
    Aug 3

    Juniper Networks认证JN0-400考试题库介绍

    考试代号: JN0-400
    问题数量:104 Q&As

    更新时间: 2009-09-13
    注册地点: Prometric/Pearson VUE
    题库全称:EX, Associate (JNCIA-EX)

    免费JN0-400题库Demo赏析

     
     
    Exam : Juniper JN0-400
    Title : EX, Associate (JNCIA-EX)

    1. Click the Exhibit button.
    Given the configuration in the exhibit, which command would configure the IP address 10.10.10.1/24 for VLAN 2?
    3 interfaces {
    ge-0/0/0 {
    unit 0 {
    family ethernet-switching {
    vlan {
    members v2;
    }
    }
    }
    }
    ge-0/0/1 {
    unit 0 {
    family ethernet-switching;
    }
    }
    }
    vlans {
    v2 {
    vlan-id 2;
    interface {
    ge-0/0/1.0;
    }
    l3-interface vlan.2;
    }
    }
    A.set vlans v2 family inet address 10.10.10.1/24
    B.set interfaces vlan v2 family inet address 10.10.10.1/24
    C.set interfaces vlan unit 2 family inet address 10.10.10.1/24
    D.set interfaces ge-0/0/1 unit 0 family inet address 10.10.10.1/24
    Answer: C

    2. What are two components of the JUNOS software architecture? (Choose two.)
    A.multiple software processes
    B.separation of control and forwarding planes
    C.shared memory environment for all processes
    D.efficient processing of all packets through the control plane
    Answer: AB

    3. You want to configure Layer 3 routing between two VLANs on a single EX-series switch.
    In which configuration hierarchy would you configure the IP addresses for each VLAN?
    A.[edit vlans]
    B.[edit family inet]
    C.[edit interfaces vlan]
    D.[edit routing-options]
    Answer: C

    4. Which two are included in the EZsetup configuration for EX-series switches? (Choose two.)
    A.Configure syslog servers.
    B.Configure routing protocols.
    C.Configure root authentication.
    D.Configure me0 management Ethernet port.
    Answer: CD

    5. On an EX-series switch, what information is gathered when building a bridge table? (Choose two.)
    A.interface
    B.IP address
    C.MAC address
    D.authentication information
    Answer: AC

    6. You want to configure the JUNOS software to run OSPF on interfaces ge-0/0/1.0 and ge-0/0/2.0 and to place these two interfaces in Area 0.
    Which command(s) will accomplish this task?
    A.set protocols ospf interface ge-0/0/1.0 area 0.0.0.0set protocols ospf interface ge-0/0/2.0 area 0.0.0.0
    B.set protocols ospf area 0.0.0.0 interface ge-0/0/1.0set protocols ospf area 0.0.0.0 interface ge-0/0/2.0
    C.set protocols ospf area 0 interfaces [ge-0/0/1.0 ge-0/0/2.0]
    D.set interfaces ge-0/0/1 unit 0 family inet ospf area 0.0.0.0set interfaces ge-0/0/2 unit 0 family inet ospf area 0.0.0.0
    Answer: B

    7. You are configuring the voice VLAN feature on an EX-series switch on interface ge-0/0/5.
    Which configuration would you use?
    A.ethernet-switching-options { voice-vlan { interface ge-0/0/5.0 { vlan voice-over-ip; forwarding-class expedited-forwarding; } }}
    B.ethernet-switching-options { voip { interface ge-0/0/5.0 { member-vlan voice-over-ip; forwarding-class expedited-forwarding; } }}
    C.ethernet-switching-options { voip { interface ge-0/0/5.0 { vlan voice-over-ip; forwarding-class expedited-forwarding; } }}
    D.ethernet-switching-options { voice-vlan { interface ge-0/0/5.0 { member-vlan voice-over-ip; forwarding-class expedited-forwarding; } }}
    Answer: C

    8. Click the Exhibit button.
    Why will the configurations in the exhibit fail to provide gateway redundancy between Switch-1 and Switch-2?
    3 Switch-1:
    interfaces {
    ge-0/0/3 {
    unit 0 {
    family inet {
    address 10.1.1.2/24 {
    vrrp-group 100 {
    virtual-address 10.1.1.1;
    priority 110;
    }
    }
    }
    }
    }
    }
    Switch-2:
    interfaces {
    vlan {
    unit 100 {
    family inet {
    address 10.1.1.3/24 {
    vrrp-group 200 {
    virtual-address 10.1.1.1;
    priority 90;
    }
    }
    }
    }
    }
    A.The IP addresses do not match.
    B.The group numbers do not match.
    C.The priority numbers do not match.
    D.VRRP is not supported between a physical interface and a VLAN interface.
    Answer: B

    9. Which three functions are performed in the control plane? (Choose three.)
    A.protocol updates
    B.packet forwarding
    C.system management
    D.service implementation
    E.forwarding table maintenance
    Answer: ACE

    10. An EX-series switch has two routes for the same prefix: one that it received through OSPF and one that is a static route.
    How will the switch choose a route to use for this prefix?
    A.The switch will compare metrics and use the route with the lowest metric.
    B.The switch will compare metrics and use the route with the highest metric.
    C.The switch will compare route preferences and use the route with the highest route preference.
    D.The switch will compare route preferences and use the route with the lowest route preference.
    Answer: D

    11. Which two major components make up the control and forwarding planes for an EX-series switch? (Choose two.)
    A.Routing Engine
    B.Switching Engine
    C.Switching Fabric Module
    D.Packet Forwarding Engine
    Answer: AD

    12. Which two statements are true regarding the Virtual Router Redundancy Protocol (VRRP)? (Choose two.)
    A.The routers participating in VRRP elect a master router by choosing the router with the lowest priority.
    B.The routers participating in VRRP all use the same virtual MAC address for a particular virtual IP address.
    C.The routers participating in VRRP must share a common group ID to provide redundancy for the virtual IP addresses defined under that group.
    D.The routers participating in VRRP always elect a common master on a network segment, rather than one master for each VRRP group configured on a network segment.
    Answer: BC

    13. Within a virtual chassis, which type of switch maintains the forwarding table?
    A.line card
    B.master switch
    C.routing switch
    D.forwarding switch
    Answer: B

    14. You want to configure a static default route to the gateway 10.1.1.1.
    Which set command will accomplish this task?
    A.set routes static route 0.0.0.0/0 gateway 10.1.1.1
    B.set protocols static route 0.0.0.0/0 next-hop 10.1.1.1
    C.set family inet static route 0.0.0.0/0 next-hop 10.1.1.1
    D.set routing-options static route 0.0.0.0/0 next-hop 10.1.1.1
    Answer: D

    15. What are two features of JUNOS software? (Choose two.)
    A.JUNOS facilitates separate control and forwarding planes.
    B.All processes use shared memory to make efficient use of available resources.
    C.The functionality of JUNOS is made possible through multiple processes that are dependant on each other.
    D.All processes run in their own protected memory space to prevent against complete system failure when a single process fails.
    Answer: AD

    16. Which statement regarding packet flow through an EX-series switch is correct?
    A.Transit packets are processed by the Routing Engine.
    B.The destination MAC address determines which lookup table is used.
    C.The Routing Engine is consulted when processing both transit and host packets.
    D.Routing protocol control packets are processed only by the Packet Forwarding Engine.
    Answer: B

    17. Which two statements are true about route preferences? (Choose two.)
    A.Lower route preferences are more preferred.
    B.Higher route preferences are more preferred.
    C.Direct and local routes always have the best route preference.
    D.Static routes are always more preferred than routes from dynamic routing protocols.
    Answer: AC

    18. Which two statements describe the EX 3200 switches? (Choose two.)
    A.The single-blower fan tray used for the EX 3200 switches is field replaceable.
    B.The EX 3200 switches can be interconnected to form a single virtual chassis.
    C.The redundant AC power supply units on the EX 3200 switches are hot swappable and load sharing.
    D.The EX 3200 switches support either 4-port 1-Gigabit Ethernet or 2-port 10-Gigabit Ethernet uplink modules.
    Answer: AD

    19. Which two statements describe the EX 4200 switches? (Choose two.)
    A.The fan tray used for the EX 4200 switches is not field replaceable.
    B.The EX 4200 switches can be interconnected to form a single virtual chassis.
    C.The EX 4200 switches support redundant load-sharing AC power supplies.
    D.All EX 4200 switches support either partial or full Power over Ethernet (PoE) support.
    Answer: BC

    20. Which two statements regarding packet flow through an EX-series switch are correct? (Choose two.)
    A.Transit packets are processed by the Routing Engine.
    B.The destination MAC address determines which lookup table is used.
    C.If the egress port belongs to the ingress Packet Forwarding Engine, the packet is switched locally.
    D.If the egress port belongs to a remote Packet Forwarding Engine, the Routing Engine is consulted prior to forwarding the packet.
    Answer: BC

    免费下载JN0-400题库Demo

    Examsoon提供最新的JNCIA认证 JN0-400题库,其全名为:(EX, Associate (JNCIA-EX)). 在您决定是否购买之前 可以先下载JN0-400题库的部分演示. Examsoon是全球唯一提供所有IT认证考试题库demo免费下载的厂商 ,以下为免费JN0-400模拟测试题的下载链接

    免费的JN0-400题库PDF下载链接

    Juniper Networks JN0-400学习指南

    JNCIA认证 JN0-400考试已经证明了它在全世界的广泛性和重要性,因此明白这项认证考试的世界各地的人必须具备与认证考试相关领域所需的技能和知识。Juniper Networks认证 JN0-400学习指南的目的是检查考生的能力和他对概念的意识。很多时候练习测试JN0-400考试都已经被修改过了,删掉了许多过时的东西,而那些需求是在考试课程。当应用到时候你所学的知识的时候,就会鉴定出你所学到的东西以及对所学知识的应用是多么的恰到好处。Juniper Networks认证 JN0-400是在IT行业的知名品牌,所以如果您通过了这样一个知名公司举行的一次考试,你可以想象你将来的事业会做的多么好。

    想要通过这个考试当然存在很多困难。你所要做的就是准备好充足的勇气和信心,而这些都来源与你平时训练的好坏.建议大家可以去Examsoon这个网站看一下,它的JN0-400考试是为了测试您在这方面的知识的掌握程度,最好的部分是它可以使你不断更新你所学的知识,不断进步。如果你知道所有的概念和如何使用他们的时候才是你真正掌握了Examsoon的用意。这门考试检查了您的能力和一旦你通过这次考验你将成为最优秀的人才,其他JN0-400考试的Examsoon结算值得注意的影响就是你的薪水将直线上升这大概也是每个人都希望获得的,所以要找一些好的资源才行。

    Examsoon考题大师JN0-400试题都是考试原题的完美组合,覆盖率95%以上,答案由多位专业资深讲师原版破解得出,正确率100%,只要您使用Examsoon的考试题库参加JN0-400考试,保证您一次轻松通过考试;

    售后服务第一!我们相信要想在当今时代取得成功,必须为广大用户提供全套的周到细致的全程优质售后服务,只有客户满意了,才能发展。客户至上是Examsoon考题大师的一贯宗旨;

Leave a Reply

You must be logged in to post a comment.

 

友情链接 | Examsoon IT 认证考试网 思科认证资源网 思科微軟考古題 IT證照模擬試題 考古題考試模擬軟件 70-649 70-643 70-646 640-802 640-863 e20-340 HP0-085 HP0-A25