The purpose of the RT attribute is to identify the destination VPN on the egress PE. RT stands for route target, which is a BGP extended community attribute that is used in MPLS VPNs. RT is attached to VPN routes by the ingress PE router and is used to control the import and export of routes between different VPNs. The egress PE router uses the RT value to determine which VPN routes belong to which VPN customers and installs them in the appropriate VRF table56.
References: IP Routing: BGP Configuration Guide - BGP-RT and VPN … - Cisco,
Question 2
Review the exhibit.
In the exhibit, which action is performed by router R4?
Options:
A.
pop
B.
push
C.
PHP
D.
swap
Answer:
D
Explanation:
Explanation:
In the exhibit, router R4 is performing a swap action. This means that router R4 is replacing the incoming label with a new label and forwarding the packet to the next hop along the LSP. In this case, router R4 receives a packet with label 20 from router R3 and swaps it with label 30 before sending it to router R5.
The exhibit shows an example of an MPLS network with four routers: R1, R2, R3, and R4. Router R1 is the ingress PE router and router R4 is the egress PE router. Router R2 and R3 are P routers. Router R1 assigns label 10 to the packet and sends it to router R2. Router R2 swaps label 10 with label 20 and sends it to router R3. Router R3 swaps label 20 with label 30 and sends it to router R4. Router R4 removes label 30 from the packet and forwards it based on its IP header or another label in the stack.
Therefore, the answer is D.
References: MPLS Label Switching | MPLS Operation | Push, Swap,Push ⋆ IPCisco, A Complete Guide to Multiprotocol Label Switching (MPLS) - G2, Multiprotocol Label Switching - Wikipedia
Question 3
In an Ethernet frame carrying a VLAN tag, where does the VLAN tag appear?
Options:
A.
after the type field
B.
before the length field
C.
before the type field
D.
after the length field
Answer:
C
Explanation:
Explanation:
In an Ethernet frame carrying a VLAN tag, the VLAN tag appears before the type field. A VLAN tag is a 4-byte field that is inserted into an Ethernet frame to indicate the VLAN membership and priority of the frame. The VLAN tag consists of two subfields: the tag protocol identifier (TPID) and the tag control information (TCI). The TPID subfield is a 16-bit field that identifies the frame as an IEEE 802.1Q-tagged frame, with a value of 0x8100. The TCI subfield is a 16-bit field that contains the priority code point (PCP), the drop eligible indicator (DEI), and the VLAN identifier (VID). The VLAN tag appears between the source MAC address and the type fields of the original frame, shifting the type field by four bytes. The type field indicates the type of the payload, such as IP or ARP .