configure management IP address using CLI

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.

configure management IP address using CLI

Not applicable

i'm having trouble configuring the IP address on the Management interface on my 3020 using CLI.  can anyone please help?

4 REPLIES 4

L7 Applicator

CLI:

  1. Enter configuration mode:> configure
  2. Use the following command to set the IP address of the management interface:
    > set deviceconfig system ip-address <ip address> netmask <netmask> default-gateway <default gateway> dns-setting servers primary <DNS ip address>
  3. Commit the changes:
    > commit

Documentation

How to Configure the Management Interface IP

Steve Puluka BSEET - IP Architect - DQE Communications (Metro Ethernet/ISP)
ACE PanOS 6; ACE PanOS 7; ASE 3.0; PSE 7.0 Foundations & Associate in Platform; Cyber Security; Data Center

L6 Presenter

L6 Presenter

Hi Bdapice,

Please use following commands, I have taken example for IP addresses.

Firewall> configure

Fireall # set deviceconfig system ip-address 1.1.1.1 netmask 255.255.255.0 default-gateway 1.1.1.2

# commit

Regards,

Hardik Shah

L4 Transporter

Indeed, the above is correct.

To confirm again:

set deviceconfig system ip-address x.x.x.x netmask x.x.x.x default-gateway x.x.x.x dns-setting servers primary x.x.x.x

The DNS server is not needed at first necessarily, but the MGT port handles the updates for the appliance and must be able to resolve update.paloaltonetworks.com in order to accomplish this.

If you want to setup a DataPlane interface to handle these options instead, like retrieving license keys, then configure a service route found under Device > Setup > Services, if I recall.

Thanks!

  • 3259 Views
  • 4 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

Click Accept as Solution to acknowledge that the answer to your question has been provided.

The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!

These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!

The LIVEcommunity thanks you for your participation!