The default credentials are admin/admin
Verify the management interface
show management interface
Set the management interface with IP address 192.168.1.222/255.255.255.0
set interface Mgmt ipv4-address 192.168.1.222 mask-length 24
Verify IP address for management interface
show interface Mgmt ipv4-address
Ping something
ping 192.168.1.1
Set the default route to 192.168.1.1
set static-route default nexthop gateway address 192.168.1.1 priority 1 on
Create internal route for 10.0.0.0/8 via gateway 10.10.10.10
set static-route 10.0.0.0/8 nexthop gateway address 10.10.10.1 on
Verify routing
show route
Set DNS servers
set dns primary 8.8.8.8 set dns secondary 9.9.9.9
Save the configuration
save config
Show all interface
show interfaces
Show interfaces with IP addresses configured
show security-gateway monitored-interfaces
Create an 802.3ad (LACP) bonded logical interface with eth1 & eth2 as physical members
add bonding group 1 set bonding group 1 mode 8023AD set bonding group 1 lacp-rate fast add bonding group 1 interface eth1 add bonding group 1 interface eth2
Create a VLAN sub-interface on bond1 with 802.1q tag 123
add interface bond1 vlan 123
Check software version
show version all
Get hardware information and serial number
show asset system
Change admin password
set user admin password
Set expert mode password
set expert-password
Check policy Status
fw stat
Clear the current local policy
fw unloadlocal
Check site-to-site VPN status
vpn tu tlist
Reset VPN tunnels (list/delete IKE/IPSec SAs)
vpn tu
Modify license, configure SNMP, reset SIC connection:
cpconfig
Verify number of CPUs
fw ctl multik stat
View CPU to connection distribution table
fw ctl affinity -l -r
Reboot the firewall
reboot