User's Manual

Working With CLI Command Results 211
The example output displays as follows:
------------------------------
Network Interface Card 0 Data
------------------------------
| ATTRIBUTE | VALUE
| IP Address | 143.166.152.108
| Subnet Mask | 255.255.255.0
| Default Gateway | 143.166.152.1
| MAC Address | 00-02-b3-23-d2-ca
Semicolon-separated Values (ssv)
Use the ssv formatting option to deliver output formatted in semicolon-separated Value format. This
format also allows you to import your command output results into a spreadsheet program such as
Microsoft Excel, or into a database program. To see the following example command output in
semicolon-separated value format, type:
omreport system summary -fmt ssv
The example output displays as follows:
------------------------------
Network Data
------------------------------
Network Interface Card 0 Data
IP Address;143.166.152.108
Subnet Mask;255.255.255.0
Default Gateway;143.166.152.1
MAC Address;00-02-b3-23-d2-ca
Raw XML (xml)
Use the xml formatting option to produce output suitable for use by systems management applications
or for input into other applications that use xml. To see the following example command output in raw
xml format, type:
omreport system summary -fmt xml
The example output displays as follows:
<NICStatus>1</NICStatus><IPAddress>143.166.152.108</IPAddress><Subne
tMask>255.255.255.0</SubnetMask><DefaultGateway>143.166.152.1</Defau
ltGateway><MACAddr>00-02-b3-23-d2-ca</MACAddr>