Tag Archives: interfaces

Which two statements correctly describe capabilities of interfaces and abstract classes? (Choose two.)

Which two statements correctly describe capabilities of interfaces and abstract classes? (Choose two.) A. Interfaces cannot have protected methods but abstract classes can. B. Interfaces cannot have instance fields but abstract classes can. C. Interfaces cannot have static methods but abstract classes can. D. Interfaces cannot have methods with bodies but abstract classes can. E. Both interfaces and… Read More »

A network operator is attempting to configure an IS-IS adjacency between two routers, but the adjacency cannot be established. To troubleshoot the problem, the operator collects this debugging output. Which interfaces are misconfigured on these routers?

Refer to the exhibit. A network operator is attempting to configure an IS-IS adjacency between two routers, but the adjacency cannot be established. To troubleshoot the problem, the operator collects this debugging output. Which interfaces are misconfigured on these routers? A. The R2 interface is configured as point-to-point, and the peer router interface is configured as multipoint. B.… Read More »

an engineer working for a private telecommunication company with an employee Id: 4065:96:080 upgrades the WAN link between routers ASBR-101 and ASBR-201 to 1Gb by Installing a new physical connection between the Gi3 Interfaces. Which BGP attribute must the engineer configure on ASBR-201 so that the existing WAN link on Gi2 Is maintained as a backup?

Refer to the exhibit an engineer working for a private telecommunication company with an employee Id: 4065:96:080 upgrades the WAN link between routers ASBR-101 and ASBR-201 to 1Gb by Installing a new physical connection between the Gi3 Interfaces. Which BGP attribute must the engineer configure on ASBR-201 so that the existing WAN link on Gi2 Is maintained as… Read More »

On which interfaces should VRRP commands be applied to provide first hop redundancy to PC-01 and PC-02?

Refer to the exhibit. On which interfaces should VRRP commands be applied to provide first hop redundancy to PC-01 and PC-02? A. G0/0 and GO/1 Dn Core B. G0/0 on Edge-01 and G0/0 on Edge-02 C. GO/1 on Edge-01 and GO/1 on Edge-02 D. GO/O and GO/1 on ASW-01 Answer: Option C. Explanation:  No answer description available for… Read More »

An engineer must establish eBGP peering between router R3 and router R4. Both routers should use their loopback interfaces as the BGP router ID. Which configuration set accomplishes this task?

Refer to the exhibit. An engineer must establish eBGP peering between router R3 and router R4. Both routers should use their loopback interfaces as the BGP router ID. Which configuration set accomplishes this task? A. R3(config)#router bgp 200 R3(config-router)#neighbor 10.4.4.4 remote-as 100 R3(config-router)# neighbor 10.4.4.4 update-source Loopback0 R4(config)#router bgp 100 R4(config-router)#neighbor 10.3.3.3 remote-as 200 R4(config-router)#network 10.3.3.3 update-source Loopback0… Read More »

A network engineer configures OSPF and reviews the router configuration. Which interface or interfaces are able to establish OSPF adjacency?

Refer to the exhibit. A network engineer configures OSPF and reviews the router configuration. Which interface or interfaces are able to establish OSPF adjacency? A. GigabitEthernet0/0 and GigabitEthernet0/1 B. only GigabitEthernet0/1 C. only GigabitEthernet0/0 D. GigabitEthernet0/1 and GigabitEthernet0/1.40 Answer: Option D. Explanation:  No answer description available for this question Show AnswerDiscussion The post A network engineer configures OSPF… Read More »

After running the code in the exhibit, which step reduces the amount of data that the NETCONF server returns to the NETCONF client, to only the interface’s configuration?

Refer to the exhibit. After running the code in the exhibit, which step reduces the amount of data that the NETCONF server returns to the NETCONF client, to only the interface’s configuration? A. Use the Ixml library to parse the data returned by the NETCONF server for the interface’s configuration. B. Create an XML filter as a string… Read More »