routeros.Ipv6NeighborDiscovery
Explore with Pulumi AI
Example Usage
Coming soon!
Coming soon!
Coming soon!
Coming soon!
Coming soon!
resources:
test:
type: routeros:Ipv6NeighborDiscovery
properties:
advertiseDns: false
advertiseMacAddress: true
disabled: false
hopLimit: 33
interface: ether1
managedAddressConfiguration: true
mtu: 9000
otherConfiguration: true
pref64Prefixes: []
raDelay: 3s
raInterval: 3m20s-10m
raLifetime: 30m
raPreference: high
reachableTime: 10m
retransmitInterval: 12m
Create Ipv6NeighborDiscovery Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Ipv6NeighborDiscovery(name: string, args: Ipv6NeighborDiscoveryArgs, opts?: CustomResourceOptions);
@overload
def Ipv6NeighborDiscovery(resource_name: str,
args: Ipv6NeighborDiscoveryArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Ipv6NeighborDiscovery(resource_name: str,
opts: Optional[ResourceOptions] = None,
interface: Optional[str] = None,
comment: Optional[str] = None,
managed_address_configuration: Optional[bool] = None,
advertise_dns: Optional[bool] = None,
advertise_mac_address: Optional[bool] = None,
___drop_val_: Optional[str] = None,
disabled: Optional[bool] = None,
dns: Optional[str] = None,
dns_servers: Optional[str] = None,
hop_limit: Optional[float] = None,
___id_: Optional[float] = None,
___path_: Optional[str] = None,
mtu: Optional[float] = None,
ipv6_neighbor_discovery_id: Optional[str] = None,
other_configuration: Optional[bool] = None,
pref64s: Optional[Sequence[str]] = None,
ra_delay: Optional[str] = None,
ra_interval: Optional[str] = None,
ra_lifetime: Optional[str] = None,
ra_preference: Optional[str] = None,
reachable_time: Optional[str] = None,
retransmit_interval: Optional[str] = None)
func NewIpv6NeighborDiscovery(ctx *Context, name string, args Ipv6NeighborDiscoveryArgs, opts ...ResourceOption) (*Ipv6NeighborDiscovery, error)
public Ipv6NeighborDiscovery(string name, Ipv6NeighborDiscoveryArgs args, CustomResourceOptions? opts = null)
public Ipv6NeighborDiscovery(String name, Ipv6NeighborDiscoveryArgs args)
public Ipv6NeighborDiscovery(String name, Ipv6NeighborDiscoveryArgs args, CustomResourceOptions options)
type: routeros:Ipv6NeighborDiscovery
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args Ipv6NeighborDiscoveryArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args Ipv6NeighborDiscoveryArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args Ipv6NeighborDiscoveryArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args Ipv6NeighborDiscoveryArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args Ipv6NeighborDiscoveryArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Ipv6NeighborDiscovery Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Ipv6NeighborDiscovery resource accepts the following input properties:
- Interface string
- The interface on which to run neighbor discovery.all - run ND on all running interfaces.
- Advertise
Dns bool - Option to redistribute DNS server information using RADVD. You will need a running client-side software with Router Advertisement DNS support to take advantage of the advertised DNS information.
- Advertise
Mac boolAddress - When set, the link-layer address of the outgoing interface is included in the RA.
- Comment string
- Disabled bool
- Dns string
- Specify a single IPv6 address or comma separated list of addresses that will be provided to hosts for DNS server configuration.
- Dns
Servers string - Specify a single IPv6 address or list of addresses that will be provided to hosts for DNS server configuration.
- Hop
Limit double - The default value that should be placed in the Hop Count field of the IP header for outgoing (unicast) IP packets.
- Ipv6Neighbor
Discovery stringId - The ID of this resource.
- Managed
Address boolConfiguration - Name of the IPv6 pool in which received IPv6 prefix will be added
- Mtu double
- The flag indicates whether hosts should use stateful autoconfiguration (DHCPv6) to obtain addresses
- Other
Configuration bool - The flag indicates whether hosts should use stateful autoconfiguration to obtain additional information (excluding addresses).
- Pref64s List<string>
- Specify IPv6 prefix or list of prefixes within /32, /40. /48, /56, /64, or /96 subnet that will be provided to hosts as NAT64 prefixes.
- Ra
Delay string - The minimum time allowed between sending multicast router advertisements from the interface.
- Ra
Interval string - The min-max interval allowed between sending unsolicited multicast router advertisements from the interface.
- Ra
Lifetime string - Specify the router preference that is communicated to IPv6 hosts through router advertisements.The preference value in the router advertisements enables IPv6 hosts to select a default router to reach a remote destination
- Ra
Preference string - Specify the router preference that is communicated to IPv6 hosts through router advertisements.The preference value in the router advertisements enables IPv6 hosts to select a default router to reach a remote destination
- Reachable
Time string - Specify the router preference that is communicated to IPv6 hosts through router advertisements.The preference value in the router advertisements enables IPv6 hosts to select a default router to reach a remote destination
- Retransmit
Interval string - The time between retransmitted Neighbor Solicitation messages.Used by address resolution and the Neighbor Unreachability Detection algorithm (see Sections 7.2 and 7.3 of RFC 2461)
- ___
drop stringVal_ - A list of values when generated by RouterOs will be dropped, useful to default values as 'unspecified' for null
- ___
id_ double - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ string - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- Interface string
- The interface on which to run neighbor discovery.all - run ND on all running interfaces.
- Advertise
Dns bool - Option to redistribute DNS server information using RADVD. You will need a running client-side software with Router Advertisement DNS support to take advantage of the advertised DNS information.
- Advertise
Mac boolAddress - When set, the link-layer address of the outgoing interface is included in the RA.
- Comment string
- Disabled bool
- Dns string
- Specify a single IPv6 address or comma separated list of addresses that will be provided to hosts for DNS server configuration.
- Dns
Servers string - Specify a single IPv6 address or list of addresses that will be provided to hosts for DNS server configuration.
- Hop
Limit float64 - The default value that should be placed in the Hop Count field of the IP header for outgoing (unicast) IP packets.
- Ipv6Neighbor
Discovery stringId - The ID of this resource.
- Managed
Address boolConfiguration - Name of the IPv6 pool in which received IPv6 prefix will be added
- Mtu float64
- The flag indicates whether hosts should use stateful autoconfiguration (DHCPv6) to obtain addresses
- Other
Configuration bool - The flag indicates whether hosts should use stateful autoconfiguration to obtain additional information (excluding addresses).
- Pref64s []string
- Specify IPv6 prefix or list of prefixes within /32, /40. /48, /56, /64, or /96 subnet that will be provided to hosts as NAT64 prefixes.
- Ra
Delay string - The minimum time allowed between sending multicast router advertisements from the interface.
- Ra
Interval string - The min-max interval allowed between sending unsolicited multicast router advertisements from the interface.
- Ra
Lifetime string - Specify the router preference that is communicated to IPv6 hosts through router advertisements.The preference value in the router advertisements enables IPv6 hosts to select a default router to reach a remote destination
- Ra
Preference string - Specify the router preference that is communicated to IPv6 hosts through router advertisements.The preference value in the router advertisements enables IPv6 hosts to select a default router to reach a remote destination
- Reachable
Time string - Specify the router preference that is communicated to IPv6 hosts through router advertisements.The preference value in the router advertisements enables IPv6 hosts to select a default router to reach a remote destination
- Retransmit
Interval string - The time between retransmitted Neighbor Solicitation messages.Used by address resolution and the Neighbor Unreachability Detection algorithm (see Sections 7.2 and 7.3 of RFC 2461)
- ___
drop stringVal_ - A list of values when generated by RouterOs will be dropped, useful to default values as 'unspecified' for null
- ___
id_ float64 - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ string - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- interface_ String
- The interface on which to run neighbor discovery.all - run ND on all running interfaces.
- ___
drop StringVal_ - A list of values when generated by RouterOs will be dropped, useful to default values as 'unspecified' for null
- ___
id_ Double - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ String - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- advertise
Dns Boolean - Option to redistribute DNS server information using RADVD. You will need a running client-side software with Router Advertisement DNS support to take advantage of the advertised DNS information.
- advertise
Mac BooleanAddress - When set, the link-layer address of the outgoing interface is included in the RA.
- comment String
- disabled Boolean
- dns String
- Specify a single IPv6 address or comma separated list of addresses that will be provided to hosts for DNS server configuration.
- dns
Servers String - Specify a single IPv6 address or list of addresses that will be provided to hosts for DNS server configuration.
- hop
Limit Double - The default value that should be placed in the Hop Count field of the IP header for outgoing (unicast) IP packets.
- ipv6Neighbor
Discovery StringId - The ID of this resource.
- managed
Address BooleanConfiguration - Name of the IPv6 pool in which received IPv6 prefix will be added
- mtu Double
- The flag indicates whether hosts should use stateful autoconfiguration (DHCPv6) to obtain addresses
- other
Configuration Boolean - The flag indicates whether hosts should use stateful autoconfiguration to obtain additional information (excluding addresses).
- pref64s List<String>
- Specify IPv6 prefix or list of prefixes within /32, /40. /48, /56, /64, or /96 subnet that will be provided to hosts as NAT64 prefixes.
- ra
Delay String - The minimum time allowed between sending multicast router advertisements from the interface.
- ra
Interval String - The min-max interval allowed between sending unsolicited multicast router advertisements from the interface.
- ra
Lifetime String - Specify the router preference that is communicated to IPv6 hosts through router advertisements.The preference value in the router advertisements enables IPv6 hosts to select a default router to reach a remote destination
- ra
Preference String - Specify the router preference that is communicated to IPv6 hosts through router advertisements.The preference value in the router advertisements enables IPv6 hosts to select a default router to reach a remote destination
- reachable
Time String - Specify the router preference that is communicated to IPv6 hosts through router advertisements.The preference value in the router advertisements enables IPv6 hosts to select a default router to reach a remote destination
- retransmit
Interval String - The time between retransmitted Neighbor Solicitation messages.Used by address resolution and the Neighbor Unreachability Detection algorithm (see Sections 7.2 and 7.3 of RFC 2461)
- interface string
- The interface on which to run neighbor discovery.all - run ND on all running interfaces.
- ___
drop stringVal_ - A list of values when generated by RouterOs will be dropped, useful to default values as 'unspecified' for null
- ___
id_ number - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ string - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- advertise
Dns boolean - Option to redistribute DNS server information using RADVD. You will need a running client-side software with Router Advertisement DNS support to take advantage of the advertised DNS information.
- advertise
Mac booleanAddress - When set, the link-layer address of the outgoing interface is included in the RA.
- comment string
- disabled boolean
- dns string
- Specify a single IPv6 address or comma separated list of addresses that will be provided to hosts for DNS server configuration.
- dns
Servers string - Specify a single IPv6 address or list of addresses that will be provided to hosts for DNS server configuration.
- hop
Limit number - The default value that should be placed in the Hop Count field of the IP header for outgoing (unicast) IP packets.
- ipv6Neighbor
Discovery stringId - The ID of this resource.
- managed
Address booleanConfiguration - Name of the IPv6 pool in which received IPv6 prefix will be added
- mtu number
- The flag indicates whether hosts should use stateful autoconfiguration (DHCPv6) to obtain addresses
- other
Configuration boolean - The flag indicates whether hosts should use stateful autoconfiguration to obtain additional information (excluding addresses).
- pref64s string[]
- Specify IPv6 prefix or list of prefixes within /32, /40. /48, /56, /64, or /96 subnet that will be provided to hosts as NAT64 prefixes.
- ra
Delay string - The minimum time allowed between sending multicast router advertisements from the interface.
- ra
Interval string - The min-max interval allowed between sending unsolicited multicast router advertisements from the interface.
- ra
Lifetime string - Specify the router preference that is communicated to IPv6 hosts through router advertisements.The preference value in the router advertisements enables IPv6 hosts to select a default router to reach a remote destination
- ra
Preference string - Specify the router preference that is communicated to IPv6 hosts through router advertisements.The preference value in the router advertisements enables IPv6 hosts to select a default router to reach a remote destination
- reachable
Time string - Specify the router preference that is communicated to IPv6 hosts through router advertisements.The preference value in the router advertisements enables IPv6 hosts to select a default router to reach a remote destination
- retransmit
Interval string - The time between retransmitted Neighbor Solicitation messages.Used by address resolution and the Neighbor Unreachability Detection algorithm (see Sections 7.2 and 7.3 of RFC 2461)
- interface str
- The interface on which to run neighbor discovery.all - run ND on all running interfaces.
- ___
drop_ strval_ - A list of values when generated by RouterOs will be dropped, useful to default values as 'unspecified' for null
- ___
id_ float - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ str - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- advertise_
dns bool - Option to redistribute DNS server information using RADVD. You will need a running client-side software with Router Advertisement DNS support to take advantage of the advertised DNS information.
- advertise_
mac_ booladdress - When set, the link-layer address of the outgoing interface is included in the RA.
- comment str
- disabled bool
- dns str
- Specify a single IPv6 address or comma separated list of addresses that will be provided to hosts for DNS server configuration.
- dns_
servers str - Specify a single IPv6 address or list of addresses that will be provided to hosts for DNS server configuration.
- hop_
limit float - The default value that should be placed in the Hop Count field of the IP header for outgoing (unicast) IP packets.
- ipv6_
neighbor_ strdiscovery_ id - The ID of this resource.
- managed_
address_ boolconfiguration - Name of the IPv6 pool in which received IPv6 prefix will be added
- mtu float
- The flag indicates whether hosts should use stateful autoconfiguration (DHCPv6) to obtain addresses
- other_
configuration bool - The flag indicates whether hosts should use stateful autoconfiguration to obtain additional information (excluding addresses).
- pref64s Sequence[str]
- Specify IPv6 prefix or list of prefixes within /32, /40. /48, /56, /64, or /96 subnet that will be provided to hosts as NAT64 prefixes.
- ra_
delay str - The minimum time allowed between sending multicast router advertisements from the interface.
- ra_
interval str - The min-max interval allowed between sending unsolicited multicast router advertisements from the interface.
- ra_
lifetime str - Specify the router preference that is communicated to IPv6 hosts through router advertisements.The preference value in the router advertisements enables IPv6 hosts to select a default router to reach a remote destination
- ra_
preference str - Specify the router preference that is communicated to IPv6 hosts through router advertisements.The preference value in the router advertisements enables IPv6 hosts to select a default router to reach a remote destination
- reachable_
time str - Specify the router preference that is communicated to IPv6 hosts through router advertisements.The preference value in the router advertisements enables IPv6 hosts to select a default router to reach a remote destination
- retransmit_
interval str - The time between retransmitted Neighbor Solicitation messages.Used by address resolution and the Neighbor Unreachability Detection algorithm (see Sections 7.2 and 7.3 of RFC 2461)
- interface String
- The interface on which to run neighbor discovery.all - run ND on all running interfaces.
- ___
drop StringVal_ - A list of values when generated by RouterOs will be dropped, useful to default values as 'unspecified' for null
- ___
id_ Number - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ String - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- advertise
Dns Boolean - Option to redistribute DNS server information using RADVD. You will need a running client-side software with Router Advertisement DNS support to take advantage of the advertised DNS information.
- advertise
Mac BooleanAddress - When set, the link-layer address of the outgoing interface is included in the RA.
- comment String
- disabled Boolean
- dns String
- Specify a single IPv6 address or comma separated list of addresses that will be provided to hosts for DNS server configuration.
- dns
Servers String - Specify a single IPv6 address or list of addresses that will be provided to hosts for DNS server configuration.
- hop
Limit Number - The default value that should be placed in the Hop Count field of the IP header for outgoing (unicast) IP packets.
- ipv6Neighbor
Discovery StringId - The ID of this resource.
- managed
Address BooleanConfiguration - Name of the IPv6 pool in which received IPv6 prefix will be added
- mtu Number
- The flag indicates whether hosts should use stateful autoconfiguration (DHCPv6) to obtain addresses
- other
Configuration Boolean - The flag indicates whether hosts should use stateful autoconfiguration to obtain additional information (excluding addresses).
- pref64s List<String>
- Specify IPv6 prefix or list of prefixes within /32, /40. /48, /56, /64, or /96 subnet that will be provided to hosts as NAT64 prefixes.
- ra
Delay String - The minimum time allowed between sending multicast router advertisements from the interface.
- ra
Interval String - The min-max interval allowed between sending unsolicited multicast router advertisements from the interface.
- ra
Lifetime String - Specify the router preference that is communicated to IPv6 hosts through router advertisements.The preference value in the router advertisements enables IPv6 hosts to select a default router to reach a remote destination
- ra
Preference String - Specify the router preference that is communicated to IPv6 hosts through router advertisements.The preference value in the router advertisements enables IPv6 hosts to select a default router to reach a remote destination
- reachable
Time String - Specify the router preference that is communicated to IPv6 hosts through router advertisements.The preference value in the router advertisements enables IPv6 hosts to select a default router to reach a remote destination
- retransmit
Interval String - The time between retransmitted Neighbor Solicitation messages.Used by address resolution and the Neighbor Unreachability Detection algorithm (see Sections 7.2 and 7.3 of RFC 2461)
Outputs
All input properties are implicitly available as output properties. Additionally, the Ipv6NeighborDiscovery resource produces the following output properties:
Look up Existing Ipv6NeighborDiscovery Resource
Get an existing Ipv6NeighborDiscovery resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: Ipv6NeighborDiscoveryState, opts?: CustomResourceOptions): Ipv6NeighborDiscovery
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
___drop_val_: Optional[str] = None,
___id_: Optional[float] = None,
___path_: Optional[str] = None,
advertise_dns: Optional[bool] = None,
advertise_mac_address: Optional[bool] = None,
comment: Optional[str] = None,
default: Optional[bool] = None,
disabled: Optional[bool] = None,
dns: Optional[str] = None,
dns_servers: Optional[str] = None,
hop_limit: Optional[float] = None,
interface: Optional[str] = None,
invalid: Optional[bool] = None,
ipv6_neighbor_discovery_id: Optional[str] = None,
managed_address_configuration: Optional[bool] = None,
mtu: Optional[float] = None,
other_configuration: Optional[bool] = None,
pref64s: Optional[Sequence[str]] = None,
ra_delay: Optional[str] = None,
ra_interval: Optional[str] = None,
ra_lifetime: Optional[str] = None,
ra_preference: Optional[str] = None,
reachable_time: Optional[str] = None,
retransmit_interval: Optional[str] = None) -> Ipv6NeighborDiscovery
func GetIpv6NeighborDiscovery(ctx *Context, name string, id IDInput, state *Ipv6NeighborDiscoveryState, opts ...ResourceOption) (*Ipv6NeighborDiscovery, error)
public static Ipv6NeighborDiscovery Get(string name, Input<string> id, Ipv6NeighborDiscoveryState? state, CustomResourceOptions? opts = null)
public static Ipv6NeighborDiscovery get(String name, Output<String> id, Ipv6NeighborDiscoveryState state, CustomResourceOptions options)
resources: _: type: routeros:Ipv6NeighborDiscovery get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Advertise
Dns bool - Option to redistribute DNS server information using RADVD. You will need a running client-side software with Router Advertisement DNS support to take advantage of the advertised DNS information.
- Advertise
Mac boolAddress - When set, the link-layer address of the outgoing interface is included in the RA.
- Comment string
- Default bool
- It's the default item.
- Disabled bool
- Dns string
- Specify a single IPv6 address or comma separated list of addresses that will be provided to hosts for DNS server configuration.
- Dns
Servers string - Specify a single IPv6 address or list of addresses that will be provided to hosts for DNS server configuration.
- Hop
Limit double - The default value that should be placed in the Hop Count field of the IP header for outgoing (unicast) IP packets.
- Interface string
- The interface on which to run neighbor discovery.all - run ND on all running interfaces.
- Invalid bool
- Ipv6Neighbor
Discovery stringId - The ID of this resource.
- Managed
Address boolConfiguration - Name of the IPv6 pool in which received IPv6 prefix will be added
- Mtu double
- The flag indicates whether hosts should use stateful autoconfiguration (DHCPv6) to obtain addresses
- Other
Configuration bool - The flag indicates whether hosts should use stateful autoconfiguration to obtain additional information (excluding addresses).
- Pref64s List<string>
- Specify IPv6 prefix or list of prefixes within /32, /40. /48, /56, /64, or /96 subnet that will be provided to hosts as NAT64 prefixes.
- Ra
Delay string - The minimum time allowed between sending multicast router advertisements from the interface.
- Ra
Interval string - The min-max interval allowed between sending unsolicited multicast router advertisements from the interface.
- Ra
Lifetime string - Specify the router preference that is communicated to IPv6 hosts through router advertisements.The preference value in the router advertisements enables IPv6 hosts to select a default router to reach a remote destination
- Ra
Preference string - Specify the router preference that is communicated to IPv6 hosts through router advertisements.The preference value in the router advertisements enables IPv6 hosts to select a default router to reach a remote destination
- Reachable
Time string - Specify the router preference that is communicated to IPv6 hosts through router advertisements.The preference value in the router advertisements enables IPv6 hosts to select a default router to reach a remote destination
- Retransmit
Interval string - The time between retransmitted Neighbor Solicitation messages.Used by address resolution and the Neighbor Unreachability Detection algorithm (see Sections 7.2 and 7.3 of RFC 2461)
- ___
drop stringVal_ - A list of values when generated by RouterOs will be dropped, useful to default values as 'unspecified' for null
- ___
id_ double - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ string - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- Advertise
Dns bool - Option to redistribute DNS server information using RADVD. You will need a running client-side software with Router Advertisement DNS support to take advantage of the advertised DNS information.
- Advertise
Mac boolAddress - When set, the link-layer address of the outgoing interface is included in the RA.
- Comment string
- Default bool
- It's the default item.
- Disabled bool
- Dns string
- Specify a single IPv6 address or comma separated list of addresses that will be provided to hosts for DNS server configuration.
- Dns
Servers string - Specify a single IPv6 address or list of addresses that will be provided to hosts for DNS server configuration.
- Hop
Limit float64 - The default value that should be placed in the Hop Count field of the IP header for outgoing (unicast) IP packets.
- Interface string
- The interface on which to run neighbor discovery.all - run ND on all running interfaces.
- Invalid bool
- Ipv6Neighbor
Discovery stringId - The ID of this resource.
- Managed
Address boolConfiguration - Name of the IPv6 pool in which received IPv6 prefix will be added
- Mtu float64
- The flag indicates whether hosts should use stateful autoconfiguration (DHCPv6) to obtain addresses
- Other
Configuration bool - The flag indicates whether hosts should use stateful autoconfiguration to obtain additional information (excluding addresses).
- Pref64s []string
- Specify IPv6 prefix or list of prefixes within /32, /40. /48, /56, /64, or /96 subnet that will be provided to hosts as NAT64 prefixes.
- Ra
Delay string - The minimum time allowed between sending multicast router advertisements from the interface.
- Ra
Interval string - The min-max interval allowed between sending unsolicited multicast router advertisements from the interface.
- Ra
Lifetime string - Specify the router preference that is communicated to IPv6 hosts through router advertisements.The preference value in the router advertisements enables IPv6 hosts to select a default router to reach a remote destination
- Ra
Preference string - Specify the router preference that is communicated to IPv6 hosts through router advertisements.The preference value in the router advertisements enables IPv6 hosts to select a default router to reach a remote destination
- Reachable
Time string - Specify the router preference that is communicated to IPv6 hosts through router advertisements.The preference value in the router advertisements enables IPv6 hosts to select a default router to reach a remote destination
- Retransmit
Interval string - The time between retransmitted Neighbor Solicitation messages.Used by address resolution and the Neighbor Unreachability Detection algorithm (see Sections 7.2 and 7.3 of RFC 2461)
- ___
drop stringVal_ - A list of values when generated by RouterOs will be dropped, useful to default values as 'unspecified' for null
- ___
id_ float64 - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ string - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- ___
drop StringVal_ - A list of values when generated by RouterOs will be dropped, useful to default values as 'unspecified' for null
- ___
id_ Double - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ String - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- advertise
Dns Boolean - Option to redistribute DNS server information using RADVD. You will need a running client-side software with Router Advertisement DNS support to take advantage of the advertised DNS information.
- advertise
Mac BooleanAddress - When set, the link-layer address of the outgoing interface is included in the RA.
- comment String
- default_ Boolean
- It's the default item.
- disabled Boolean
- dns String
- Specify a single IPv6 address or comma separated list of addresses that will be provided to hosts for DNS server configuration.
- dns
Servers String - Specify a single IPv6 address or list of addresses that will be provided to hosts for DNS server configuration.
- hop
Limit Double - The default value that should be placed in the Hop Count field of the IP header for outgoing (unicast) IP packets.
- interface_ String
- The interface on which to run neighbor discovery.all - run ND on all running interfaces.
- invalid Boolean
- ipv6Neighbor
Discovery StringId - The ID of this resource.
- managed
Address BooleanConfiguration - Name of the IPv6 pool in which received IPv6 prefix will be added
- mtu Double
- The flag indicates whether hosts should use stateful autoconfiguration (DHCPv6) to obtain addresses
- other
Configuration Boolean - The flag indicates whether hosts should use stateful autoconfiguration to obtain additional information (excluding addresses).
- pref64s List<String>
- Specify IPv6 prefix or list of prefixes within /32, /40. /48, /56, /64, or /96 subnet that will be provided to hosts as NAT64 prefixes.
- ra
Delay String - The minimum time allowed between sending multicast router advertisements from the interface.
- ra
Interval String - The min-max interval allowed between sending unsolicited multicast router advertisements from the interface.
- ra
Lifetime String - Specify the router preference that is communicated to IPv6 hosts through router advertisements.The preference value in the router advertisements enables IPv6 hosts to select a default router to reach a remote destination
- ra
Preference String - Specify the router preference that is communicated to IPv6 hosts through router advertisements.The preference value in the router advertisements enables IPv6 hosts to select a default router to reach a remote destination
- reachable
Time String - Specify the router preference that is communicated to IPv6 hosts through router advertisements.The preference value in the router advertisements enables IPv6 hosts to select a default router to reach a remote destination
- retransmit
Interval String - The time between retransmitted Neighbor Solicitation messages.Used by address resolution and the Neighbor Unreachability Detection algorithm (see Sections 7.2 and 7.3 of RFC 2461)
- ___
drop stringVal_ - A list of values when generated by RouterOs will be dropped, useful to default values as 'unspecified' for null
- ___
id_ number - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ string - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- advertise
Dns boolean - Option to redistribute DNS server information using RADVD. You will need a running client-side software with Router Advertisement DNS support to take advantage of the advertised DNS information.
- advertise
Mac booleanAddress - When set, the link-layer address of the outgoing interface is included in the RA.
- comment string
- default boolean
- It's the default item.
- disabled boolean
- dns string
- Specify a single IPv6 address or comma separated list of addresses that will be provided to hosts for DNS server configuration.
- dns
Servers string - Specify a single IPv6 address or list of addresses that will be provided to hosts for DNS server configuration.
- hop
Limit number - The default value that should be placed in the Hop Count field of the IP header for outgoing (unicast) IP packets.
- interface string
- The interface on which to run neighbor discovery.all - run ND on all running interfaces.
- invalid boolean
- ipv6Neighbor
Discovery stringId - The ID of this resource.
- managed
Address booleanConfiguration - Name of the IPv6 pool in which received IPv6 prefix will be added
- mtu number
- The flag indicates whether hosts should use stateful autoconfiguration (DHCPv6) to obtain addresses
- other
Configuration boolean - The flag indicates whether hosts should use stateful autoconfiguration to obtain additional information (excluding addresses).
- pref64s string[]
- Specify IPv6 prefix or list of prefixes within /32, /40. /48, /56, /64, or /96 subnet that will be provided to hosts as NAT64 prefixes.
- ra
Delay string - The minimum time allowed between sending multicast router advertisements from the interface.
- ra
Interval string - The min-max interval allowed between sending unsolicited multicast router advertisements from the interface.
- ra
Lifetime string - Specify the router preference that is communicated to IPv6 hosts through router advertisements.The preference value in the router advertisements enables IPv6 hosts to select a default router to reach a remote destination
- ra
Preference string - Specify the router preference that is communicated to IPv6 hosts through router advertisements.The preference value in the router advertisements enables IPv6 hosts to select a default router to reach a remote destination
- reachable
Time string - Specify the router preference that is communicated to IPv6 hosts through router advertisements.The preference value in the router advertisements enables IPv6 hosts to select a default router to reach a remote destination
- retransmit
Interval string - The time between retransmitted Neighbor Solicitation messages.Used by address resolution and the Neighbor Unreachability Detection algorithm (see Sections 7.2 and 7.3 of RFC 2461)
- ___
drop_ strval_ - A list of values when generated by RouterOs will be dropped, useful to default values as 'unspecified' for null
- ___
id_ float - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ str - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- advertise_
dns bool - Option to redistribute DNS server information using RADVD. You will need a running client-side software with Router Advertisement DNS support to take advantage of the advertised DNS information.
- advertise_
mac_ booladdress - When set, the link-layer address of the outgoing interface is included in the RA.
- comment str
- default bool
- It's the default item.
- disabled bool
- dns str
- Specify a single IPv6 address or comma separated list of addresses that will be provided to hosts for DNS server configuration.
- dns_
servers str - Specify a single IPv6 address or list of addresses that will be provided to hosts for DNS server configuration.
- hop_
limit float - The default value that should be placed in the Hop Count field of the IP header for outgoing (unicast) IP packets.
- interface str
- The interface on which to run neighbor discovery.all - run ND on all running interfaces.
- invalid bool
- ipv6_
neighbor_ strdiscovery_ id - The ID of this resource.
- managed_
address_ boolconfiguration - Name of the IPv6 pool in which received IPv6 prefix will be added
- mtu float
- The flag indicates whether hosts should use stateful autoconfiguration (DHCPv6) to obtain addresses
- other_
configuration bool - The flag indicates whether hosts should use stateful autoconfiguration to obtain additional information (excluding addresses).
- pref64s Sequence[str]
- Specify IPv6 prefix or list of prefixes within /32, /40. /48, /56, /64, or /96 subnet that will be provided to hosts as NAT64 prefixes.
- ra_
delay str - The minimum time allowed between sending multicast router advertisements from the interface.
- ra_
interval str - The min-max interval allowed between sending unsolicited multicast router advertisements from the interface.
- ra_
lifetime str - Specify the router preference that is communicated to IPv6 hosts through router advertisements.The preference value in the router advertisements enables IPv6 hosts to select a default router to reach a remote destination
- ra_
preference str - Specify the router preference that is communicated to IPv6 hosts through router advertisements.The preference value in the router advertisements enables IPv6 hosts to select a default router to reach a remote destination
- reachable_
time str - Specify the router preference that is communicated to IPv6 hosts through router advertisements.The preference value in the router advertisements enables IPv6 hosts to select a default router to reach a remote destination
- retransmit_
interval str - The time between retransmitted Neighbor Solicitation messages.Used by address resolution and the Neighbor Unreachability Detection algorithm (see Sections 7.2 and 7.3 of RFC 2461)
- ___
drop StringVal_ - A list of values when generated by RouterOs will be dropped, useful to default values as 'unspecified' for null
- ___
id_ Number - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ String - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- advertise
Dns Boolean - Option to redistribute DNS server information using RADVD. You will need a running client-side software with Router Advertisement DNS support to take advantage of the advertised DNS information.
- advertise
Mac BooleanAddress - When set, the link-layer address of the outgoing interface is included in the RA.
- comment String
- default Boolean
- It's the default item.
- disabled Boolean
- dns String
- Specify a single IPv6 address or comma separated list of addresses that will be provided to hosts for DNS server configuration.
- dns
Servers String - Specify a single IPv6 address or list of addresses that will be provided to hosts for DNS server configuration.
- hop
Limit Number - The default value that should be placed in the Hop Count field of the IP header for outgoing (unicast) IP packets.
- interface String
- The interface on which to run neighbor discovery.all - run ND on all running interfaces.
- invalid Boolean
- ipv6Neighbor
Discovery StringId - The ID of this resource.
- managed
Address BooleanConfiguration - Name of the IPv6 pool in which received IPv6 prefix will be added
- mtu Number
- The flag indicates whether hosts should use stateful autoconfiguration (DHCPv6) to obtain addresses
- other
Configuration Boolean - The flag indicates whether hosts should use stateful autoconfiguration to obtain additional information (excluding addresses).
- pref64s List<String>
- Specify IPv6 prefix or list of prefixes within /32, /40. /48, /56, /64, or /96 subnet that will be provided to hosts as NAT64 prefixes.
- ra
Delay String - The minimum time allowed between sending multicast router advertisements from the interface.
- ra
Interval String - The min-max interval allowed between sending unsolicited multicast router advertisements from the interface.
- ra
Lifetime String - Specify the router preference that is communicated to IPv6 hosts through router advertisements.The preference value in the router advertisements enables IPv6 hosts to select a default router to reach a remote destination
- ra
Preference String - Specify the router preference that is communicated to IPv6 hosts through router advertisements.The preference value in the router advertisements enables IPv6 hosts to select a default router to reach a remote destination
- reachable
Time String - Specify the router preference that is communicated to IPv6 hosts through router advertisements.The preference value in the router advertisements enables IPv6 hosts to select a default router to reach a remote destination
- retransmit
Interval String - The time between retransmitted Neighbor Solicitation messages.Used by address resolution and the Neighbor Unreachability Detection algorithm (see Sections 7.2 and 7.3 of RFC 2461)
Import
#The ID can be found via API or the terminal
#The command for the terminal is -> :put [/ipv6/nd get [print show-ids]]
$ pulumi import routeros:index/ipv6NeighborDiscovery:Ipv6NeighborDiscovery ndether1 "*0"
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- routeros terraform-routeros/terraform-provider-routeros
- License
- Notes
- This Pulumi package is based on the
routeros
Terraform Provider.