PAN-OS - Add Static Routes
This playbook accepts a PAN-OS static route configuration and creates it in the PAN-OS instance.
- Pack
- PAN-OS
- Tasks
- 12
Inputs
- virtual_router_name — Name of the virtual router to configure the static routes for.
- route_name — Enter a name to identify the static route (up to 31 characters). The name is case-sensitive and must be unique. Use only letters, numbers, spaces, hyphens, and underscores.
- interface_name — Interface name where the static route will be added.
- destination — Enter an IP address and network mask in CIDR notation: ip_address/mask (for example, 192.168.2.0/24 for IPv4 or 2001:db8::/32 for IPv6).
- nexthop_type — The type for the nexthop. Can be: "ip-address", "next-vr", "fqdn" or "discard".
- nexthop_value — The next hop value.
- AutoCommit — This input determines whether to auto-commit the configuration to PAN-OS. Specify Yes/No.
Commands used
- pan-os-add-static-route
- pan-os-list-static-routes