Exam4Training

Juniper JN0-351 Enterprise Routing and Switching, Specialist (JNCIS-ENT) Online Training

Question #1

Exhibit.

Which router will become the OSPF BDR if all routers are powered on at the same time?

  • A . R4
  • B . R1
  • C . R3
  • D . R2

Reveal Solution Hide Solution

Correct Answer: A
A

Explanation:

OSPF DR/BDR election is a process that occurs on multi-access data links. It is intended to select two OSPF nodes: one to be acting as the Designated Router (DR), and another to be acting as the Backup Designated Router (BDR). The DR and BDR are responsible for generating network LSAs for the multi-access network and synchronizing the LSDB with other routers on the same network1.

The DR/BDR election is based on two criteria: the OSPF priority and the router ID. The OSPF priority is a value between 0 and 255 that can be configured on each interface participating in OSPF. The default priority is 1. A priority of 0 means that the router will not participate in the election and will never become a DR or BDR. The router with the highest priority will become the DR, and the router with the second highest priority will become the BDR. If there is a tie in priority, then the router ID is used as a tie-breaker. The router ID is a 32-bit number that uniquely identifies each router in an OSPF domain. It can be manually configured or automatically derived from the highest IP address on a loopback interface or any active interface2.

In this scenario, all routers have the same priority of 1, so the router ID will determine the outcome of the election. The router IDs are shown in the exhibit as RID values. The highest RID belongs to R4 (10.10.10.4), so R4 will become the DR. The second highest RID belongs to R3 (10.10.10.3), so R3 will become the BDR.

Reference:

1: OSPF DR/BDR Election: Process, Configuration, and Tuning

2: OSPF Designated Router (DR) and Backup Designated Router (BDR)

Question #2

Exhibit.

What is the management IP address of the device shown in the exhibit?

  • A . 10.210.20.233
  • B . 172.23.12.100
  • C . 128.0.0.1
  • D . 172.23.11.10

Reveal Solution Hide Solution

Correct Answer: A
A

Explanation:

In the image, we see the output of the interface status of a network device, which is typically used for management and configuration purposes. Typically, the management interface is configured on a separate, more reliable network to allow network administrators to securely access the device without interference from regular data network traffic.

In the displayed list of interfaces, the me0 or me0.0 interface is a common indication of a management interface, as "me" often stands for "management ethernet." According to the information shown, the me0.0 interface has the IP address 10.210.20.233/29, indicating it is likely the management IP address of the device.

Question #3

Which three protocols support BFD? (Choose three.)

  • A . RSTP
  • B . BGP
  • C . OSPF
  • D . LACP
  • E . FTP

Reveal Solution Hide Solution

Correct Answer: BCD
BCD

Explanation:

BFD is a protocol that can be used to quickly detect failures in the forwarding path between two adjacent routers or switches. BFD can be integrated with various routing protocols and link aggregation protocols to provide faster convergence and fault recovery.

According to the Juniper Networks documentation, the following protocols support BFD on Junos OS devices1:

BGP: BFD can be used to monitor the connectivity between BGP peers and trigger a session reset if a failure is detected. BFD can be configured for both internal and external BGP sessions, as well as for IPv4 and IPv6 address families2.

OSPF: BFD can be used to monitor the connectivity between OSPF neighbors and trigger a state change if a failure is detected. BFD can be configured for both OSPFv2 and OSPFv3 protocols, as well as for point-to-point and broadcast network types3.

LACP: BFD can be used to monitor the connectivity between LACP members and trigger a link state change if a failure is detected. BFD can be configured for both active and passive LACP modes, as well as for static and dynamic LAGs4.

Other protocols that support BFD on Junos OS devices are: IS-IS: BFD can be used to monitor the connectivity between IS-IS neighbors and trigger a state change if a failure is detected. BFD can be configured for both level 1 and level 2 IS-IS adjacencies, as well as for point-to-point and broadcast network types.

RIP: BFD can be used to monitor the connectivity between RIP neighbors and trigger a route update if a failure is detected. BFD can be configured for both RIP version 1 and version 2 protocols, as well as for IPv4 and IPv6 address families.

VRRP: BFD can be used to monitor the connectivity between VRRP routers and trigger a priority change if a failure is detected. BFD can be configured for both VRRP version 2 and version 3 protocols, as well as for IPv4 and IPv6 address families.

