[Contents] [Prev] [Next] [Index] [Report an Error]

Example: show jnx-example | display detail Command

This example compares the output from the show jnx-example and show jnx-example | display detail commands.

Note: The statement jnx-example in this example is a configuration object added to the configuration schema by the provider of the SDK application package and is not part of the native JUNOS configuration schema. (It happens that the package name is also named jnx-example.)

[edit]
user@router# show jnx-example
jnx-example {
jnx-example-data hello {
description hello;
}
}
[edit]
user@router# show jnx-example | display detail
##
## jnx-example: Example service configuration
## require: jnx-example
## package: jnx-example
##
jnx-example {
##
## Example data identifier
## range: 1 .. 127
## package: jnx-example
##
jnx-example-data hello {
##
## description: General description of data
## range: 1 .. 127
## package: jnx-example
##
description hello;
}
}

[Contents] [Prev] [Next] [Index] [Report an Error]