Which route type is restricted in an OSPF stub area?
Answer : D
The route type that is restricted in an OSPF stub area is type 5. Type 5 LSAs are external LSAs that are generated by ASBRs to advertise routes from other routing domains or protocols into OSPF. Type 5 LSAs are flooded throughout the OSPF domain by default, except in stub areas. Stub areas are special OSPF areas that block type 5 LSAs from entering the area in order to reduce the size of the LSDB and the routing table.Stub areas only receive information about intra-area routes (type 1 and 2 LSAs), inter-area routes (type 3 LSAs), and a default route (type 3 LSA with destination 0.0.0.0/0) from the ABRs910.
An IS-IS router has been assigned the NSAP address: 49.00F0.0100.5012.3010.00.
What is the Area ID to which the router belongs?
Answer : B
The Area ID to which the router belongs is 49.00F0.0100. The Area ID is a variable-length field in the NSAP address that identifies the area to which the router belongs. The Area ID can be between 1 and 13 bytes long, but it must start and end with an octet (8 bits). The NSAP address is composed of three parts: the authority and format identifier (AFI), the area ID, and the system ID. The AFI is a one-octet field that indicates the format and authority of the rest of the address. The system ID is a fixed-length field of six octets that uniquely identifies the router within an area. The NSAP address also has a network selector (NSEL) field, which is a one-octet field that identifies the network layer service to which a packet should be sent. For IS-IS routers, the NSEL must always be 00.
In this question, the NSAP address is 49.00F0.0100.5012.3010.00. This means that:
The AFI is 49, which indicates a private address.
The Area ID is 00F0.0100, which is four octets long and starts and ends with an octet.
The system ID is 5012.3010, which is six octets long and identifies the router within the area.
The NSEL is 00, which indicates IS-IS.
Therefore, the answer is B.
Which network is reserved as a private network according to RFC1918?
Answer : B
According to RFC1918, there are three network blocks reserved as private networks that are not allocated to any specific organization and are not routable on the public Internet. These are:
10.0.0.0/8 (10.0.0.0 - 10.255.255.255)
172.16.0.0/12 (172.16.0.0 - 172.31.255.255)
192.168.0.0/16 (192.168.0.0 - 192.168.255.255)
Out of these, only option B (10.254.1.0/24) falls within one of the private network blocks (10.0.0.0/8). Option A (172.16.1.0/9) is not valid because it exceeds the /12 prefix length of the private network block (172.16.0.0/12). Option C (193.168.1.0/24) is not valid because it does not belong to any of the private network blocks, and is actually assigned to RIPE NCC as a public network block . Option D (172.15.1.0/24) is also not valid because it does not belong to any of the private network blocks, and is actually assigned to ARIN as a public network block .Reference:RFC 1918: Address Allocation for Private Internets,Private network - Wikipedia, [RIPE NCC IPv4 Address Space Chart], [ARIN WHOIS Database Search]
In a company network, a host sends an Ethernet frame destined to the address FF:FF:FF:FF:FF:FF.
What will an Ethernet switch do with this frame?
Answer : B
An Ethernet switch will forward the frame to all ports when the destination address is FF:FF:FF:FF:FF:FF. This is because this address is the broadcast MAC address, which means that the frame is intended for all devices on the same LAN segment. The switch does not need to look up its MAC address table to find a matching entry for this address, but simply floods the frame out of all ports except the one where it received the frame. This way, the frame reaches every device on the LAN segment, regardless of their MAC addresses.Reference:Ethernet - Wireshark,Broadcast MAC Address - omnisecu.com
What is the CLI command to obtain the software version in Ericsson Router 6000 products?
Answer : B
The CLI command to obtain the software version in Ericsson Router 6000 products is show version. This command displays information about the software release, the hardware model, the serial number, the uptime, and the boot image of the router.Reference: [ERICSSON SMARTEDGE 600 HARDWARE MANUAL Pdf Download | ManualsLib],Ericsson Router 6000 Series - Ericsson
Which operating system is used in Ericsson Router 6000 products?
Answer : C
The operating system used in Ericsson Router 6000 products is ERS (Ericsson Router Software). ERS is based on IPOS (IP Operating System), which is a common operating system for Ericsson's IP portfolio. ERS provides advanced features and functionality for IP transport, such as MPLS, Segment Routing, QoS, IPSec, synchronization, SDN, and more. ERS also supports seamless integration with Ericsson Radio System and Ericsson Network Manager.
Which statement is true about LDP?
Answer : C
LDP relies on IGP for all routing-related decisions. LDP is a protocol that distributes labels in an MPLS environment, but it does not perform any routing functions. LDP uses the underlying routing information provided by an IGP, such as OSPF or IS-IS, to forward label packets. LDP and IGP do not exchange their databases at regular intervals, but rather use hello messages to maintain adjacencies and sessions.Reference:Ericsson IP Networking - Routing Protocols,Label Distribution Protocol - Wikipedia