Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi
sdwan.getServiceRoutingEigrpFeature
Explore with Pulumi AI
This data source can read the Service Routing EIGRP Feature.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getServiceRoutingEigrpFeature({
    id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
    featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_service_routing_eigrp_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
    feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
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.LookupServiceRoutingEigrpFeature(ctx, &sdwan.LookupServiceRoutingEigrpFeatureArgs{
			Id:               "f6b2c44c-693c-4763-b010-895aa3d236bd",
			FeatureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
		}, 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.GetServiceRoutingEigrpFeature.Invoke(new()
    {
        Id = "f6b2c44c-693c-4763-b010-895aa3d236bd",
        FeatureProfileId = "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
    });
});
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.GetServiceRoutingEigrpFeatureArgs;
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.getServiceRoutingEigrpFeature(GetServiceRoutingEigrpFeatureArgs.builder()
            .id("f6b2c44c-693c-4763-b010-895aa3d236bd")
            .featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
            .build());
    }
}
variables:
  example:
    fn::invoke:
      function: sdwan:getServiceRoutingEigrpFeature
      arguments:
        id: f6b2c44c-693c-4763-b010-895aa3d236bd
        featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
Using getServiceRoutingEigrpFeature
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 getServiceRoutingEigrpFeature(args: GetServiceRoutingEigrpFeatureArgs, opts?: InvokeOptions): Promise<GetServiceRoutingEigrpFeatureResult>
function getServiceRoutingEigrpFeatureOutput(args: GetServiceRoutingEigrpFeatureOutputArgs, opts?: InvokeOptions): Output<GetServiceRoutingEigrpFeatureResult>def get_service_routing_eigrp_feature(feature_profile_id: Optional[str] = None,
                                      id: Optional[str] = None,
                                      opts: Optional[InvokeOptions] = None) -> GetServiceRoutingEigrpFeatureResult
def get_service_routing_eigrp_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
                                      id: Optional[pulumi.Input[str]] = None,
                                      opts: Optional[InvokeOptions] = None) -> Output[GetServiceRoutingEigrpFeatureResult]func LookupServiceRoutingEigrpFeature(ctx *Context, args *LookupServiceRoutingEigrpFeatureArgs, opts ...InvokeOption) (*LookupServiceRoutingEigrpFeatureResult, error)