The protocols that do not support BFD on Junos OS devices are:

RSTP: RSTP is a spanning tree protocol that provides loop prevention and rapid convergence in layer 2 networks. RSTP does not use BFD to detect link failures, but relies on its own hello mechanism that sends BPDU packets every 2 seconds by default.

FTP: FTP is an application layer protocol that is used to transfer files between hosts over a TCP

connection. FTP does not use BFD to detect connection failures, but relies on TCP’s own

retransmission and timeout mechanisms.

Explanation:

1: [Configuring Bidirectional Forwarding Detection] 2: [Configuring Bidirectional Forwarding Detection for BGP] 3: [Configuring Bidirectional Forwarding Detection for OSPF] 4: [Configuring Bidirectional Forwarding Detection for Link Aggregation Control Protocol] : [Configuring Bidirectional Forwarding Detection for IS-IS] : [Configuring Bidirectional Forwarding Detection for RIP] : [Configuring Bidirectional Forwarding Detection for VRRP] : [Understanding Rapid Spanning Tree Protocol] : [Understanding FTP]

Question #4

Exhibit.

The ispi _ inet. 0 route table has currently no routes in it.

What will happen when you commit the configuration shown on the exhibit?

  • A . The inet. 0 route table will be completely overwritten by the ispi . inet. 0 route table.
  • B . The inet. 0 route table will be imported into the ispi . inet. 0 route table.
  • C . The ISPI . inet. 0 route table will be completely overwritten by the inet. o route table.
  • D . The ISPI . inet. 0 route table will be imported into the inet. 0 route table.

Reveal Solution Hide Solution

Correct Answer: B
B

Explanation:

The configuration shown in the exhibit is an example of a routing instance of type virtual-router. A routing instance is a collection of routing tables, interfaces, and routing protocol parameters that create a separate routing domain on a Juniper device1. A virtual-router routing instance allows administrators to divide a device into multiple independent virtual routers, each with its own routing table2.

The configuration also includes a rib-group statement, which is used to import routes from one routing table to another. A rib-group consists of an import-rib statement, which specifies the source routing table, and an export-rib statement, which specifies the destination routing table.

In this case, the rib-group name is inet-to-ispi, and the import-rib statement specifies inet.0 as the source routing table. The export-rib statement specifies ispi.inet.0 as the destination routing table.

This means that the routes from inet.0 will be imported into ispi.inet.0.

Therefore, the correct answer is B. The inet.0 route table will be imported into the ispi.inet.0 route table.

Reference:

1: Routing Instances Overview 2: Virtual Routing Instances : [rib-group (Routing Options)]

Question #5

Which statement is correct about graceful Routing Engine switchover (GRES)?

  • A . The PFE restarts and the kernel and interface information is lost.
  • B . GRES has a helper mode and a restarting mode.
  • C . When combined with NSR, routing is preserved and the new master RE does not restart rpd.
  • D . With no other high availability features enabled, routing is preserved and the new master RE does not restart rpd.

Reveal Solution Hide Solution

Correct Answer: C
C

Explanation:

The Graceful Routing Engine Switchover (GRES) feature in Junos OS enables a router with redundant Routing Engines to continue forwarding packets, even if one Routing Engine fails1. GRES preserves interface and kernel information, ensuring that traffic is not interrupted1. However, GRES does not preserve the control plane1.

To preserve routing during a switchover, GRES must be combined with either Graceful Restart protocol extensions or Nonstop Active Routing (NSR)1. When GRES is combined with NSR, nearly 75 percent of line rate worth of traffic per Packet Forwarding Engine remains uninterrupted during GRES1. Any updates to the primary Routing Engine are replicated to the backup Routing Engine as soon as they occur1.

Therefore, when GRES is combined with NSR, routing is preserved and the new master RE does not restart rpd1.

Question #6

Which statement is correct about controlling the routes installed by a RIB group?

  • A . An import policy is applied to the RIB group.
  • B . Only routes in the last table are installed.
  • C . A firewall filter must be configured to install routes in the RIB groups.
  • D . An export policy is applied to the RIB group.

Reveal Solution Hide Solution

Correct Answer: A
A

Explanation:

A RIB group is a configuration that allows a routing protocol to install routes into multiple routing tables in Junos OS. A RIB group consists of an import-rib statement, which specifies the source routing table, and an export-rib statement, which specifies the destination routing table or group. A RIB group can also include an import-policy statement, which specifies one or more policies to control which routes are imported into the destination routing table or group1.

