H3C GB0-191-ENU Constructing Small – and Medium – Sized Enterprise Network Online Training
H3C GB0-191-ENU Online Training
The questions for GB0-191-ENU were last updated at Apr 20,2025.
- Exam Code: GB0-191-ENU
- Exam Name: Constructing Small - and Medium - Sized Enterprise Network
- Certification Provider: H3C
- Latest update: Apr 20,2025
Which of the following routing protocols only care about the distance and direction to the destination network segment ? (Multiple Choice)
- A . IGP
- B . OSPF
- C . RIPv1
- D . RIPv2
The two empty MSR routers are connected by the way shown in the figure. By configuring the IP address, the GE0 / 0 interfaces of the two routers can communicate with each other.
Now the following configurations are added to the two routers:
RTA:
[RTA]ospf
[RTA-ospf-1]area 0
[RTA-ospf-1-area-0.0.0.0]network 192.168.1.1 0.0.0.3
[RTA-GigabitEthernet0/0]ospf dr-priority 2
DAF:
[RTB]ospf [RTB-ospf-1]area 0
[RTB-ospf-1-area-0.0.0.0]network 192.168.1.1 0.0.0.3
[RTB-GigabitEthernet0/0]ospf dr-priority
Then after the OSPF neighbor state is stable, ______ .
- A . OSPF interfaces have the same priority, and no OSPF DR election is performed on the 192.168.1.0/30 network segment
- B . Of the two routers, one is DR and one is BDR
- C . Of the two routers, one is DR and the other is DRother
- D . The neighbor status of the two routers is FULL and 2-Way
There is a default route in the router’s routing table, the destination network segment and mask are 0.0.0.0 , and the next hop is the router’s S0 / 0 interface, then the following description of this route is correct ______ . (Multiple choices)
- A . When the router receives a packet destined to the destination address 120.1.1.1 , if there is no other exact match in the router table, then the packet will match this default route
- B . The mask of this route is the shortest, so only when no other route matches the data packet, the data packet will be forwarded according to the default route.
- C . The metric of this route may be 3
- D . The priority of this route may be 100
There is a default route in the router’s routing table, the destination network segment and mask are 0.0.0.0 , and the next hop is the router’s S0 / 0 interface, then the following description of this route is correct ______ . (Multiple choices)
- A . When the router receives a packet destined to the destination address 120.1.1.1 , if there is no other exact match in the router table, then the packet will match this default route
- B . The mask of this route is the shortest, so only when no other route matches the data packet, the data packet will be forwarded according to the default route.
- C . The metric of this route may be 3
- D . The priority of this route may be 100
There is a default route in the router’s routing table, the destination network segment and mask are 0.0.0.0 , and the next hop is the router’s S0 / 0 interface, then the following description of this route is correct ______ . (Multiple choices)
- A . When the router receives a packet destined to the destination address 120.1.1.1 , if there is no other exact match in the router table, then the packet will match this default route
- B . The mask of this route is the shortest, so only when no other route matches the data packet, the data packet will be forwarded according to the default route.
- C . The metric of this route may be 3
- D . The priority of this route may be 100
0.0.0/8 Static 60 0 100.1.1.1 GE0/0
At this time, the router receives a data packet with a destination address of 6.6.6.6 , then ______ .
- A . The packet will preferentially match the RIP route in the routing table because its mask is the longest
- B . The data packet will preferentially match the RIP route in the routing table because its priority is high
- C . The packet will preferentially match the static route in the routing table, because its cost Cost is small
- D . The packet will preferentially match the static route in the routing table because its mask is the shortest
An empty configuration MSR router RTA is connected to two routers RTB and RTC running in OSPF Area 0 through GE0 / 0 and GE1 / 0 respectively . RTA interface GE0 / 0 and GE1 / 0 of the IP addresses are 192.168.3.2/24 and 192.168.4.2/24 . Add the following configuration on RTA :
[MSR-ospf-1] area 0.0.0.0
[MSR-ospf-1-area-0.0.0.0]network 192.168.0 0.0.3.255
[MSR-GigabitEthernet0/0]ospf cost 2
[MSR-GigabitEthernet1/0]ospf dr-priority 0
Then the correct description about the above configuration is _____ . (Multiple choices)
- A . This configuration MSR router the GE0 / 0 , GE1 / 0 on both started OSPF
- B . This configuration only MSR router GE0 / 0 interface launched OSPF
- C . RTA may become the DR of the network segment where the two GE interfaces are located
- D . RTA can only become the DR of the network segment where one of the GE interfaces is located
- E . modify the interface GE0 / 0 of Cost does not affect the OSPF adjacency establishment of
The client router’s interface GigabitEthernet0 / 0 is connected to the LAN host HostA , and its IP address is 192.168.0.2/24 ;
Interface Serial6 / 0 interface is connected to the far end and is currently operating normally. The ACL configuration is now added as follows:
firewall enable
firewall default permit
acl number 3003
rule 0 permit tcp
rule 5 permit icmp
acl number 2003
rule 0 deny source 192.168.0.0 0.0.0.255
interface GigabitEthernet0/0
firewall packet-filter 3003 inbound
firewall packet-filter 2003 outbound
ip address 192.168.0.1 255.255.255.0
interface Serial6/0
link-protocol ppp
ip address 6.6.6.2 255.255.255.0
Assuming that other related configurations are correct, then ______ . (Multiple choices)
- A . HostA cannot ping the two interface addresses on the router
- B . HostA can not ping through 6.6.6.2 , but can ping through 192.168.0.1
- C . HostA can not ping through 192.168.0.1 , but can ping through 6.6.6.2
- D . HostA can Telnet to the router
In the network environment shown in the figure , perform the following NAT configuration on RTA :
[RTA]acl number 2000
[RTA-acl-basic-2000]rule 0 permit source 100.0.0.0 0.0.0.255
[RTA-acl-basic-2000]nat address-group 1 200.76.28.11 200.76.28.11
[RTA] interface Ethernet0 / 1
[RTA-Ethernet0/1]nat outbound 2000 address-group 1
After configuration, client_a and Client_B are accessing Server , at this time RTA ‘s NAT table may be ______ .
- A . Protocol GlobalAddr Port InsideAddr Port DestAddr Port
1 200.76.28.11 12289 100.0.0.1 1024 200.76.29.4 1024
VPN: 0 , status: NOPAT, TTL: 00:01:00, Left:
00:00:59
1 200.76.28.11 12288 100.0.0.2 512 200.76.29.4 512
VPN: 0 , status: 11, TTL: 00:01:00, Left:
00:00:51 - B . Protocol GlobalAddr Port InsideAddr Port DestAddr Port
1 200.76.28.11 12289 100.0.0.1 1024 200.76.29.4 1024
VPN: 0 , status: 11, TTL: 00:01:00, Left:
00:00:59
1 200.76.28.12 12288 100.0.0.2 512 200.76.29.4 512
VPN: 0 , status: 11, TTL: 00:01:00, Left:
00:00:51 - C . Protocol GlobalAddr Port InsideAddr Port DestAddr Port
1 200.76.28.12 12289 100.0.0.1 1024 200.76.29.4 1024
VPN: 0 , status: 11, TTL: 00:01:00, Left:
00:00:59
1 200.76.28.11 12288 100.0.0.2 512 200.76.29.4 512
VPN: 0 , status: 11, TTL: 00:01:00, Left: 00:00:51 - D . Protocol GlobalAddr Port InsideAddr Port DestAddr Port
1 200.76.28.11 12289 100.0.0.1 1024 200.76.29.4 1024
VPN: 0 , status: 11, TTL: 00:01:00, Left:
00:00:59
1 200.76.28.11 12288 100.0.0.2 512 200.76.29.4 512
VPN: 0 , status: 11, TTL: 00:01:00, Left:
00:00:51
In the network environment shown in the figure, the two routers are connected back to back with serial ports. The speed of the interconnection link should be set to 2Mbps . The following statement is correct ______ .
- A . Need to determine the interface type and cable meet V.24 regulations
- B . Use the baudrate 2048000 command configuration on the RTA synchronization port
- C . Use the baudrate 2048000 command configuration on the RTB synchronization port
- D . Use the virtual-baudrate 2048000 command configuration on the RTB synchronization port
- E . In RTA using synchronous port bandrate 2048000 command configuration, RTB using synchronous port virtual-baudrate 2048000 command to configure