Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi
sdwan.getEigrpFeatureTemplate
Explore with Pulumi AI
This data source can read the eigrp feature template.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getEigrpFeatureTemplate({
    id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_eigrp_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.LookupEigrpFeatureTemplate(ctx, &sdwan.LookupEigrpFeatureTemplateArgs{
			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.GetEigrpFeatureTemplate.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.GetEigrpFeatureTemplateArgs;
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.getEigrpFeatureTemplate(GetEigrpFeatureTemplateArgs.builder()
            .id("f6b2c44c-693c-4763-b010-895aa3d236bd")
            .build());
    }
}
variables:
  example:
    fn::invoke:
      function: sdwan:getEigrpFeatureTemplate
      arguments:
        id: f6b2c44c-693c-4763-b010-895aa3d236bd
Using getEigrpFeatureTemplate
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 getEigrpFeatureTemplate(args: GetEigrpFeatureTemplateArgs, opts?: InvokeOptions): Promise<GetEigrpFeatureTemplateResult>
function getEigrpFeatureTemplateOutput(args: GetEigrpFeatureTemplateOutputArgs, opts?: InvokeOptions): Output<GetEigrpFeatureTemplateResult>def get_eigrp_feature_template(id: Optional[str] = None,
                               name: Optional[str] = None,
                               opts: Optional[InvokeOptions] = None) -> GetEigrpFeatureTemplateResult
def get_eigrp_feature_template_output(id: Optional[pulumi.Input[str]] = None,
                               name: Optional[pulumi.Input[str]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetEigrpFeatureTemplateResult]func LookupEigrpFeatureTemplate(ctx *Context, args *LookupEigrpFeatureTemplateArgs, opts ...InvokeOption) (*LookupEigrpFeatureTemplateResult, error)
func LookupEigrpFeatureTemplateOutput(ctx *Context, args *LookupEigrpFeatureTemplateOutputArgs, opts ...InvokeOption) LookupEigrpFeatureTemplateResultOutput> Note: This function is named LookupEigrpFeatureTemplate in the Go SDK.
public static class GetEigrpFeatureTemplate 
{
    public static Task<GetEigrpFeatureTemplateResult> InvokeAsync(GetEigrpFeatureTemplateArgs args, InvokeOptions? opts = null)
    public static Output<GetEigrpFeatureTemplateResult> Invoke(GetEigrpFeatureTemplateInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetEigrpFeatureTemplateResult> getEigrpFeatureTemplate(GetEigrpFeatureTemplateArgs args, InvokeOptions options)
public static Output<GetEigrpFeatureTemplateResult> getEigrpFeatureTemplate(GetEigrpFeatureTemplateArgs args, InvokeOptions options)
fn::invoke:
  function: sdwan:index/getEigrpFeatureTemplate:getEigrpFeatureTemplate
  arguments:
    # arguments dictionaryThe following arguments are supported:
getEigrpFeatureTemplate Result
The following output properties are available:
- AddressFamilies List<GetEigrp Feature Template Address Family> 
- Set EIGRP address family
- AsNumber int
- Set autonomous system ID \n\n
- AsNumber stringVariable 
- Variable name
- AuthenticationType string
- Set EIGRP router authentication type
- AuthenticationType stringVariable 
- Variable name
- Description string
- The description of the feature template
- DeviceTypes List<string>
- List of supported device types
- Filter bool
- Selective route download
- FilterVariable string
- Variable name
- HelloInterval int
- Set EIGRP hello interval
- HelloInterval stringVariable 
- Variable name
- HmacAuthentication stringKey 
- Set hmac-sha-256 authentication key
- HmacAuthentication stringKey Variable 
- Variable name
- HoldTime int
- Set EIGRP hold time
- HoldTime stringVariable 
- Variable name
- Id string
- The id of the feature template
- Interfaces
List<GetEigrp Feature Template Interface> 
- Configure IPv4 Static Routes
- Keys
List<GetEigrp Feature Template Key> 
- Set keychain name
- Name string
- The name of the feature template
- RoutePolicy stringName 
- Configure policy to apply to prefixes received from EIGRP neighbor
- RoutePolicy stringName Variable 
- Variable name
- TemplateType string
- The template type
- Version int
- The version of the feature template
- AddressFamilies []GetEigrp Feature Template Address Family 
- Set EIGRP address family
- AsNumber int
- Set autonomous system ID \n\n
- AsNumber stringVariable 
- Variable name
- AuthenticationType string
- Set EIGRP router authentication type
- AuthenticationType stringVariable 
- Variable name
- Description string
- The description of the feature template
- DeviceTypes []string
- List of supported device types
- Filter bool
- Selective route download
- FilterVariable string
- Variable name
- HelloInterval int
- Set EIGRP hello interval
- HelloInterval stringVariable 
- Variable name
- HmacAuthentication stringKey 
- Set hmac-sha-256 authentication key
- HmacAuthentication stringKey Variable 
- Variable name
- HoldTime int
- Set EIGRP hold time
- HoldTime stringVariable 
- Variable name
- Id string
- The id of the feature template
- Interfaces
[]GetEigrp Feature Template Interface 
- Configure IPv4 Static Routes
- Keys
[]GetEigrp Feature Template Key 
- Set keychain name
- Name string
- The name of the feature template
- RoutePolicy stringName 
- Configure policy to apply to prefixes received from EIGRP neighbor
- RoutePolicy stringName Variable 
- Variable name
- TemplateType string
- The template type
- Version int
- The version of the feature template
- addressFamilies List<GetEigrp Feature Template Address Family> 
- Set EIGRP address family
- asNumber Integer
- Set autonomous system ID \n\n
- asNumber StringVariable 
- Variable name
- authenticationType String
- Set EIGRP router authentication type
- authenticationType StringVariable 
- Variable name
- description String
- The description of the feature template
- deviceTypes List<String>
- List of supported device types
- filter Boolean
- Selective route download
- filterVariable String
- Variable name
- helloInterval Integer
- Set EIGRP hello interval
- helloInterval StringVariable 
- Variable name
- hmacAuthentication StringKey 
- Set hmac-sha-256 authentication key
- hmacAuthentication StringKey Variable 
- Variable name
- holdTime Integer
- Set EIGRP hold time
- holdTime StringVariable 
- Variable name
- id String
- The id of the feature template
- interfaces
List<GetEigrp Feature Template Interface> 
- Configure IPv4 Static Routes
- keys
List<GetEigrp Feature Template Key> 
- Set keychain name
- name String
- The name of the feature template
- routePolicy StringName 
- Configure policy to apply to prefixes received from EIGRP neighbor
- routePolicy StringName Variable 
- Variable name
- templateType String
- The template type
- version Integer
- The version of the feature template
- addressFamilies GetEigrp Feature Template Address Family[] 
- Set EIGRP address family
- asNumber number
- Set autonomous system ID \n\n
- asNumber stringVariable 
- Variable name
- authenticationType string
- Set EIGRP router authentication type
- authenticationType stringVariable 
- Variable name
- description string
- The description of the feature template
- deviceTypes string[]
- List of supported device types
- filter boolean
- Selective route download
- filterVariable string
- Variable name
- helloInterval number
- Set EIGRP hello interval
- helloInterval stringVariable 
- Variable name
- hmacAuthentication stringKey 
- Set hmac-sha-256 authentication key
- hmacAuthentication stringKey Variable 
- Variable name
- holdTime number
- Set EIGRP hold time
- holdTime stringVariable 
- Variable name
- id string
- The id of the feature template
- interfaces
GetEigrp Feature Template Interface[] 
- Configure IPv4 Static Routes
- keys
GetEigrp Feature Template Key[] 
- Set keychain name
- name string
- The name of the feature template
- routePolicy stringName 
- Configure policy to apply to prefixes received from EIGRP neighbor
- routePolicy stringName Variable 
- Variable name
- templateType string
- The template type
- version number
- The version of the feature template
- address_families Sequence[GetEigrp Feature Template Address Family] 
- Set EIGRP address family
- as_number int
- Set autonomous system ID \n\n
- as_number_ strvariable 
- Variable name
- authentication_type str
- Set EIGRP router authentication type
- authentication_type_ strvariable 
- Variable name
- description str
- The description of the feature template
- device_types Sequence[str]
- List of supported device types
- filter bool
- Selective route download
- filter_variable str
- Variable name
- hello_interval int
- Set EIGRP hello interval
- hello_interval_ strvariable 
- Variable name
- hmac_authentication_ strkey 
- Set hmac-sha-256 authentication key
- hmac_authentication_ strkey_ variable 
- Variable name
- hold_time int
- Set EIGRP hold time
- hold_time_ strvariable 
- Variable name
- id str
- The id of the feature template
- interfaces
Sequence[GetEigrp Feature Template Interface] 
- Configure IPv4 Static Routes
- keys
Sequence[GetEigrp Feature Template Key] 
- Set keychain name
- name str
- The name of the feature template
- route_policy_ strname 
- Configure policy to apply to prefixes received from EIGRP neighbor
- route_policy_ strname_ variable 
- Variable name
- template_type str
- The template type
- version int
- The version of the feature template
- addressFamilies List<Property Map>
- Set EIGRP address family
- asNumber Number
- Set autonomous system ID \n\n
- asNumber StringVariable 
- Variable name
- authenticationType String
- Set EIGRP router authentication type
- authenticationType StringVariable 
- Variable name
- description String
- The description of the feature template
- deviceTypes List<String>
- List of supported device types
- filter Boolean
- Selective route download
- filterVariable String
- Variable name
- helloInterval Number
- Set EIGRP hello interval
- helloInterval StringVariable 
- Variable name
- hmacAuthentication StringKey 
- Set hmac-sha-256 authentication key
- hmacAuthentication StringKey Variable 
- Variable name
- holdTime Number
- Set EIGRP hold time
- holdTime StringVariable 
- Variable name
- id String
- The id of the feature template
- interfaces List<Property Map>
- Configure IPv4 Static Routes
- keys List<Property Map>
- Set keychain name
- name String
- The name of the feature template
- routePolicy StringName 
- Configure policy to apply to prefixes received from EIGRP neighbor
- routePolicy StringName Variable 
- Variable name
- templateType String
- The template type
- version Number
- The version of the feature template
Supporting Types
GetEigrpFeatureTemplateAddressFamily     
- Networks
List<GetEigrp Feature Template Address Family Network> 
- Configure the networks for EIGRP to advertise
- Optional bool
- Indicates if list item is considered optional.
- Redistributes
List<GetEigrp Feature Template Address Family Redistribute> 
- Redistribute routes into EIGRP
- Type string
- Set EIGRP address family
- Networks
[]GetEigrp Feature Template Address Family Network 
- Configure the networks for EIGRP to advertise
- Optional bool
- Indicates if list item is considered optional.
- Redistributes
[]GetEigrp Feature Template Address Family Redistribute 
- Redistribute routes into EIGRP
- Type string
- Set EIGRP address family
- networks
List<GetEigrp Feature Template Address Family Network> 
- Configure the networks for EIGRP to advertise
- optional Boolean
- Indicates if list item is considered optional.
- redistributes
List<GetEigrp Feature Template Address Family Redistribute> 
- Redistribute routes into EIGRP
- type String
- Set EIGRP address family
- networks
GetEigrp Feature Template Address Family Network[] 
- Configure the networks for EIGRP to advertise
- optional boolean
- Indicates if list item is considered optional.
- redistributes
GetEigrp Feature Template Address Family Redistribute[] 
- Redistribute routes into EIGRP
- type string
- Set EIGRP address family
- networks
Sequence[GetEigrp Feature Template Address Family Network] 
- Configure the networks for EIGRP to advertise
- optional bool
- Indicates if list item is considered optional.
- redistributes
Sequence[GetEigrp Feature Template Address Family Redistribute] 
- Redistribute routes into EIGRP
- type str
- Set EIGRP address family
- networks List<Property Map>
- Configure the networks for EIGRP to advertise
- optional Boolean
- Indicates if list item is considered optional.
- redistributes List<Property Map>
- Redistribute routes into EIGRP
- type String
- Set EIGRP address family
GetEigrpFeatureTemplateAddressFamilyNetwork      
- Optional bool
- Indicates if list item is considered optional.
- Prefix string
- Configure the prefixes for EIGRP to announce
- PrefixVariable string
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- Prefix string
- Configure the prefixes for EIGRP to announce
- PrefixVariable string
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- prefix String
- Configure the prefixes for EIGRP to announce
- prefixVariable String
- Variable name
- optional boolean
- Indicates if list item is considered optional.
- prefix string
- Configure the prefixes for EIGRP to announce
- prefixVariable string
- Variable name
- optional bool
- Indicates if list item is considered optional.
- prefix str
- Configure the prefixes for EIGRP to announce
- prefix_variable str
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- prefix String
- Configure the prefixes for EIGRP to announce
- prefixVariable String
- Variable name
GetEigrpFeatureTemplateAddressFamilyRedistribute      
- Optional bool
- Indicates if list item is considered optional.
- Protocol string
- Set the protocol to redistribute routes from
- ProtocolVariable string
- Variable name
- RoutePolicy string
- Configure policy to apply to prefixes received from EIGRP neighbor
- RoutePolicy stringVariable 
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- Protocol string
- Set the protocol to redistribute routes from
- ProtocolVariable string
- Variable name
- RoutePolicy string
- Configure policy to apply to prefixes received from EIGRP neighbor
- RoutePolicy stringVariable 
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- protocol String
- Set the protocol to redistribute routes from
- protocolVariable String
- Variable name
- routePolicy String
- Configure policy to apply to prefixes received from EIGRP neighbor
- routePolicy StringVariable 
- Variable name
- optional boolean
- Indicates if list item is considered optional.
- protocol string
- Set the protocol to redistribute routes from
- protocolVariable string
- Variable name
- routePolicy string
- Configure policy to apply to prefixes received from EIGRP neighbor
- routePolicy stringVariable 
- Variable name
- optional bool
- Indicates if list item is considered optional.
- protocol str
- Set the protocol to redistribute routes from
- protocol_variable str
- Variable name
- route_policy str
- Configure policy to apply to prefixes received from EIGRP neighbor
- route_policy_ strvariable 
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- protocol String
- Set the protocol to redistribute routes from
- protocolVariable String
- Variable name
- routePolicy String
- Configure policy to apply to prefixes received from EIGRP neighbor
- routePolicy StringVariable 
- Variable name
GetEigrpFeatureTemplateInterface    
- InterfaceName string
- Set interface name
- InterfaceName stringVariable 
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- Shutdown bool
- Enable/disable EIGRP
- ShutdownVariable string
- Variable name
- SummaryAddresses List<GetEigrp Feature Template Interface Summary Address> 
- Set summary addresses
- InterfaceName string
- Set interface name
- InterfaceName stringVariable 
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- Shutdown bool
- Enable/disable EIGRP
- ShutdownVariable string
- Variable name
- SummaryAddresses []GetEigrp Feature Template Interface Summary Address 
- Set summary addresses
- interfaceName String
- Set interface name
- interfaceName StringVariable 
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- shutdown Boolean
- Enable/disable EIGRP
- shutdownVariable String
- Variable name
- summaryAddresses List<GetEigrp Feature Template Interface Summary Address> 
- Set summary addresses
- interfaceName string
- Set interface name
- interfaceName stringVariable 
- Variable name
- optional boolean
- Indicates if list item is considered optional.
- shutdown boolean
- Enable/disable EIGRP
- shutdownVariable string
- Variable name
- summaryAddresses GetEigrp Feature Template Interface Summary Address[] 
- Set summary addresses
- interface_name str
- Set interface name
- interface_name_ strvariable 
- Variable name
- optional bool
- Indicates if list item is considered optional.
- shutdown bool
- Enable/disable EIGRP
- shutdown_variable str
- Variable name
- summary_addresses Sequence[GetEigrp Feature Template Interface Summary Address] 
- Set summary addresses
- interfaceName String
- Set interface name
- interfaceName StringVariable 
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- shutdown Boolean
- Enable/disable EIGRP
- shutdownVariable String
- Variable name
- summaryAddresses List<Property Map>
- Set summary addresses
GetEigrpFeatureTemplateInterfaceSummaryAddress      
- Optional bool
- Indicates if list item is considered optional.
- Prefix string
- Set summary address prefix
- PrefixVariable string
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- Prefix string
- Set summary address prefix
- PrefixVariable string
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- prefix String
- Set summary address prefix
- prefixVariable String
- Variable name
- optional boolean
- Indicates if list item is considered optional.
- prefix string
- Set summary address prefix
- prefixVariable string
- Variable name
- optional bool
- Indicates if list item is considered optional.
- prefix str
- Set summary address prefix
- prefix_variable str
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- prefix String
- Set summary address prefix
- prefixVariable String
- Variable name
GetEigrpFeatureTemplateKey    
- Md5AuthenticationKey string
- Set MD5 key
- Md5AuthenticationKey stringVariable 
- Variable name
- Md5KeyId int
- Set MD5 key ID
- Md5KeyId stringVariable 
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- Md5AuthenticationKey string
- Set MD5 key
- Md5AuthenticationKey stringVariable 
- Variable name
- Md5KeyId int
- Set MD5 key ID
- Md5KeyId stringVariable 
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- md5AuthenticationKey String
- Set MD5 key
- md5AuthenticationKey StringVariable 
- Variable name
- md5KeyId Integer
- Set MD5 key ID
- md5KeyId StringVariable 
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- md5AuthenticationKey string
- Set MD5 key
- md5AuthenticationKey stringVariable 
- Variable name
- md5KeyId number
- Set MD5 key ID
- md5KeyId stringVariable 
- Variable name
- optional boolean
- Indicates if list item is considered optional.
- md5_authentication_ strkey 
- Set MD5 key
- md5_authentication_ strkey_ variable 
- Variable name
- md5_key_ intid 
- Set MD5 key ID
- md5_key_ strid_ variable 
- Variable name
- optional bool
- Indicates if list item is considered optional.
- md5AuthenticationKey String
- Set MD5 key
- md5AuthenticationKey StringVariable 
- Variable name
- md5KeyId Number
- Set MD5 key ID
- md5KeyId StringVariable 
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the sdwanTerraform Provider.
