Skip to content

netascode/terraform-nxos-features

Tests

Terraform NX-OS Features Module

Manages NX-OS Features

Examples

module "nxos_features" {
  source  = "netascode/features/nxos"
  version = ">= 0.0.1"

  bfd               = true
  bgp               = true
  dhcp              = true
  evpn              = true
  fabric_forwarding = true
  hsrp              = true
  interface_vlan    = true
  isis              = true
  lacp              = true
  lldp              = true
  nv_overlay        = true
  ospf              = true
  ospfv3            = true
  pim               = true
  ptp               = true
  pvlan             = true
  ssh               = true
  tacacs            = true
  telnet            = true
  udld              = true
  vn_segment        = true
  vpc               = true
}

Requirements

Name Version
terraform >= 1.0.0
nxos >= 0.5.0

Providers

Name Version
nxos >= 0.5.0

Inputs

Name Description Type Default Required
device A device name from the provider configuration. string null no
bfd Enable or disable command feature bfd. bool null no
bgp Enable or disable command feature bgp. bool null no
dhcp Enable or disable command feature dhcp. bool null no
evpn Enable or disable command nv overlay evpn. bool null no
fabric_forwarding Enable or disable command feature fabric forwarding. bool null no
hsrp Enable or disable command feature hsrp. bool null no
interface_vlan Enable or disable command feature interface-vlan. bool null no
isis Enable or disable command feature isis. bool null no
lacp Enable or disable command feature lacp. bool null no
lldp Enable or disable command feature lldp. bool null no
macsec Enable or disable command feature macsec. bool null no
netflow Enable or disable command feature netflow. bool null no
nv_overlay Enable or disable command feature nv overlay. bool null no
ospf Enable or disable command feature ospf. bool null no
ospfv3 Enable or disable command feature ospfv3. bool null no
pim Enable or disable command feature pim. bool null no
ptp Enable or disable command feature ptp. bool null no
pvlan Enable or disable command feature pvlan. bool null no
ssh Enable or disable command feature ssh. bool null no
tacacs Enable or disable command feature tacacs. bool null no
telnet Enable or disable command feature telnet. bool null no
udld Enable or disable command feature udld. bool null no
vn_segment Enable or disable command feature vn segment. bool null no
vpc Enable or disable command feature vpc. bool null no

Outputs

No outputs.

Resources

Name Type
nxos_feature_bfd.fmBfd resource
nxos_feature_bgp.fmBgp resource
nxos_feature_dhcp.fmDhcp resource
nxos_feature_evpn.fmEvpn resource
nxos_feature_hmm.fmHmm resource
nxos_feature_hsrp.fmHsrp resource
nxos_feature_interface_vlan.fmInterfaceVlan resource
nxos_feature_isis.fmIsis resource
nxos_feature_lacp.fmLacp resource
nxos_feature_lldp.fmLldp resource
nxos_feature_macsec.fmMacsec resource
nxos_feature_netflow.fmNetflow resource
nxos_feature_nv_overlay.fmNvo resource
nxos_feature_ospf.fmOspf resource
nxos_feature_ospfv3.fmOspfv3 resource
nxos_feature_pim.fmPim resource
nxos_feature_ptp.fmPtp resource
nxos_feature_pvlan.fmPvlan resource
nxos_feature_ssh.fmSsh resource
nxos_feature_tacacs.fmTacacsplus resource
nxos_feature_telnet.fmTelnet resource
nxos_feature_udld.fmUdld resource
nxos_feature_vn_segment.fmVnSegment resource
nxos_feature_vpc.fmVpc resource
nxos_ospf.ospfEntity resource