ansible-collections / cisco.iosxr

Ansible Network Collection for Cisco IOSXR
GNU General Public License v3.0
69 stars 48 forks source link

support for vrf module as nxos or ios collection #462

Closed antoinekh closed 3 months ago

antoinekh commented 11 months ago
SUMMARY

Could it be possible to have a vrf module for the iosxr collection? This module already exist for Cisco ios and nxos.

ios: https://docs.ansible.com/ansible/latest/collections/cisco/ios/ios_vrf_module.html#ansible-collections-cisco-ios-ios-vrf-module

nxos: https://docs.ansible.com/ansible/latest/collections/cisco/nxos/nxos_vrf_module.html#ansible-collections-cisco-nxos-nxos-vrf-module

ISSUE TYPE
COMPONENT NAME
ADDITIONAL INFORMATION

We need at least something to know with interface is in which VRF with a gathered, and to be able to configure an interface in a specific VRF.

Ruchip16 commented 3 months ago

closing this issue, as we have merged vrf_global and vrf_address_family resource modules.