Neighbor Binding

Neighbor Binding
POST http://<mgmt0_IP>/api/mo/sys/sisf.json
{
"sisfEntity": {
  "children": [
    {
      "sisfInstBinding": {
        "attributes": {
          "downLifetimer": "300"
}}}]}}
{
    imdata:[]
}
<System>
  <sisf-items>
    <neighborbinding-items>
      <downLifetimer>300</downLifetimer>
    </neighborbinding-items>
  </sisf-items>
</System>

This section contains payload examples and CLIs to demonstrate how to use the NX-API REST API to configure neighbor binding on Cisco Nexus 3000 and 9000 Series switches and to show how the REST APIs correspond to the CLI commands. For more information, see the Cisco Nexus 9000 Series NX-OS Security Configuration Guide.

https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-installation-and-configuration-guides-list.html/


CLI Command

The CLI command below is the equivalent to the payload example displayed in the pane on the right. Click the DME tab in the top-left corner of the right pane to view the JSON payload. Click the YANG tab to view the XML payload.

ipv6 neighbor binding down-lifetime 300

For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference: http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload: https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/

For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html