Question 1mediummultiple choice
Read the full Network Fundamentals explanation →200-901 Network Fundamentals • Complete Question Bank
Complete 200-901 Network Fundamentals question bank — all 0 questions with answers and detailed explanations.
Refer to the exhibit. ``` interface GigabitEthernet0/1 switchport mode trunk switchport trunk native vlan 99 switchport trunk allowed vlan 10,20,30 ```
Refer to the exhibit.
```
R1# show ip route
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route
Gateway of last resort is 10.0.0.1 to network 0.0.0.0
O*E2 0.0.0.0/0 [110/1] via 10.0.0.1, 00:00:34, GigabitEthernet0/0
O 10.0.0.0/8 [110/2] via 10.0.0.1, 00:00:34, GigabitEthernet0/0
O 172.16.0.0/16 [110/3] via 192.168.1.1, 00:00:34, GigabitEthernet0/1
C 192.168.1.0/24 is directly connected, GigabitEthernet0/1
```Refer to the exhibit. """ interface GigabitEthernet0/1 description Uplink to Core switchport mode trunk switchport trunk allowed vlan 10,20,30 spanning-tree portfast trunk """
Drag steps to the numbered slots on the right, or tap a step then tap a slot.
Drag a concept onto its matching description — or click a concept then click the description.
Intent-based networking management
Cloud-managed network administration
Collaboration and messaging integration
Unified infrastructure management
Application performance monitoring
Router# show ip route
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, i - IS-IS
su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP
a - application route
+ - replicated route, % - next hop override
Gateway of last resort is 10.0.0.2 to network 0.0.0.0
10.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
C 10.0.0.0/24 is directly connected, GigabitEthernet0/0
L 10.0.0.1/32 is directly connected, GigabitEthernet0/0
192.168.1.0/24 [120/1] via 10.0.0.2, 00:00:23, GigabitEthernet0/0
S* 0.0.0.0/0 [1/0] via 10.0.0.2R1# show ip nat translations Pro Inside global Inside local Outside local Outside global icmp 203.0.113.10:1 10.0.0.1:1 192.0.2.5:1 192.0.2.5:1 tcp 203.0.113.10:80 10.0.0.1:80 192.0.2.5:80 192.0.2.5:80
C:\> ping 192.168.1.1
Pinging 192.168.1.1 with 32 bytes of data:
Reply from 192.168.1.1: bytes=32 time<1ms TTL=128
Reply from 192.168.1.1: bytes=32 time<1ms TTL=128
Reply from 192.168.1.1: bytes=32 time<1ms TTL=128
Reply from 192.168.1.1: bytes=32 time<1ms TTL=128
Ping statistics for 192.168.1.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0msRefer to the exhibit. ``` interface GigabitEthernet0/1 switchport mode access switchport access vlan 10 spanning-tree portfast ```
Refer to the exhibit. ``` Switch# show vlan brief VLAN Name Status Ports ---- -------------------------------- --------- ------------------------------- 1 default active Gi0/1, Gi0/2 10 Engineering active Gi0/3, Gi0/4 20 Marketing active Gi0/5, Gi0/6 1002 fddi-default act/unsup 1003 token-ring-default act/unsup 1004 fddinet-default act/unsup 1005 trnet-default act/unsup ```
Refer to the exhibit.
```
Router# show ip route
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route
Gateway of last resort is 10.0.0.1 to network 0.0.0.0
10.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
C 10.0.0.0/30 is directly connected, GigabitEthernet0/0
L 10.0.0.2/32 is directly connected, GigabitEthernet0/0
192.168.1.0/24 is variably subnetted, 2 subnets, 2 masks
C 192.168.1.0/24 is directly connected, GigabitEthernet0/1
L 192.168.1.1/32 is directly connected, GigabitEthernet0/1
S* 0.0.0.0/0 [1/0] via 10.0.0.1
```SwitchA# show running-config interface port-channel1 ! interface Port-channel1 switchport mode trunk switchport trunk allowed vlan 1-100,200 SwitchB# show running-config interface port-channel1 ! interface Port-channel1 switchport mode trunk switchport trunk allowed vlan 1-50,100-199