Huawei H12-821_V1.0 Practice Test - Questions Answers, Page 8
List of questions
Question 71

Which of the following TLVs is used by ISIS to describe the IP address of an interface?
129
131
128
132
In the IS-IS protocol, TLV 129 (IPv4 interface address) is used to describe the IP address of an interface. Each TLV type carries specific information, and TLV 129 specifically relates to interface IP addresses .
Question 72

OSPF supports area authentication and interface authentication. If both authentication modes are configured, Interface authentication takes preference over area authentication.
TRUE
FALSE
OSPF supports both area-level and interface-level authentication. When both are configured, interface authentication takes precedence over area authentication. This hierarchy ensures that specific interface-level configurations override the broader area-level settings when applicable .
Question 73

A local router runs IS-IS and its command output is shown in the following figure. Which of the following statements is true?
The circuit level of S4/0/0 is Level-1.
S4/0/0 supports IPv6.
S4/0/0 sends IIH packets at the interval of 30s.
The cost of S4/0/0 is 20.
From the command output, the interface S4/0/0 has its cost value explicitly listed under the Cost section as 20 for Level-1 circuits. This means that all traffic routed through this interface will incur this cost in the IS-IS metric calculation. The other options (such as circuit level and IPv6 support) are either not correct or not supported by the provided output .
Question 74

Four routers run ISIS and have established adjacencies. The area IDs and router levels are marked in the following figure. If route leaking is configured on R3, which of the following is the cost of the route from R4 to 10.0.2.2/32?
80
50
40
30
In the given topology, the route from R4 to 10.0.2.2/32 traverses R3, which performs route leaking from Level-2 to Level-1. The cost is calculated as follows: R4 to R3 (40) + R3 to R2 (10) + R2 to the destination (30), resulting in a total cost of 80 .
Question 75

Which of the following is the default interval at which the DIS on a broadcast IS_IS network sends CSNPs.
30
3.3
10
40
The Designated Intermediate System (DIS) in an IS-IS broadcast network sends Complete Sequence Number PDUs (CSNPs) at a default interval of 30 seconds. This interval ensures periodic synchronization of the Link State Database (LSDB) among IS-IS neighbors .
Question 76

Fill in the blanks
See the following figure. RTA, RTB, RTC, and RTD are in the same AS and establish IBGP peer relationships through direct links. RTB an RTC are route reflectors (RRs), RTA and RTC are the RR clients of RTB, and RTB and RTD are the RR clients of RTC. If RTA advertises the route 10.1.1.0/24 to the BGP process, the Originator ID of the BGP route received by RTD is------------------.
1.1.1.1
The Originator ID in a BGP route represents the Router ID of the device that originally advertised the route into the BGP domain. Since RTA originates the route 10.1.1.0/24 into the BGP process, the Originator ID in the route received by RTD will be set to 1.1.1.1 .
Question 77

After which of the following parameters are modified does an IS-IS neighbor relationship need to re-established?
The cost of an IS-IS interface is changed.
The IP address of an ISIS interface is changed.
The level of an ISIS interface is changed.
The interval at which an IS-IS interface sends IIH packets is changed.
When the level of an IS-IS interface is changed, the adjacency must be re-established because IS-IS adjacencies are formed based on matching levels (Level-1, Level-2, or both). Other changes, such as cost or hello intervals, do not disrupt the existing adjacency but might impact routing metrics or timing .
Question 78

To inject IGP routes into BGP routes, you can only use the network command.
TRUE
FALSE
IGP routes can be injected into BGP using multiple methods, not just the network command. The import-route command can also be used to redistribute IGP routes into BGP. The network command requires the route to exist in the routing table, while import-route allows direct redistribution .
Question 79

In a route-policy, which of the following BGP attributes can be used in apply clauses?
MED
AS_Path
Tag
Local-Preference
In a route-policy, attributes such as MED (Multi-Exit Discriminator) and Local-Preference can be used in apply clauses to influence BGP route selection. Attributes like AS_Path and Tag are typically matched or filtered but not directly applied in the apply clause .
Question 80

According to BGP route selection rules, the route with the higher Local_Pref is preferred.
TRUE
FALSE
According to BGP route selection rules, a higher Local_Pref value indicates a more preferred route. This rule is used to influence traffic flow within an autonomous system (AS), giving preference to routes with a higher Local_Pref for outgoing traffic .
Question