Restrict WildFire Appliance CLI Command Output

Some operational commands include an option to restrict the displayed output. To restrict the output, enter a pipe symbol followed by
except
or
match
and the value that is to be excluded or included:
Example:
The following sample output is for the show system info command:
username@hostname>
show system info
hostname: WildFire ip-address: 192.168.2.20 netmask: 255.255.255.0 default-gateway: 192.168.2.1 mac-address: 00:25:90:95:84:76 vm-interface-ip-address: 10.16.0.20 vm-interface-netmask: 255.255.252.0 vm-interface-default-gateway: 10.16.0.1 vm-interface-dns-server: 10.0.0.247 time: Mon Apr 15 13:31:39 2013 uptime: 0 days, 0:02:35 family: m model: WF-500 serial: 009707000118 sw-version: 8.0.1 wf-content-version: 702-283 wf-content-release-date: unknown logdb-version: 8.0.15 platform-family: m operational-mode: normal username@hostname> The following sample displays only the system model information: username@hostname>
show system info | match model
model: WF-500 username@hostname>

Recommended For You