An import policy is a policy statement that defines the criteria for accepting or rejecting routes from the source routing table. An import policy can also modify the attributes of the imported routes, such as preference, metric, or community. An import policy can be applied to a RIB group by using the import-policy statement under the [edit routing-options rib-groups] hierarchy level1.

Therefore, option A is correct, because an import policy is applied to the RIB group to control which routes are installed in the destination routing table or group. Option B is incorrect, because all routes in the source routing table are imported into the destination routing table or group, unless filtered by an import policy. Option C is incorrect, because a firewall filter is not used to install routes in the RIB groups; a firewall filter is used to filter packets based on various criteria. Option D is incorrect, because an export policy is not applied to the RIB group; an export policy is applied to a routing protocol to control which routes are advertised to other devices.

Reference: 1: rib-groups | Junos OS | Juniper Networks

Question #7

Exhibit.

You are using OSPF to advertise the subnets that are used by the Denver and Dallas offices. The routers that are directly connected to the Dallas and Denver subnets are not advertising the connected subnets.

Referring to the exhibit, which two statements are correct? (Choose two.)

  • A . Create static routes on the switches using the local vMX router’s loopback interface for the next hop.
  • B . Configure and apply a routing policy that redistributes the Dallas and Denver subnets using Type 5 LSAs.
  • C . Configure and apply a routing policy that redistributes the connected Dallas and Denver subnets.
  • D . Enable the passive option on the OSPF interfaces that are connected to the Dallas and Denver subnets.

Reveal Solution Hide Solution

Correct Answer: BC
BC

Explanation:

The image shows a network topology of the Denver and Dallas office networks, including two routers R1 and R2 and their respective connected subnets. The description in the image indicates that the routers directly connected to the Dallas and Denver subnets are not advertising these subnets. This typically means we need to configure OSPF to ensure these subnets can be learned by other routers.

The two correct statements are:

Configure and apply a routing policy that redistributes the Dallas and Denver subnets using Type 5 LSAs.

This means you need to create a policy to reintroduce these directly connected subnets into OSPF as external routes. Type 5 LSAs are used to advertise routes from non-OSPF networks.

Configure and apply a routing policy to redistribute the connected Dallas and Denver subnets.

This action will directly incorporate these subnets into the OSPF process, ensuring they are learned by other OSPF routers.

Question #8

Exhibit.

You want to verify prefix information being sent from 10.36.1.4.

Which two statements are correct about the output shown in the exhibit? (Choose two.)

  • A . The routes displayed have traversed one or more autonomous systems.
  • B . The output shows routes that were received prior to the application of any BGP import policies.
  • C . The output shows routes that are active and rejected by an import policy.
  • D . The routes displayed are being learned from an I BGP peer.

Reveal Solution Hide Solution

Correct Answer: AB
AB

Explanation:

The output shown in the exhibit is the result of the command “show ip bgp neighbor 10.36.1.4 received-routes”, which displays all received routes (both accepted and rejected) from the specified neighbor.

Option A is correct, because the routes displayed have traversed one or more autonomous systems. This can be seen from the AS_PATH attribute, which shows the sequence of AS numbers that the route has passed through. For example, the route 10.0.0.0/8 has an AS_PATH of 65001 65002, which means that it has traversed AS 65001 and AS 65002 before reaching the local router.

Option B is correct, because the output shows routes that were received prior to the application of any BGP import policies. This can be seen from the fact that some routes have a status code of “r”, which means that they are rejected by an import policy. The “received-routes” keyword shows the routes coming from a given neighbor before the inbound policy has been applied. To see the routes after the inbound policy has been applied, the “routes” keyword should be used instead.

Option C is incorrect, because the output does not show routes that are active and rejected by an import policy. The status code of “r” means that the route is rejected by an import policy, but it does not mean that it is active. The status code of “>” means that the route is active and selected as the best path. None of the routes in the output have both “>” and “r” status codes.

Option D is incorrect, because the routes displayed are not being learned from an IBGP peer. An IBGP peer is a BGP neighbor that belongs to the same AS as the local router. The output shows that the neighbor 10.36.1.4 has a remote AS of 65001, which is different from the local AS of 65002. Therefore, the neighbor is an EBGP peer, not an IBGP peer.

Question #9

