H3CNE - Day3 - Session 2

A detailed illustration of computer networking concepts, showing switches, routers, connection diagrams, and VLAN configurations with a clear, educational style.

H3CNE Networking Quiz: Day 3 Session 2

Test your knowledge with our comprehensive H3CNE Networking Quiz. This quiz covers essential topics in networking, including ARP, VLAN configurations, static and dynamic routing, and link aggregation.

Whether you're a student, teacher, or networking professional, this quiz will help reinforce your understanding and prepare you for real-world applications. Key features include:

  • 17 challenging questions
  • Multiple choice and checkbox formats
  • Instant feedback on your answers
17 Questions4 MinutesCreated by ConfiguringNetwork487
<Switch>display arp
 
After the display command is executed on the switch SWA, the switch output as desribed in image, can be judged from the above output:
A. The host with IP address 172.16.0.1 is connected to port GE0/0
B. The host with MAC address 001c-233d-5695 is connected to port GE0/1
C. The above entries are statically configured by the administrator.
D. The above entries are dynamically generated by the switch.
The following description of the S-type Ethernet switch access ports and links is correct. (choose one or more)
A. The access port can belong to multiple VLANs at the same time.
B. The access link can only carry data frames without VLAN ID
C. Access link can only carry data frames with VLAN ID
D. When the access port receives a data frame without a VLAN ID, the PVID value of the port is added as the VLAN ID of the data frame.
To configure trunks on the links between Ethernet switches and allow the transmission of VLAN 10 and VLAN 20 information, they must be exchanged. Configuration command:
A. [Switch-Ethernet0/1] port link-type trunk
B. [Switch] port link-type trunk
C. [Switch] port link-type access
D. [Switch-Ethernet0/1] port trunk pvid 10
The role of link aggregation is...
A. Increase link bandwidth.
B. Load balancing of data can be achieved.
C. Increased link reliability between switches.
D. Exchange network loops can be avoided.
A company purchased switches from two manufacturers, A and B, for network engineering implementation. Need to use link aggregation technology between switches of two vendors Surgery. After consulting the relevant documents, it is known that the A manufacturer switch does not support the LACP protocol. In which case, which of the following configuration methods are reasonable? (choose one or more)
A. One party configures static aggregation, and one party configures dynamic aggregation.
B. One party configures static aggregation, and one party configures dynamic aggregation.
C. Both sides configure dynamic aggregation
D. Both sides configure static aggregation
E. Unable to use link aggregation
The biggest difference between variable length subnet mask partitioning (VLSM) is the standard subnetting.
A. For a naturally classified IP network, subnet masking can be performed with a subnet mask of any length.
B. After a subnetting of a natural classification IP network, the subnet mask length of each subnet can be different.
C. Can form a super network
D. Using classless addresses for network partitioning
Which of the following configurations is correct when forwarding ARP packets? (choose one or more)
A. [RTA] proxy-arp enable
B. [RTA-GigabitEthernet0/0] proxy-arp enable
C. [RTA-GigabitEthernet0/1] proxy-arp enable
D. [RTA] proxy-arp enable port G1/0/1
Which of the following is true about the description of the MSR routing table?
A. If there are multiple sources for the route to the same destination network segment, only the route with the lowest Preference value is written to the routing table.
B. If the route to the same destination network segment has multiple sources, only the route with the smallest metric value is written to the routing table.
C. If there are multiple sources for the route to the same destination network segment, only the route with the highest Preference value is written to the routing table.
D. If the route to the same destination network segment has multiple sources, only the route with the largest metric value is written to the routing table.
E. If the same routing protocol finds multiple paths to the same destination network segment, then these routes may be written to the routing table.
F. If the same routing protocol finds multiple paths to the same destination network segment, then all of these routes may not be written to the routing table.
If the packet matches multiple routing entries in the routing table of the MSR router, the correct description of the routing order is correct.
A. The smaller the Preference value, the better the route.
B. The smaller the value, the better the route is.
C. The shorter the route, the higher the priority of the route
D. The longer the route is, the higher the priority of the route
A default route A is configured on a MSR router running RIP, and its next hop address is 100.1.1.1. At the same time, the router learns from the neighbor router through RIP that a next hop address is also the default route of 100.1.1.1. B. The router uses the default priority and Cost values ​​for the routing protocol, then .
A. There will be only route B in the router's routing table because dynamic routing takes precedence.
B. There is only route A in the routing table of the router because route A has a high priority.
C. In the routing table of the router, there is only route A, because the cost of route A is 0.
D. Both route A and route B are written to the routing table because they have different sources and do not conflict with each other.
Which of the following sources may be routed in the routing table of an MSR router?
A. Routing of directly connected network segments
B. Static route manually configured by the network administrator
C. Routes discovered by dynamic routing protocols
D. Routes discovered by the network layer protocol
See the routing table on an MSR router as follows:
 
