nerdexam
Cisco

700-702 · Question #15

Which two statements about the Cisco ACI Layer 4 to Layer 7 service integration are true? (Choose two.)

The correct answer is D. When an endpoint detaches from the Cisco ACI fabric, the Cisco APIC can notify the Layer 4 to E. When a new endpoint attaches to the Cisco ACI fabric, the Cisco APIC can notify the Layer 4 to. Endpoint and Network Event APIs The following APIs are called when an endpoint or a network configuration changes for endpoint groups (EPGs) that are associated with the graph: def attachEndpoint( device, configuration, endpoints ) def detachEndpoint( device, configuration…

Advanced ACI Configuration and Optimization

Question

Which two statements about the Cisco ACI Layer 4 to Layer 7 service integration are true? (Choose two.)

Options

  • ACisco ACI fabric cannot detect when a server detaches from the network.
  • BCisco ACI fabric cannot detect when a new server attaches to the network.
  • CWhen an endpoint detaches from the Cisco ACI fabric, the Cisco APIC cannot notify the Layer 4
  • DWhen an endpoint detaches from the Cisco ACI fabric, the Cisco APIC can notify the Layer 4 to
  • EWhen a new endpoint attaches to the Cisco ACI fabric, the Cisco APIC can notify the Layer 4 to
  • FWhen a new endpoint attaches to the Cisco ACI fabric, the Cisco APIC cannot notify the Layer 4

How the community answered

(53 responses)
  • A
    2% (1)
  • B
    15% (8)
  • C
    2% (1)
  • D
    75% (40)
  • F
    6% (3)

Explanation

Endpoint and Network Event APIs The following APIs are called when an endpoint or a network configuration changes for endpoint groups (EPGs) that are associated with the graph: def attachEndpoint( device, configuration, endpoints ) def detachEndpoint( device, configuration, endpoints ) def attachNetwork( device, configuration, networks) def detachNetwork( device, configuration, networks ) These APIs are called only if the device specification supports an endpoint or network attach notification and you have enabled a notification on the function connector. The AttachEndpoint and DetachEndpoint events are called when an endpoint within an EPG attaches or detaches. The network APIs are called when you modify the subnet configuration under the bridge domain or EPG. These APIs provide information to enable the automation of any service function configuration that should be modified on an endpoint or network configuration change. An example would be if you dynamically add and remove a server from a pool that is attached to a load balancer or dynamically update a subnet within an access list defined for a firewall. The device specification file can define an empty function that returns success in the return format that is required by the APIC. It is not mandatory to support endpoint or network event handling functionality.

Topics

#L4-L7 service integration#APIC notification#endpoint detection#service chaining

Community Discussion

No community discussion yet for this question.

Full 700-702 Practice