What is the default keepalive time for BGP?

  • A . 10 seconds
  • B . 60 seconds
  • C . 30 seconds
  • D . 90 seconds

Reveal Solution Hide Solution

Correct Answer: B
B

Explanation:

The default keepalive time for BGP is 60 seconds1. The keepalive time is the interval at which BGP sends keepalive messages to maintain the connection with its peer1. If the keepalive message is not received within the hold time, the connection is considered lost1. By default, the hold time is three times the keepalive time, which is 180 seconds1.

Question #10

Which two statements are correct about tunnels? (Choose two.)

  • A . BFD cannot be used to monitor tunnels.
  • B . Tunnel endpoints must have a valid route to the remote tunnel endpoint.
  • C . IP-IP tunnels are stateful.
  • D . Tunnels add additional overhead to packet size.

Reveal Solution Hide Solution

Correct Answer: BD
BD

Explanation:

A tunnel is a connection between two computer networks, in which data is sent from one network to another through an encrypted link. Tunnels are commonly used to secure data communications between two networks or to connect two networks that use different protocols.

Option B is correct, because tunnel endpoints must have a valid route to the remote tunnel endpoint. A tunnel endpoint is the device that initiates or terminates a tunnel connection. For a tunnel to be established, both endpoints must be able to reach each other over the underlying network. This means that they must have a valid route to the IP address of the remote endpoint1.

Option D is correct, because tunnels add additional overhead to packet size. Tunnels work by encapsulating packets: wrapping packets inside of other packets. This means that the original packet becomes the payload of the surrounding packet, and the surrounding packet has its own header and trailer. The header and trailer of the surrounding packet add extra bytes to the packet size, which is called overhead. Overhead can reduce the efficiency and performance of a network, as it consumes more bandwidth and processing power2.

Option A is incorrect, because BFD can be used to monitor tunnels. BFD is a protocol that can be used to quickly detect failures in the forwarding path between two adjacent routers or switches. BFD can be integrated with various routing protocols and link aggregation protocols to provide faster convergence and fault recovery. BFD can also be used to monitor the connectivity of tunnels, such as GRE, IPsec, or MPLS.

Option C is incorrect, because IP-IP tunnels are stateless. IP-IP tunnels are a type of tunnels that use IP as both the encapsulating and encapsulated protocol. IP-IP tunnels are simple and easy to configure, but they do not provide any security or authentication features. IP-IP tunnels are stateless, which means that they do not keep track of the state or status of the tunnel connection. Stateless tunnels do not require any signaling or negotiation between the endpoints, but they also do not provide any error detection or recovery mechanisms.

Reference: 1: What is Tunneling? | Tunneling in Networking 2: What Is Tunnel In Networking, Its Types, And Its

Benefits? : [Configuring Bidirectional Forwarding Detection] : [IP-IP Tunneling]

Question #11

Which statement is correct about IP-IP tunnels?

  • A . IP-IP tunnels only support encapsulating IP traffic.
  • B . IP-IP tunnels only support encapsulating non-IP traffic.
  • C . The TTL in the inner packet is decremented during transit to the tunnel endpoint.
  • D . There are 24 bytes of overhead with IP-IP encapsulation.

Reveal Solution Hide Solution

Correct Answer: A
A

Explanation:

IP-IP tunnels are a type of tunnels that use IP as both the encapsulating and encapsulated protocol. IP-IP tunnels are simple and easy to configure, but they do not provide any security or authentication features. IP-IP tunnels only support encapsulating IP traffic, which means that the payload of the inner packet must be an IP packet. IP-IP tunnels cannot encapsulate non-IP traffic, such as Ethernet frames or MPLS labels1.

Option A is correct, because IP-IP tunnels only support encapsulating IP traffic. Option B is incorrect,

because IP-IP tunnels only support encapsulating non-IP traffic. Option C is incorrect, because the

TTL in the inner packet is not decremented during transit to the tunnel endpoint. The TTL in the outer

packet is decremented by each router along the path, but the TTL in the inner packet is preserved

until it reaches the tunnel endpoint2. Option D is incorrect, because there are 20 bytes of overhead

with IP-IP encapsulation. The overhead consists of the header of the outer packet, which has a fixed

size of 20 bytes for IPv43.

Reference:

1: IP-IP Tunneling 2: What is tunneling? | Tunneling in networking 3: IPv4 – Header

Question #12