func LookupServiceRoutingEigrpFeatureOutput(ctx *Context, args *LookupServiceRoutingEigrpFeatureOutputArgs, opts ...InvokeOption) LookupServiceRoutingEigrpFeatureResultOutput> Note: This function is named LookupServiceRoutingEigrpFeature in the Go SDK.
public static class GetServiceRoutingEigrpFeature 
{
    public static Task<GetServiceRoutingEigrpFeatureResult> InvokeAsync(GetServiceRoutingEigrpFeatureArgs args, InvokeOptions? opts = null)
    public static Output<GetServiceRoutingEigrpFeatureResult> Invoke(GetServiceRoutingEigrpFeatureInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetServiceRoutingEigrpFeatureResult> getServiceRoutingEigrpFeature(GetServiceRoutingEigrpFeatureArgs args, InvokeOptions options)
public static Output<GetServiceRoutingEigrpFeatureResult> getServiceRoutingEigrpFeature(GetServiceRoutingEigrpFeatureArgs args, InvokeOptions options)
fn::invoke:
  function: sdwan:index/getServiceRoutingEigrpFeature:getServiceRoutingEigrpFeature
  arguments:
    # arguments dictionaryThe following arguments are supported:
- FeatureProfile stringId 
- Feature Profile ID
- Id string
- The id of the Feature
- FeatureProfile stringId 
- Feature Profile ID
- Id string
- The id of the Feature
- featureProfile StringId 
- Feature Profile ID
- id String
- The id of the Feature
- featureProfile stringId 
- Feature Profile ID
- id string
- The id of the Feature
- feature_profile_ strid 
- Feature Profile ID
- id str
- The id of the Feature
- featureProfile StringId 
- Feature Profile ID
- id String
- The id of the Feature
getServiceRoutingEigrpFeature Result
The following output properties are available:
- AuthenticationType string
- Set EIGRP router authentication type
- AuthenticationType stringVariable 
- Variable name
- AutonomousSystem intId 
- Set autonomous system ID \n\n
- AutonomousSystem stringId Variable 
- Variable name
- Description string
- The description of the Feature
- FeatureProfile stringId 
- Feature Profile ID
- 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
- Interfaces
List<GetService Routing Eigrp Feature Interface> 
- Configure IPv4 Static Routes
- Md5Keys
List<GetService Routing Eigrp Feature Md5Key> 
- Set keychain details
- Name string
- The name of the Feature
- Networks
List<GetService Routing Eigrp Feature Network> 
- Configure the networks for EIGRP to advertise
- Redistributes
List<GetService Routing Eigrp Feature Redistribute> 
- Redistribute routes into EIGRP
- RoutePolicy stringId 
- Version int
- The version of the Feature
- AuthenticationType string
- Set EIGRP router authentication type
- AuthenticationType stringVariable 
- Variable name
- AutonomousSystem intId 
- Set autonomous system ID \n\n
- AutonomousSystem stringId Variable 
- Variable name
- Description string
- The description of the Feature
- FeatureProfile stringId 
- Feature Profile ID
- 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
- Interfaces
[]GetService Routing Eigrp Feature Interface 
- Configure IPv4 Static Routes
- Md5Keys
[]GetService Routing Eigrp Feature Md5Key 
- Set keychain details
- Name string
- The name of the Feature
- Networks
[]GetService Routing Eigrp Feature Network 
- Configure the networks for EIGRP to advertise
- Redistributes
[]GetService Routing Eigrp Feature Redistribute 
- Redistribute routes into EIGRP
- RoutePolicy stringId 
- Version int
- The version of the Feature
- authenticationType String
- Set EIGRP router authentication type
- authenticationType StringVariable 
- Variable name
- autonomousSystem IntegerId 
- Set autonomous system ID \n\n
- autonomousSystem StringId Variable 
- Variable name
- description String
- The description of the Feature
- featureProfile StringId 
- Feature Profile ID
- 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
- interfaces
List<GetService Routing Eigrp Feature Interface> 
- Configure IPv4 Static Routes
- md5Keys
List<GetService Routing Eigrp Feature Md5Key> 
- Set keychain details
- name String
- The name of the Feature
- networks
List<GetService Routing Eigrp Feature Network> 
- Configure the networks for EIGRP to advertise
- redistributes
List<GetService Routing Eigrp Feature Redistribute> 
- Redistribute routes into EIGRP
- routePolicy StringId 
- version Integer
- The version of the Feature
- authenticationType string
- Set EIGRP router authentication type
- authenticationType stringVariable 
- Variable name
- autonomousSystem numberId 
- Set autonomous system ID \n\n
- autonomousSystem stringId Variable 
- Variable name
- description string
- The description of the Feature
- featureProfile stringId 
- Feature Profile ID
- 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
- interfaces
GetService Routing Eigrp Feature Interface[] 
- Configure IPv4 Static Routes
- md5Keys
GetService Routing Eigrp Feature Md5Key[] 
- Set keychain details
- name string
- The name of the Feature
- networks
GetService Routing Eigrp Feature Network[] 
- Configure the networks for EIGRP to advertise
- redistributes
GetService Routing Eigrp Feature Redistribute[] 
- Redistribute routes into EIGRP
- routePolicy stringId 
- version number
- The version of the Feature
- authentication_type str
- Set EIGRP router authentication type
- authentication_type_ strvariable 
- Variable name
- autonomous_system_ intid 
- Set autonomous system ID \n\n
- autonomous_system_ strid_ variable 
- Variable name
- description str
- The description of the Feature
- feature_profile_ strid 
- Feature Profile ID
- 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
- interfaces
Sequence[GetService Routing Eigrp Feature Interface] 
- Configure IPv4 Static Routes
- md5_keys Sequence[GetService Routing Eigrp Feature Md5Key] 
- Set keychain details
- name str
- The name of the Feature
- networks
Sequence[GetService Routing Eigrp Feature Network] 
- Configure the networks for EIGRP to advertise
- redistributes
Sequence[GetService Routing Eigrp Feature Redistribute] 
- Redistribute routes into EIGRP
- route_policy_ strid 
- version int
- The version of the Feature
- authenticationType String
- Set EIGRP router authentication type
- authenticationType StringVariable 
- Variable name
- autonomousSystem NumberId 
- Set autonomous system ID \n\n
- autonomousSystem StringId Variable 
- Variable name
- description String
- The description of the Feature
- featureProfile StringId 
- Feature Profile ID
- 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
- interfaces List<Property Map>
- Configure IPv4 Static Routes
- md5Keys List<Property Map>
- Set keychain details
- name String
- The name of the Feature
- networks List<Property Map>
- Configure the networks for EIGRP to advertise
- redistributes List<Property Map>
- Redistribute routes into EIGRP
- routePolicy StringId 
- version Number
- The version of the Feature
Supporting Types
GetServiceRoutingEigrpFeatureInterface     
- Name string
- Set interface name
- NameVariable string
- Variable name
- Shutdown bool
- Enable/disable EIGRP
- ShutdownVariable string
- Variable name
- SummaryAddresses List<GetService Routing Eigrp Feature Interface Summary Address> 
- Set summary addresses
- Name string
- Set interface name
- NameVariable string
- Variable name
- Shutdown bool
- Enable/disable EIGRP
- ShutdownVariable string
- Variable name
- SummaryAddresses []GetService Routing Eigrp Feature Interface Summary Address 
- Set summary addresses
- name String
- Set interface name
- nameVariable String
- Variable name
- shutdown Boolean
- Enable/disable EIGRP
- shutdownVariable String
- Variable name
- summaryAddresses List<GetService Routing Eigrp Feature Interface Summary Address> 
- Set summary addresses
- name string
- Set interface name
- nameVariable string
- Variable name
- shutdown boolean
- Enable/disable EIGRP
- shutdownVariable string
- Variable name
- summaryAddresses GetService Routing Eigrp Feature Interface Summary Address[] 
- Set summary addresses
- name str
- Set interface name
- name_variable str
- Variable name
- shutdown bool
- Enable/disable EIGRP
- shutdown_variable str
- Variable name
- summary_addresses Sequence[GetService Routing Eigrp Feature Interface Summary Address] 
- Set summary addresses
- name String
- Set interface name
- nameVariable String
- Variable name
- shutdown Boolean
- Enable/disable EIGRP
- shutdownVariable String
- Variable name
- summaryAddresses List<Property Map>
- Set summary addresses
GetServiceRoutingEigrpFeatureInterfaceSummaryAddress       
- Address string
- AddressVariable string
- Variable name
- Mask string
- MaskVariable string
- Variable name
- Address string
- AddressVariable string
- Variable name
- Mask string
- MaskVariable string
- Variable name
- address String
- addressVariable String
- Variable name
- mask String
- maskVariable String
- Variable name
- address string
- addressVariable string
- Variable name
- mask string
- maskVariable string
- Variable name
- address str
- address_variable str
- Variable name
- mask str
- mask_variable str
- Variable name
- address String
- addressVariable String
- Variable name
- mask String
- maskVariable String
- Variable name
GetServiceRoutingEigrpFeatureMd5Key     
- KeyId int
- Set MD5 key ID
- KeyId stringVariable 
- Variable name
- KeyString string
- Set MD5 key
- KeyString stringVariable 
- Variable name
- KeyId int
- Set MD5 key ID
- KeyId stringVariable 
- Variable name
- KeyString string
- Set MD5 key
- KeyString stringVariable 
- Variable name
- keyId Integer
- Set MD5 key ID
- keyId StringVariable 
- Variable name
- keyString String
- Set MD5 key
- keyString StringVariable 
- Variable name
- keyId number
- Set MD5 key ID
- keyId stringVariable 
- Variable name
- keyString string
- Set MD5 key
- keyString stringVariable 
- Variable name
- key_id int
- Set MD5 key ID
- key_id_ strvariable 
- Variable name
- key_string str
- Set MD5 key
- key_string_ strvariable 
- Variable name
- keyId Number
- Set MD5 key ID
- keyId StringVariable 
- Variable name
- keyString String
- Set MD5 key
- keyString StringVariable 
- Variable name
GetServiceRoutingEigrpFeatureNetwork     
- IpAddress string
- IpAddress stringVariable 
- Variable name
- Mask string
- MaskVariable string
- Variable name
- IpAddress string
- IpAddress stringVariable 
- Variable name
- Mask string
- MaskVariable string
- Variable name
- ipAddress String
- ipAddress StringVariable 
- Variable name
- mask String
- maskVariable String
- Variable name
- ipAddress string
- ipAddress stringVariable 
- Variable name
- mask string
- maskVariable string
- Variable name
- ip_address str
- ip_address_ strvariable 
- Variable name
- mask str
- mask_variable str
- Variable name
- ipAddress String
- ipAddress StringVariable 
- Variable name
- mask String
- maskVariable String
- Variable name
GetServiceRoutingEigrpFeatureRedistribute     
- Protocol string
- Set the protocol to redistribute routes from
- ProtocolVariable string
- Variable name
- RoutePolicy stringId 
- Protocol string
- Set the protocol to redistribute routes from
- ProtocolVariable string
- Variable name
- RoutePolicy stringId 
- protocol String
- Set the protocol to redistribute routes from
- protocolVariable String
- Variable name
- routePolicy StringId 
- protocol string
- Set the protocol to redistribute routes from
- protocolVariable string
- Variable name
- routePolicy stringId 
- protocol str
- Set the protocol to redistribute routes from
- protocol_variable str
- Variable name
- route_policy_ strid 
- protocol String
- Set the protocol to redistribute routes from
- protocolVariable String
- Variable name
- routePolicy StringId 
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the sdwanTerraform Provider.
