-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
2.15.5, 2.15
-
None
-
5
-
True
-
-
False
-
-
-
Networking Sprint 23
-
Important
- What is the nature and description of the request?
- One of the Cu is using cisco.iso collection for module ios_snmp_server
- When we mention state: replaced or state: overridden the device doesn't get removed.
- Why does the customer need this? (List the business requirements here)
- By using the state: overridden or replaced, the devices must be removed.
- Makes tasks not idempotent and cant use ansible to clean up old snmp config.
- How would you like to achieve this? (List the functional requirements here)
Running version 9.0.3 of cisco.ios and the playbook looks like this:
- name: Delete snmp config.
cisco.ios.ios_snmp_server:
state: overridden
- List any affected known dependencies: Doc, UI etc..
n/a