Practice Free 200-301 Exam Online Questions
Refer to the Exhibit.
An engineer assigns IP addressing to the current VLAN with three PCs. The configuration must also account for the expansion of 30 additional VLANS using the same Class C subnet for subnetting and host count.
Which command set fulfills the request while reserving address space for the expected growth?
- A . Switch(config)#interface vlan 10
Switch(config-if)#ip address 192.168.0.1 265 255.255.252 - B . Switch(config)#interface vlan 10
Switch(config-if)#ip address 192.168.0.1 255 255.255.248 - C . Switch(config)#interface vlan 10
Switch(config-if)#ip address 192.168.0.1 255 255.255.0 - D . Switch(config)#interface vlan 10
Switch(config-if)#ip address 192.168.0.1 255.255.255.128
Refer to the exhibit.
Which two commands were used to create port channel 10? (Choose two)
- A . interface range g0/0-1
channel-group 10 mode active - B . interface range g0/0-1
channel-group 10 mode desirable - C . interface range g0/0-1
channel-group 10 mode passive - D . interface range g0/0-1
channel-group 10 mode auto - E . interface range g0/0-1
channel-group 10 mode on
Configure the link between R1 and R3 to disable their ability to add other OSPF routers.
on R1
conf terminal
interface Loopback0
ip address 10.10.1.1 255.255.255.255
!
interface Loopback1
ip address 192.168.1.1 255.255.255.0
!
interface Ethernet0/0
no shut
ip address 10.10.12.1 255.255.255.0
ip ospf 1 area 0
duplex auto
!
interface Ethernet0/1
no shut
ip address 10.10.13.1 255.255.255.0
ip ospf 1 area 0
duplex auto
!
router ospf 1
router-id 10.10.12.1
network 10.10.1.1 0.0.0.0 area 0
network 192.168.1.0 0.0.0.255 area 0
!
copy run star
—————————————
On R2
conf terminal
interface Loopback0
ip address 10.10.2.2 255.255.255.255
!
interface Loopback1
ip address 192.168.2.2 255.255.255.0
!
interface Ethernet0/0
no shut
ip address 10.10.12.2 255.255.255.0
ip ospf priority 255
ip ospf 1 area 0
duplex auto
!
interface Ethernet0/2
no shut
ip address 10.10.23.2 255.255.255.0
ip ospf priority 255
ip ospf 1 area 0
duplex auto
!
router ospf 1
network 10.10.2.2 0.0.0.0 area 0
network 192.168.2.0 0.0.0.255 area 0
!
copy runs start
———————–
On R3
conf ter
interface Loopback0
ip address 10.10.3.3 255.255.255.255
!
interface Loopback1
ip address 192.168.3.3 255.255.255.0
!
interface Ethernet0/1
no shut
ip address 10.10.13.3 255.255.255.0
ip ospf 1 area 0
duplex auto
!
interface Ethernet0/2
no shut
ip address 10.10.23.3 255.255.255.0
ip ospf 1 area 0
duplex auto
!
router ospf 1
network 10.10.3.3 0.0.0.0 area 0
network 192.168.3.0 0.0.0.255 area 0
!
copy run start
!
Refer to the exhibit.
Router OldR is replacing another router on the network with the intention of having OldR and R2 exchange routes_ After the engineer applied the initial OSPF configuration: the routes were still missing on both devices.
Which command sequence must be issued before the clear IP ospf process command is entered to enable the neighbor relationship?
- A . Option A
- B . Option B
- C . Option C
- D . Option D
When a switch receives a frame for a known destination MAC address, how is the frame handed?
- A . sent to the port identified for the known MAC address
- B . broadcast to all ports
- C . forwarded to the first available port
- D . flooded to all ports except the one from which it originated
A network engineer must configure two new subnets using the address block 10 70 128 0/19 to meet these requirements:
• The first subnet must support 24 hosts
• The second subnet must support 472 hosts
• Both subnets must use the longest subnet mask possible from the address block
Which two configurations must be used to configure the new subnets and meet a requirement to use the first available address in each subnet for the router interfaces? (Choose two)
- A . interface vlan 1234
ip address 10.70.159.1 255.255.254.0 - B . interface vlan 1148
ip address 10.70.148.1 255.255.254.0 - C . interface vlan 4722
ip address 10.70.133.17 255.255.255.192 - D . interface vlan 3002
ip address 10.70.147.17 255.255.255.224 - E . interface vlan 155
ip address 10.70.155.65 255.255.255.224
What are two functions of an SDN controller? (Choose two)
- A . Layer 2 forwarding
- B . coordinating VTNs
- C . tracking hosts
- D . managing the topology
- E . protecting against DDoS attacks
Which virtual MAC address is used by VRRP group 1?
- A . 0050.0c05.ad81
- B . 0007.c061.bc01
- C . 0000.5E00.0101
- D . 0500.3976.6401
C
Explanation:
The virtual router MAC address associated with a virtual router is an IEEE 802 MAC Address in the following format:
00-00-5E-00-01-{VRID} (in hex in internet standard bit-order)
Refer to the exhibit.
Which command must be executed for Gi1.1 on SW1 to become a trunk port if Gi1/1 on SW2 is configured in desirable or trunk mode?
- A . switchport mode trunk
- B . switchport mode dot1-tunnel
- C . switchport mode dynamic auto
- D . switchport mode dynamic desirable
Refer to the exhibit.
Users need to connect to the wireless network with IEEE 802. 11r-compatible devices. The connection must be maintained as users travel between floors or to other areas in the building.
What must be the configuration of the connection?
- A . Select the WPA Policy option with the CCKM option.
- B . Disable AES encryption.
- C . Enable Fast Transition and select the FT 802.1x option.
- D . Enable Fast Transition and select the FT PSK option.