[Oct-2021] Pass Juniper JN0-348 Exam in First Attempt Guaranteed!
Full JN0-348 Practice Test and 95 unique questions with explanations waiting just for you, get it now!
NEW QUESTION 49
Which statement is correct about trunk ports?
- A. By default, a trunk port can have only a single VLAN assigned
- B. Trunk ports must have an IRB assigned to accept untagged traffic.
- C. Trunk ports mast have an IRB assigned to accept VLAN tagged traffic
- D. By default, trunk ports accept only VLAN tagged traffic
Answer: D
NEW QUESTION 50
Click the Exhibit button. Based on the output shown in the exhibit, which statement is correct?
- A. The ge-0/0/15 interface is using the default port cost.
- B. The ge-0/0/9 interface is using the default priority value.
- C. This switch has a bridge priority of 32k.
- D. This switch has been elected as the root bridge.
Answer: A
Explanation:
The default port cost for a 100 Mbit/s interface is 200,000, which is the port cost of the ge-0/0/15 interface.
Note: Data rate and default STP path cost
NEW QUESTION 51
Click the Exhibit button.
What would cause the status of interface ge-0/0/8 as shown in the exhibit?
- A. Interface ge-0/0/8 is connected to the same LAN as one of the other ports.
- B. Interface ge-0/0/8 is administratively disabled and is not forwarding traffic.
- C. Interface ge-0/0/8 has a firewall filter in place that is blocking traffic.
- D. Interface ge-0/0/8 is physically down and is not forwarding traffic.
Answer: A
NEW QUESTION 52
Click the Exhibit button. In the exhibit, each IP subnet in the campus environment is associated with a unique VLAN ID.
Which action will ensure that Host C will communicate with Host A and Host B?
- A. Configure all switch ports connecting to the host devices as trunk ports associated with all VLANs.
- B. Configure a port-based ACL that permits inter-VLAN routing for all configured VLANs.
- C. Configure all switch ports connecting to the host devices as access ports associated with a common VLAN.
- D. Configure an IRB interface for each VLAN and associate it with its corresponding VLAN.
Answer: D
Explanation:
Configuring Routing Between VLANs on One Switch To segment traffic on a LAN into separate broadcast domains, you create separate virtual LANs (VLANs). Of course, you als o want to allow these employees to communicate with people and resources in other VLANs. To forward packets between VLANs you normally you need a router that connects the VLANs. However, you can accomplish this on a Juniper Networks switch without using a router by configuring an integrated routing and bridging (IRB) interface (also known as a routed VLAN interface-- or RVI-- in versions of Junos OS that do not support Enhanced Layer 2 Software).
http://www.juniper.net/documentation/en_US/junos15.1/topics/example/RVIs-qfx-series- example1.html
NEW QUESTION 53
Click the Exhibit button.
Your router is configured to peer with your ISP's router using BGP. You can only control your BGP configuration.
Which address families are negotiated between the two BGP peers shown in the exhibit?
- A. inet-unicast inet-vpn-unicast 12vpn-signaling
- B. inet-vpn-unicast
- C. inet-unicast
- D. inet-unicast inet-vpn-unicast 12vpn
Answer: C
NEW QUESTION 54
Which two characteristics are true for EBGP peerings? (Choose two.)
- A. EBGP connects peer device in the same autonomous system.
- B. EBGP peers must be directly connected.
- C. EBGP connect peer devices in two different autonomous systems.
- D. EBGP peers can be connected over a multihop connection.
Answer: B,C
NEW QUESTION 55
Click the Exhibit button.
Based on the output shown in the exhibit, which statement is correct?
- A. This switch has a bridge priority of 8k.
- B. This switch is currently blocking all traffic.
- C. The ge-0/0/9 interface is using the default priority value.
- D. The ge-0/0/15 interface is using the default port cost.
Answer: A
NEW QUESTION 56
Click the Exhibit button.
Based on the output shown in the exhibit, which statement is correct?
- A. The ge-0/0/9 interface is using the default interface priority value.
- B. This switch has a bridge priority of 8k.
- C. This switch is currently blocking all traffic.
- D. The ge-0/0/15 interface is using the default port cost.
Answer: B
NEW QUESTION 57
Exhibit.
You have configured OSPF routing as shown in the exhibit. You notice that all interfaces have formed full adjacencies, with the exception of the interfaces connecting R3 and R4 with a status of 2Way.
What is the reason for this status?
- A. The two routers must be configured in different areas.
- B. The interface-type is not configured as p2p.
- C. The two routers must both be configured as DR routers.
- D. DROther routers will not form a full adjacency with each other.
Answer: D
NEW QUESTION 58
Click the Exhibit button. Based on the traceoptions output shown in the exhibit, what is the problem wit h the adjacency?
- A. MTU mismatch
- B. connectivity
- C. area mismatch
- D. authentication mismatch
Answer: C
Explanation:
From the exhibit we see: OSPF packet ignored: area mismatch
NEW QUESTION 59
You added a new ESXi host connected to port ge-0/0/1. One of the VMs configured with VLAN 10 is not reachable from any other device on the switch. To troubleshoot, you decide to verify if the VM's MAC address is learned properly under VLAN 10.
Which command would you use in this scenario?
- A. monitor interface ge-0/0/1
- B. show vlans 10
- C. show interfaces ge-0/0/1 detail
- D. show ethernet-switching table vlan-id 10
Answer: D
NEW QUESTION 60
Exhibit.
Referring to the exhibit, Router-1 and Router-2 are failing to form an IS-IS adjacency.
What should you do to solve the problem?
- A. Change the ISO areas on the Io0 interfaces to match on both routers.
- B. Remove the ISO address from ge-0/0/2 on Router-1.
- C. Remove the overloaded statement from Router-1.
- D. Change the IP subnet masks to match on the ge-0/0/2 interfaces of both routers.
Answer: A
NEW QUESTION 61
What are two OSPF packet types that use multicast for communication on a multicast segment? (Choose two.)
- A. hello
- B. link-state update
- C. database description
- D. link-state request
Answer: A,B
NEW QUESTION 62 
Referring to the exhibit, which configuration will force traffic to always use ae0.0 as long as it is active?
user@switchC# show switch-options
- A. redundant-trunk-group {
group rtg1 {
interface ge-0/0/0.0 {
priority200;
}
interface ae0.0 {
priority 254;
}
}
}
user@switchC# show switch-options - B. redundant-trunk-group {
group rtg1 {
interface ge-0/0/0.0;
interface ae0.0 {
primary;
}
}
}
user@switchC# show switch-options - C. redundant-trunk-group {
group rtg1 {
interface ge-0/0/0.0;
interface ae0.0 {
minimum-links 2;
}
}
}
user@switchC# show switch-options - D. redundant-trunk-group {
group rtg1 {
interface ge-0/0/0.0 {
track {
interface ae0.0;
}
}
interface ae0.0;
}
}
Answer: B
NEW QUESTION 63
Click the Exhibit button.
Referring to the exhibit, Router-1 is attempting to form an EBGP session with Router-2. However, BGP routes are never exchanged between Router-1 and Router-2.
What is causing the problem?
- A. The EBGP session is configured to use the wrong AS
- B. The keep all statement is preventing the session from establishing
- C. The EXT group is not configured as an external type BGP peering session
- D. The TCP-MSS value is set too low
Answer: D
NEW QUESTION 64
Which two situations would cause dynamic ARP inspection to drop traffic? (Choose two.)
- A. If the requested MAC address exceeds the configured limit on the port
- B. If the IP address in the ARP packet is deemed invalid
- C. If no IP-to-MAC address entry exists in the DHCP snooping database
- D. If the ARP packet comes from a port that has been configured as trusted
Answer: B,C
NEW QUESTION 65
Click the Exhibit button.
Referring to the exhibit, why is the route for 10.5.5.5 hidden?
- A. It is an L3VPN route.
- B. The next hop cannot be resolved.
- C. It is a martian route.
- D. It has an invalid community.
Answer: B
NEW QUESTION 66
Referring to the exhibit, which two statements about BGP prefixes advertised by R1 to AS 65501 are true? (Choose two.)
- A. R1 will modify the AS path attribute in prefixes advertised to AS 65501
- B. R1 will modify the originator ID attribute in prefixes advertised to AS 65501
- C. R1 will modify the cluster list attribute in prefixes advertised to AS 65501
- D. R1 will modify the next-hop attribute in prefixes advertised to AS 65501
Answer: B,D
NEW QUESTION 67
Which mechanism is used to share routes between routing tables?
- A. RIB groups
- B. filter-based forwarding
- C. forwarding instances
- D. routing instances
Answer: A
NEW QUESTION 68
......
Get Latest JN0-348 Dumps Exam Questions in here: https://www.exam4docs.com/JN0-348-study-questions.html

