tenant.nd_interface_policy

The neighbor discovery interface policy defines a common configuration that will apply to one or more neighbor discovery interfaces.

ACI class

ndIfPol

RN

ndifpol-{name}

Cursor

NdInterfacePolicyCursor

Parent

tenant

Atomic

Attributes

Accepted as keyword arguments of .nd_interface_policy(name) and of .set(**attrs) on this cursor. Enum parameters also accept the plain string.

parameter

wire

type

values

default

description

name (positional)

name

str

The name of the object.

controls

ctrl

NdIfControl

unspecified, managed-cfg, other-cfg, suppress-ra, suppress-ra-mtu, unsolicit-na-glean

unspecified

The control state.

description

descr

str

Specifies a description of the policy definition.

hop_limit

hopLimit

int

64

The hop limit is used by hosts in outgoing packets and link parameters such as the link MTU. This facilitates centralized administration of critical parameters that can be set on routers and automatically propagated to all attached hosts.

mtu

mtu

int

9000

In the RA message, the maximum transmission unit (MTU) value that a host should use in packets that it originates.

neighbor_solicit_interval

nsIntvl

int

1000

The neighbor solicitation interval is sent by a node to determine the link-layer address of a neighbor, or to verify that a neighbor is still reachable through a cached link-layer address. Neighbor solicitations are also used for duplicate address detection.

neighbor_solicit_retry_count

nsRetries

int

3

The retransmission retry count for for sending neighbor solicitation messages.

nud_retry_base

nudRetryBase

int

1

Retransmission base for NUD neighbor solication messages

nud_retry_interval

nudRetryInterval

int

1000

Retransmission interval between NUD neighbor solication messages

nud_retry_max_attempts

nudRetryMaxAttempts

int

3

Retransmission maximum number of attempts for NUD neighbor solication messages

owner_key

ownerKey

str

The key for enabling clients to own their data for entity correlation.

owner_tag

ownerTag

str

A tag for enabling clients to add their own data. For example, to indicate who created this object.

router_advertisement_interval

raIntvl

int

600

The interval for sending router advertisement messages.

router_advertisement_lifetime

raLifetime

int

1800

The lifetime associated with the default router.

reachable_time

reachableTime

int

0

The reachable time, which is the time in milliseconds that a node assumes a neighbor is reachable after receiving a reachability confirmation.

retransmit_timer

retransTimer

int

0

The retransmit timer has the time in milliseconds between retransmitted neighbor solicitation messages.