ypgnmi-app CLI Reference

The ypgnmi-app program uses command line interface (CLI) parameters to control program behavior.

The following sections document all the CLI parameters relevant to this program, in alphabetical order.

--bind-address

The --bind-address parameter specifies the gNMI server binding. This is the address that the gNMI client will use top contact the gNMI server. By default the address is the local host and default port is 10161.

Syntax

inet:ip-address : inet:port-number

Default:

localhost:10161

Min Allowed:

0

Max Allowed:

1

Supported by:

ypgnmi-app

Example:

ypgnmi-app --bind-address=192.168.1.200:10161

--service-id

The --service-id parameter specifies the service identifier to use when registering with the netconfd-proserver. The default is 'yp-gnmi' if no value is specified.

Syntax

string

Default:

yp-gnmi

Min Allowed:

0

Max Allowed:

1

Supported by:

ypgnmi-app

Example:

ypgnmi-app --service-id=service1