You are configuring an IS-IS IGP network and do not see the IS-IS adjacencies established. In this scenario, what are two reasons for this problem? (Choose two.)

  • A . MTU is not at least 1492 bytes.
  • B . IP subnets are not a /30 address.
  • C . The Level 2 routers have mismatched areas.
  • D . The lo0 interface is not included as an IS-IS interface.

Reveal Solution Hide Solution

Correct Answer: AD
AD

Explanation:

Option A suggests that the MTU is not at least 1492 bytes. This is correct because IS-IS requires a minimum MTU of 1492 bytes to establish adjacencies1. If the MTU is less than this, IS-IS adjacencies will not be established1.

Option D suggests that the lo0 interface is not included as an IS-IS interface. This is also correct because the loopback interface (lo0) is typically used as the router ID in IS-IS1. If the loopback interface is not included in IS-IS, it could prevent IS-IS adjacencies from being established1. Therefore, options A and D are correct.

Question #13

You are asked to create a new firewall filter to evaluate Layer 3 traffic that is being sent between VLANs. In this scenario, which two statements are correct? (Choose two.)

  • A . You should create a family Ethernet-switching firewall filter with the appropriate match criteria and actions.
  • B . You should apply the firewall filter to the appropriate VLAN.
  • C . You should create a family inet firewall filter with the appropriate match criteria and actions.
  • D . You should apply the firewall filter to the appropriate IRB interface.

Reveal Solution Hide Solution

Correct Answer: CD
CD

Explanation:

A firewall filter is a configuration that defines the rules that determine whether to forward or discard packets at specific processing points in the packet flow. A firewall filter can also modify the attributes of the packets, such as priority, marking, or logging. A firewall filter can be applied to various interfaces, protocols, or routing instances on a Juniper device1.

A firewall filter has a family attribute, which specifies the type of traffic that the filter can evaluate. The family attribute can be one of the following: inet, inet6, mpls, vpls, iso, or ethernet-switching2. The family inet firewall filter is used to evaluate IPv4 traffic, which is the most common type of Layer 3 traffic on a network.

To create a family inet firewall filter, you need to specify the appropriate match criteria and actions for each term in the filter. The match criteria can include various fields in the IPv4 header, such as source address, destination address, protocol, port number, or DSCP value. The actions can include accept, discard, reject, count, log, policer, or next term3.

To apply a firewall filter to Layer 3 traffic that is being sent between VLANs, you need to apply the filter to the appropriate IRB interface. An IRB interface is an integrated routing and bridging interface that provides Layer 3 functionality for a VLAN on a Juniper device. An IRB interface has an IP address that acts as the default gateway for the hosts in the VLAN. An IRB interface can also participate in routing protocols and forward packets to other VLANs or networks4.

Therefore, option C is correct, because you should create a family inet firewall filter with the appropriate match criteria and actions. Option D is correct, because you should apply the firewall filter to the appropriate IRB interface.

Option A is incorrect, because you should not create a family ethernet-switching firewall filter with the appropriate match criteria and actions. A family ethernet-switching firewall filter is used to evaluate Layer 2 traffic on a Juniper device. A family ethernet-switching firewall filter can only match on MAC addresses or VLAN IDs, not on IP addresses or protocols5.

Option B is incorrect, because you should not apply the firewall filter to the appropriate VLAN. A VLAN is a logical grouping of hosts that share the same broadcast domain on a Layer 2 network. A VLAN does not have an IP address or routing capability. A firewall filter cannot be applied directly to a VLAN; it must be applied to an interface that belongs to or connects to the VLAN6.

Reference: 1: Firewall Filters Overview 2: Configuring Firewall Filters 3: Configuring Firewall Filter Match

Conditions and Actions 4: Understanding Integrated Routing and Bridging Interfaces 5: Configuring

Ethernet-Switching Firewall Filters 6: Understanding VLANs

Question #14

Exhibit

You have configured a GRE tunnel. To reduce the risk of dropping traffic, you have configured a keepalive OAM probe to monitor the state of the tunnel; however, traffic drops are still occurring.

Referring to the exhibit, what is the problem?

  • A . For GRE tunnels, the OAM protocol requires that the BFD protocols also be used.
  • B . The "event link-adjacency-loss" option must be set.
  • C . LLDP needs to be removed from the gr-1/1/10.1 interface.
  • D . The hold-time value must be two times the keepalive-time value

