Parameters options to be passed down to ip
.
Global parameters options that affects the command execution.
ParametersError - Throws when passed parameters are invalid.
CommandError - Throws when the executed command fails.
Import module
import { ntable } from 'iproute';
Show all neighbour tables
const entries = await ntable.show({});
Generated using TypeDoc
List the ip neighbour tables. This commands displays neighbour table parameters and statistics.