Cisco Catalyst SD-WAN v0.3.2 published on Wednesday, Jul 16, 2025 by Pulumi
sdwan.getSwitchportFeatureTemplate
Explore with Pulumi AI
This data source can read the Switchport feature template.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getSwitchportFeatureTemplate({
id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_switchport_feature_template(id="f6b2c44c-693c-4763-b010-895aa3d236bd")
package main
import (
"github.com/pulumi/pulumi-sdwan/sdk/go/sdwan"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := sdwan.LookupSwitchportFeatureTemplate(ctx, &sdwan.LookupSwitchportFeatureTemplateArgs{
Id: pulumi.StringRef("f6b2c44c-693c-4763-b010-895aa3d236bd"),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Sdwan = Pulumi.Sdwan;
return await Deployment.RunAsync(() =>
{
var example = Sdwan.GetSwitchportFeatureTemplate.Invoke(new()
{
Id = "f6b2c44c-693c-4763-b010-895aa3d236bd",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.sdwan.SdwanFunctions;
import com.pulumi.sdwan.inputs.GetSwitchportFeatureTemplateArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var example = SdwanFunctions.getSwitchportFeatureTemplate(GetSwitchportFeatureTemplateArgs.builder()
.id("f6b2c44c-693c-4763-b010-895aa3d236bd")
.build());
}
}
variables:
example:
fn::invoke:
function: sdwan:getSwitchportFeatureTemplate
arguments:
id: f6b2c44c-693c-4763-b010-895aa3d236bd
Using getSwitchportFeatureTemplate
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getSwitchportFeatureTemplate(args: GetSwitchportFeatureTemplateArgs, opts?: InvokeOptions): Promise<GetSwitchportFeatureTemplateResult>
function getSwitchportFeatureTemplateOutput(args: GetSwitchportFeatureTemplateOutputArgs, opts?: InvokeOptions): Output<GetSwitchportFeatureTemplateResult>
def get_switchport_feature_template(id: Optional[str] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSwitchportFeatureTemplateResult
def get_switchport_feature_template_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSwitchportFeatureTemplateResult]
func LookupSwitchportFeatureTemplate(ctx *Context, args *LookupSwitchportFeatureTemplateArgs, opts ...InvokeOption) (*LookupSwitchportFeatureTemplateResult, error)
func LookupSwitchportFeatureTemplateOutput(ctx *Context, args *LookupSwitchportFeatureTemplateOutputArgs, opts ...InvokeOption) LookupSwitchportFeatureTemplateResultOutput
> Note: This function is named LookupSwitchportFeatureTemplate
in the Go SDK.
public static class GetSwitchportFeatureTemplate
{
public static Task<GetSwitchportFeatureTemplateResult> InvokeAsync(GetSwitchportFeatureTemplateArgs args, InvokeOptions? opts = null)
public static Output<GetSwitchportFeatureTemplateResult> Invoke(GetSwitchportFeatureTemplateInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSwitchportFeatureTemplateResult> getSwitchportFeatureTemplate(GetSwitchportFeatureTemplateArgs args, InvokeOptions options)
public static Output<GetSwitchportFeatureTemplateResult> getSwitchportFeatureTemplate(GetSwitchportFeatureTemplateArgs args, InvokeOptions options)
fn::invoke:
function: sdwan:index/getSwitchportFeatureTemplate:getSwitchportFeatureTemplate
arguments:
# arguments dictionary
The following arguments are supported:
getSwitchportFeatureTemplate Result
The following output properties are available:
- Age
Out Time int - Set when a MAC table entry ages out (0 to disable, 10-1000000 otherwise)
- Age
Out Time Variable string - Variable name
- Description string
- The description of the feature template
- Device
Types List<string> - List of supported device types
- Id string
- The id of the feature template
- Interfaces
List<Get
Switchport Feature Template Interface> - Interface name: GigabitEthernet0/<>/<> when present
- Module
Type string - Module type
- Name string
- The name of the feature template
- Slot int
- Number of Slots
- Static
Mac Addresses List<Get Switchport Feature Template Static Mac Address> - Add static MAC address entries for interface
- Sub
Slot int - Number of Sub-Slots
- Template
Type string - The template type
- Version int
- The version of the feature template
- Age
Out Time int - Set when a MAC table entry ages out (0 to disable, 10-1000000 otherwise)
- Age
Out Time Variable string - Variable name
- Description string
- The description of the feature template
- Device
Types []string - List of supported device types
- Id string
- The id of the feature template
- Interfaces
[]Get
Switchport Feature Template Interface - Interface name: GigabitEthernet0/<>/<> when present
- Module
Type string - Module type
- Name string
- The name of the feature template
- Slot int
- Number of Slots
- Static
Mac Addresses []Get Switchport Feature Template Static Mac Address - Add static MAC address entries for interface
- Sub
Slot int - Number of Sub-Slots
- Template
Type string - The template type
- Version int
- The version of the feature template
- age
Out Time Integer - Set when a MAC table entry ages out (0 to disable, 10-1000000 otherwise)
- age
Out Time Variable String - Variable name
- description String
- The description of the feature template
- device
Types List<String> - List of supported device types
- id String
- The id of the feature template
- interfaces
List<Get
Switchport Feature Template Interface> - Interface name: GigabitEthernet0/<>/<> when present
- module
Type String - Module type
- name String
- The name of the feature template
- slot Integer
- Number of Slots
- static
Mac Addresses List<Get Switchport Feature Template Static Mac Address> - Add static MAC address entries for interface
- sub
Slot Integer - Number of Sub-Slots
- template
Type String - The template type
- version Integer
- The version of the feature template
- age
Out Time number - Set when a MAC table entry ages out (0 to disable, 10-1000000 otherwise)
- age
Out Time Variable string - Variable name
- description string
- The description of the feature template
- device
Types string[] - List of supported device types
- id string
- The id of the feature template
- interfaces
Get
Switchport Feature Template Interface[] - Interface name: GigabitEthernet0/<>/<> when present
- module
Type string - Module type
- name string
- The name of the feature template
- slot number
- Number of Slots
- static
Mac Addresses Get Switchport Feature Template Static Mac Address[] - Add static MAC address entries for interface
- sub
Slot number - Number of Sub-Slots
- template
Type string - The template type
- version number
- The version of the feature template
- age_
out_ time int - Set when a MAC table entry ages out (0 to disable, 10-1000000 otherwise)
- age_
out_ time_ variable str - Variable name
- description str
- The description of the feature template
- device_
types Sequence[str] - List of supported device types
- id str
- The id of the feature template
- interfaces
Sequence[Get
Switchport Feature Template Interface] - Interface name: GigabitEthernet0/<>/<> when present
- module_
type str - Module type
- name str
- The name of the feature template
- slot int
- Number of Slots
- static_
mac_ addresses Sequence[Get Switchport Feature Template Static Mac Address] - Add static MAC address entries for interface
- sub_
slot int - Number of Sub-Slots
- template_
type str - The template type
- version int
- The version of the feature template
- age
Out Time Number - Set when a MAC table entry ages out (0 to disable, 10-1000000 otherwise)
- age
Out Time Variable String - Variable name
- description String
- The description of the feature template
- device
Types List<String> - List of supported device types
- id String
- The id of the feature template
- interfaces List<Property Map>
- Interface name: GigabitEthernet0/<>/<> when present
- module
Type String - Module type
- name String
- The name of the feature template
- slot Number
- Number of Slots
- static
Mac Addresses List<Property Map> - Add static MAC address entries for interface
- sub
Slot Number - Number of Sub-Slots
- template
Type String - The template type
- version Number
- The version of the feature template
Supporting Types
Get Switchport Feature Template Interface
- Dot1x
Authentication Order Variable string - Variable name
- Dot1x
Authentication Orders List<string> - Specify authentication methods in the order of preference
- Dot1x
Control Direction string - Set uni or bi directional authorization mode
- Dot1x
Control Direction Variable string - Variable name
- Dot1x
Critical Vlan int - Set Critical VLAN
- Dot1x
Critical Vlan Variable string - Variable name
- Dot1x
Enable bool - Set 802.1x on off
- Dot1x
Enable Criticial Voice Vlan bool - Enable Critical Voice VLAN
- Dot1x
Enable Criticial Voice Vlan Variable string - Variable name
- Dot1x
Enable Periodic Reauth bool - Enable Periodic Reauthentication
- Dot1x
Enable Periodic Reauth Variable string - Variable name
- Dot1x
Enable Variable string - Variable name
- Dot1x
Guest Vlan int - Set vlan to drop non-802.1x enabled clients into if client is not in MAB list
- Dot1x
Guest Vlan Variable string - Variable name
- Dot1x
Host Mode string - Set host mode
- Dot1x
Host Mode Variable string - Variable name
- Dot1x
Mac Authentication Bypass bool - MAC Authentication Bypass
- Dot1x
Mac Authentication Bypass Variable string - Variable name
- Dot1x
Pae Enable bool - Set 802.1x Interface Pae Type
- Dot1x
Pae Enable Variable string - Variable name
- Dot1x
Periodic Reauth Inactivity Timeout int - Periodic Reauthentication Inactivity Timeout (in seconds)
- Dot1x
Periodic Reauth Inactivity Timeout Variable string - Variable name
- Dot1x
Periodic Reauth Interval int - Periodic Reauthentication Interval (in seconds)
- Dot1x
Periodic Reauth Interval Variable string - Variable name
- Dot1x
Port Control string - Set Port-Control Mode
- Dot1x
Port Control Variable string - Variable name
- Dot1x
Restricted Vlan int - Set Restricted VLAN ID
- Dot1x
Restricted Vlan Variable string - Variable name
- Duplex string
- Duplex mode
- Duplex
Variable string - Variable name
- Name string
- Set Interface name
- Name
Variable string - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Shutdown bool
- Administrative state
- Shutdown
Variable string - Variable name
- Speed string
- Set interface speed
- Speed
Variable string - Variable name
- Switchport
Access Vlan int - Set VLAN identifier associated with bridging domain
- Switchport
Access Vlan Variable string - Variable name
- Switchport
Mode string - Set type of switch port: access/trunk
- Switchport
Trunk Allowed Vlans string - Configure VLAN IDs used with the trunk
- Switchport
Trunk Allowed Vlans Variable string - Variable name
- Switchport
Trunk Native Vlan int - Configure VLAN ID used for native VLAN
- Switchport
Trunk Native Vlan Variable string - Variable name
- Voice
Vlan int - Configure Voice Vlan
- Voice
Vlan Variable string - Variable name
- Dot1x
Authentication Order Variable string - Variable name
- Dot1x
Authentication Orders []string - Specify authentication methods in the order of preference
- Dot1x
Control Direction string - Set uni or bi directional authorization mode
- Dot1x
Control Direction Variable string - Variable name
- Dot1x
Critical Vlan int - Set Critical VLAN
- Dot1x
Critical Vlan Variable string - Variable name
- Dot1x
Enable bool - Set 802.1x on off
- Dot1x
Enable Criticial Voice Vlan bool - Enable Critical Voice VLAN
- Dot1x
Enable Criticial Voice Vlan Variable string - Variable name
- Dot1x
Enable Periodic Reauth bool - Enable Periodic Reauthentication
- Dot1x
Enable Periodic Reauth Variable string - Variable name
- Dot1x
Enable Variable string - Variable name
- Dot1x
Guest Vlan int - Set vlan to drop non-802.1x enabled clients into if client is not in MAB list
- Dot1x
Guest Vlan Variable string - Variable name
- Dot1x
Host Mode string - Set host mode
- Dot1x
Host Mode Variable string - Variable name
- Dot1x
Mac Authentication Bypass bool - MAC Authentication Bypass
- Dot1x
Mac Authentication Bypass Variable string - Variable name
- Dot1x
Pae Enable bool - Set 802.1x Interface Pae Type
- Dot1x
Pae Enable Variable string - Variable name
- Dot1x
Periodic Reauth Inactivity Timeout int - Periodic Reauthentication Inactivity Timeout (in seconds)
- Dot1x
Periodic Reauth Inactivity Timeout Variable string - Variable name
- Dot1x
Periodic Reauth Interval int - Periodic Reauthentication Interval (in seconds)
- Dot1x
Periodic Reauth Interval Variable string - Variable name
- Dot1x
Port Control string - Set Port-Control Mode
- Dot1x
Port Control Variable string - Variable name
- Dot1x
Restricted Vlan int - Set Restricted VLAN ID
- Dot1x
Restricted Vlan Variable string - Variable name
- Duplex string
- Duplex mode
- Duplex
Variable string - Variable name
- Name string
- Set Interface name
- Name
Variable string - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Shutdown bool
- Administrative state
- Shutdown
Variable string - Variable name
- Speed string
- Set interface speed
- Speed
Variable string - Variable name
- Switchport
Access Vlan int - Set VLAN identifier associated with bridging domain
- Switchport
Access Vlan Variable string - Variable name
- Switchport
Mode string - Set type of switch port: access/trunk
- Switchport
Trunk Allowed Vlans string - Configure VLAN IDs used with the trunk
- Switchport
Trunk Allowed Vlans Variable string - Variable name
- Switchport
Trunk Native Vlan int - Configure VLAN ID used for native VLAN
- Switchport
Trunk Native Vlan Variable string - Variable name
- Voice
Vlan int - Configure Voice Vlan
- Voice
Vlan Variable string - Variable name
- dot1x
Authentication Order Variable String - Variable name
- dot1x
Authentication Orders List<String> - Specify authentication methods in the order of preference
- dot1x
Control Direction String - Set uni or bi directional authorization mode
- dot1x
Control Direction Variable String - Variable name
- dot1x
Critical Vlan Integer - Set Critical VLAN
- dot1x
Critical Vlan Variable String - Variable name
- dot1x
Enable Boolean - Set 802.1x on off
- dot1x
Enable Criticial Voice Vlan Boolean - Enable Critical Voice VLAN
- dot1x
Enable Criticial Voice Vlan Variable String - Variable name
- dot1x
Enable Periodic Reauth Boolean - Enable Periodic Reauthentication
- dot1x
Enable Periodic Reauth Variable String - Variable name
- dot1x
Enable Variable String - Variable name
- dot1x
Guest Vlan Integer - Set vlan to drop non-802.1x enabled clients into if client is not in MAB list
- dot1x
Guest Vlan Variable String - Variable name
- dot1x
Host Mode String - Set host mode
- dot1x
Host Mode Variable String - Variable name
- dot1x
Mac Authentication Bypass Boolean - MAC Authentication Bypass
- dot1x
Mac Authentication Bypass Variable String - Variable name
- dot1x
Pae Enable Boolean - Set 802.1x Interface Pae Type
- dot1x
Pae Enable Variable String - Variable name
- dot1x
Periodic Reauth Inactivity Timeout Integer - Periodic Reauthentication Inactivity Timeout (in seconds)
- dot1x
Periodic Reauth Inactivity Timeout Variable String - Variable name
- dot1x
Periodic Reauth Interval Integer - Periodic Reauthentication Interval (in seconds)
- dot1x
Periodic Reauth Interval Variable String - Variable name
- dot1x
Port Control String - Set Port-Control Mode
- dot1x
Port Control Variable String - Variable name
- dot1x
Restricted Vlan Integer - Set Restricted VLAN ID
- dot1x
Restricted Vlan Variable String - Variable name
- duplex String
- Duplex mode
- duplex
Variable String - Variable name
- name String
- Set Interface name
- name
Variable String - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- shutdown Boolean
- Administrative state
- shutdown
Variable String - Variable name
- speed String
- Set interface speed
- speed
Variable String - Variable name
- switchport
Access Vlan Integer - Set VLAN identifier associated with bridging domain
- switchport
Access Vlan Variable String - Variable name
- switchport
Mode String - Set type of switch port: access/trunk
- switchport
Trunk Allowed Vlans String - Configure VLAN IDs used with the trunk
- switchport
Trunk Allowed Vlans Variable String - Variable name
- switchport
Trunk Native Vlan Integer - Configure VLAN ID used for native VLAN
- switchport
Trunk Native Vlan Variable String - Variable name
- voice
Vlan Integer - Configure Voice Vlan
- voice
Vlan Variable String - Variable name
- dot1x
Authentication Order Variable string - Variable name
- dot1x
Authentication Orders string[] - Specify authentication methods in the order of preference
- dot1x
Control Direction string - Set uni or bi directional authorization mode
- dot1x
Control Direction Variable string - Variable name
- dot1x
Critical Vlan number - Set Critical VLAN
- dot1x
Critical Vlan Variable string - Variable name
- dot1x
Enable boolean - Set 802.1x on off
- dot1x
Enable Criticial Voice Vlan boolean - Enable Critical Voice VLAN
- dot1x
Enable Criticial Voice Vlan Variable string - Variable name
- dot1x
Enable Periodic Reauth boolean - Enable Periodic Reauthentication
- dot1x
Enable Periodic Reauth Variable string - Variable name
- dot1x
Enable Variable string - Variable name
- dot1x
Guest Vlan number - Set vlan to drop non-802.1x enabled clients into if client is not in MAB list
- dot1x
Guest Vlan Variable string - Variable name
- dot1x
Host Mode string - Set host mode
- dot1x
Host Mode Variable string - Variable name
- dot1x
Mac Authentication Bypass boolean - MAC Authentication Bypass
- dot1x
Mac Authentication Bypass Variable string - Variable name
- dot1x
Pae Enable boolean - Set 802.1x Interface Pae Type
- dot1x
Pae Enable Variable string - Variable name
- dot1x
Periodic Reauth Inactivity Timeout number - Periodic Reauthentication Inactivity Timeout (in seconds)
- dot1x
Periodic Reauth Inactivity Timeout Variable string - Variable name
- dot1x
Periodic Reauth Interval number - Periodic Reauthentication Interval (in seconds)
- dot1x
Periodic Reauth Interval Variable string - Variable name
- dot1x
Port Control string - Set Port-Control Mode
- dot1x
Port Control Variable string - Variable name
- dot1x
Restricted Vlan number - Set Restricted VLAN ID
- dot1x
Restricted Vlan Variable string - Variable name
- duplex string
- Duplex mode
- duplex
Variable string - Variable name
- name string
- Set Interface name
- name
Variable string - Variable name
- optional boolean
- Indicates if list item is considered optional.
- shutdown boolean
- Administrative state
- shutdown
Variable string - Variable name
- speed string
- Set interface speed
- speed
Variable string - Variable name
- switchport
Access Vlan number - Set VLAN identifier associated with bridging domain
- switchport
Access Vlan Variable string - Variable name
- switchport
Mode string - Set type of switch port: access/trunk
- switchport
Trunk Allowed Vlans string - Configure VLAN IDs used with the trunk
- switchport
Trunk Allowed Vlans Variable string - Variable name
- switchport
Trunk Native Vlan number - Configure VLAN ID used for native VLAN
- switchport
Trunk Native Vlan Variable string - Variable name
- voice
Vlan number - Configure Voice Vlan
- voice
Vlan Variable string - Variable name
- dot1x_
authentication_ order_ variable str - Variable name
- dot1x_
authentication_ orders Sequence[str] - Specify authentication methods in the order of preference
- dot1x_
control_ direction str - Set uni or bi directional authorization mode
- dot1x_
control_ direction_ variable str - Variable name
- dot1x_
critical_ vlan int - Set Critical VLAN
- dot1x_
critical_ vlan_ variable str - Variable name
- dot1x_
enable bool - Set 802.1x on off
- dot1x_
enable_ criticial_ voice_ vlan bool - Enable Critical Voice VLAN
- dot1x_
enable_ criticial_ voice_ vlan_ variable str - Variable name
- dot1x_
enable_ periodic_ reauth bool - Enable Periodic Reauthentication
- dot1x_
enable_ periodic_ reauth_ variable str - Variable name
- dot1x_
enable_ variable str - Variable name
- dot1x_
guest_ vlan int - Set vlan to drop non-802.1x enabled clients into if client is not in MAB list
- dot1x_
guest_ vlan_ variable str - Variable name
- dot1x_
host_ mode str - Set host mode
- dot1x_
host_ mode_ variable str - Variable name
- dot1x_
mac_ authentication_ bypass bool - MAC Authentication Bypass
- dot1x_
mac_ authentication_ bypass_ variable str - Variable name
- dot1x_
pae_ enable bool - Set 802.1x Interface Pae Type
- dot1x_
pae_ enable_ variable str - Variable name
- dot1x_
periodic_ reauth_ inactivity_ timeout int - Periodic Reauthentication Inactivity Timeout (in seconds)
- dot1x_
periodic_ reauth_ inactivity_ timeout_ variable str - Variable name
- dot1x_
periodic_ reauth_ interval int - Periodic Reauthentication Interval (in seconds)
- dot1x_
periodic_ reauth_ interval_ variable str - Variable name
- dot1x_
port_ control str - Set Port-Control Mode
- dot1x_
port_ control_ variable str - Variable name
- dot1x_
restricted_ vlan int - Set Restricted VLAN ID
- dot1x_
restricted_ vlan_ variable str - Variable name
- duplex str
- Duplex mode
- duplex_
variable str - Variable name
- name str
- Set Interface name
- name_
variable str - Variable name
- optional bool
- Indicates if list item is considered optional.
- shutdown bool
- Administrative state
- shutdown_
variable str - Variable name
- speed str
- Set interface speed
- speed_
variable str - Variable name
- switchport_
access_ vlan int - Set VLAN identifier associated with bridging domain
- switchport_
access_ vlan_ variable str - Variable name
- switchport_
mode str - Set type of switch port: access/trunk
- switchport_
trunk_ allowed_ vlans str - Configure VLAN IDs used with the trunk
- switchport_
trunk_ allowed_ vlans_ variable str - Variable name
- switchport_
trunk_ native_ vlan int - Configure VLAN ID used for native VLAN
- switchport_
trunk_ native_ vlan_ variable str - Variable name
- voice_
vlan int - Configure Voice Vlan
- voice_
vlan_ variable str - Variable name
- dot1x
Authentication Order Variable String - Variable name
- dot1x
Authentication Orders List<String> - Specify authentication methods in the order of preference
- dot1x
Control Direction String - Set uni or bi directional authorization mode
- dot1x
Control Direction Variable String - Variable name
- dot1x
Critical Vlan Number - Set Critical VLAN
- dot1x
Critical Vlan Variable String - Variable name
- dot1x
Enable Boolean - Set 802.1x on off
- dot1x
Enable Criticial Voice Vlan Boolean - Enable Critical Voice VLAN
- dot1x
Enable Criticial Voice Vlan Variable String - Variable name
- dot1x
Enable Periodic Reauth Boolean - Enable Periodic Reauthentication
- dot1x
Enable Periodic Reauth Variable String - Variable name
- dot1x
Enable Variable String - Variable name
- dot1x
Guest Vlan Number - Set vlan to drop non-802.1x enabled clients into if client is not in MAB list
- dot1x
Guest Vlan Variable String - Variable name
- dot1x
Host Mode String - Set host mode
- dot1x
Host Mode Variable String - Variable name
- dot1x
Mac Authentication Bypass Boolean - MAC Authentication Bypass
- dot1x
Mac Authentication Bypass Variable String - Variable name
- dot1x
Pae Enable Boolean - Set 802.1x Interface Pae Type
- dot1x
Pae Enable Variable String - Variable name
- dot1x
Periodic Reauth Inactivity Timeout Number - Periodic Reauthentication Inactivity Timeout (in seconds)
- dot1x
Periodic Reauth Inactivity Timeout Variable String - Variable name
- dot1x
Periodic Reauth Interval Number - Periodic Reauthentication Interval (in seconds)
- dot1x
Periodic Reauth Interval Variable String - Variable name
- dot1x
Port Control String - Set Port-Control Mode
- dot1x
Port Control Variable String - Variable name
- dot1x
Restricted Vlan Number - Set Restricted VLAN ID
- dot1x
Restricted Vlan Variable String - Variable name
- duplex String
- Duplex mode
- duplex
Variable String - Variable name
- name String
- Set Interface name
- name
Variable String - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- shutdown Boolean
- Administrative state
- shutdown
Variable String - Variable name
- speed String
- Set interface speed
- speed
Variable String - Variable name
- switchport
Access Vlan Number - Set VLAN identifier associated with bridging domain
- switchport
Access Vlan Variable String - Variable name
- switchport
Mode String - Set type of switch port: access/trunk
- switchport
Trunk Allowed Vlans String - Configure VLAN IDs used with the trunk
- switchport
Trunk Allowed Vlans Variable String - Variable name
- switchport
Trunk Native Vlan Number - Configure VLAN ID used for native VLAN
- switchport
Trunk Native Vlan Variable String - Variable name
- voice
Vlan Number - Configure Voice Vlan
- voice
Vlan Variable String - Variable name
Get Switchport Feature Template Static Mac Address
- If
Name string - Interface name: GigabitEthernet0/<>/<>
- If
Name Variable string - Variable name
- Mac
Address string - Set MAC address in xxxx.xxxx.xxxx format
- Mac
Address Variable string - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Vlan int
- Configure VLAN ID used with the mac and interface
- Vlan
Variable string - Variable name
- If
Name string - Interface name: GigabitEthernet0/<>/<>
- If
Name Variable string - Variable name
- Mac
Address string - Set MAC address in xxxx.xxxx.xxxx format
- Mac
Address Variable string - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Vlan int
- Configure VLAN ID used with the mac and interface
- Vlan
Variable string - Variable name
- if
Name String - Interface name: GigabitEthernet0/<>/<>
- if
Name Variable String - Variable name
- mac
Address String - Set MAC address in xxxx.xxxx.xxxx format
- mac
Address Variable String - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- vlan Integer
- Configure VLAN ID used with the mac and interface
- vlan
Variable String - Variable name
- if
Name string - Interface name: GigabitEthernet0/<>/<>
- if
Name Variable string - Variable name
- mac
Address string - Set MAC address in xxxx.xxxx.xxxx format
- mac
Address Variable string - Variable name
- optional boolean
- Indicates if list item is considered optional.
- vlan number
- Configure VLAN ID used with the mac and interface
- vlan
Variable string - Variable name
- if_
name str - Interface name: GigabitEthernet0/<>/<>
- if_
name_ variable str - Variable name
- mac_
address str - Set MAC address in xxxx.xxxx.xxxx format
- mac_
address_ variable str - Variable name
- optional bool
- Indicates if list item is considered optional.
- vlan int
- Configure VLAN ID used with the mac and interface
- vlan_
variable str - Variable name
- if
Name String - Interface name: GigabitEthernet0/<>/<>
- if
Name Variable String - Variable name
- mac
Address String - Set MAC address in xxxx.xxxx.xxxx format
- mac
Address Variable String - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- vlan Number
- Configure VLAN ID used with the mac and interface
- vlan
Variable String - Variable name
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
sdwan
Terraform Provider.