show
The show command displays the specified system configuration.
The syntax and options for show are the same as config.
For example, show firewall address displays a result similar to the following:
config firewall address
edit "FABRIC_DEVICE"
set comment "IPv4 addresses of Fabric Devices."
next
edit "all"
next
edit "login.microsoft.com"
set type fqdn
set fqdn "login.microsoft.com"
next
edit "login.microsoftonline.com"
set type fqdn
set fqdn "login.microsoftonline.com"
next
edit "login.windows.net"
set type fqdn
set fqdn "login.windows.net"
next
edit "none"
set subnet 0.0.0.0 255.255.255.255
next
edit "wildcard.dropbox.com"
set type fqdn
set fqdn "*.dropbox.com"
next
edit "wildcard.google.com"
set type fqdn
set fqdn "*.google.com"
next
end
For available options, see config.