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

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 Specifies the interface name for this neighbor entry for SBC 1000/2000. Only valid for IPv6 Neighbor entries. Required for IPv6 Neighbor entries. Selects an interface name of the ethernet port on the network to be mapped to a MAC address for the SWe Lite system.

  • No labels