|
Firewalls -
Checkpoint - IPSO Nokia
|
|
Wednesday, 10 December 2008 12:43 |
|
Below are the common IPSO commands that can be used,
IPSO commands
| newimage |
Installs IPSO OS from the local machine |
| newpkg -m localhost |
Check Point package Install |
| clish |
IPSO OS CLI |
| ipsctl -a |
displays all of the IPSO Settings and Values |
| ipsctl -a ifphys:eth-s5p1:errors|more |
display errors on eth-s5p1 |
| ipsctl -w net:ip:tcp:default_mss 1460 |
Change MSS to 1460 |
| netstat 1 |
shows network stats every second |
| ipsofwd list |
displays ipso properties (flowpath, etc) |
| ipsofwd slowpath |
turns off flows (flowpath turns back on) |
| fsck -fyb 32 |
check the file system on a flash based nokia (KB 1355433) |
Bootmgr
| printenv |
print environment variables |
| install |
install an image across the network |
| boot |
boot an image |
clish commands
| show useful-stats |
Shows Disk, VRRP, RAM summary |
| show package all |
List all packages |
| show package active |
List active packages |
| show package inactive |
List inactive packages |
| show images |
Show installed images |
| show image current |
Show current image |
| delete image [name] |
Delete image |
| set hostname testbox |
Set Hostname |
| set date timezone-city "Greenwich (GMT)" |
Set Timezone |
| set static-route default nexthop gateway address 192.168.29.2 priority 1 on |
Set default gateway |
| set static-route 10.2.2.15/32 nexthop gateway address 192.168.0.1 on |
Add static routes |
| hostname testbox |
Set hostname |
| set package name name [on | off] |
Set package name |
| add arpproxy address 192.168.1.1 macaddress 0:a0:1b:3e:33:f1 |
Add Proxy arp |
| add ntp server 10.1.1.2 version 3 prefer yes |
Add an NTP server |
| add package media local name [opt/packages/IPSO-3.9.tgz] |
Add package |
| add host name testbox ipv4 192.168.29.54 |
Set hostname assignment |
|