Which mechanism is used to share routes between routing tables?
Answer : C
Explanation:
A RIB group is a way to have a routing protocol, in most cases, place information in multiple route tables.
Answer : C
Explanation:
Route B with the highest local preference is preferred. See step 3 below.
Understanding BGP Path Selection
The algorithm for determining the active route is as follows:
References:
https://www.juniper.net/documentation/en_US/junos12.3/topics/reference/general/routing- ptotocols-address-representation.html
Answer : A
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 also 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 usinga router by configuring an integrated routing and bridging (IRB) interface (also known as a routed VLAN interfaceor RVIin versions of Junos OS that do not support Enhanced Layer 2 Software).
References: http://www.juniper.net/documentation/en_US/junos15.1/topics/example/RVIs- qfx-series-example1.html
Answer : A
Explanation:
This example shows how to configure the storm control level on interface ge-0/0/0 by setting the level to a traffic rate of 15,000 Kbps, based on the traffic rate of the combined applicable traffic streams.
To configure storm control:
Specify the traffic rate in Kbps of the combined traffic streams on a specific interface:
[edit ethernet-switching-options]
user@switch# set storm-control interface ge-0/0/0 bandwidth 15000
References: https://www.juniper.net/techpubs/en_US/junos12.3/topics/example/rate- limiting-storm-control-configuring.html#X7AlwRyc817gtLBC.99
Answer : C
Explanation:
To forward a frame destined to that specific mac-address, it will know out of which port to send the frame.
Flooding however occurs when the switch does not know of the destination mac-address say the switch has not learnt that mac address yet; or maybe that specific entry expired so it got flushed away from the mac-address table. To ensure the frame reaches its intended destination, the switch will replicate that frame out of all ports, less the port where the frame was received thats flooding.
References:http://blogbt.net/index.php/2015/03/mac-address-table-arp-table-and-unicast- flooding-part-i/