displayNEConfig cart
Displays specific or full information that has been read from conf/cartNEConfig.cmt.
provadmin displayNEConfig cart [ nodename=<value> ] [ name=<value> ]
The following table describes the arguments of the displayNEConfig cart command.
Option | Description |
---|---|
nodename | Application node name. |
name | Name of the element or subelement for which to display information. If not specified, displays the full content of the network element configuration. |
The following is typical output from this command:
>provadmin displayNEConfig cart nodename=. ELEMENT:first In dataset: Found pm:<data1>, with value list : <a> <b> Found pm:<data2>, with value list : <c> <d> SUBELEMENT:first.sub In dataset: Found pm:<data1>, with value list : <a> <b> Found pm:<data2>, with value list : <e> <f> ELEMENT:second In dataset: Found pm:<data>, with value list : <blah>
Or, to display a specific sub element:
>provadmin displayNEConfig cart nodename=. name=first.sub ELEMENT:first.sub In dataset: Found pm:<data1>, with value list : <a> <b> Found pm:<data2>, with value list : <e> <f>
Copyright © Cloud Software Group, Inc. All rights reserved.