Destination/Mask
Proto Pre Cost NextHop Interface
6.6.6.0/24 Static 60 0 100.1.1.1 GE0/0
8.8.8.8/32 Direct  0 127.0.0.1 intloop0
20.1.1.0/24  Static 60 0 100.1.1.1 GE0/0
30.0.0.0/8  RIP  100 1 100.1.1.1
GE0/0
Then the analysis of this routing table is correct.
A. The IP address of the interface GE0/0 on the router is 100.1.1.1.
B. The next hop of the route with the destination network segment being 8.8.8.8/32 is InLoop0, indicating that the next hop of the route is a virtual interface similar to Null0. The route belongs to the blackhole route.
C. The router is running RIPv1 because the mask of the destination segment 30.0.0.0 is a natural mask.
D. The routing table is not the complete routing table of the router. The complete routing table should have at least the direct network segment route of interface GE0/0.
The customer's network connection is like:
 
HostA----GE0/0--MSR-1--S1/0-----WAN-----S1/0--MSR-2--GE0/0----HostB
 
 
Both routers are factory default. The four interfaces of the router are configured with the correct IP address. The two hosts HostA and HostB are correctly configured with the IP address and gateway. Assume that all physical connections are normal. (choose one or more)
A. Each router must be configured with at least one static route to implement interworking between HostA and HostB.
B. Each router must be configured with at least 2 static routes to implement interworking between HostA and HostB.
C. No route is configured on the router. HostA can ping the IP address of interface S1/0 of MSR-2.
D. No route is configured on the router. HostA can ping the IP address of interface S1/0 of MSR-1.
The customer's network connection is like:
 
HostA----GE0/0--MSR-1--S1/0-----WAN----S1/0--MSR-2--GE0/0----HostB
 
The two MSR routers are interconnected through the WAN, and the physical connection is now normal. The S1/0 address of the MSR-1 interface is 3.3.3.1/30, and the S1/0 address of the MSR-2 interface is 3.3.3.2/30. The following four static routes are configured on the MSR-1:
 
ip route-static 192.168.1.0 255.255.255.0 3.3.3.2
ip route-static 192.168.2.0 255.255.255.0 3.3.3.2
ip route-static 192.168.3.0 255.255.255.0 3.3.3.2
ip route-static 192.168.4.0 255.255.255.0 3.3.3.2
 
The 192.168.0.0/22 ​​subnet is the LAN user network segment of the MSR-2. So what are the errors described below? (choose one or more)
 
A. These four routes will be written to the routing table of MSR-1.
B. Only the fourth route will be written to the MSR-1 routing table.
C. These four routes can be replaced by a route ip route-static 192.168.1.0 255.255.252.0 3.3.3.2
D. Only the first route will be written to the MSR-1 routing table.
The following description of the route is correct. (choose one or more)
A. Route convergence means that the routes of routers in the entire network are consistently expressed.
B. A complete route must include at least the mask, destination address, and next hop.
C. The priority of the direct route cannot be manually modified.
D. IGP is a routing protocol based on D-V algorithm.
Which of the following statements is correct for RIPv1 and RIPv2 running on the MSR router? (choose one or more)
A. The route destination network segment learned on the RIPv1 router must be a natural classification network segment.
B. The route destination network segment learned on the RIPv2 router must be the subnet address of the variable length mask.
C. Both RIPv1 and RIPv2 can learn the route of the natural classification network segment.
D. Both RIPv1 and RIPv2 can learn routes of unnaturally classified network segments, such as routes with a destination network segment of 10.10.200.0/22.
See the following message on an MSR router running RIP:
 
<MSR>display rip
 
 
Public VPN-instance name :
RIP process : 1
RIP version : 2
Preference : 100
Checkzero : Enabled
Default-cost : 0
Summary : Enabled
Hostroutes : Enabled
Maximum number of balanced paths : 8
 
Then from the display information can be analyzed.
A. The router is running RIPv2.
B. RIP's automatic aggregation function is turned on.
C. The cost of the RIP route sent or received by this router is 0.
D. Support 8 routes for load sharing
{"name":"H3CNE - Day3 - Session 2", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"Test your knowledge with our comprehensive H3CNE Networking Quiz. This quiz covers essential topics in networking, including ARP, VLAN configurations, static and dynamic routing, and link aggregation.Whether you're a student, teacher, or networking professional, this quiz will help reinforce your understanding and prepare you for real-world applications. Key features include:17 challenging questionsMultiple choice and checkbox formatsInstant feedback on your answers","img":"https:/images/course7.png"}
Powered by: Quiz Maker