cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

Who rated this post

Community Team Member

Hi @sabi4evr_com ,

 

You should be able to do that directly in CLI:

https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA10g000000ClHNCA0

 

Example:

 

 

admin@PA-VM> configure 
Entering configuration mode
admin@PA-VM# <here I copy/pasted my text file which I prepared in advance>
set address blah ip-netmask 10.0.0.1
set address blah2 ip-netmask 10.0.0.2
set address blah3 ip-netmask 10.0.0.3 
set address blah4 ip-netmask 10.0.0.4 
set address blah5 ip-netmask 10.0.0.5 
set address blah6 ip-netmask 10.0.0.6 
set address blah7 ip-netmask 10.0.0.7 
set address blah8 ip-netmask 10.0.0.8 
set address blah9 ip-netmask 10.0.0.9 
admin@PA-VM# commit
Commit job 5 is in progress. Use Ctrl+C to return to command prompt
.....55%75%99%......100%
Configuration committed successfully

admin@PA-VM# show address
set address blah ip-netmask 10.0.0.1
set address blah2 ip-netmask 10.0.0.2
set address blah3 ip-netmask 10.0.0.3
set address blah4 ip-netmask 10.0.0.4
set address blah5 ip-netmask 10.0.0.5
set address blah6 ip-netmask 10.0.0.6
set address blah7 ip-netmask 10.0.0.7
set address blah8 ip-netmask 10.0.0.8
set address blah9 ip-netmask 10.0.0.9
[edit]                                                                          
admin@PA-VM# 

 

 

All the IP address objects were added:

 

kiwi_0-1639664788565.png

 

Hope this helps,

-Kiwi.

 
LIVEcommunity team member, CISSP
Cheers,
Kiwi
Please help out other users and “Accept as Solution” if a post helps solve your problem !

Read more about how and why to accept solutions.

View solution in original post

Who rated this post