Reveal Solution Hide Solution

Correct Answer: D
D

Explanation:

A keepalive OAM probe is a mechanism that can be used to monitor the state of a GRE tunnel and detect any failures in the tunnel path. A keepalive OAM probe consists of sending periodic packets from one end of the tunnel to the other and expecting a reply. If no reply is received within a specified time, the tunnel is considered down and the line protocol of the tunnel interface is changed to down1.

To configure a keepalive OAM probe for a GRE tunnel, you need to specify two parameters: the keepalive-time and the hold-time. The keepalive-time is the interval between each keepalive packet sent by the local router. The hold-time is the maximum time that the local router waits for a reply from the remote router before declaring the tunnel down2.

According to the Juniper Networks documentation, the hold-time value must be two times the keepalive-time value for a GRE tunnel2. This is because the hold-time value must account for both the round-trip time of the keepalive packet and the processing time of the remote router. If the hold-time value is too small, it may cause false positives and unnecessary tunnel flaps.

In the exhibit, the configuration shows that the keepalive-time is set to 10 seconds and the hold-time

is set to 15 seconds for the gr-1/1/10.1 interface. This means that the local router will send a keepalive packet every 10 seconds and will wait for 15 seconds for a reply from the remote router. However, this hold-time value is not two times the keepalive-time value, which violates the recommended configuration. This may cause traffic drops if the remote router takes longer than 15 seconds to reply.

Therefore, option D is correct, because the hold-time value must be two times the keepalive-time value for a GRE tunnel. Option A is incorrect, because BFD is not required for GRE tunnels; BFD is another protocol that can be used to monitor tunnels, but it is not compatible with GRE keepalives3. Option B is incorrect, because the “event link-adjacency-loss” option is not related to GRE tunnels; it is an option that can be used to trigger an action when a link goes down4. Option C is incorrect, because LLDP does not need to be removed from the gr-1/1/10.1 interface; LLDP is a protocol that can be used to discover neighboring devices and their capabilities, but it does not interfere with GRE tunnels5.

Reference:

1: Configuring Keepalive Time and Hold time for a GRE Tunnel Interface 2: keepalive | Junos OS |

Juniper Networks 3: Configuring Bidirectional Forwarding Detection 4: event link-adjacency-loss |

Junos OS | Juniper Networks 5: Understanding Link Layer Discovery Protocol

Question #15

Exhibit

You are a network operator troubleshooting BGP connectivity.

Which two statements are correct about the output shown in the exhibit? (Choose two.)

  • A . Peer 10.32.1.2 is configured for AS 63645.
  • B . The BGP session is not established.
  • C . The R1 is configured for AS 65400.
  • D . The routers are exchanging IPv4 routes.

Reveal Solution Hide Solution

Correct Answer: CD
CD

Explanation:

Based on the output shown in the exhibit, the correct two statements are:

R1 is configured for AS 65400.

In the exhibit output, "Local: 10.32.1.1+1179 AS 65400" indicates that the local router (R1) is part of Autonomous System 65400.

The routers are exchanging IPv4 routes.

The term "inet-unicast" in the output indicates that IPv4 unicast routes are being exchanged between the BGP peers.

Question #16

What is the maximum allowable MTU size for a default GRE tunnel without IPv4 traffic fragmentation?

  • A . 1496 bytes
  • B . 1480 bytes
  • C . 1500 bytes
  • D . 1476 bytes

Reveal Solution Hide Solution

Correct Answer: D
D

Explanation:

The maximum allowable MTU size for a default GRE tunnel without IPv4 traffic fragmentation is 1476 bytes1. This is because GRE packets are formed by the addition of the original packets and the required GRE headers1. These headers are 24-bytes in length and since these headers are added to the original frame, depending on the original size of the packet we may run into IP MTU problems1. The most common IP MTU is 1500-bytes in length (Ethernet)1. When the tunnel is created, it deducts the 24-bytes it needs to encapsulate the passenger protocols and that is the IP MTU it will use1. For example, if we are forming a tunnel over FastEthernet (IP MTU 1500) the IOS calculates the IP MTU on the tunnel as: 1500-bytes from Ethernet – 24-bytes for the GRE encapsulation = 1476-Bytes1.

Question #17

You are a network operator who wants to add a second ISP connection and remove the default route to the existing ISP You decide to deploy the BGP protocol in the network.

