On the network shown in the figure, HOST A and HOST B are required to communicate with each other across VLANs through one-armed routing. To satisfy this requirement, which of the
following commands needs to be performed on G0/0/1.1 of RTA?
Answer : C
Understanding the Network Diagram
Host A is in VLAN 10 with a gateway of 10.0.1.254.
Host B is in VLAN 20 with a gateway of 10.0.2.254.
The router (RTA) has two sub-interfaces:
G0/0/1.1 (10.0.1.254/24) for VLAN 10
G0/0/1.2 (10.0.2.254/24) for VLAN 20
The switch (SWA) is using VLAN trunking to forward packets to the router, requiring 802.1Q encapsulation.
One-Armed Routing (Router-on-a-Stick) is being used, meaning a single physical interface (G0/0/1) handles multiple VLANs using sub-interfaces.
Analyzing the Answer Choices
Option A (dot1q termination vid 20) Incorrect
This command would be configured on G0/0/1.2, not G0/0/1.1.
Option B (dot1q termination vid 30) Incorrect
VLAN 30 is not part of this topology.
Option C (dot1q termination vid 10) Correct
Since G0/0/1.1 corresponds to VLAN 10, the correct command is dot1q termination vid 10.
Option D (dot1q termination vid 1) Incorrect
VLAN 1 is usually the default VLAN, which is not relevant here.
Thus, the correct answer is C (dot1q termination vid 10).
By default, all SNMP versions (SNMPv1, SNMPv2c, and SNMPv3) are supported on Huawei AR G3 series routers.
Answer : A
Huawei AR G3 series routers support all SNMP versions (v1, v2c, and v3) by default.
SNMPv3 provides enhanced security features compared to SNMPv1 and SNMPv2c.
Thus, the correct answer is A (TRUE).
Which of the following application-layer protocols are based on TCP?
Answer : B, C
B (Correct) - HTTP: Uses TCP port 80 for web traffic.
C (Correct) - FTP: Uses TCP ports 20/21 for file transfer.
A (Incorrect) - TFTP: Uses UDP port 69, not TCP.
D (Incorrect) - Ping: Uses ICMP, which is neither TCP nor UDP.
Thus, the correct answers are B and C.
Which of the following parameters is not used by an Advanced ACL?
Answer : A
Advanced ACLs (3000-3999) allow filtering based on:
Source and Destination IPs
Protocol Number (C - Correct)
Destination Port Number (B - Correct)
Time-range (D - Correct)
A (Incorrect): ACLs do not filter based on the source interface, but rather on IPs, ports, and protocols.
Thus, the correct answer is A (Source Interface).
An ACL rule is as follows. Which of the following IP addresses can be matched by the permit rule?
Rule: rule 5 permit ip source 10.0.2.0 0.0.254.255
Answer : D
The wildcard mask 0.0.254.255 means:
The first and third octets are checked exactly.
The second and fourth octets can vary.
This results in a match for IPs in the range 10.0.2.0 - 10.0.2.255.
Only option D (10.0.2.1) falls within this range.
Thus, the correct answer is D (10.0.2.1).
Which of the following statements regarding Designated Routers (DR) in OSPF are correct?
Answer : A, D
Statement A (Correct): DR and BDR must form an adjacency relationship to maintain routing information exchange.
Statement B (Incorrect): The router with the higher priority is elected as DR, not the lower one.
Statement C (Incorrect): DR is elected by routers within a broadcast/multi-access network, not necessarily all routers in the same network segment.
Statement D (Correct): If two routers have the same priority, the one with the higher Router ID becomes the DR.
Which of the following routes has the highest priority?
Answer : C
Direct Route (C): This has the highest priority because it represents networks directly connected to a router's interfaces.
Static Route (B): These are manually configured but have lower priority than direct routes.
OSPF Route (D): OSPF dynamically learns routes and assigns them based on cost, but it has lower priority than direct and static routes.
RIP Route (A): RIP has the lowest priority due to its high administrative distance (120).
Priority order (from highest to lowest):
Direct Route > Static Route > OSPF Route > RIP Route.
Thus, the correct answer is C (Direct Route).