Skip to main content

Palo alto commands

 

show system info                   //shows the uptime, serial number, ...
show system environmentals         //e.g. power supply failures
show ntp
show session info                  //packet rate, number of sessions, fastpath active, etc.
show session id <id>
show interface { all | <interface-name> }
show routing route                 //routing table (all routes)
show routing fib                   //forwarding table (only used routes)
show routing protocol <protocol> ...
show arp { all | <interface-name> }
show neighbor interface { all | <interface-name> }   //IPv6 neighbor cache
show mac all                       //only with layer 2 interfaces
show jobs all
show jobs id <id>
show running resource-monitor      //resource statistics
show system resource follow        //="top", CPU usage and processes
show system disk-space             //="df -h"
debug software restart <service>   //Restart a certain process
request restart system             //Reboot the whole device

Comments

Popular posts from this blog

Cisco FTD 2140 using ASA image

Have got a project to migrate the current EOL ( End of Life ) Cisco ASA 51XX series firewall. The Documentation for this is not enough to migrate seemlessly. A few links which can help to ease the pain while trying to configure via remote ( other country) .Click on the below link. ASA on a FTD 2100 https://www.cisco.com/c/en/us/td/docs/security/firepower/630/fdm/fptd-fdm-config-guide-630/fptd-fdm-mgmt.html#id_32969 https://www.cisco.com/c/en/us/support/docs/security/firepower-2100-series/213519-configure-fdm-firepower-device-manageme.html delete ipv6 command was the below: >configure network ipv6 delete it deletes the "router" ipv6 setting, along with the ipv6 mgmt configuration. For the migration from ASA to FTD, if you are doing it manually, please refer the config guide to get the steps to configure the required things: https://www.cisco.com/c/en/us/td/docs/security/firepower/640/fdm/fptd-fdm-config-guide-640.html For FXOS cli commands: https://www.cisco.com/c/en/...