You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

REST API Method: PUT /rest/staticipv6neighbor/{identifier}

Creates a Static IPv6 Neighbor entry given a specific ID and values.

URL:

https://192.168.0.111/rest/staticipv6neighbor/{identifier}

HTTP Method

PUT

Requires Authentication:

true

The root page @parent could not be found in space SBC 1000/2000 API.

Parameters

Parameter Name Required Service Affecting Data Type Default Value Possible Values Description
ifHwAddressYesYesstringnone18 - Max Length Specifies the MAC address to be mapped to this IP address.
ifIPAddressYesYesstringnone45 - Max Length Specifies the IPv4 or IPv6 address on the network to be mapped to a MAC address.
ipAddressingModeNoYesEnum0Possible values:
  • 0 - IPV4_ADDR_MODE
  • 1 - IPV6_ADDR_MODE
  • 2 - IPV4_AND_IPV6
Specifies the address mode for this ARP/NDP entry. Note only IPv4 and IPv6 are valid.
ifNameNoYesstringnone20 - Max Length The interface name for this neighbor entry. Only valid for IPv6 Neighbor entries. Required for IPv6 Neighbor entries.

  • No labels