Skip to main content

Delete LAN Network (v3.2)

DELETE 

/sdwan/v3.2/api/sites/:site_id/lannetworks/:lannetwork_id

Delete an existing LAN network.

Request

Path Parameters

    site_id stringrequired

    The ID of the site.

    lannetwork_id stringrequired

    The ID of the LAN network.

Responses

Successful Operation

Schema
    description

    The description of the LAN network. Maz size = 256.

    id string

    The ID of the LAN network.

    ipv4_config LanNetworkIPv4Config

    The Ipv4 config of the LAN network. Maz size = 256.

    default_routers string[]

    The default routers configured for the network.

    dhcp_relay DHCPRelay

    Details of DHCP relay if enabled.

    enabled boolean

    Indicates if DHCP relay is enabled.

    option_82 DHCPRelayOption82

    Details of option_82 if enabled. The ION device DHCP Relay agent can include additional information by using DHCP Option 82, Circuit ID, and Remote ID, which the DHCP server uses to allocate the appropriate IP address.

    circuit_id string

    The DHCP relay circuit ID.

    enabled boolean

    Option 82 if enabled.

    reforwarding_policy stringrequired

    Possible values: [REPLACE, KEEP, APPEND, DROP]

    The DHCP server reforwarding policy.

    remote_id string

    The DHCP server remote ID.

    server_ips string[]

    The DHCP server IP addresses.

    source_interface string

    The DHCP server source interface.

    dhcp_server DHCPServer

    Details of DHCP server if configured.

    broadcast_address string

    The address of the site.

    custom_options BaseCustomDHCPOptions[]

    Custom options defined for the DHCP server.

  • Array [
  • option_definition stringrequired

    Custom option definition. Max length supported is 1024.

    option_value stringrequired

    Custom option value. Max length supported is 8192.

  • ]
  • default_lease_time int64

    The lease time each client will get if a user does not request a particular lease time.

    description

    Description of each instance of the DHCP server, per subnet.

    disabled boolean

    Uncheck to enable the configuration.

    dns_servers string[]

    The domain name servers for clients to resolve DNS requests. Max number is 3.

    domain_name string

    The domain name for clients. Max length is 256.

    gateway string

    The default gateway for clients.

    id string

    The DHCP server ID.

    ip_ranges IPRange[]required

    The valid IPv4 address range for defined subnet.

  • Array [
  • end_ip stringrequired

    The original end IP address for the defined subnet.

    start_ip stringrequired

    The original start IP address for the defined subnet.

  • ]
  • max_lease_time int64

    The maximum lease time the clients can use.

    network_context_id string

    ID of the network context, if configured.

    static_mappings StaticMapping[]

    IP addresses assigned to clients by statically mapping IPs to MAC addresses of the clients.

  • Array [
  • ip_address stringrequired

    IP addresses assigned mapped to MAC addresses of the clients.

    mac string

    The mac addresses that need to be mapped.

    name stringrequired

    The name of the static mapping. Max length supported is 256.

  • ]
  • subnet stringrequired

    The subnet for which the DHCP server is being configured.

    tags string[]

    An information field that can be added to identify the DHCP server.

    prefixes string[]

    List of IP addresses for the network.

    ipv6_config LanNetworkIPv6Config

    The Ipv6 config of the LAN network. Maz size = 256.

    default_routers string[]

    The LAN config default routers.

    prefixes string[]

    The LAN config IPv6 prefix.

    name stringrequired

    The name of the LAN network. Max size = 128.

    network_context_id string

    The network context ID.

    scope stringrequired

    Possible values: [GLOBAL, LOCAL]

    The scope of the network.

    tags string[]

    An information field that can be added to identify the LAN network. Maximum 10 unique tags of length 1024 each are allowed.

Loading...