Configuration of vsan for Cisco NXOS MDS Switches.
Version added: 1.0.0
- Configuration of vsan for Cisco MDS NXOS.
Note
- Tested against Cisco MDS NX-OS 8.4(1)
- name: Test that vsan module works
cisco.nxos.nxos_vsan:
vsan:
- id: 922
interface:
- fc1/1
- fc1/2
- port-channel 1
name: vsan-SAN-A
remove: false
suspend: false
- id: 923
interface:
- fc1/11
- fc1/21
- port-channel 2
name: vsan-SAN-B
remove: false
suspend: true
- id: 1923
name: vsan-SAN-Old
remove: true
Common return values are documented here, the following are the fields unique to this module:
- Suhas Bharadwaj (@srbharadwaj) (subharad@cisco.com)