Cisco 200-301 Implementing and Administering Cisco Solutions Online Training
Cisco 200-301 Online Training
The questions for 200-301 were last updated at Sep 17,2025.
- Exam Code: 200-301
- Exam Name: Implementing and Administering Cisco Solutions
- Certification Provider: Cisco
- Latest update: Sep 17,2025
Which two minimum parameters must be configured on an active interface to enable OSPFv2 to operate? (Choose two)
- A . OSPF area
- B . OSPF MD5 authentication key
- C . iPv6 address
- D . OSPf process ID
- E . OSPf stub flag
Which two outcomes are predictable behaviors for HSRP? (Choose two.)
- A . The two routers synchronize configurations to provide consistent packet forwarding
- B . The two routers negotiate one router as the active router and the other as the standby router
- C . Each router has a different IP address, both routers act as the default gateway on the LAN, and traffic is load-balanced between them
- D . The two routers share a virtual IP address that is used as the default gateway for devices on the LAN
- E . The two routers share the same interface IP address and default gateway traffic is load-balanced between them
Several new coverage cells are required to improve the Wi-Fi network of an organization.
Which two standard designs are recommended? (Choose two.)
- A . 5GHz provides increased network capacity with up to 23 nonoveriapping channels.
- B . For maximum throughput, the WLC is configured to dynamically set adjacent access points to the same channel.
- C . 5GHz channel selection requires an autonomous access point.
- D . Adjacent cells with overlapping channels use a repeater access point.
- E . Cells that overlap one another are configured to use nonoveriapping channels.
Refer to the exhibit.
Which path is used by the router for internet traffic?
- A . 209.165.200.0/27
- B . 10.10.10.0/28
- C . 0.0.0.0/0
- D . 10.10.13.0/24
Refer to the exhibit.
What commands are needed to add a subinterface to Ethernet0/0 on R1 to allow for VLAN 20, with IP address 10.20.20.1/24?
- A . R1(config)#interface ethernet0/0
R1(config)#encapsulation dot1q 20
R1(config)#ip address 10.20.20.1 255.255.255.0 - B . R1(config)#interface ethernet0/0.20
R1(config)#encapsulation dot1q 20
R1(config)#ip address 10.20.20.1 255.255.255.0 - C . R1(config)#interface ethernet0/0.20
R1(config)#ip address 10.20.20.1 255.255.255.0 - D . R1(config)#interface ethernet0/0
R1(config)#ip address 10.20.20.1 255.255.255.0
which purpose does a northbound API serve in a controller-based networking architecture?
- A . communicates between the controller and the physical network hardware
- B . reports device errors to a controller
- C . generates statistics for network hardware and traffic
- D . facilitates communication between the controller and the applications
Refer to the exhibit.
ip arp inspection vlan 2-10
interface fastethernet 0/1
ip arp inspection trust
If the network environment is operating normally, which type of device must be connected to interface FastEthernet 0/1?
- A . DHCP client
- B . access point
- C . router
- D . PC
What is the primary purpose of a First Hop Redundancy Protocol?
- A . It allows directly connected neighbors to share configuration information.
- B . It allows a router to use bridge priorities to create multiple loop-free paths to a single destination.
- C . It reduces routing failures by allowing Layer 3 load balancing between OSPF neighbors that have the same link metric.
- D . It reduces routing failures by allowing more than one router to represent itself, as the default gateway of a network.
What occurs to frames during the process of frame flooding?
- A . Frames are sent to every port on the switch in the same VLAN except from the originating port
- B . Frames are sent to every port on the switch that has a matching entry in the MAC address table.
- C . Frames are sent to all ports, including those that are assigned to other VLANs.
- D . Frames are sent to every port on the switch in the same VLAN.
Refer to the exhibit.
Which configuration on RTR-1 denies SSH access from PC-1 to any RTR-1 interface and allows all other traffic?
- A . access-list 100 deny tcp host 172.16.1.33 any eq 22
access-list 100 permit ip any any
interface GigabitEthernet0/0
ip access-group 100 in - B . access-list 100 deny tcp host 172.16.1.33 any eq 22
access-list 100 permit ip any any
line vty 0 15
access-class 100 in - C . access-list 100 deny tcp host 172.16.1.33 any eq 23
access-list 100 permit ip any any
interface Gigabit Ethernet0/0 ip
access-group 100 in - D . access-list 100 deny tcp host 172.16.1.33 any eq 23
access-list 100 permit ip any any
line vty 0 15
access-class 100 in