Home Blog Certs Knowledge Base About
Q258 (none)

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
Q259 (none)

The OSPF Hello protocol performs which of the following tasks? (Choose two.)

Choose 2 — select all that apply
A It provides dynamic neighbor discovery.
B It detects unreachable neighbors in 90 second intervals.
C It maintains neighbor relationships.
D It negotiates correctness parameters between neighboring interfaces.
E It uses timers to elect the router with the fastest links as the designated router. F. It broadcasts hello packets throughout the internetwork to discover all routers that are running OSPF.
Q260 (none)

What are two reasons a network administrator would use CDP? (Choose two.) A. to verify the type of cable interconnecting two devices

Choose 2 — select all that apply
B to determine the status of network services on a remote device
C to obtain VLAN information from directly connected switches
D to verify Layer 2 connectivity between two devices when Layer 3 fails
E to obtain the IP address of a connected device in order to telnet to the device F. to determine the status of the routing protocols between directly connected routers
Q261 (none)

Refer to the exhibit. An administrator is tasked with configuring a voice VLAN. What is the expected outcome when a Cisco phone is connected to the GigabitEthernet 3/1/4 port on a switch?

A The phone and a workstation that is connected to the phone do not have VLAN connectivity.
B The phone sends and receives data in VLAN 50, but a workstation connected to the phone sends and receives data in VLAN 1.
C The phone sends and receives data in VLAN 50, but a workstation connected to the phone has no VLAN connected.
D The phone and a workstation that is connected to the phone send and receive data in VLAN 50.
Q262 (none)

Refer to the exhibit. An engineer deploys a topology in which R1 obtains its IP configuration from DHCP. If the switch and DHCP server configurations are complete and correct. Which two sets of commands must be configured on R1 and R2 to complete the task? (Choose two) A. R1(config)# interface fa0/0 R1(config-if)# ip helper-address 198.51.100.100

Question diagram Question diagram
Choose 2 — select all that apply
B R2(config)# interface gi0/0 R2(config-if)# ip helper-address 198.51.100.100
C R1(config)# interface fa0/0 R1(config-if)# ip address dhcp R1(config-if)# no shutdown
D R2(config)# interface gi0/0 R2(config-if)# ip address dhcp
E R1(config)# interface fa0/0 R1(config-if)# ip helper-address 192.0.2.2
Q263 (none)

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?

Question diagram
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
Q264 (none)

On a corporate network, hosts on the same VLAN can communicate with each other, but they are unable to communicate with hosts on different VLANs. What is needed to allow communication between the VLANs?

A a router with subinterfaces configured on the physical interface that is connected to the switch
B a router with an IP address on the physical interface connected to the switch
C a switch with an access link that is configured between the switches
D a switch with a trunk link that is configured between the switches
Q265 (none)

Which command can you enter to determine the addresses that have been assigned on a DHCP Server?

A Show ip DHCP database.
B Show ip DHCP pool.
C Show ip DHCP binding.
D Show ip DHCP server statistic.
Q266 (none)

Refer to the exhibit. If the network environment is operating normally, which type of device must be connected to interface FastEthernet 0/1?

Question diagram
A DHCP client
B access point
C router
D PC
Q267 (none)

Refer to the exhibit. What configuration on RTR-1 denies SSH access from PC-1 to any RTR-1 interface and allows all other traffic?

Question diagram
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