Enumeration NudStates

Neighbour Unreachability Detection (NUD) states.

Enumeration Members

Delay: "delay"

Neighbor entry validation is currently delayed.

Failed: "failed"

Max number of probes exceeded without success, neighbor validation has ultimately failed.

Incomplete: "incomplete"

The neighbour entry has not (yet) been validated/resolved.

Noarp: "noarp"

The neighbour entry is valid. No attempts to validate this entry will be made but it can be removed when its lifetime expires.

None: "none"

This is a pseudo state used when initially creating a neighbour entry or after trying to remove it before it becomes free to do so.

Permanent: "permanent"

The neighbour entry is valid forever and can be only be removed administratively.

Probe: "probe"

Neighbor is being probed.

Reachable: "reachable"

The neighbour entry is valid until the reachability timeout expires.

Stale: "stale"

The neighbour entry is valid but suspicious. This option to ip neigh does not change the neighbour state if it was valid and the address is not changed by this command.

Generated using TypeDoc