What two statements are correct in this scenario? (Choose two.)

  • A . IBGP updates the next-hop attribute to ensure reachability within an AS.
  • B . IBGP peers advertise routes received from EBGP peers to other IBGP peers.
  • C . IBGP peers advertise routes received from IBGP peers to other IBGP peers.
  • D . EBGP peers advertise routes received from IBGP peers to other EBGP peers.

Reveal Solution Hide Solution

Correct Answer: BC
BC

Explanation:

In this scenario where you are a network operator wanting to add a second ISP connection and remove the default route to the existing ISP and decide to deploy the BGP protocol in the network, the correct two statements are:

IBGP peers advertise routes received from EBGP peers to other IBGP peers.

This is correct. Inside an Autonomous System (AS), IBGP peers will advertise routes learned from EBGP peers to other IBGP peers to ensure that all routers within the AS have information about external destinations.

IBGP peers advertise routes received from IBGP peers to other IBGP peers.

This is typically incorrect. Within IBGP, route information is not passed from one IBGP peer to another by default, to prevent routing information loops within an AS, unless route reflectors are configured or there is a full mesh IBGP setup.

Question #18

You are troubleshooting a BGP routing issue between your network and a customer router and are reviewing the BGP routing policies.

Which two statements are correct in this scenario? (Choose two.)

  • A . Export policies are applied to routes in the RIB-ln table.
  • B . Import policies are applied to routes in the RIB-Local table.
  • C . Import policies are applied after the RIB-ln table.
  • D . Export policies are applied after the RIB-Local table.

Reveal Solution Hide Solution

Correct Answer: CD
CD

Explanation:

In BGP, routing policies are used to control the flow of routing information between BGP peers1. Option C suggests that import policies are applied after the RIB-In table. This is correct because import policies in BGP are applied to routes that are received from a BGP peer, before they are installed in the local BGP Routing Information Base (RIB-In)1. The RIB-In is a database that stores all the routes that are received from all peers1.

Option D suggests that export policies are applied after the RIB-Local table. This is correct because export policies in BGP are applied to routes that are being advertised to a BGP peer, after they have been selected from the local BGP Routing Information Base (RIB-Local)1. The RIB-Local is a database that stores all the routes that the local router is using1. Therefore, options C and D are correct.

Question #19

You are asked to connect an IP phone and a user computer using the same interface on an EX Series switch. The traffic from the computer does not use a VLAN tag, whereas the traffic from the IP phone uses a VLAN tag.

Which feature enables the interface to receive both types of traffic?

  • A . native VLAN
  • B . DHCP snooping
  • C . MAC limiting
  • D . voice VLAN

Reveal Solution Hide Solution

Correct Answer: D
D

Explanation:

The feature that enables an interface on an EX Series switch to receive both untagged traffic (from the computer) and tagged traffic (from the IP phone) is the voice VLAN12.

The voice VLAN feature in EX-series switches enables access ports to accept both data (untagged) and voice (tagged) traffic and separate that traffic into different VLANs12. This allows the switch to differentiate between voice and data traffic, ensuring that voice traffic can be treated with a higher priority12. Therefore, option D is correct.

Question #20

Exhibit

Which command displays the output shown in the exhibit?

  • A . show route forwarding-table
  • B . show ethernet-switching table
  • C . show ethernet―switching table extensive
  • D . show route forwarding―table family ethernet-switching

Reveal Solution Hide Solution

Correct Answer: B
B

Explanation:

The output shown in the exhibit is a brief display of the Ethernet switching table, which shows the learned Layer 2 MAC addresses for each VLAN and interface1.

The command show ethernet-switching table displays the Ethernet switching table with brief information, such as the destination MAC address, the VLAN name, the forwarding state, and the interface name1.

The command show route forwarding-table displays the routing table information for each protocol family, such as inet, inet6, mpls, iso, and so on2. It does not show the Ethernet switching table or the MAC addresses.

The command show ethernet-switching table extensive displays the Ethernet switching table with extensive information, such as the destination MAC address, the VLAN name, the forwarding state, the interface name, the VLAN index, and the tag type1. It shows more details than the brief output shown in the exhibit.

The command show route forwarding-table family ethernet-switching displays the routing table information for the ethernet-switching protocol family, which shows the destination MAC address, the next-hop MAC address, and the interface name3. It does not show the VLAN name or the forwarding state.

Exit mobile version