Netmiko Palo alto fails when sending commit using send_config_set #2741
Answered
by
ktbyers
akshayavk96
asked this question in
Q&A
-
Hi everyone,
|
Beta Was this translation helpful? Give feedback.
Answered by
ktbyers
Apr 21, 2022
Replies: 1 comment 1 reply
-
@akshayavk96 You should use the def commit(
self,
comment: str = "",
force: bool = False,
partial: bool = False,
device_and_network: bool = False,
policy_and_objects: bool = False,
vsys: str = "",
no_vsys: bool = False,
read_timeout: float = 120.0,
delay_factor: Optional[float] = None,
) -> str: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ktbyers
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@akshayavk96 You should use the
commit
method for this.