Resource Type: netdev_l2_interface

Defined in:
lib/puppet/type/netdev_l2_interface.rb
Providers:
netdev_l2_interface

Overview

The L2 interface

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
    • shutdown (alias for: absent)
    • undo_shutdown (alias for: present)
  • link_type
    Supported values:
    • access
    • trunk
    • hybrid
  • permit_vlan_list
  • pvid

    permit vlan id of the interface

  • tagged_vlan_list
  • untagged_vlan_list

Parameters

  • ifindex

    The index of the interface

  • name (namevar)
  • provider

    The specific backend to use for this ‘netdev_l2_interface` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.