Steve Borba

My notes, I hope they help you, feel free to comment/add to them

PAN CLI commands

Set IP with Static

set deviceconfig system ip-address 192.0.2.251 netmask 255.255.255.0 default-gateway 192.0.2.254 dns-setting servers primary 8.8.8.8 secondary 8.8.4.4

Set IP with DHCP

set deviceconfig system type dhcp-client accept-dhcp-domain no accept-dhcp-hostname no send-client-id no send-hostname no

Grab Licenses, install latest TP/App, and install software

request license fetch
request content upgrade check
request content upgrade download latest
show jobs id x
request content upgrade install version latest
request system software check
request system software download version x.x.x
request system software install version x.x.x
show jobs id x
reboot

This will let you add an IP to a DHCP interface

netsh interface ipv4 set interface interface="Ethernet" dhcpstaticipcoexistence=enabled
netsh interface ipv4 add address "Ethernet" 192.168.1.200 255.255.255.0

Leave a Reply

Your email address will not be published.

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>