Init: mediaserver

This commit is contained in:
2023-02-08 12:13:28 +01:00
parent 848bc9739c
commit f7c23d4ba9
31914 changed files with 6175775 additions and 0 deletions

View File

@@ -0,0 +1,683 @@
===================================
Cisco Nxos Collection Release Notes
===================================
.. contents:: Topics
v4.0.1
======
Bugfixes
--------
- `nxos_acls` - Parse ICMP echo-reply and echo options correctly (https://github.com/ansible-collections/cisco.nxos/issues/583).
- `nxos_acls` - Parse ICMP port-unreachable and unreachable options correctly (https://github.com/ansible-collections/cisco.nxos/issues/529).
- `nxos_acls` - Parse port-protocol options with hypenated names correctly (https://github.com/ansible-collections/cisco.nxos/issues/557).
v4.0.0
======
Major Changes
-------------
- Please use either of the following connection types - network_cli, httpapi or netconf.
- This release drops support for `connection: local` and provider dictionary.
Removed Features (previously deprecated)
----------------------------------------
- This release removes the following deprecated plugins that have reached their end-of-life.
- nxos_acl
- nxos_acl_interface
- nxos_interface
- nxos_interface_ospf
- nxos_l2_interface
- nxos_l3_interface
- nxos_linkagg
- nxos_lldp
- nxos_ospf
- nxos_ospf_vrf
- nxos_smu
- nxos_static_route
- nxos_vlan
v3.2.0
======
Minor Changes
-------------
- `nxos_l3_interfaces` - Add support for toggling ipv6 redirects (https://github.com/ansible-collections/cisco.nxos/issues/569).
Bugfixes
--------
- `nxos_telemetry` - Allow destination-group & sensor-group id to be strings.
- `nxos_telemetry` - Allow sensor-group paths to be generated without additional properties.
v3.1.2
======
Bugfixes
--------
- `nxos_facts` - Fixes parsing of module info json data when TABLE_modinfo entry is a list (https://github.com/ansible-collections/cisco.nxos/issues/559).
v3.1.1
======
Bugfixes
--------
- Fix issue with modules related to OSPF interfaces failing when the target NXOS device has subinterfaces.
v3.1.0
======
Minor Changes
-------------
- `nxos_snmp_server` - Add support for localizedV2key (https://github.com/ansible-collections/cisco.nxos/issues/415).
- `nxos_snmp_server` - Add support for sha-256 based based user authentication.
Bugfixes
--------
- `nxos_file_copy` - Skip `vrf` when running against MDS switches (https://github.com/ansible-collections/cisco.nxos/issues/508).
- `nxos_interfaces` - Enable all virtual interfaces with `enabled` set to True (https://github.com/ansible-collections/cisco.nxos/issues/335).
- `nxos_ntp_global` - Ensure idempotence for aliased keys (https://github.com/ansible-collections/cisco.nxos/issues/484).
- `nxos_snmp_server` - Fix typo for traps link cisco-xcvr-mon-status-chg.
Documentation Changes
---------------------
- Updated documentation in nxos_snmp_server, nxos_ntp_global and nxos_logging_global modules to reflect which options are unsupported on MDS switches.
v3.0.0
======
Major Changes
-------------
- The minimum required ansible.netcommon version has been bumped to v2.6.1.
- Updated base plugin references to ansible.netcommon.
- `nxos_facts` - change default gather_subset to `min` from `!config` (https://github.com/ansible-collections/cisco.nxos/issues/418).
- nxos_file_copy has been rewritten as a module. This change also removes the dependency on pexpect for file_pull operation. Since this now uses AnsibleModule class for argspec validation, the validation messages will be slighlty different. Expect changes in the return payload in some cases. All functionality remains unchanged.
Minor Changes
-------------
- `nxos_snmp_server` - add support for BGP, OSPF and OSPFv3 traps.
Bugfixes
--------
- `nxos_lag_interfaces` - Fix KeyError with state overridden when port-channel has no members (https://github.com/ansible-collections/cisco.nxos/issues/452).
- `nxos_ntp_global` - correctly propagate CLI failure for non-existent auth keys (https://github.com/ansible-collections/cisco.nxos/issues/467).
- `nxos_snmp_server` - Properly handle corner cases for snmp-server user (https://github.com/ansible-collections/cisco.nxos/issues/454).
- `snmp_server` - Snmp contact/location and location were not gathered if containing whitespaces.
v2.9.1
======
Bugfixes
--------
- Fix action plugin redirection to make module defaults work properly.
- Fix for nxos_vlans issue (https://github.com/ansible-collections/cisco.nxos/issues/425).
- `nxos_ntp_global` - Aliased `vrf` to `use_vrf` wherever applicable to maintain consistency with models for other platforms.
- nxos_snmp_server - Add alias for community (https://github.com/ansible-collections/cisco.nxos/issues/433)
Documentation Changes
---------------------
- Added notes in module docs to indicate supportability for Cisco MDS.
v2.9.0
======
Minor Changes
-------------
- Add nxos_hostname resource module.
Bugfixes
--------
- `nxos_bgp_address_family` - Add hmm as valid option for redistribute protocol (https://github.com/ansible-collections/cisco.nxos/issues/385).
- `nxos_snmp_server` - Fix rendering context command (https://github.com/ansible-collections/cisco.nxos/issues/406).
New Modules
-----------
- nxos_hostname - Hostname resource module.
v2.8.2
======
Release Summary
---------------
The v2.8.1 of the cisco.nxos collection is not available on Ansible Automation Hub. Please download and use v2.8.2 which also contains an additional bug fix.
Bugfixes
--------
- `nxos_ntp_global` - In some cases, there is an extra whitespace in the source-interface line. This patch accounts for this behaviour in config (https://github.com/ansible-collections/cisco.nxos/issues/399).
v2.8.1
======
Bugfixes
--------
- nxos_acls - Fix incorrect parsing of remarks if it has 'ip/ipv6 access-list' in it.
v2.8.0
======
Minor Changes
-------------
- Add nxos_snmp_server resource module.
Deprecated Features
-------------------
- Deprecated nxos_snmp_community module.
- Deprecated nxos_snmp_contact module.
- Deprecated nxos_snmp_host module.
- Deprecated nxos_snmp_location module.
- Deprecated nxos_snmp_traps module.
- Deprecated nxos_snmp_user module.
New Modules
-----------
- nxos_snmp_server - SNMP Server resource module.
v2.7.1
======
Bugfixes
--------
- `nxos_acls` - Updating an existing ACE can only be done with states replaced or overridden. Using state merged will result in a failure.
- `nxos_logging_global` - Fix vlan_mgr not being gathered in facts (https://github.com/ansible-collections/cisco.nxos/issues/380).
- `nxos_vlans` - Fallback to json when json-pretty is not supported (https://github.com/ansible-collections/cisco.nxos/issues/377).
v2.7.0
======
Minor Changes
-------------
- `nxos_telemetry` - Add support for state gathered
Documentation Changes
---------------------
- Update README with information regarding MDS module testing.
v2.6.0
======
Minor Changes
-------------
- Add nxos_ntp_global module.
Deprecated Features
-------------------
- Deprecated `nxos_ntp`, `nxos_ntp_options`, `nxos_ntp_auth` modules.
Bugfixes
--------
- `nxos_acls` - Fix traceback with 'port_protocol' range (https://github.com/ansible-collections/cisco.nxos/issues/356)
- `nxos_facts` - Fix KeyError while gathering CDP neighbor facts (https://github.com/ansible-collections/cisco.nxos/issues/354).
- `nxos_ospf_interfaces` - Correctly sort interface names before rendering.
- `nxos_vlans` - switching to `| json-pretty` instead of `| json` as a workaround for the timeout issue with `libssh` (https://github.com/ansible/pylibssh/issues/208)
Documentation Changes
---------------------
- `ospf[v2, v3, _interfaces]` - Area ID should be in IP address format.
New Modules
-----------
- nxos_ntp_global - NTP Global resource module.
v2.5.1
======
Bugfixes
--------
- `nxos_facts` - Fix gathering CDP neighbor facts from certain N7Ks (https://github.com/ansible-collections/cisco.nxos/issues/329).
- `nxos_zone_zoneset` - zone member addition with smart zoning in an already existing zone should be a no-op (https://github.com/ansible-collections/cisco.nxos/issues/339).
Documentation Changes
---------------------
- Added notes in module docs to indicate supportability for Cisco MDS.
v2.5.0
======
Minor Changes
-------------
- Add nxos_logging_global resource module.
Deprecated Features
-------------------
- The nxos_logging module has been deprecated in favor of the new nxos_logging_global resource module and will be removed in a release after '2023-08-01'.
Bugfixes
--------
- Convert vlan lists to ranges in nxos_l2_interfaces (https://github.com/ansible-collections/cisco.nxos/issues/95).
- Do not expand direction 'both' into 'import' and 'export' for Nexus 9000 platforms (https://github.com/ansible-collections/cisco.nxos/issues/303).
- Prevent traceback when parsing unexpected line in nxos_static_routes.
Documentation Changes
---------------------
- Broken link in documentation fixed.
New Modules
-----------
- nxos_logging_global - Logging resource module.
v2.4.0
======
Minor Changes
-------------
- Add `advertise_l2vpn_evpn` option in `nxos_bgp_address_family` module (https://github.com/ansible-collections/cisco.nxos/issues/302).
- Add `nxos_prefix_lists` resource module.
Bugfixes
--------
- Render neighbor peer_type command correctly (https://github.com/ansible-collections/cisco.nxos/issues/308).
New Modules
-----------
- nxos_prefix_lists - Prefix-Lists resource module.
v2.3.0
======
Minor Changes
-------------
- Add `default_passive_interface` option in `nxos_ospf_interfaces`.
- Add a netconf subplugin to make netconf_* modules work with older NX-OS versions (https://github.com/ansible-collections/ansible.netcommon/issues/252).
Bugfixes
--------
- Fix how `send_community` attribute is handled in `nxos_bgp_neighbor_address_family` (https://github.com/ansible-collections/cisco.nxos/issues/281).
- Make `passive_interface` work properly when set to False.
New Plugins
-----------
Netconf
~~~~~~~
- nxos - Use nxos netconf plugin to run netconf commands on Cisco NX-OS platform.
v2.2.0
======
Minor Changes
-------------
- Add nxos_route_maps resource module.
- Add support for ansible_network_resources key allows to fetch the available resources for a platform (https://github.com/ansible-collections/cisco.nxos/issues/268).
New Modules
-----------
- nxos_route_maps - Route Maps resource module.
v2.1.1
======
Bugfixes
--------
- For versions >=2.1.0, this collection requires ansible.netcommon >=2.0.1.
- Re-releasing this collection with ansible.netcommon dependency requirements updated.
v2.1.0
======
Minor Changes
-------------
- Add support for state purged in nxos_interfaces.
Security Fixes
--------------
- Properly mask values of sensitive keys in module result.
Bugfixes
--------
- Allow commands to be properly generated with Jinja2 2.10.3 (workaround for https://github.com/pallets/jinja/issues/710).
- Allow integer values to be set for dscp key (https://github.com/ansible-collections/cisco.nxos/issues/253).
- Do not fail when parsing non rule entries in access-list config (https://github.com/ansible-collections/cisco.nxos/issues/262).
v2.0.0
======
Major Changes
-------------
- Requires ansible.netcommon v2.0.0+ to support `ansible_network_single_user_mode` and `ansible_network_import_modules`.
- Please refer to ansible.netcommon `changelog <https://github.com/ansible-collections/ansible.netcommon/blob/main/changelogs/CHANGELOG.rst#ansible-netcommon-collection-release-notes>`_ for more details.
Minor Changes
-------------
- Add bfd option for neighbors (https://github.com/ansible-collections/cisco.nxos/issues/241).
- Add hello_interval_ms option in nxos_pim_interface module to support sub-second intervals (https://github.com/ansible-collections/cisco.nxos/issues/226).
- Add nxos_bgp_address_family Resource Module.
- Add nxos_bgp_neighbor_address_family Resource Module.
- Add support df_bit and size option for nxos_ping (https://github.com/ansible-collections/cisco.nxos/pull/237).
- Adds support for `single_user_mode` command output caching.
- Move nxos_config idempotent warning message with the task response under `warnings` key if `changed` is `True`
Deprecated Features
-------------------
- Deprecated nxos_bgp_af in favour of nxos_bgp_address_family resource module.
- Deprecated nxos_bgp_neighbor_af in favour of nxos_bgp_neighbor_address_family resource module.
Bugfixes
--------
- Fail gracefully when BGP is already configured with a different ASN when states merged or replaced is used.
- Fixes to nxos_logging, nxos_igmp_snooping, nxos_l3_interfaces, nxos_ospf_interfaces and nxos_static_routes to conform with latest CLI behaviour.
- Properly configure neighbor timers and shutdown state (https://github.com/ansible-collections/cisco.nxos/issues/240).
New Modules
-----------
- nxos_bgp_address_family - BGP Address Family resource module.
- nxos_bgp_neighbor_address_family - BGP Neighbor Address Family resource module.
v1.4.0
======
Minor Changes
-------------
- Add `echo_request` option for ICMP.
- Add nxos_bgp_global resource module.
Deprecated Features
-------------------
- Deprecated `nxos_bgp` and `nxos_bgp_neighbor` modules in favor of `nxos_bgp_global` resource module.
Security Fixes
--------------
- Enable no_log for sensitive parameters in argspec.
Bugfixes
--------
- Add support for interfaces in mode 'fabricpath' to l2_interfaces (https://github.com/ansible-collections/cisco.nxos/issues/220).
- Allow enabling `fabric forwarding` feature through nxos_feature (https://github.com/ansible-collections/cisco.nxos/issues/213).
- Allow tag updates with state replaced (https://github.com/ansible-collections/cisco.nxos/issues/197).
- Fixes traceback while parsing power supply info in nxos_facts for newer NX-OS releases (https://github.com/ansible-collections/cisco.nxos/issues/192).
- Handle domain-name properly with vrf contexts (https://github.com/ansible-collections/cisco.nxos/issues/234).
- Parse interface contexts properly (https://github.com/ansible-collections/cisco.nxos/issues/195).
- Properly handle partial matches in community string (https://github.com/ansible-collections/cisco.nxos/issues/203).
- Update argspecs with default value for parameters.
- Update docs to clarify the idemptonecy releated caveat and add it in the output warnings (https://github.com/ansible-collections/ansible.netcommon/pull/189)
- config replace is actually supported for devices other than N9K and hence we should not fail, and instead let the device handle it (https://github.com/ansible-collections/cisco.nxos/issues/215).
Documentation Changes
---------------------
- Fix error in ``host_reachability`` parameter's example where a default value is used, which the ``host_reachability`` parameter does not support. Improve descriptions of some parameters to be more explicit. Correct spelling and grammar where errors were noticed.
New Modules
-----------
- nxos_bgp_global - BGP Global resource module.
v1.3.1
======
Bugfixes
--------
- Add version key to galaxy.yaml to work around ansible-galaxy bug
- Allow nxos_user to run with MDS (https://github.com/ansible-collections/cisco.nxos/issues/163).
- Fix for nxos_lag_interfaces issue (https://github.com/ansible-collections/cisco.nxos/pull/194).
- Make sure that the OSPF modules work properly when process_id is a string (https://github.com/ansible-collections/cisco.nxos/issues/198).
v1.3.0
======
Minor Changes
-------------
- Add nxos_ospf_interfaces resource module.
Deprecated Features
-------------------
- Deprecated `nxos_interface_ospf` in favor of `nxos_ospf_interfaces` Resource Module.
Bugfixes
--------
- Allow `fex-fabric` option for mode key (https://github.com/ansible-collections/cisco.nxos/issues/166).
- Fixes for nxos rpm issue (https://github.com/ansible-collections/cisco.nxos/pull/173).
- Update regex to accept the platform "N77" as supporting fabricpath.
- Vlan config diff was not removing default values
New Modules
-----------
- nxos_ospf_interfaces - OSPF Interfaces Resource Module.
v1.2.0
======
Minor Changes
-------------
- Add nxos_ospfv3 module.
- Allow other transfer protocols than scp to pull files from a NXOS device in nxos_file_copy module. sftp, http, https, tftp and ftp can be choosen as a transfer protocol, when the file_pull parameter is true..
Deprecated Features
-------------------
- Deprecated `nxos_smu` in favour of `nxos_rpm` module.
- The `nxos_ospf_vrf` module is deprecated by `nxos_ospfv2` and `nxos_ospfv3` Resource Modules.
Bugfixes
--------
- Correctly parse facts for lacp interfaces mode information (https://github.com/ansible-collections/cisco.nxos/pull/164).
- Fix for nxos smu issue (https://github.com/ansible-collections/cisco.nxos/pull/160).
- Fix regex for parsing configuration in nxos_lag_interfaces.
- Fix regexes in nxos_acl_interfaces facts and some code cleanup (https://github.com/ansible-collections/cisco.nxos/issues/149).
- Fix rendering of `log-adjacency-changes` commands.
- Preserve whitespaces in banner text (https://github.com/ansible-collections/cisco.nxos/pull/146).
New Modules
-----------
- nxos_ospfv3 - OSPFv3 resource module
v1.1.0
======
Minor Changes
-------------
- Add N9K multisite support(https://github.com/ansible-collections/cisco.nxos/pull/142)
Bugfixes
--------
- Allow facts round trip to work on nxos_vlans (https://github.com/ansible-collections/cisco.nxos/pull/141).
v1.0.2
======
Release Summary
---------------
Rereleased 1.0.1 with updated changelog.
v1.0.1
======
Minor Changes
-------------
- documentation - Use FQCN when refering to modules (https://github.com/ansible-collections/cisco.nxos/pull/116)
Bugfixes
--------
- Element type of `commands` key should be `raw` since it accepts both strings and dicts (https://github.com/ansible-collections/cisco.nxos/pull/126).
- Fix nxos_interfaces states replaced and overridden (https://github.com/ansible-collections/cisco.nxos/pull/102).
- Fixed force option in lag_interfaces.py (https://github.com/ansible-collections/cisco.nxos/pull/111).
- Make `src`, `backup` and `backup_options` in nxos_config work when module alias is used (https://github.com/ansible-collections/cisco.nxos/pull/121).
- Makes sure that docstring and argspec are in sync and removes sanity ignores (https://github.com/ansible-collections/cisco.nxos/pull/112).
- Update docs after sanity fixes to modules.
- nxos_user - do not fail when a custom role is used (https://github.com/ansible-collections/cisco.nxos/pull/130)
v1.0.0
======
New Plugins
-----------
Cliconf
~~~~~~~
- nxos - Use NX-OS cliconf to run commands on Cisco NX-OS platform
Httpapi
~~~~~~~
- nxos - Use NX-API to run commands on Cisco NX-OS platform
New Modules
-----------
- nxos_aaa_server - Manages AAA server global configuration.
- nxos_aaa_server_host - Manages AAA server host-specific configuration.
- nxos_acl - (deprecated, removed after 2022-06-01) Manages access list entries for ACLs.
- nxos_acl_interface - (deprecated, removed after 2022-06-01) Manages applying ACLs to interfaces.
- nxos_acl_interfaces - ACL interfaces resource module
- nxos_acls - ACLs resource module
- nxos_banner - Manage multiline banners on Cisco NXOS devices
- nxos_bfd_global - Bidirectional Forwarding Detection (BFD) global-level configuration
- nxos_bfd_interfaces - BFD interfaces resource module
- nxos_bgp - Manages BGP configuration.
- nxos_bgp_af - Manages BGP Address-family configuration.
- nxos_bgp_neighbor - Manages BGP neighbors configurations.
- nxos_bgp_neighbor_af - Manages BGP address-family's neighbors configuration.
- nxos_command - Run arbitrary command on Cisco NXOS devices
- nxos_config - Manage Cisco NXOS configuration sections
- nxos_evpn_global - Handles the EVPN control plane for VXLAN.
- nxos_evpn_vni - Manages Cisco EVPN VXLAN Network Identifier (VNI).
- nxos_facts - Gets facts about NX-OS switches
- nxos_feature - Manage features in NX-OS switches.
- nxos_file_copy - Copy a file to a remote NXOS device.
- nxos_gir - Trigger a graceful removal or insertion (GIR) of the switch.
- nxos_gir_profile_management - Create a maintenance-mode or normal-mode profile for GIR.
- nxos_hsrp - Manages HSRP configuration on NX-OS switches.
- nxos_hsrp_interfaces - HSRP interfaces resource module
- nxos_igmp - Manages IGMP global configuration.
- nxos_igmp_interface - Manages IGMP interface configuration.
- nxos_igmp_snooping - Manages IGMP snooping global configuration.
- nxos_install_os - Set boot options like boot, kickstart image and issu.
- nxos_interface - (deprecated, removed after 2022-06-01) Manages physical attributes of interfaces.
- nxos_interface_ospf - Manages configuration of an OSPF interface instance.
- nxos_interfaces - Interfaces resource module
- nxos_l2_interface - (deprecated, removed after 2022-06-01) Manage Layer-2 interface on Cisco NXOS devices.
- nxos_l2_interfaces - L2 interfaces resource module
- nxos_l3_interface - (deprecated, removed after 2022-06-01) Manage L3 interfaces on Cisco NXOS network devices
- nxos_l3_interfaces - L3 interfaces resource module
- nxos_lacp - LACP resource module
- nxos_lacp_interfaces - LACP interfaces resource module
- nxos_lag_interfaces - LAG interfaces resource module
- nxos_linkagg - (deprecated, removed after 2022-06-01) Manage link aggregation groups on Cisco NXOS devices.
- nxos_lldp - (deprecated, removed after 2022-06-01) Manage LLDP configuration on Cisco NXOS network devices.
- nxos_lldp_global - LLDP resource module
- nxos_lldp_interfaces - LLDP interfaces resource module
- nxos_logging - Manage logging on network devices
- nxos_ntp - Manages core NTP configuration.
- nxos_ntp_auth - Manages NTP authentication.
- nxos_ntp_options - Manages NTP options.
- nxos_nxapi - Manage NXAPI configuration on an NXOS device.
- nxos_ospf - (deprecated, removed after 2022-06-01) Manages configuration of an ospf instance.
- nxos_ospf_vrf - Manages a VRF for an OSPF router.
- nxos_ospfv2 - OSPFv2 resource module
- nxos_overlay_global - Configures anycast gateway MAC of the switch.
- nxos_pim - Manages configuration of a PIM instance.
- nxos_pim_interface - Manages PIM interface configuration.
- nxos_pim_rp_address - Manages configuration of an PIM static RP address instance.
- nxos_ping - Tests reachability using ping from Nexus switch.
- nxos_reboot - Reboot a network device.
- nxos_rollback - Set a checkpoint or rollback to a checkpoint.
- nxos_rpm - Install patch or feature rpms on Cisco NX-OS devices.
- nxos_smu - Perform SMUs on Cisco NX-OS devices.
- nxos_snapshot - Manage snapshots of the running states of selected features.
- nxos_snmp_community - Manages SNMP community configs.
- nxos_snmp_contact - Manages SNMP contact info.
- nxos_snmp_host - Manages SNMP host configuration.
- nxos_snmp_location - Manages SNMP location information.
- nxos_snmp_traps - Manages SNMP traps.
- nxos_snmp_user - Manages SNMP users for monitoring.
- nxos_static_route - (deprecated, removed after 2022-06-01) Manages static route configuration
- nxos_static_routes - Static routes resource module
- nxos_system - Manage the system attributes on Cisco NXOS devices
- nxos_telemetry - TELEMETRY resource module
- nxos_udld - Manages UDLD global configuration params.
- nxos_udld_interface - Manages UDLD interface configuration params.
- nxos_user - Manage the collection of local users on Nexus devices
- nxos_vlan - (deprecated, removed after 2022-06-01) Manages VLAN resources and attributes.
- nxos_vlans - VLANs resource module
- nxos_vpc - Manages global VPC configuration
- nxos_vpc_interface - Manages interface VPC configuration
- nxos_vrf - Manages global VRF configuration.
- nxos_vrf_af - Manages VRF AF.
- nxos_vrf_interface - Manages interface specific VRF configuration.
- nxos_vrrp - Manages VRRP configuration on NX-OS switches.
- nxos_vtp_domain - Manages VTP domain configuration.
- nxos_vtp_password - Manages VTP password configuration.
- nxos_vtp_version - Manages VTP version configuration.
- nxos_vxlan_vtep - Manages VXLAN Network Virtualization Endpoint (NVE).
- nxos_vxlan_vtep_vni - Creates a Virtual Network Identifier member (VNI)
Storage
~~~~~~~
- nxos_devicealias - Configuration of device alias.
- nxos_vsan - Configuration of vsan.
- nxos_zone_zoneset - Configuration of zone/zoneset.

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,674 @@
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU General Public License is a free, copyleft license for
software and other kinds of works.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users. We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors. You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights. Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received. You must make sure that they, too, receive
or can get the source code. And you must show them these terms so they
know their rights.
Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.
For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software. For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.
Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so. This is fundamentally incompatible with the aim of
protecting users' freedom to change the software. The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable. Therefore, we
have designed this version of the GPL to prohibit the practice for those
products. If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.
Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary. To prevent this, the GPL assures that
patents cannot be used to render the program non-free.
The precise terms and conditions for copying, distribution and
modification follow.
TERMS AND CONDITIONS
0. Definitions.
"This License" refers to version 3 of the GNU General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
A "covered work" means either the unmodified Program or a work based
on the Program.
To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.
An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
1. Source Code.
The "source code" for a work means the preferred form of the work
for making modifications to it. "Object code" means any non-source
form of a work.
A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.
The Corresponding Source for a work in source code form is that
same work.
2. Basic Permissions.
All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.
4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:
a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.
b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
"keep intact all notices".
c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.
d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.
A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:
a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.
b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.
c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.
d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.
e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.
A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.
"Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source. The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.
If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed. Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.
Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
7. Additional Terms.
"Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.
Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:
a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or
b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or
c) Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or
d) Limiting the use for publicity purposes of names of licensors or
authors of the material; or
e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or
f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions of
it) with contractual assumptions of liability to the recipient, for
any liability that these contractual assumptions directly impose on
those licensors and authors.
All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.
If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.
Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.
8. Termination.
You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).
However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.
9. Acceptance Not Required for Having Copies.
You are not required to accept this License in order to receive or
run a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.
10. Automatic Licensing of Downstream Recipients.
Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.
An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.
You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.
11. Patents.
A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's "contributor version".
A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.
Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.
In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.
If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.
A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License. You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
12. No Surrender of Others' Freedom.
If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
13. Use with the GNU Affero General Public License.
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
the GNU General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the
Program specifies that a certain numbered version of the GNU General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
15. Disclaimer of Warranty.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. Limitation of Liability.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
17. Interpretation of Sections 15 and 16.
If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
<program> Copyright (C) <year> <name of author>
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, your program's commands
might be different; for a GUI interface, you would use an "about box".
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
<https://www.gnu.org/licenses/>.
The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
<https://www.gnu.org/licenses/why-not-lgpl.html>.

View File

@@ -0,0 +1,36 @@
{
"collection_info": {
"namespace": "cisco",
"name": "nxos",
"version": "4.0.1",
"authors": [
"Ansible Network Community (ansible-network)"
],
"readme": "README.md",
"tags": [
"cisco",
"nxos",
"networking",
"nxapi",
"netconf"
],
"description": "Ansible Network Collection for Cisco NXOS devices.",
"license": [],
"license_file": "LICENSE",
"dependencies": {
"ansible.netcommon": ">=2.6.1"
},
"repository": "https://github.com/ansible-collections/cisco.nxos",
"documentation": null,
"homepage": null,
"issues": "https://github.com/ansible-collections/cisco.nxos/issues"
},
"file_manifest_file": {
"name": "FILES.json",
"ftype": "file",
"chksum_type": "sha256",
"chksum_sha256": "6f98120c507c618ddd273ce9e4bb030f3569832ebc30f32ddf7d845443ccd422",
"format": 1
},
"format": 1
}

View File

@@ -0,0 +1,223 @@
# Cisco NX-OS Collection
[![CI](https://zuul-ci.org/gated.svg)](https://dashboard.zuul.ansible.com/t/ansible/project/github.com/ansible-collections/cisco.nxos) <!--[![Codecov](https://img.shields.io/codecov/c/github/ansible-collections/vyos)](https://codecov.io/gh/ansible-collections/cisco.nxos)-->
The Ansible Cisco NX-OS collection includes a variety of Ansible content to help automate the management of Cisco NX-OS network appliances.
The Cisco NX-OS connection plugins combined with Cisco NX-OS resource modules aligns the Cisco NX-OS experience with the other core networking platforms supported by Ansible.
This collection has been tested against Cisco N9K-C9300v chassis running NX-OS 9.3.6.
The modules with full support for Cisco MDS are tested against NX-OS 8.4(1) on MDS Switches.
<!--start requires_ansible-->
## Ansible version compatibility
This collection has been tested against following Ansible versions: **>=2.9.10**.
For collections that support Ansible 2.9, please ensure you update your `network_os` to use the
fully qualified collection name (for example, `cisco.ios.ios`).
Plugins and modules within a collection may be tested with only specific Ansible versions.
A collection may contain metadata that identifies these versions.
PEP440 is the schema used to describe the versions of Ansible.
<!--end requires_ansible-->
### Supported connections
The Cisco NX-OS collection supports ``network_cli`` and ``httpapi`` connections.
## Included content
<!--start collection content-->
### Cliconf plugins
Name | Description
--- | ---
[cisco.nxos.nxos](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_cliconf.rst)|Use NX-OS cliconf to run commands on Cisco NX-OS platform
### Httpapi plugins
Name | Description
--- | ---
[cisco.nxos.nxos](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_httpapi.rst)|Use NX-API to run commands on Cisco NX-OS platform
### Netconf plugins
Name | Description
--- | ---
[cisco.nxos.nxos](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_netconf.rst)|Use nxos netconf plugin to run netconf commands on Cisco NX-OS platform.
### Modules
Name | Description
--- | ---
[cisco.nxos.nxos_aaa_server](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_aaa_server_module.rst)|Manages AAA server global configuration.
[cisco.nxos.nxos_aaa_server_host](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_aaa_server_host_module.rst)|Manages AAA server host-specific configuration.
[cisco.nxos.nxos_acl_interfaces](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_acl_interfaces_module.rst)|ACL interfaces resource module
[cisco.nxos.nxos_acls](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_acls_module.rst)|ACLs resource module
[cisco.nxos.nxos_banner](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_banner_module.rst)|Manage multiline banners on Cisco NXOS devices
[cisco.nxos.nxos_bfd_global](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_bfd_global_module.rst)|Bidirectional Forwarding Detection (BFD) global-level configuration
[cisco.nxos.nxos_bfd_interfaces](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_bfd_interfaces_module.rst)|BFD interfaces resource module
[cisco.nxos.nxos_bgp](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_bgp_module.rst)|(deprecated, removed after 2023-01-27) Manages BGP configuration.
[cisco.nxos.nxos_bgp_address_family](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_bgp_address_family_module.rst)|BGP Address Family resource module.
[cisco.nxos.nxos_bgp_af](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_bgp_af_module.rst)|(deprecated, removed after 2023-02-24) Manages BGP Address-family configuration.
[cisco.nxos.nxos_bgp_global](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_bgp_global_module.rst)|BGP Global resource module.
[cisco.nxos.nxos_bgp_neighbor](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_bgp_neighbor_module.rst)|(deprecated, removed after 2023-01-27) Manages BGP neighbors configurations.
[cisco.nxos.nxos_bgp_neighbor_address_family](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_bgp_neighbor_address_family_module.rst)|BGP Neighbor Address Family resource module.
[cisco.nxos.nxos_bgp_neighbor_af](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_bgp_neighbor_af_module.rst)|(deprecated, removed after 2023-02-24) Manages BGP address-family's neighbors configuration.
[cisco.nxos.nxos_command](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_command_module.rst)|Run arbitrary command on Cisco NXOS devices
[cisco.nxos.nxos_config](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_config_module.rst)|Manage Cisco NXOS configuration sections
[cisco.nxos.nxos_devicealias](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_devicealias_module.rst)|Configuration of device alias for Cisco NXOS MDS Switches.
[cisco.nxos.nxos_evpn_global](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_evpn_global_module.rst)|Handles the EVPN control plane for VXLAN.
[cisco.nxos.nxos_evpn_vni](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_evpn_vni_module.rst)|Manages Cisco EVPN VXLAN Network Identifier (VNI).
[cisco.nxos.nxos_facts](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_facts_module.rst)|Gets facts about NX-OS switches
[cisco.nxos.nxos_feature](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_feature_module.rst)|Manage features in NX-OS switches.
[cisco.nxos.nxos_file_copy](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_file_copy_module.rst)|Copy a file to a remote NXOS device.
[cisco.nxos.nxos_gir](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_gir_module.rst)|Trigger a graceful removal or insertion (GIR) of the switch.
[cisco.nxos.nxos_gir_profile_management](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_gir_profile_management_module.rst)|Create a maintenance-mode or normal-mode profile for GIR.
[cisco.nxos.nxos_hostname](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_hostname_module.rst)|Hostname resource module.
[cisco.nxos.nxos_hsrp](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_hsrp_module.rst)|Manages HSRP configuration on NX-OS switches.
[cisco.nxos.nxos_hsrp_interfaces](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_hsrp_interfaces_module.rst)|HSRP interfaces resource module
[cisco.nxos.nxos_igmp](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_igmp_module.rst)|Manages IGMP global configuration.
[cisco.nxos.nxos_igmp_interface](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_igmp_interface_module.rst)|Manages IGMP interface configuration.
[cisco.nxos.nxos_igmp_snooping](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_igmp_snooping_module.rst)|Manages IGMP snooping global configuration.
[cisco.nxos.nxos_install_os](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_install_os_module.rst)|Set boot options like boot, kickstart image and issu.
[cisco.nxos.nxos_interfaces](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_interfaces_module.rst)|Interfaces resource module
[cisco.nxos.nxos_l2_interfaces](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_l2_interfaces_module.rst)|L2 interfaces resource module
[cisco.nxos.nxos_l3_interfaces](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_l3_interfaces_module.rst)|L3 interfaces resource module
[cisco.nxos.nxos_lacp](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_lacp_module.rst)|LACP resource module
[cisco.nxos.nxos_lacp_interfaces](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_lacp_interfaces_module.rst)|LACP interfaces resource module
[cisco.nxos.nxos_lag_interfaces](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_lag_interfaces_module.rst)|LAG interfaces resource module
[cisco.nxos.nxos_lldp_global](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_lldp_global_module.rst)|LLDP resource module
[cisco.nxos.nxos_lldp_interfaces](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_lldp_interfaces_module.rst)|LLDP interfaces resource module
[cisco.nxos.nxos_logging](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_logging_module.rst)|Manage logging on network devices
[cisco.nxos.nxos_logging_global](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_logging_global_module.rst)|Logging resource module.
[cisco.nxos.nxos_ntp](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_ntp_module.rst)|Manages core NTP configuration.
[cisco.nxos.nxos_ntp_auth](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_ntp_auth_module.rst)|Manages NTP authentication.
[cisco.nxos.nxos_ntp_global](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_ntp_global_module.rst)|NTP Global resource module.
[cisco.nxos.nxos_ntp_options](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_ntp_options_module.rst)|Manages NTP options.
[cisco.nxos.nxos_nxapi](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_nxapi_module.rst)|Manage NXAPI configuration on an NXOS device.
[cisco.nxos.nxos_ospf_interfaces](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_ospf_interfaces_module.rst)|OSPF Interfaces Resource Module.
[cisco.nxos.nxos_ospfv2](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_ospfv2_module.rst)|OSPFv2 resource module
[cisco.nxos.nxos_ospfv3](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_ospfv3_module.rst)|OSPFv3 resource module
[cisco.nxos.nxos_overlay_global](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_overlay_global_module.rst)|Configures anycast gateway MAC of the switch.
[cisco.nxos.nxos_pim](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_pim_module.rst)|Manages configuration of a PIM instance.
[cisco.nxos.nxos_pim_interface](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_pim_interface_module.rst)|Manages PIM interface configuration.
[cisco.nxos.nxos_pim_rp_address](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_pim_rp_address_module.rst)|Manages configuration of an PIM static RP address instance.
[cisco.nxos.nxos_ping](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_ping_module.rst)|Tests reachability using ping from Nexus switch.
[cisco.nxos.nxos_prefix_lists](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_prefix_lists_module.rst)|Prefix-Lists resource module.
[cisco.nxos.nxos_reboot](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_reboot_module.rst)|Reboot a network device.
[cisco.nxos.nxos_rollback](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_rollback_module.rst)|Set a checkpoint or rollback to a checkpoint.
[cisco.nxos.nxos_route_maps](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_route_maps_module.rst)|Route Maps resource module.
[cisco.nxos.nxos_rpm](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_rpm_module.rst)|Install patch or feature rpms on Cisco NX-OS devices.
[cisco.nxos.nxos_snapshot](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_snapshot_module.rst)|Manage snapshots of the running states of selected features.
[cisco.nxos.nxos_snmp_community](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_snmp_community_module.rst)|(deprecated, removed after 2024-01-01) Manages SNMP community configs.
[cisco.nxos.nxos_snmp_contact](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_snmp_contact_module.rst)|(deprecated, removed after 2024-01-01) Manages SNMP contact info.
[cisco.nxos.nxos_snmp_host](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_snmp_host_module.rst)|(deprecated, removed after 2024-01-01) Manages SNMP host configuration.
[cisco.nxos.nxos_snmp_location](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_snmp_location_module.rst)|(deprecated, removed after 2024-01-01) Manages SNMP location information.
[cisco.nxos.nxos_snmp_server](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_snmp_server_module.rst)|SNMP Server resource module.
[cisco.nxos.nxos_snmp_traps](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_snmp_traps_module.rst)|(deprecated, removed after 2024-01-01) Manages SNMP traps.
[cisco.nxos.nxos_snmp_user](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_snmp_user_module.rst)|(deprecated, removed after 2024-01-01) Manages SNMP users for monitoring.
[cisco.nxos.nxos_static_routes](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_static_routes_module.rst)|Static routes resource module
[cisco.nxos.nxos_system](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_system_module.rst)|Manage the system attributes on Cisco NXOS devices
[cisco.nxos.nxos_telemetry](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_telemetry_module.rst)|TELEMETRY resource module
[cisco.nxos.nxos_udld](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_udld_module.rst)|Manages UDLD global configuration params.
[cisco.nxos.nxos_udld_interface](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_udld_interface_module.rst)|Manages UDLD interface configuration params.
[cisco.nxos.nxos_user](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_user_module.rst)|Manage the collection of local users on Nexus devices
[cisco.nxos.nxos_vlans](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_vlans_module.rst)|VLANs resource module
[cisco.nxos.nxos_vpc](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_vpc_module.rst)|Manages global VPC configuration
[cisco.nxos.nxos_vpc_interface](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_vpc_interface_module.rst)|Manages interface VPC configuration
[cisco.nxos.nxos_vrf](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_vrf_module.rst)|Manages global VRF configuration.
[cisco.nxos.nxos_vrf_af](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_vrf_af_module.rst)|Manages VRF AF.
[cisco.nxos.nxos_vrf_interface](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_vrf_interface_module.rst)|Manages interface specific VRF configuration.
[cisco.nxos.nxos_vrrp](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_vrrp_module.rst)|Manages VRRP configuration on NX-OS switches.
[cisco.nxos.nxos_vsan](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_vsan_module.rst)|Configuration of vsan for Cisco NXOS MDS Switches.
[cisco.nxos.nxos_vtp_domain](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_vtp_domain_module.rst)|Manages VTP domain configuration.
[cisco.nxos.nxos_vtp_password](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_vtp_password_module.rst)|Manages VTP password configuration.
[cisco.nxos.nxos_vtp_version](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_vtp_version_module.rst)|Manages VTP version configuration.
[cisco.nxos.nxos_vxlan_vtep](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_vxlan_vtep_module.rst)|Manages VXLAN Network Virtualization Endpoint (NVE).
[cisco.nxos.nxos_vxlan_vtep_vni](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_vxlan_vtep_vni_module.rst)|Creates a Virtual Network Identifier member (VNI)
[cisco.nxos.nxos_zone_zoneset](https://github.com/ansible-collections/cisco.nxos/blob/main/docs/cisco.nxos.nxos_zone_zoneset_module.rst)|Configuration of zone/zoneset for Cisco NXOS MDS Switches.
<!--end collection content-->
Click the ``Content`` button to see the list of content included in this collection.
## Installing this collection
You can install the Cisco NX-OS collection with the Ansible Galaxy CLI:
ansible-galaxy collection install cisco.nxos
You can also include it in a `requirements.yml` file and install it with `ansible-galaxy collection install -r requirements.yml`, using the format:
```yaml
---
collections:
- name: cisco.nxos
```
## Using this collection
This collection includes [network resource modules](https://docs.ansible.com/ansible/latest/network/user_guide/network_resource_modules.html).
### Using modules from the Cisco NX-OS collection in your playbooks
You can call modules by their Fully Qualified Collection Namespace (FQCN), such as `cisco.nxos.nxos_l2_interfaces`.
The following example task replaces configuration changes in the existing configuration on a Cisco NX-OS network device, using the FQCN:
```yaml
---
- name: Replace device configuration of specified L2 interfaces with provided configuration.
cisco.nxos.nxos_l2_interfaces:
config:
- name: Ethernet1/1
trunk:
native_vlan: 20
trunk_vlans: 5-10, 15
state: replaced
```
**NOTE**: For Ansible 2.9, you may not see deprecation warnings when you run your playbooks with this collection. Use this documentation to track when a module is deprecated.
### See Also:
* [Cisco NX-OS Platform Options](https://docs.ansible.com/ansible/latest/network/user_guide/platform_nxos.html)
* [Ansible Using collections](https://docs.ansible.com/ansible/latest/user_guide/collections_using.html) for more details.
## Contributing to this collection
Ongoing development efforts and contributions to this collection are solely focused on enhancements to current resource modules, additional resource modules and enhancements to connection plugins.
We welcome community contributions to this collection. If you find problems, please open an issue or create a PR against the [Cisco NX-OS collection repository](https://github.com/ansible-collections/cisco.nxos). See [Contributing to Ansible-maintained collections](https://docs.ansible.com/ansible/devel/community/contributing_maintained_collections.html#contributing-maintained-collections) for complete details.
You can also join us on:
- IRC - the ``#ansible-network`` [libera.chat](https://libera.chat/) channel
- Slack - https://ansiblenetwork.slack.com
See the [Ansible Community Guide](https://docs.ansible.com/ansible/latest/community/index.html) for details on contributing to Ansible.
### Code of Conduct
This collection follows the Ansible project's
[Code of Conduct](https://docs.ansible.com/ansible/devel/community/code_of_conduct.html).
Please read and familiarize yourself with this document.
## Release notes
Release notes are available [here](https://github.com/ansible-collections/cisco.nxos/blob/main/CHANGELOG.rst).
## Roadmap
<!-- Optional. Include the roadmap for this collection, and the proposed release/versioning strategy so users can anticipate the upgrade/update cycle. -->
## More information
- [Ansible network resources](https://docs.ansible.com/ansible/latest/network/getting_started/network_resources.html)
- [Ansible Collection overview](https://github.com/ansible-collections/overview)
- [Ansible User guide](https://docs.ansible.com/ansible/latest/user_guide/index.html)
- [Ansible Developer guide](https://docs.ansible.com/ansible/latest/dev_guide/index.html)
- [Ansible Community code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html)
## Licensing
GNU General Public License v3.0 or later.
See [LICENSE](https://www.gnu.org/licenses/gpl-3.0.txt) to see the full text.

View File

@@ -0,0 +1,6 @@
# This is a cross-platform list tracking distribution packages needed by tests;
# see https://docs.openstack.org/infra/bindep/ for additional information.
gcc-c++ [doc test platform:rpm]
python3-devel [test platform:rpm]
python3 [test platform:rpm]

View File

@@ -0,0 +1,921 @@
ancestor: null
releases:
1.0.0:
modules:
- description: Manages AAA server global configuration.
name: nxos_aaa_server
namespace: ""
- description: Manages AAA server host-specific configuration.
name: nxos_aaa_server_host
namespace: ""
- description:
(deprecated, removed after 2022-06-01) Manages access list entries
for ACLs.
name: nxos_acl
namespace: ""
- description:
(deprecated, removed after 2022-06-01) Manages applying ACLs to
interfaces.
name: nxos_acl_interface
namespace: ""
- description: ACL interfaces resource module
name: nxos_acl_interfaces
namespace: ""
- description: ACLs resource module
name: nxos_acls
namespace: ""
- description: Manage multiline banners on Cisco NXOS devices
name: nxos_banner
namespace: ""
- description: Bidirectional Forwarding Detection (BFD) global-level configuration
name: nxos_bfd_global
namespace: ""
- description: BFD interfaces resource module
name: nxos_bfd_interfaces
namespace: ""
- description: Manages BGP configuration.
name: nxos_bgp
namespace: ""
- description: Manages BGP Address-family configuration.
name: nxos_bgp_af
namespace: ""
- description: Manages BGP neighbors configurations.
name: nxos_bgp_neighbor
namespace: ""
- description: Manages BGP address-family's neighbors configuration.
name: nxos_bgp_neighbor_af
namespace: ""
- description: Run arbitrary command on Cisco NXOS devices
name: nxos_command
namespace: ""
- description: Manage Cisco NXOS configuration sections
name: nxos_config
namespace: ""
- description: Configuration of device alias.
name: nxos_devicealias
namespace: storage
- description: Handles the EVPN control plane for VXLAN.
name: nxos_evpn_global
namespace: ""
- description: Manages Cisco EVPN VXLAN Network Identifier (VNI).
name: nxos_evpn_vni
namespace: ""
- description: Gets facts about NX-OS switches
name: nxos_facts
namespace: ""
- description: Manage features in NX-OS switches.
name: nxos_feature
namespace: ""
- description: Copy a file to a remote NXOS device.
name: nxos_file_copy
namespace: ""
- description: Trigger a graceful removal or insertion (GIR) of the switch.
name: nxos_gir
namespace: ""
- description: Create a maintenance-mode or normal-mode profile for GIR.
name: nxos_gir_profile_management
namespace: ""
- description: Manages HSRP configuration on NX-OS switches.
name: nxos_hsrp
namespace: ""
- description: HSRP interfaces resource module
name: nxos_hsrp_interfaces
namespace: ""
- description: Manages IGMP global configuration.
name: nxos_igmp
namespace: ""
- description: Manages IGMP interface configuration.
name: nxos_igmp_interface
namespace: ""
- description: Manages IGMP snooping global configuration.
name: nxos_igmp_snooping
namespace: ""
- description: Set boot options like boot, kickstart image and issu.
name: nxos_install_os
namespace: ""
- description:
(deprecated, removed after 2022-06-01) Manages physical attributes
of interfaces.
name: nxos_interface
namespace: ""
- description: Manages configuration of an OSPF interface instance.
name: nxos_interface_ospf
namespace: ""
- description: Interfaces resource module
name: nxos_interfaces
namespace: ""
- description:
(deprecated, removed after 2022-06-01) Manage Layer-2 interface
on Cisco NXOS devices.
name: nxos_l2_interface
namespace: ""
- description: L2 interfaces resource module
name: nxos_l2_interfaces
namespace: ""
- description:
(deprecated, removed after 2022-06-01) Manage L3 interfaces on
Cisco NXOS network devices
name: nxos_l3_interface
namespace: ""
- description: L3 interfaces resource module
name: nxos_l3_interfaces
namespace: ""
- description: LACP resource module
name: nxos_lacp
namespace: ""
- description: LACP interfaces resource module
name: nxos_lacp_interfaces
namespace: ""
- description: LAG interfaces resource module
name: nxos_lag_interfaces
namespace: ""
- description:
(deprecated, removed after 2022-06-01) Manage link aggregation
groups on Cisco NXOS devices.
name: nxos_linkagg
namespace: ""
- description:
(deprecated, removed after 2022-06-01) Manage LLDP configuration
on Cisco NXOS network devices.
name: nxos_lldp
namespace: ""
- description: LLDP resource module
name: nxos_lldp_global
namespace: ""
- description: LLDP interfaces resource module
name: nxos_lldp_interfaces
namespace: ""
- description: Manage logging on network devices
name: nxos_logging
namespace: ""
- description: Manages core NTP configuration.
name: nxos_ntp
namespace: ""
- description: Manages NTP authentication.
name: nxos_ntp_auth
namespace: ""
- description: Manages NTP options.
name: nxos_ntp_options
namespace: ""
- description: Manage NXAPI configuration on an NXOS device.
name: nxos_nxapi
namespace: ""
- description:
(deprecated, removed after 2022-06-01) Manages configuration of
an ospf instance.
name: nxos_ospf
namespace: ""
- description: Manages a VRF for an OSPF router.
name: nxos_ospf_vrf
namespace: ""
- description: OSPFv2 resource module
name: nxos_ospfv2
namespace: ""
- description: Configures anycast gateway MAC of the switch.
name: nxos_overlay_global
namespace: ""
- description: Manages configuration of a PIM instance.
name: nxos_pim
namespace: ""
- description: Manages PIM interface configuration.
name: nxos_pim_interface
namespace: ""
- description: Manages configuration of an PIM static RP address instance.
name: nxos_pim_rp_address
namespace: ""
- description: Tests reachability using ping from Nexus switch.
name: nxos_ping
namespace: ""
- description: Reboot a network device.
name: nxos_reboot
namespace: ""
- description: Set a checkpoint or rollback to a checkpoint.
name: nxos_rollback
namespace: ""
- description: Install patch or feature rpms on Cisco NX-OS devices.
name: nxos_rpm
namespace: ""
- description: Perform SMUs on Cisco NX-OS devices.
name: nxos_smu
namespace: ""
- description: Manage snapshots of the running states of selected features.
name: nxos_snapshot
namespace: ""
- description: Manages SNMP community configs.
name: nxos_snmp_community
namespace: ""
- description: Manages SNMP contact info.
name: nxos_snmp_contact
namespace: ""
- description: Manages SNMP host configuration.
name: nxos_snmp_host
namespace: ""
- description: Manages SNMP location information.
name: nxos_snmp_location
namespace: ""
- description: Manages SNMP traps.
name: nxos_snmp_traps
namespace: ""
- description: Manages SNMP users for monitoring.
name: nxos_snmp_user
namespace: ""
- description: (deprecated, removed after 2022-06-01) Manages static route configuration
name: nxos_static_route
namespace: ""
- description: Static routes resource module
name: nxos_static_routes
namespace: ""
- description: Manage the system attributes on Cisco NXOS devices
name: nxos_system
namespace: ""
- description: TELEMETRY resource module
name: nxos_telemetry
namespace: ""
- description: Manages UDLD global configuration params.
name: nxos_udld
namespace: ""
- description: Manages UDLD interface configuration params.
name: nxos_udld_interface
namespace: ""
- description: Manage the collection of local users on Nexus devices
name: nxos_user
namespace: ""
- description:
(deprecated, removed after 2022-06-01) Manages VLAN resources and
attributes.
name: nxos_vlan
namespace: ""
- description: VLANs resource module
name: nxos_vlans
namespace: ""
- description: Manages global VPC configuration
name: nxos_vpc
namespace: ""
- description: Manages interface VPC configuration
name: nxos_vpc_interface
namespace: ""
- description: Manages global VRF configuration.
name: nxos_vrf
namespace: ""
- description: Manages VRF AF.
name: nxos_vrf_af
namespace: ""
- description: Manages interface specific VRF configuration.
name: nxos_vrf_interface
namespace: ""
- description: Manages VRRP configuration on NX-OS switches.
name: nxos_vrrp
namespace: ""
- description: Configuration of vsan.
name: nxos_vsan
namespace: storage
- description: Manages VTP domain configuration.
name: nxos_vtp_domain
namespace: ""
- description: Manages VTP password configuration.
name: nxos_vtp_password
namespace: ""
- description: Manages VTP version configuration.
name: nxos_vtp_version
namespace: ""
- description: Manages VXLAN Network Virtualization Endpoint (NVE).
name: nxos_vxlan_vtep
namespace: ""
- description: Creates a Virtual Network Identifier member (VNI)
name: nxos_vxlan_vtep_vni
namespace: ""
- description: Configuration of zone/zoneset.
name: nxos_zone_zoneset
namespace: storage
plugins:
cliconf:
- description: Use NX-OS cliconf to run commands on Cisco NX-OS platform
name: nxos
namespace: null
httpapi:
- description: Use NX-API to run commands on Cisco NX-OS platform
name: nxos
namespace: null
release_date: "2020-06-23"
1.0.1:
changes:
bugfixes:
- Element type of `commands` key should be `raw` since it accepts both strings
and dicts (https://github.com/ansible-collections/cisco.nxos/pull/126).
- Fix nxos_interfaces states replaced and overridden (https://github.com/ansible-collections/cisco.nxos/pull/102).
- Fixed force option in lag_interfaces.py (https://github.com/ansible-collections/cisco.nxos/pull/111).
- Make `src`, `backup` and `backup_options` in nxos_config work when module
alias is used (https://github.com/ansible-collections/cisco.nxos/pull/121).
- Makes sure that docstring and argspec are in sync and removes sanity ignores
(https://github.com/ansible-collections/cisco.nxos/pull/112).
- Update docs after sanity fixes to modules.
- nxos_user - do not fail when a custom role is used (https://github.com/ansible-collections/cisco.nxos/pull/130)
minor_changes:
- documentation - Use FQCN when refering to modules (https://github.com/ansible-collections/cisco.nxos/pull/116)
fragments:
- 102-fix-nxos_interfaces-states.yaml
- 111_update_lag_interfaces.yaml
- 116-add-FQCN-for-documentation
- fix_command_key.yaml
- fix_nxos_user_role.yaml
- fix_src_backup_with_module_alias.yaml
- remove_ignores.yaml
- update_docs.yaml
release_date: "2020-08-03"
1.0.2:
changes:
release_summary: Rereleased 1.0.1 with updated changelog.
fragments:
- 1.0.2.yaml
release_date: "2020-08-07"
1.1.0:
changes:
bugfixes:
- Allow facts round trip to work on nxos_vlans (https://github.com/ansible-collections/cisco.nxos/pull/141).
minor_changes:
- Add N9K multisite support(https://github.com/ansible-collections/cisco.nxos/pull/142)
fragments:
- 141_fix_nxos_vlans.yaml
- 142-N9K-multisite.yaml
release_date: "2020-08-28"
1.2.0:
changes:
bugfixes:
- Correctly parse facts for lacp interfaces mode information (https://github.com/ansible-collections/cisco.nxos/pull/164).
- Fix for nxos smu issue (https://github.com/ansible-collections/cisco.nxos/pull/160).
- Fix regex for parsing configuration in nxos_lag_interfaces.
- Fix regexes in nxos_acl_interfaces facts and some code cleanup (https://github.com/ansible-collections/cisco.nxos/issues/149).
- Fix rendering of `log-adjacency-changes` commands.
- Preserve whitespaces in banner text (https://github.com/ansible-collections/cisco.nxos/pull/146).
deprecated_features:
- Deprecated `nxos_smu` in favour of `nxos_rpm` module.
- The `nxos_ospf_vrf` module is deprecated by `nxos_ospfv2` and `nxos_ospfv3`
Resource Modules.
minor_changes:
- Add nxos_ospfv3 module.
- Allow other transfer protocols than scp to pull files from a NXOS device in
nxos_file_copy module. sftp, http, https, tftp and ftp can be choosen as a
transfer protocol, when the file_pull parameter is true..
fragments:
- 161-transfer_protocol_file_copy.yaml
- add_nxos_ospfv3.yaml
- fix_lacp_interfaces_mode_facts_parsing.yaml
- fix_nxos_acl_interfaces.yaml
- fix_nxos_banner_with_spaces.yaml
- fix_nxos_lag_interfaces.yaml
- fix_nxos_ospfv2.yaml
- fix_nxos_smu.yaml
modules:
- description: OSPFv3 resource module
name: nxos_ospfv3
namespace: ""
release_date: "2020-10-01"
1.3.0:
changes:
bugfixes:
- Allow `fex-fabric` option for mode key (https://github.com/ansible-collections/cisco.nxos/issues/166).
- Fixes for nxos rpm issue (https://github.com/ansible-collections/cisco.nxos/pull/173).
- Update regex to accept the platform "N77" as supporting fabricpath.
- Vlan config diff was not removing default values
deprecated_features:
- Deprecated `nxos_interface_ospf` in favor of `nxos_ospf_interfaces` Resource
Module.
minor_changes:
- Add nxos_ospf_interfaces resource module.
fragments:
- add_fex_fabric_l2_inteerfaces.yaml
- add_nxos_ospf_interfaces.yaml
- fix_nxos_rpm.yaml
- fix_vlan_diff.yaml
- vlans-fabricpath-mode-regex.yaml
modules:
- description: OSPF Interfaces Resource Module.
name: nxos_ospf_interfaces
namespace: ""
release_date: "2020-10-29"
1.3.1:
changes:
bugfixes:
- Add version key to galaxy.yaml to work around ansible-galaxy bug
- Allow nxos_user to run with MDS (https://github.com/ansible-collections/cisco.nxos/issues/163).
- Fix for nxos_lag_interfaces issue (https://github.com/ansible-collections/cisco.nxos/pull/194).
- Make sure that the OSPF modules work properly when process_id is a string
(https://github.com/ansible-collections/cisco.nxos/issues/198).
fragments:
- fix_nxos_lag_interfaces_1.yaml
- fix_ospf_process_id.yaml
- galaxy-version.yaml
- support_nxos_user_mds.yaml
release_date: "2020-11-26"
1.4.0:
changes:
bugfixes:
- Add support for interfaces in mode 'fabricpath' to l2_interfaces (https://github.com/ansible-collections/cisco.nxos/issues/220).
- Allow enabling `fabric forwarding` feature through nxos_feature (https://github.com/ansible-collections/cisco.nxos/issues/213).
- Allow tag updates with state replaced (https://github.com/ansible-collections/cisco.nxos/issues/197).
- Fixes traceback while parsing power supply info in nxos_facts for newer NX-OS
releases (https://github.com/ansible-collections/cisco.nxos/issues/192).
- Handle domain-name properly with vrf contexts (https://github.com/ansible-collections/cisco.nxos/issues/234).
- Parse interface contexts properly (https://github.com/ansible-collections/cisco.nxos/issues/195).
- Properly handle partial matches in community string (https://github.com/ansible-collections/cisco.nxos/issues/203).
- Update argspecs with default value for parameters.
- Update docs to clarify the idemptonecy releated caveat and add it in the output
warnings (https://github.com/ansible-collections/ansible.netcommon/pull/189)
- config replace is actually supported for devices other than N9K and hence
we should not fail, and instead let the device handle it (https://github.com/ansible-collections/cisco.nxos/issues/215).
deprecated_features:
- Deprecated `nxos_bgp` and `nxos_bgp_neighbor` modules in favor of `nxos_bgp_global`
resource module.
doc_changes:
- Fix error in ``host_reachability`` parameter's example where a default value
is used, which the ``host_reachability`` parameter does not support. Improve
descriptions of some parameters to be more explicit. Correct spelling and
grammar where errors were noticed.
minor_changes:
- Add `echo_request` option for ICMP.
- Add nxos_bgp_global resource module.
security_fixes:
- Enable no_log for sensitive parameters in argspec.
fragments:
- 204-improve-nxos-vxlan-vtep-module-docs.yaml
- add_default_options.yaml
- add_nxos_bgp_global.yaml
- depr_bgp.yaml
- fix_interface_context.yaml
- fix_l2_interfaces_mode_fabricpath.yaml
- fix_nxos_facts.yaml
- fix_nxos_l3_interfaces_tag.yaml
- fix_nxos_system_vrf_domain.yaml
- mask_sensitive_values.yaml
- nxos_acls.yaml
- nxos_config_diff_doc_update.yaml
- nxos_config_replace.yaml
- nxos_feature.yaml
- nxos_snmp_community.yaml
modules:
- description: BGP Global resource module.
name: nxos_bgp_global
namespace: ""
release_date: "2021-01-29"
2.0.0:
changes:
bugfixes:
- Fail gracefully when BGP is already configured with a different ASN when states
merged or replaced is used.
- Fixes to nxos_logging, nxos_igmp_snooping, nxos_l3_interfaces, nxos_ospf_interfaces
and nxos_static_routes to conform with latest CLI behaviour.
- Properly configure neighbor timers and shutdown state (https://github.com/ansible-collections/cisco.nxos/issues/240).
deprecated_features:
- Deprecated nxos_bgp_af in favour of nxos_bgp_address_family resource module.
- Deprecated nxos_bgp_neighbor_af in favour of nxos_bgp_neighbor_address_family
resource module.
major_changes:
- Requires ansible.netcommon v2.0.0+ to support `ansible_network_single_user_mode`
and `ansible_network_import_modules`.
- "Please refer to
ansible.netcommon
`changelog <https://github.com/ansible-collections/ansible.netcommon/blob/main/changelogs/CHANGELOG.rst#ansible-netcommon-collection-release-notes>`_
for more details."
minor_changes:
- Add bfd option for neighbors (https://github.com/ansible-collections/cisco.nxos/issues/241).
- Add hello_interval_ms option in nxos_pim_interface module to support sub-second
intervals (https://github.com/ansible-collections/cisco.nxos/issues/226).
- Add nxos_bgp_address_family Resource Module.
- Add nxos_bgp_neighbor_address_family Resource Module.
- Add support df_bit and size option for nxos_ping (https://github.com/ansible-collections/cisco.nxos/pull/237).
- Adds support for `single_user_mode` command output caching.
- Move nxos_config idempotent warning message with the task response under `warnings`
key if `changed` is `True`
fragments:
- 237_nxos_ping_df_size.yaml
- add_caching_support.yaml
- add_nxos_bgp_address_family.yaml
- add_nxos_bgp_nbr_af.yaml
- config_module_warning_msg.yaml
- deprecate.yaml
- fix_hello_interval.yaml
- fix_nxos_bgp_global.yaml
- fix_nxos_multi_module.yaml
- major_release.yaml
- update_bgp_global.yaml
modules:
- description: BGP Address Family resource module.
name: nxos_bgp_address_family
namespace: ""
- description: BGP Neighbor Address Family resource module.
name: nxos_bgp_neighbor_address_family
namespace: ""
release_date: "2021-02-24"
2.1.0:
changes:
bugfixes:
- Allow commands to be properly generated with Jinja2 2.10.3 (workaround for
https://github.com/pallets/jinja/issues/710).
- Allow integer values to be set for dscp key (https://github.com/ansible-collections/cisco.nxos/issues/253).
- Do not fail when parsing non rule entries in access-list config (https://github.com/ansible-collections/cisco.nxos/issues/262).
minor_changes:
- Add support for state purged in nxos_interfaces.
security_fixes:
- Properly mask values of sensitive keys in module result.
fragments:
- 259-remove_tests_sanity_requirements.yml
- add_state_purged.yaml
- fix_j2_2_10.yaml
- fix_nxos_acls.yaml
- no_log_fix.yaml
- pim_version_added.yaml
release_date: "2021-03-30"
2.1.1:
changes:
bugfixes:
- For versions >=2.1.0, this collection requires ansible.netcommon >=2.0.1.
- Re-releasing this collection with ansible.netcommon dependency requirements
updated.
fragments:
- 275-add_ignore_txt.yml
- update_requirement.yaml
release_date: "2021-04-09"
2.2.0:
changes:
minor_changes:
- Add nxos_route_maps resource module.
- Add support for ansible_network_resources key allows to fetch the available
resources for a platform (https://github.com/ansible-collections/cisco.nxos/issues/268).
fragments:
- 268_available_network_resources.yaml
- add_nxos_route_maps.yaml
- cahing_tests.yaml
modules:
- description: Route Maps resource module.
name: nxos_route_maps
namespace: ""
release_date: "2021-04-28"
2.3.0:
changes:
bugfixes:
- Fix how `send_community` attribute is handled in `nxos_bgp_neighbor_address_family`
(https://github.com/ansible-collections/cisco.nxos/issues/281).
- Make `passive_interface` work properly when set to False.
minor_changes:
- Add `default_passive_interface` option in `nxos_ospf_interfaces`.
- Add a netconf subplugin to make netconf_* modules work with older NX-OS versions
(https://github.com/ansible-collections/ansible.netcommon/issues/252).
fragments:
- bgp_nbr_af.yaml
- changelog.yaml
- docs_facts.yaml
- docs_spelling_correction.yaml
- fix_ospf_interfaces.yaml
- netconf.yaml
- netconf_fix.yaml
- pre_sort.yaml
plugins:
netconf:
- description:
Use nxos netconf plugin to run netconf commands on Cisco NX-OS
platform.
name: nxos
namespace: null
release_date: "2021-05-18"
2.4.0:
changes:
bugfixes:
- Render neighbor peer_type command correctly (https://github.com/ansible-collections/cisco.nxos/issues/308).
minor_changes:
- Add `advertise_l2vpn_evpn` option in `nxos_bgp_address_family` module (https://github.com/ansible-collections/cisco.nxos/issues/302).
- Add `nxos_prefix_lists` resource module.
fragments:
- fix_nxos_bgp_global.yaml
- nxos_bgp_af.yaml
- nxos_prefix_lists.yaml
- update_readme_freenode_to_libera.yml
modules:
- description: Prefix-Lists resource module.
name: nxos_prefix_lists
namespace: ""
release_date: "2021-06-22"
2.5.0:
changes:
bugfixes:
- Convert vlan lists to ranges in nxos_l2_interfaces (https://github.com/ansible-collections/cisco.nxos/issues/95).
- Do not expand direction 'both' into 'import' and 'export' for Nexus 9000 platforms
(https://github.com/ansible-collections/cisco.nxos/issues/303).
- Prevent traceback when parsing unexpected line in nxos_static_routes.
deprecated_features:
- The nxos_logging module has been deprecated in favor of the new nxos_logging_global
resource module and will be removed in a release after '2023-08-01'.
doc_changes:
- Broken link in documentation fixed.
minor_changes:
- Add nxos_logging_global resource module.
fragments:
- 315-safe-eval-no-concat.yml
- add_nxos_logging_global.yaml
- doc_broken_link.yaml
- l2_interfaces.yaml
- logging_global_return_values.yaml
- nxos_vrf_af_fix.yaml
- prefix_lists.yaml
- static_routes.yaml
modules:
- description: Logging resource module.
name: nxos_logging_global
namespace: ""
release_date: "2021-07-27"
2.5.1:
changes:
bugfixes:
- "`nxos_facts` - Fix gathering CDP neighbor facts from certain N7Ks (https://github.com/ansible-collections/cisco.nxos/issues/329)."
- "`nxos_zone_zoneset` - zone member addition with smart zoning in an already
existing zone should be a no-op (https://github.com/ansible-collections/cisco.nxos/issues/339)."
doc_changes:
- Added notes in module docs to indicate supportability for Cisco MDS.
fragments:
- fix_nbr_cdp_facts.yaml
- fix_nxos_zone_zoneset.yaml
- fix_pylint_issues.yaml
- module_docs_support_for_cisco_mds.yaml
- update_docs_for_mds_support.yaml
release_date: "2021-08-27"
2.6.0:
changes:
bugfixes:
- "`nxos_acls` - Fix traceback with 'port_protocol' range (https://github.com/ansible-collections/cisco.nxos/issues/356)"
- "`nxos_facts` - Fix KeyError while gathering CDP neighbor facts (https://github.com/ansible-collections/cisco.nxos/issues/354)."
- "`nxos_ospf_interfaces` - Correctly sort interface names before rendering."
- "`nxos_vlans` - switching to `| json-pretty` instead of `| json` as a workaround
for the timeout issue with `libssh` (https://github.com/ansible/pylibssh/issues/208)"
deprecated_features:
- Deprecated `nxos_ntp`, `nxos_ntp_options`, `nxos_ntp_auth` modules.
doc_changes:
- "`ospf[v2, v3, _interfaces]` - Area ID should be in IP address format."
minor_changes:
- Add nxos_ntp_global module.
fragments:
- fix_facts.yaml
- fix_ospf_interfaces.yaml
- nxos_acls.yaml
- nxos_ntp_global.yaml
- nxos_ospf_interfaces.yaml
- nxos_vlans_json.yaml
- remove_end_play.yaml
- set_allow_duplicates.yaml
modules:
- description: NTP Global resource module.
name: nxos_ntp_global
namespace: ""
release_date: "2021-09-24"
2.7.0:
changes:
doc_changes:
- Update README with information regarding MDS module testing.
minor_changes:
- "`nxos_telemetry` - Add support for state gathered"
fragments:
- 0-copy_ignore_txt.yml
- nxos_telemetry.yaml
- readme.yaml
release_date: "2021-10-01"
2.7.1:
changes:
bugfixes:
- "`nxos_acls` - Updating an existing ACE can only be done with states replaced
or overridden. Using state merged will result in a failure."
- "`nxos_logging_global` - Fix vlan_mgr not being gathered in facts (https://github.com/ansible-collections/cisco.nxos/issues/380)."
- "`nxos_vlans` - Fallback to json when json-pretty is not supported (https://github.com/ansible-collections/cisco.nxos/issues/377)."
fragments:
- ignores.yaml
- nxos_acls.yaml
- nxos_logging.yaml
- nxos_vlans.yaml
release_date: "2021-11-11"
2.8.0:
changes:
deprecated_features:
- Deprecated nxos_snmp_community module.
- Deprecated nxos_snmp_contact module.
- Deprecated nxos_snmp_host module.
- Deprecated nxos_snmp_location module.
- Deprecated nxos_snmp_traps module.
- Deprecated nxos_snmp_user module.
minor_changes:
- Add nxos_snmp_server resource module.
fragments:
- nxos_snmp_server.yaml
modules:
- description: SNMP Server resource module.
name: nxos_snmp_server
namespace: ""
release_date: "2021-12-07"
2.8.1:
changes:
bugfixes:
- nxos_acls - Fix incorrect parsing of remarks if it has 'ip/ipv6 access-list'
in it.
fragments:
- nxos_acls.yaml
release_date: "2021-12-10"
2.8.2:
changes:
bugfixes:
- "`nxos_ntp_global` - In some cases, there is an extra whitespace in the source-interface
line. This patch accounts for this behaviour in config (https://github.com/ansible-collections/cisco.nxos/issues/399)."
release_summary:
"The v2.8.1 of the cisco.nxos collection is not available on
Ansible Automation Hub. Please download and use v2.8.2 which also contains
an additional bug fix."
fragments:
- ignore.yaml
- nxos_ntp.yaml
- snmp_server_ignore_2.6.yaml
release_date: "2021-12-14"
2.9.0:
changes:
bugfixes:
- "`nxos_bgp_address_family` - Add hmm as valid option for redistribute protocol
(https://github.com/ansible-collections/cisco.nxos/issues/385)."
- "`nxos_snmp_server` - Fix rendering context command (https://github.com/ansible-collections/cisco.nxos/issues/406)."
minor_changes:
- Add nxos_hostname resource module.
fragments:
- nxos_bgp_af.yaml
- nxos_hostname.yaml
- nxos_snmp_server.yaml
- updates.yaml
modules:
- description: Hostname resource module.
name: nxos_hostname
namespace: ""
release_date: "2022-01-31"
2.9.1:
changes:
bugfixes:
- Fix action plugin redirection to make module defaults work properly.
- Fix for nxos_vlans issue (https://github.com/ansible-collections/cisco.nxos/issues/425).
- "`nxos_ntp_global` - Aliased `vrf` to `use_vrf` wherever applicable to maintain
consistency with models for other platforms."
- nxos_snmp_server - Add alias for community (https://github.com/ansible-collections/cisco.nxos/issues/433)
doc_changes:
- Added notes in module docs to indicate supportability for Cisco MDS.
fragments:
- fix_nxos_vlans.yaml
- fix_sanity.yaml
- module_docs_support_for_cisco_mds.yaml
- ntp_global.yaml
- runtime.yaml
- sanity.yaml
- snmp_server.yaml
- tox.yaml
release_date: "2022-04-01"
3.0.0:
changes:
bugfixes:
- "`nxos_lag_interfaces` - Fix KeyError with state overridden when port-channel
has no members (https://github.com/ansible-collections/cisco.nxos/issues/452)."
- "`nxos_ntp_global` - correctly propagate CLI failure for non-existent auth
keys (https://github.com/ansible-collections/cisco.nxos/issues/467)."
- "`nxos_snmp_server` - Properly handle corner cases for snmp-server user (https://github.com/ansible-collections/cisco.nxos/issues/454)."
- "`snmp_server` - Snmp contact/location and location were not gathered if containing
whitespaces."
major_changes:
- The minimum required ansible.netcommon version has been bumped to v2.6.1.
- Updated base plugin references to ansible.netcommon.
- "`nxos_facts` - change default gather_subset to `min` from `!config` (https://github.com/ansible-collections/cisco.nxos/issues/418)."
- nxos_file_copy has been rewritten as a module. This change also removes the
dependency on pexpect for file_pull operation. Since this now uses AnsibleModule
class for argspec validation, the validation messages will be slighlty different.
Expect changes in the return payload in some cases. All functionality remains
unchanged.
minor_changes:
- "`nxos_snmp_server` - add support for BGP, OSPF and OSPFv3 traps."
fragments:
- fix_ci.yaml
- lag_interfaces.yaml
- min_netcommon.yaml
- netcommon_ref_update.yaml
- ntp.yaml
- nxos_facts.yaml
- nxos_file_copy.yaml
- nxos_snmp_server.yaml
- nxos_snmp_server_1.yaml
- snmp_server_PR444.yaml
- stderr.yaml
release_date: "2022-04-28"
3.1.0:
changes:
bugfixes:
- "`nxos_file_copy` - Skip `vrf` when running against MDS switches (https://github.com/ansible-collections/cisco.nxos/issues/508)."
- "`nxos_interfaces` - Enable all virtual interfaces with `enabled` set to True
(https://github.com/ansible-collections/cisco.nxos/issues/335)."
- "`nxos_ntp_global` - Ensure idempotence for aliased keys (https://github.com/ansible-collections/cisco.nxos/issues/484)."
- "`nxos_snmp_server` - Fix typo for traps link cisco-xcvr-mon-status-chg."
doc_changes:
- Updated documentation in nxos_snmp_server, nxos_ntp_global and nxos_logging_global
modules to reflect which options are unsupported on MDS switches.
minor_changes:
- "`nxos_snmp_server` - Add support for localizedV2key (https://github.com/ansible-collections/cisco.nxos/issues/415)."
- "`nxos_snmp_server` - Add support for sha-256 based based user authentication."
fragments:
- 459.yaml
- 500.yaml
- 507.yaml
- 510.yaml
- 512.yaml
- 513.yaml
- 514.yaml
- 515.yaml
- 516.yaml
- 517.yaml
- 518.yaml
- 520.yaml
- 521.yaml
- 522.yaml
- 523.yaml
- cleanup_1.yaml
- file_copy.yaml
- file_cp.yaml
- filecopy_mds.yaml
- include_prepare.yaml
- include_test_case.yaml
- mds_docs.yaml
- ntp_global.yaml
- nxos_interfaces.yaml
- pre-commit.yaml
- sanity.yaml
- sanity_devel.yaml
- set_fact_name.yaml
- snmp_server.yaml
- snmp_server_526.yml
- snmp_server_localized.yaml
- unstyle_equal_debug.yaml
release_date: "2022-06-28"
3.1.1:
changes:
bugfixes:
- Fix issue with modules related to OSPF interfaces failing when the target
NXOS device has subinterfaces.
fragments:
- ospf_subinterface_failure.yaml
- paramiko.yaml
- sanity_fix.yaml
release_date: "2022-09-07"
3.1.2:
changes:
bugfixes:
- "`nxos_facts` - Fixes parsing of module info json data when TABLE_modinfo
entry is a list (https://github.com/ansible-collections/cisco.nxos/issues/559)."
fragments:
- nxos_facts.yaml
release_date: "2022-09-19"
3.2.0:
changes:
bugfixes:
- "`nxos_telemetry` - Allow destination-group & sensor-group id to be strings."
- "`nxos_telemetry` - Allow sensor-group paths to be generated without additional
properties."
minor_changes:
- "`nxos_l3_interfaces` - Add support for toggling ipv6 redirects (https://github.com/ansible-collections/cisco.nxos/issues/569)."
fragments:
- ignore_2.15.yaml
- l3_interfaces.yaml
- passwd_lookup.yaml
- telemetry.yaml
release_date: "2022-10-12"
4.0.0:
changes:
major_changes:
- Please use either of the following connection types - network_cli, httpapi
or netconf.
- "This release drops support for `connection: local` and provider dictionary."
removed_features:
- This release removes the following deprecated plugins that have reached their end-of-life.
- nxos_acl
- nxos_acl_interface
- nxos_interface
- nxos_interface_ospf
- nxos_l2_interface
- nxos_l3_interface
- nxos_linkagg
- nxos_lldp
- nxos_ospf
- nxos_ospf_vrf
- nxos_smu
- nxos_static_route
- nxos_vlan
fragments:
- remove_deprecated.yaml
- remove_net_changes.yaml
- remove_provider.yaml
release_date: "2022-10-13"
4.0.1:
changes:
bugfixes:
- "`nxos_acls` - Parse ICMP echo-reply and echo options correctly (https://github.com/ansible-collections/cisco.nxos/issues/583)."
- "`nxos_acls` - Parse ICMP port-unreachable and unreachable options correctly
(https://github.com/ansible-collections/cisco.nxos/issues/529)."
- "`nxos_acls` - Parse port-protocol options with hypenated names correctly
(https://github.com/ansible-collections/cisco.nxos/issues/557)."
fragments:
- nxos_acls.yaml
- nxos_pim.yaml
release_date: "2022-11-30"

View File

@@ -0,0 +1,32 @@
changelog_filename_template: ../CHANGELOG.rst
changelog_filename_version_depth: 0
changes_file: changelog.yaml
changes_format: combined
keep_fragments: false
mention_ancestor: true
new_plugins_after_name: removed_features
notesdir: fragments
prelude_section_name: release_summary
prelude_section_title: Release Summary
flatmap: true
sections:
- - major_changes
- Major Changes
- - minor_changes
- Minor Changes
- - breaking_changes
- Breaking Changes / Porting Guide
- - deprecated_features
- Deprecated Features
- - removed_features
- Removed Features (previously deprecated)
- - security_fixes
- Security Fixes
- - bugfixes
- Bugfixes
- - known_issues
- Known Issues
- - doc_changes
- Documentation Changes
title: Cisco Nxos Collection
trivial_section_name: trivial

View File

@@ -0,0 +1,615 @@
---
requires_ansible: ">=2.9.10"
plugin_routing:
action:
nxos_aaa_server:
redirect: cisco.nxos.nxos
aaa_server:
redirect: cisco.nxos.nxos
nxos_aaa_server_host:
redirect: cisco.nxos.nxos
aaa_server_host:
redirect: cisco.nxos.nxos
nxos_acl_interfaces:
redirect: cisco.nxos.nxos
acl_interfaces:
redirect: cisco.nxos.nxos
nxos_acls:
redirect: cisco.nxos.nxos
acls:
redirect: cisco.nxos.nxos
nxos_banner:
redirect: cisco.nxos.nxos
banner:
redirect: cisco.nxos.nxos
nxos_bfd_global:
redirect: cisco.nxos.nxos
bfd_global:
redirect: cisco.nxos.nxos
nxos_bfd_interfaces:
redirect: cisco.nxos.nxos
bfd_interfaces:
redirect: cisco.nxos.nxos
nxos_bgp:
redirect: cisco.nxos.nxos
bgp:
redirect: cisco.nxos.nxos
nxos_bgp_af:
redirect: cisco.nxos.nxos
bgp_af:
redirect: cisco.nxos.nxos
nxos_bgp_neighbor:
redirect: cisco.nxos.nxos
bgp_neighbor:
redirect: cisco.nxos.nxos
nxos_bgp_neighbor_af:
redirect: cisco.nxos.nxos
bgp_neighbor_af:
redirect: cisco.nxos.nxos
nxos_command:
redirect: cisco.nxos.nxos
command:
redirect: cisco.nxos.nxos
nxos_config:
redirect: cisco.nxos.nxos
config:
redirect: cisco.nxos.nxos
nxos_devicealias:
redirect: cisco.nxos.nxos
devicealias:
redirect: cisco.nxos.nxos
nxos_evpn_global:
redirect: cisco.nxos.nxos
evpn_global:
redirect: cisco.nxos.nxos
nxos_evpn_vni:
redirect: cisco.nxos.nxos
evpn_vni:
redirect: cisco.nxos.nxos
nxos_facts:
redirect: cisco.nxos.nxos
facts:
redirect: cisco.nxos.nxos
nxos_feature:
redirect: cisco.nxos.nxos
feature:
redirect: cisco.nxos.nxos
nxos_gir:
redirect: cisco.nxos.nxos
gir:
redirect: cisco.nxos.nxos
nxos_gir_profile_management:
redirect: cisco.nxos.nxos
gir_profile_management:
redirect: cisco.nxos.nxos
nxos_hostname:
redirect: cisco.nxos.nxos
hostname:
redirect: cisco.nxos.nxos
nxos_hsrp:
redirect: cisco.nxos.nxos
hsrp:
redirect: cisco.nxos.nxos
nxos_hsrp_interfaces:
redirect: cisco.nxos.nxos
hsrp_interfaces:
redirect: cisco.nxos.nxos
nxos_igmp:
redirect: cisco.nxos.nxos
igmp:
redirect: cisco.nxos.nxos
nxos_igmp_interface:
redirect: cisco.nxos.nxos
igmp_interface:
redirect: cisco.nxos.nxos
nxos_igmp_snooping:
redirect: cisco.nxos.nxos
igmp_snooping:
redirect: cisco.nxos.nxos
nxos_install_os:
redirect: cisco.nxos.nxos
install_os:
redirect: cisco.nxos.nxos
nxos_interfaces:
redirect: cisco.nxos.nxos
interfaces:
redirect: cisco.nxos.nxos
nxos_l2_interfaces:
redirect: cisco.nxos.nxos
l2_interfaces:
redirect: cisco.nxos.nxos
nxos_l3_interfaces:
redirect: cisco.nxos.nxos
l3_interfaces:
redirect: cisco.nxos.nxos
nxos_lacp:
redirect: cisco.nxos.nxos
lacp:
redirect: cisco.nxos.nxos
nxos_lacp_interfaces:
redirect: cisco.nxos.nxos
lacp_interfaces:
redirect: cisco.nxos.nxos
nxos_lag_interfaces:
redirect: cisco.nxos.nxos
lag_interfaces:
redirect: cisco.nxos.nxos
nxos_lldp_global:
redirect: cisco.nxos.nxos
lldp_global:
redirect: cisco.nxos.nxos
nxos_lldp_interfaces:
redirect: cisco.nxos.nxos
lldp_interfaces:
redirect: cisco.nxos.nxos
nxos_logging:
redirect: cisco.nxos.nxos
logging:
redirect: cisco.nxos.nxos
nxos_logging_global:
redirect: cisco.nxos.nxos
logging_global:
redirect: cisco.nxos.nxos
nxos_ntp_global:
redirect: cisco.nxos.nxos
ntp_global:
redirect: cisco.nxos.nxos
nxos_ntp:
redirect: cisco.nxos.nxos
ntp:
redirect: cisco.nxos.nxos
nxos_ntp_auth:
redirect: cisco.nxos.nxos
ntp_auth:
redirect: cisco.nxos.nxos
nxos_ntp_options:
redirect: cisco.nxos.nxos
ntp_options:
redirect: cisco.nxos.nxos
nxos_nxapi:
redirect: cisco.nxos.nxos
nxapi:
redirect: cisco.nxos.nxos
nxos_ospf_interfaces:
redirect: cisco.nxos.nxos
ospf_interfaces:
redirect: cisco.nxos.nxos
nxos_bgp_global:
redirect: cisco.nxos.nxos
bgp_global:
redirect: cisco.nxos.nxos
nxos_bgp_address_family:
redirect: cisco.nxos.nxos
bgp_address_family:
redirect: cisco.nxos.nxos
nxos_ospfv2:
redirect: cisco.nxos.nxos
ospfv2:
redirect: cisco.nxos.nxos
nxos_ospfv3:
redirect: cisco.nxos.nxos
ospfv3:
redirect: cisco.nxos.nxos
nxos_overlay_global:
redirect: cisco.nxos.nxos
overlay_global:
redirect: cisco.nxos.nxos
nxos_pim:
redirect: cisco.nxos.nxos
pim:
redirect: cisco.nxos.nxos
nxos_pim_interface:
redirect: cisco.nxos.nxos
pim_interface:
redirect: cisco.nxos.nxos
nxos_pim_rp_address:
redirect: cisco.nxos.nxos
pim_rp_address:
redirect: cisco.nxos.nxos
nxos_ping:
redirect: cisco.nxos.nxos
ping:
redirect: cisco.nxos.nxos
nxos_prefix_lists:
redirect: cisco.nxos.nxos
prefix_lists:
redirect: cisco.nxos.nxos
nxos_reboot:
redirect: cisco.nxos.nxos
reboot:
redirect: cisco.nxos.nxos
nxos_rollback:
redirect: cisco.nxos.nxos
rollback:
redirect: cisco.nxos.nxos
nxos_route_maps:
redirect: cisco.nxos.nxos
route_maps:
redirect: cisco.nxos.nxos
nxos_rpm:
redirect: cisco.nxos.nxos
rpm:
redirect: cisco.nxos.nxos
nxos_snapshot:
redirect: cisco.nxos.nxos
snapshot:
redirect: cisco.nxos.nxos
nxos_snmp_community:
redirect: cisco.nxos.nxos
snmp_community:
redirect: cisco.nxos.nxos
nxos_snmp_contact:
redirect: cisco.nxos.nxos
snmp_contact:
redirect: cisco.nxos.nxos
nxos_snmp_host:
redirect: cisco.nxos.nxos
snmp_host:
redirect: cisco.nxos.nxos
nxos_snmp_location:
redirect: cisco.nxos.nxos
snmp_location:
redirect: cisco.nxos.nxos
nxos_snmp_server:
redirect: cisco.nxos.nxos
snmp_server:
redirect: cisco.nxos.nxos
nxos_snmp_traps:
redirect: cisco.nxos.nxos
snmp_traps:
redirect: cisco.nxos.nxos
nxos_snmp_user:
redirect: cisco.nxos.nxos
snmp_user:
redirect: cisco.nxos.nxos
nxos_static_route:
redirect: cisco.nxos.nxos
static_routes:
redirect: cisco.nxos.nxos
nxos_system:
redirect: cisco.nxos.nxos
system:
redirect: cisco.nxos.nxos
nxos_telemetry:
redirect: cisco.nxos.nxos
telemetry:
redirect: cisco.nxos.nxos
nxos_udld:
redirect: cisco.nxos.nxos
udld:
redirect: cisco.nxos.nxos
nxos_udld_interface:
redirect: cisco.nxos.nxos
udld_interface:
redirect: cisco.nxos.nxos
nxos_user:
redirect: cisco.nxos.nxos
user:
redirect: cisco.nxos.nxos
nxos_vlans:
redirect: cisco.nxos.nxos
vlans:
redirect: cisco.nxos.nxos
nxos_vpc:
redirect: cisco.nxos.nxos
vpc:
redirect: cisco.nxos.nxos
nxos_vpc_interface:
redirect: cisco.nxos.nxos
vpc_interface:
redirect: cisco.nxos.nxos
nxos_vrf:
redirect: cisco.nxos.nxos
vrf:
redirect: cisco.nxos.nxos
nxos_vrf_af:
redirect: cisco.nxos.nxos
vrf_af:
redirect: cisco.nxos.nxos
nxos_vrf_interface:
redirect: cisco.nxos.nxos
vrf_interface:
redirect: cisco.nxos.nxos
nxos_vrrp:
redirect: cisco.nxos.nxos
vrrp:
redirect: cisco.nxos.nxos
nxos_vsan:
redirect: cisco.nxos.nxos
vsan:
redirect: cisco.nxos.nxos
nxos_vtp_domain:
redirect: cisco.nxos.nxos
vtp_domain:
redirect: cisco.nxos.nxos
nxos_vtp_password:
redirect: cisco.nxos.nxos
vtp_password:
redirect: cisco.nxos.nxos
nxos_vtp_version:
redirect: cisco.nxos.nxos
vtp_version:
redirect: cisco.nxos.nxos
nxos_vxlan_vtep:
redirect: cisco.nxos.nxos
vxlan_vtep:
redirect: cisco.nxos.nxos
nxos_vxlan_vtep_vni:
redirect: cisco.nxos.nxos
vxlan_vtep_vni:
redirect: cisco.nxos.nxos
nxos_zone_zoneset:
redirect: cisco.nxos.nxos
zone_zoneset:
redirect: cisco.nxos.nxos
modules:
aaa_server:
redirect: cisco.nxos.nxos_aaa_server
aaa_server_host:
redirect: cisco.nxos.nxos_aaa_server_host
acl_interfaces:
redirect: cisco.nxos.nxos_acl_interfaces
acls:
redirect: cisco.nxos.nxos_acls
banner:
redirect: cisco.nxos.nxos_banner
bfd_global:
redirect: cisco.nxos.nxos_bfd_global
bfd_interfaces:
redirect: cisco.nxos.nxos_bfd_interfaces
bgp:
redirect: cisco.nxos.nxos_bgp
deprecation:
removal_date: "2023-01-27"
warning_text: See the plugin documentation for more details
nxos_bgp:
deprecation:
removal_date: "2023-01-27"
warning_text: See the plugin documentation for more details
bgp_af:
redirect: cisco.nxos.nxos_bgp_af
deprecation:
removal_date: "2023-02-24"
warning_text: See the plugin documentation for more details
nxos_bgp_af:
deprecation:
removal_date: "2023-02-24"
warning_text: See the plugin documentation for more details
bgp_neighbor:
redirect: cisco.nxos.nxos_bgp_neighbor
deprecation:
removal_date: "2023-01-27"
warning_text: See the plugin documentation for more details
nxos_bgp_neighbor:
deprecation:
removal_date: "2023-01-27"
warning_text: See the plugin documentation for more details
bgp_neighbor_af:
redirect: cisco.nxos.nxos_bgp_neighbor_af
deprecation:
removal_date: "2023-02-24"
warning_text: See the plugin documentation for more details
nxos_bgp_neighbor_af:
deprecation:
removal_date: "2023-02-24"
warning_text: See the plugin documentation for more details
command:
redirect: cisco.nxos.nxos_command
config:
redirect: cisco.nxos.nxos_config
devicealias:
redirect: cisco.nxos.nxos_devicealias
evpn_global:
redirect: cisco.nxos.nxos_evpn_global
evpn_vni:
redirect: cisco.nxos.nxos_evpn_vni
facts:
redirect: cisco.nxos.nxos_facts
feature:
redirect: cisco.nxos.nxos_feature
file_copy:
redirect: cisco.nxos.nxos_file_copy
gir:
redirect: cisco.nxos.nxos_gir
gir_profile_management:
redirect: cisco.nxos.nxos_gir_profile_management
hostname:
redirect: cisco.nxos.nxos_hostname
hsrp:
redirect: cisco.nxos.nxos_hsrp
hsrp_interfaces:
redirect: cisco.nxos.nxos_hsrp_interfaces
igmp:
redirect: cisco.nxos.nxos_igmp
igmp_interface:
redirect: cisco.nxos.nxos_igmp_interface
igmp_snooping:
redirect: cisco.nxos.nxos_igmp_snooping
install_os:
redirect: cisco.nxos.nxos_install_os
interfaces:
redirect: cisco.nxos.nxos_interfaces
l2_interfaces:
redirect: cisco.nxos.nxos_l2_interfaces
l3_interfaces:
redirect: cisco.nxos.nxos_l3_interfaces
lacp:
redirect: cisco.nxos.nxos_lacp
lacp_interfaces:
redirect: cisco.nxos.nxos_lacp_interfaces
lag_interfaces:
redirect: cisco.nxos.nxos_lag_interfaces
lldp_global:
redirect: cisco.nxos.nxos_lldp_global
lldp_interfaces:
redirect: cisco.nxos.nxos_lldp_interfaces
logging:
redirect: cisco.nxos.nxos_logging
deprecation:
removal_date: "2023-08-01"
warning_text: See the plugin documentation for more details
nxos_logging:
deprecation:
removal_date: "2023-08-01"
warning_text: See the plugin documentation for more details
logging_global:
redirect: cisco.nxos.nxos_logging_global
ntp_global:
redirect: cisco.nxos.nxos_ntp_global
ntp:
redirect: cisco.nxos.nxos_ntp
deprecation:
removal_date: "2024-01-01"
warning_text: See the plugin documentation for more details
nxos_ntp:
deprecation:
removal_date: "2024-01-01"
warning_text: See the plugin documentation for more details
ntp_auth:
redirect: cisco.nxos.nxos_ntp_auth
deprecation:
removal_date: "2024-01-01"
warning_text: See the plugin documentation for more details
nxos_ntp_auth:
deprecation:
removal_date: "2024-01-01"
warning_text: See the plugin documentation for more details
ntp_options:
redirect: cisco.nxos.nxos_ntp_options
deprecation:
removal_date: "2024-01-01"
warning_text: See the plugin documentation for more details
nxos_ntp_options:
deprecation:
removal_date: "2024-01-01"
warning_text: See the plugin documentation for more details
nxapi:
redirect: cisco.nxos.nxos_nxapi
ospf_interfaces:
redirect: cisco.nxos.nxos_ospf_interfaces
bgp_global:
redirect: cisco.nxos.nxos_bgp_global
bgp_address_family:
redirect: cisco.nxos.nxos_bgp_address_family
ospfv2:
redirect: cisco.nxos.nxos_ospfv2
ospfv3:
redirect: cisco.nxos.nxos_ospfv3
overlay_global:
redirect: cisco.nxos.nxos_overlay_global
pim:
redirect: cisco.nxos.nxos_pim
pim_interface:
redirect: cisco.nxos.nxos_pim_interface
pim_rp_address:
redirect: cisco.nxos.nxos_pim_rp_address
ping:
redirect: cisco.nxos.nxos_ping
prefix_lists:
redirect: cisco.nxos.nxos_prefix_lists
reboot:
redirect: cisco.nxos.nxos_reboot
rollback:
redirect: cisco.nxos.nxos_rollback
route_maps:
redirect: cisco.nxos.nxos_route_maps
rpm:
redirect: cisco.nxos.nxos_rpm
snapshot:
redirect: cisco.nxos.nxos_snapshot
snmp_community:
redirect: cisco.nxos.nxos_snmp_community
deprecation:
removal_date: "2024-01-01"
warning_text: See the plugin documentation for more details
nxos_snmp_community:
deprecation:
removal_date: "2024-01-01"
warning_text: See the plugin documentation for more details
snmp_contact:
redirect: cisco.nxos.nxos_snmp_contact
deprecation:
removal_date: "2024-01-01"
warning_text: See the plugin documentation for more details
nxos_snmp_contact:
deprecation:
removal_date: "2024-01-01"
warning_text: See the plugin documentation for more details
snmp_host:
redirect: cisco.nxos.nxos_snmp_host
deprecation:
removal_date: "2024-01-01"
warning_text: See the plugin documentation for more details
nxos_snmp_host:
deprecation:
removal_date: "2024-01-01"
warning_text: See the plugin documentation for more details
snmp_location:
redirect: cisco.nxos.nxos_snmp_location
deprecation:
removal_date: "2024-01-01"
warning_text: See the plugin documentation for more details
nxos_snmp_location:
deprecation:
removal_date: "2024-01-01"
warning_text: See the plugin documentation for more details
snmp_server:
redirect: cisco.nxos.nxos_snmp_server
snmp_traps:
redirect: cisco.nxos.nxos_snmp_traps
deprecation:
removal_date: "2024-01-01"
warning_text: See the plugin documentation for more details
nxos_snmp_traps:
deprecation:
removal_date: "2024-01-01"
warning_text: See the plugin documentation for more details
snmp_user:
redirect: cisco.nxos.nxos_snmp_user
deprecation:
removal_date: "2024-01-01"
warning_text: See the plugin documentation for more details
nxos_snmp_user:
deprecation:
removal_date: "2024-01-01"
warning_text: See the plugin documentation for more details
static_routes:
redirect: cisco.nxos.nxos_static_routes
system:
redirect: cisco.nxos.nxos_system
telemetry:
redirect: cisco.nxos.nxos_telemetry
udld:
redirect: cisco.nxos.nxos_udld
udld_interface:
redirect: cisco.nxos.nxos_udld_interface
user:
redirect: cisco.nxos.nxos_user
vlans:
redirect: cisco.nxos.nxos_vlans
vpc:
redirect: cisco.nxos.nxos_vpc
vpc_interface:
redirect: cisco.nxos.nxos_vpc_interface
vrf:
redirect: cisco.nxos.nxos_vrf
vrf_af:
redirect: cisco.nxos.nxos_vrf_af
vrf_interface:
redirect: cisco.nxos.nxos_vrf_interface
vrrp:
redirect: cisco.nxos.nxos_vrrp
vsan:
redirect: cisco.nxos.nxos_vsan
vtp_domain:
redirect: cisco.nxos.nxos_vtp_domain
vtp_password:
redirect: cisco.nxos.nxos_vtp_password
vtp_version:
redirect: cisco.nxos.nxos_vtp_version
vxlan_vtep:
redirect: cisco.nxos.nxos_vxlan_vtep
vxlan_vtep_vni:
redirect: cisco.nxos.nxos_vxlan_vtep_vni
zone_zoneset:
redirect: cisco.nxos.nxos_zone_zoneset

Some files were not shown because too many files have changed in this diff Show More