Practice Free 200-301 Exam Online Questions
Which action implements physical access control as part of the security program of an organization?
- A . configuring a password for the console port
- B . backing up syslogs at a remote location
- C . configuring enable passwords on network devices
- D . setting up IP cameras to monitor key infrastructure
Which Layer 2 switch function encapsulates packets for different VLANs so that the packets traverse the same port and maintain traffic separation between the VLANs?
- A . VLAN numbering
- B . VLAN DSCP
- C . VLAN tagging
- D . VLAN marking
Which two IPv6 addresses are used to provide connectivity between two routers on a shared link? (Choose two)
- A . ::ffif 1014 1011/96
- B . 2001 7011046:1111:1/64
- C . ;jff06bb43cd4dd111bbff02 4545234d
- D . 2002 5121204b 1111:1/64
- E . FF02::0WlFF00:0l)00/104
What mechanism carries multicast traffic between remote sites and supports encryption?
- A . ISATAP
- B . GRE over iPsec
- C . iPsec over ISATAP
- D . GRE
Refer to the exhibit.
What is represented by "R1" and "SW1" within the JSON output?
- A . key
- B . array
- C . value
- D . object
Subnet to meet the subnet requirements and maximize the number of hosts
Using the second subnet
• Assign an IPv6 GUA using a unique 64-Bit interface identifier on e0/0 on Sw101
• Assign an IPv6 GUA using a unique 64-Bit interface identifier on eO/O on swi02
Guidelines
This is a lab item in which tasks will be performed on virtual devices.
• Refer to the Tasks tab to view the tasks for this lab item.
• Refer to the Topology tab to access the device console(s) and perform the tasks.
• Console access is available for all required devices by clicking the device icon or using the tab(s) above the console window.
• All necessary preconfigurations have been applied.
• Do not change the enable password or hostname for any device.
• Save your configurations to NVRAM before moving to the next item.
• Click Next at the bottom of the screen to submit this lab and move to the next question.
• When Next is clicked, the lab closes and cannot be reopened.
To assign the first usable IP address to e0/0 on Sw101, you need to enter the following commands on the device console:
Sw101#configure terminal Sw101(config)#interface e0/0
Sw101(config-if)#ip address 172.25.32.1 255.255.248.0
Sw101(config-if)#no shutdown Sw101(config-if)#end
To assign the last usable IP address to e0/0 on Sw102, you need to enter the following commands on the device console:
Sw102#configure terminal
Sw102(config)#interface e0/0
Sw102(config-if)#ip address 172.25.39.254 255.255.248.0
Sw102(config-if)#no shutdown
Sw102(config-if)#end
To subnet an IPv6 GUA to meet the subnet requirements and maximize the number of hosts, you need to determine how many bits you need to borrow from the interface identifier portion of the address to create enough subnets for 32 sites. Since 32 is 2^5, you need to borrow 5 bits, which means your new prefix length will be /69 or ffff:ffff:ffff:fff8::/69 (assuming that your IPv6 GUA has a /64 prefix by default). To find the second subnet, you need to add the value of the fifth bit (32) to the fourth hextet of the network address (0000), which gives you xxxx:xxxx:xxxx:0020::/69 as the second subnet (where xxxx:xxxx:xxxx is your IPv6 GUA prefix). The first and last IPv6 addresses in this subnet are xxxx:xxxx:xxxx:0020::1 and xxxx:xxxx:xxxx:0027:ffff:ffff:ffff:fffe respectively.
To assign an IPv6 GUA using a unique 64-bit interface identifier on e0/0 on Sw101, you need to enter the following commands on the device console (assuming that your IPv6 GUA prefix is 2001:db8::/64):
Sw101#configure terminal
Sw101(config)#interface e0/0
Sw101(config-if)#ipv6 address 2001:db8::20::1/69
Sw101(config-if)#no shutdown
Sw101(config-if)#end
To assign an IPv6 GUA using a unique 64-bit interface identifier on e0/0 on Sw102, you need to enter the following commands on the device console (assuming that your IPv6 GUA prefix is 2001:db8::/64):
Sw102#configure terminal
Sw102(config)#interface e0/0
Sw102(config-if)#ipv6 address 2001:db8::27::fffe/69
Sw102(config-if)#no shutdown
Sw102(config-if)#end
Refer to the exhibit.
A network engineer is updating the configuration on router R1 to connect a new branch office to the company network R2 has been configured correctly.
Which command must the engineer configure so that devices at the new site communicate with the main office?
- A . ip route 172.25.25 0 255 255 255.0 192.168.2.1
- B . ip route 172.25.25 1 255 255 255 255 g0/1
- C . ip route 172.25.25.0.255.255.255.0.192.168.2.2
Which WAN topology has the highest degree of reliability?
- A . full mesh
- B . Point-to-point
- C . hub-and-spoke
- D . router-on-a-stick
Refer to the exhibit.
A network administrator must permit traffic from the 10.10.0.0/24 subnet to the WAN on interlace Seria10.
What is the effect of the configuration as the administrator applies the command?
- A . The permit command fails and returns an error code.
- B . The router accepts all incoming traffic to Seria10 with the last octet of the source IP set to 0.
- C . The sourced traffic from IP range 10.0.0.0 -10.0.0.255 is allowed on Seria10.
- D . The router fails to apply the access list to the interface.
Refer to the exhibit.
A network administrator must permit traffic from the 10.10.0.0/24 subnet to the WAN on interlace Seria10.
What is the effect of the configuration as the administrator applies the command?
- A . The permit command fails and returns an error code.
- B . The router accepts all incoming traffic to Seria10 with the last octet of the source IP set to 0.
- C . The sourced traffic from IP range 10.0.0.0 -10.0.0.255 is allowed on Seria10.
- D . The router fails to apply the access list to the interface.