Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure DHCP service on an interface through Panorama #597

Open
garguedas opened this issue Feb 4, 2025 · 0 comments
Open

Configure DHCP service on an interface through Panorama #597

garguedas opened this issue Feb 4, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@garguedas
Copy link

While checking paloaltonetworks.panos.panos_dhcp ansible module seems like ist only possible to check the current DHCP server or delete it.

Any way to actually configure the DHCP service through Panorama?

Describe the solution you'd like

I want to be able to:
Configure and enable DHCP service in an specific interface with values:

  template: <Panorana Device Template>
  device_group: <Device Group name>
  enable: <false|true>
  lease_time: <lease time>
  ip_pool_start: <IP start>
  ip_pool_end: <IP end>
  subnet_mask: "mask"
  default_gateway: <gw>
  primary_dns: <DNS one>
  secondary_dns: <DNS two>
  ntp_server: <time server>
  domain_name: <domain>

Additional context

@garguedas garguedas added the enhancement New feature or request label Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant