Cisco IOS XE v0.0.1 published on Friday, Sep 22, 2023 by lbrlabs
iosxe.getRouteMap
Explore with Pulumi AI
This data source can read the Route Map configuration.
Example Usage
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Iosxe = Pulumi.Iosxe;
return await Deployment.RunAsync(() =>
{
var example = Iosxe.GetRouteMap.Invoke(new()
{
Name = "RM1",
});
});
package main
import (
"github.com/lbrlabs/pulumi-iosxe/sdk/go/iosxe"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := iosxe.LookupRouteMap(ctx, &iosxe.LookupRouteMapArgs{
Name: "RM1",
}, nil)
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.iosxe.IosxeFunctions;
import com.pulumi.iosxe.inputs.GetRouteMapArgs;
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 = IosxeFunctions.getRouteMap(GetRouteMapArgs.builder()
.name("RM1")
.build());
}
}
import * as pulumi from "@pulumi/pulumi";
import * as iosxe from "@pulumi/iosxe";
const example = iosxe.getRouteMap({
name: "RM1",
});
import pulumi
import pulumi_iosxe as iosxe
example = iosxe.get_route_map(name="RM1")
variables:
example:
fn::invoke:
Function: iosxe:getRouteMap
Arguments:
name: RM1
Using getRouteMap
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 getRouteMap(args: GetRouteMapArgs, opts?: InvokeOptions): Promise<GetRouteMapResult>
function getRouteMapOutput(args: GetRouteMapOutputArgs, opts?: InvokeOptions): Output<GetRouteMapResult>
def get_route_map(device: Optional[str] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetRouteMapResult
def get_route_map_output(device: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetRouteMapResult]
func LookupRouteMap(ctx *Context, args *LookupRouteMapArgs, opts ...InvokeOption) (*LookupRouteMapResult, error)
func LookupRouteMapOutput(ctx *Context, args *LookupRouteMapOutputArgs, opts ...InvokeOption) LookupRouteMapResultOutput
> Note: This function is named LookupRouteMap
in the Go SDK.
public static class GetRouteMap
{
public static Task<GetRouteMapResult> InvokeAsync(GetRouteMapArgs args, InvokeOptions? opts = null)
public static Output<GetRouteMapResult> Invoke(GetRouteMapInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetRouteMapResult> getRouteMap(GetRouteMapArgs args, InvokeOptions options)
public static Output<GetRouteMapResult> getRouteMap(GetRouteMapArgs args, InvokeOptions options)
fn::invoke:
function: iosxe:index/getRouteMap:getRouteMap
arguments:
# arguments dictionary
The following arguments are supported:
getRouteMap Result
The following output properties are available:
- Entries
List<Lbrlabs.
Pulumi Package. Iosxe. Outputs. Get Route Map Entry> - Id string
- The path of the retrieved object.
- Name string
- WORD;;Route map tag
- Device string
- A device name from the provider configuration.
- Entries
[]Get
Route Map Entry - Id string
- The path of the retrieved object.
- Name string
- WORD;;Route map tag
- Device string
- A device name from the provider configuration.
- entries
List<Get
Route Map Entry> - id String
- The path of the retrieved object.
- name String
- WORD;;Route map tag
- device String
- A device name from the provider configuration.
- entries
Get
Route Map Entry[] - id string
- The path of the retrieved object.
- name string
- WORD;;Route map tag
- device string
- A device name from the provider configuration.
- entries
Sequence[Get
Route Map Entry] - id str
- The path of the retrieved object.
- name str
- WORD;;Route map tag
- device str
- A device name from the provider configuration.
- entries List<Property Map>
- id String
- The path of the retrieved object.
- name String
- WORD;;Route map tag
- device String
- A device name from the provider configuration.
Supporting Types
GetRouteMapEntry
- Continue
This property is required. bool - Continue on a different entry within the route-map
- Continue
Sequence Number This property is required. int - Route-map entry sequence number
- Description
This property is required. string - Route-map comment
- Match
As Paths This property is required. List<int> - AS path access-list
- Match
As Paths Legacies This property is required. List<int> - AS path access-list (DEPRECATED - please use route-map configuration in Cisco-IOS-XE-bgp.yang)
- Match
Community List Exact Match This property is required. bool - Do exact matching of communities
- Match
Community Lists This property is required. List<string> - Named Access List
- Match
Community Lists Legacies This property is required. List<string> - Named Access List (DEPRECATED- please use community-list in Cisco-IOS-XE-bgp.yang)
- Match
Extcommunity Lists This property is required. List<string> - Named Access List
- Match
Extcommunity Lists Legacies This property is required. List<string> - Named Access List (DEPRECATED- please use extcommunity-list in Cisco-IOS-XE-bgp.yang)
- Match
Interfaces This property is required. List<string> - Match
Ip Address Access Lists This property is required. List<string> - Match
Ip Address Prefix Lists This property is required. List<string> - Match entries of prefix-lists
- Match
Ip Next Hop Access Lists This property is required. List<string> - Match
Ip Next Hop Prefix Lists This property is required. List<string> - Match entries of prefix-lists
- Match
Ipv6Address Access Lists This property is required. string - Match
Ipv6Address Prefix Lists This property is required. string - IPv6 prefix-list
- Match
Ipv6Next Hop Access Lists This property is required. string - Match
Ipv6Next Hop Prefix Lists This property is required. string - IPv6 prefix-list
- Match
Local Preferences This property is required. List<int> - Match
Local Preferences Legacies This property is required. List<int> - Match
Route Type External This property is required. bool - external route (BGP, EIGRP and OSPF type 1/2)
- Match
Route Type External Type1 This property is required. bool - OSPF external type 1 route
- Match
Route Type External Type2 This property is required. bool - OSPF external type 2 route
- Match
Route Type Internal This property is required. bool - internal route (including OSPF intra/inter area)
- Match
Route Type Level1 This property is required. bool - IS-IS level-1 route
- Match
Route Type Level2 This property is required. bool - IS-IS level-2 route
- Match
Route Type Local This property is required. bool - locally generated route (DEPRECATED - please use route-map configuration in Cisco-IOS-XE-bgp.yang)
- Match
Source Protocol Bgps This property is required. List<string> - Border Gateway Protocol (BGP)
- Match
Source Protocol Connected This property is required. bool - Connected
- Match
Source Protocol Eigrps This property is required. List<string> - Border Gateway Protocol (BGP)
- Match
Source Protocol Isis This property is required. bool - ISO IS-IS
- Match
Source Protocol Lisp This property is required. bool - Locator ID Separation Protocol (LISP)
- Match
Source Protocol Ospfs This property is required. List<string> - Open Shortest Path First (OSPF)
- Match
Source Protocol Ospfv3s This property is required. List<string> - OSPFv3
- Match
Source Protocol Rip This property is required. bool - Routing Information Protocol (RIP)
- Match
Source Protocol Static This property is required. bool - Static routes
This property is required. List<int>- Tag value
- Match
Track This property is required. int - tracking object
- Operation
This property is required. string - Seq
This property is required. int - Set
As Path Prepend As This property is required. string - \n\n;;AS number
- Set
As Path Prepend As Legacy This property is required. string - \n\n;;AS number (DEPRECATED - please use route-map configuration in Cisco-IOS-XE-bgp.yang)
- Set
As Path Prepend Last As This property is required. int - Set
As Path Prepend Last As Legacy This property is required. int - Set
As Path Tag This property is required. bool - Set the tag as an AS-path attribute
- Set
As Path Tag Legacy This property is required. bool - Set the tag as an AS-path attribute (DEPRECATED - please use route-map configuration in Cisco-IOS-XE-bgp.yang)
- Set
Communities This property is required. List<string> - Set
Communities Additive This property is required. bool - Set
Communities Additive Legacy This property is required. bool - Set
Communities Legacies This property is required. List<string> - Set
Community List Delete This property is required. bool - Delete matching communities
- Set
Community List Delete Legacy This property is required. bool - Delete matching communities (DEPRECATED - please use route-map configuration in Cisco-IOS-XE-bgp.yang)
- Set
Community List Expanded This property is required. int - Set
Community List Expanded Legacy This property is required. int - Set
Community List Name This property is required. string - Set
Community List Name Legacy This property is required. string - Set
Community List Standard This property is required. int - Set
Community List Standard Legacy This property is required. int - Set
Community None This property is required. bool - No community attribute
- Set
Community None Legacy This property is required. bool - No community attribute (DEPRECATED - please use route-map configuration in Cisco-IOS-XE-bgp.yang)
- Set
Default Interfaces This property is required. List<string> - SPAN source interface
- Set
Extcomunity Rt Legacies This property is required. List<string> - Set
Extcomunity Rts This property is required. List<string> - Set
Extcomunity Soo This property is required. string - Set
Extcomunity Soo Legacy This property is required. string - Set
Extcomunity Vpn Distinguisher This property is required. string - VPN Distinguisher Extended Community
- Set
Extcomunity Vpn Distinguisher Additive This property is required. bool - Set
Extcomunity Vpn Distinguisher Legacy This property is required. string - Set
Global This property is required. bool - Set
Interfaces This property is required. List<string> - Interface specific information
- Set
Ip Address This property is required. string - Specify prefix-list
- Set
Ip Default Global Next Hop Addresses This property is required. List<string> - Set
Ip Default Next Hop Addresses This property is required. List<string> - Set
Ip Global Next Hop Addresses This property is required. List<string> - Set
Ip Next Hop Addresses This property is required. List<string> - Set
Ip Next Hop Self This property is required. bool - Use self address (for BGP only)
- Set
Ip Qos Group This property is required. int - Set
Ipv6Addresses This property is required. List<string> - IPv6 prefix-list
- Set
Ipv6Default Global Next Hop This property is required. string - Next hop along path
- Set
Ipv6Default Next Hops This property is required. List<string> - Default next hop IPv6 address
- Set
Ipv6Next Hops This property is required. List<string> - Next hop IPv6 address
- Set
Level1 This property is required. bool - Import into a level-1 area
- Set
Level12 This property is required. bool - Import into level-1 and level-2
- Set
Level2 This property is required. bool - Import into level-2 sub-domain
- Set
Local Preference This property is required. int - Preference value
- Set
Local Preference Legacy This property is required. int - Preference value (DEPRECATED - please use route-map configuration in Cisco-IOS-XE-bgp.yang)
- Set
Metric Change This property is required. string - +/-\n\n;;Add or subtract metric
- Set
Metric Delay This property is required. string - EIGRP delay metric, in 10 microsecond units
- Set
Metric Loading This property is required. int - EIGRP Effective bandwidth metric (Loading) where 255 is 100% loaded
- Set
Metric Mtu This property is required. int - EIGRP MTU of the path
- Set
Metric Reliability This property is required. int - EIGRP reliability metric where 255 is 100% reliable
- Set
Metric Type This property is required. string - Type of metric for destination routing protocol
- Set
Metric Value This property is required. int - Metric value or Bandwidth in Kbits per second
- Set
Tag This property is required. int - Tag value
- Set
Vrf This property is required. string - VPN Routing/Forwarding instance name
- Set
Weight This property is required. int - BGP weight for routing table
- Set
Weight Legacy This property is required. int - BGP weight for routing table (DEPRECATED - please use route-map configuration in Cisco-IOS-XE-bgp.yang)
- Continue
This property is required. bool - Continue on a different entry within the route-map
- Continue
Sequence Number This property is required. int - Route-map entry sequence number
- Description
This property is required. string - Route-map comment
- Match
As Paths This property is required. []int - AS path access-list
- Match
As Paths Legacies This property is required. []int - AS path access-list (DEPRECATED - please use route-map configuration in Cisco-IOS-XE-bgp.yang)
- Match
Community List Exact Match This property is required. bool - Do exact matching of communities
- Match
Community Lists This property is required. []string - Named Access List
- Match
Community Lists Legacies This property is required. []string - Named Access List (DEPRECATED- please use community-list in Cisco-IOS-XE-bgp.yang)
- Match
Extcommunity Lists This property is required. []string - Named Access List
- Match
Extcommunity Lists Legacies This property is required. []string - Named Access List (DEPRECATED- please use extcommunity-list in Cisco-IOS-XE-bgp.yang)
- Match
Interfaces This property is required. []string - Match
Ip Address Access Lists This property is required. []string - Match
Ip Address Prefix Lists This property is required. []string - Match entries of prefix-lists
- Match
Ip Next Hop Access Lists This property is required. []string - Match
Ip Next Hop Prefix Lists This property is required. []string - Match entries of prefix-lists
- Match
Ipv6Address Access Lists This property is required. string - Match
Ipv6Address Prefix Lists This property is required. string - IPv6 prefix-list
- Match
Ipv6Next Hop Access Lists This property is required. string - Match
Ipv6Next Hop Prefix Lists This property is required. string - IPv6 prefix-list
- Match
Local Preferences This property is required. []int - Match
Local Preferences Legacies This property is required. []int - Match
Route Type External This property is required. bool - external route (BGP, EIGRP and OSPF type 1/2)
- Match
Route Type External Type1 This property is required. bool - OSPF external type 1 route
- Match
Route Type External Type2 This property is required. bool - OSPF external type 2 route
- Match
Route Type Internal This property is required. bool - internal route (including OSPF intra/inter area)
- Match
Route Type Level1 This property is required. bool - IS-IS level-1 route
- Match
Route Type Level2 This property is required. bool - IS-IS level-2 route
- Match
Route Type Local This property is required. bool - locally generated route (DEPRECATED - please use route-map configuration in Cisco-IOS-XE-bgp.yang)
- Match
Source Protocol Bgps This property is required. []string - Border Gateway Protocol (BGP)
- Match
Source Protocol Connected This property is required. bool - Connected
- Match
Source Protocol Eigrps This property is required. []string - Border Gateway Protocol (BGP)
- Match
Source Protocol Isis This property is required. bool - ISO IS-IS
- Match
Source Protocol Lisp This property is required. bool - Locator ID Separation Protocol (LISP)
- Match
Source Protocol Ospfs This property is required. []string - Open Shortest Path First (OSPF)
- Match
Source Protocol Ospfv3s This property is required. []string - OSPFv3
- Match
Source Protocol Rip This property is required. bool - Routing Information Protocol (RIP)
- Match
Source Protocol Static This property is required. bool - Static routes
This property is required. []int- Tag value
- Match
Track This property is required. int - tracking object
- Operation
This property is required. string - Seq
This property is required. int - Set
As Path Prepend As This property is required. string - \n\n;;AS number
- Set
As Path Prepend As Legacy This property is required. string - \n\n;;AS number (DEPRECATED - please use route-map configuration in Cisco-IOS-XE-bgp.yang)
- Set
As Path Prepend Last As This property is required. int - Set
As Path Prepend Last As Legacy This property is required. int - Set
As Path Tag This property is required. bool - Set the tag as an AS-path attribute
- Set
As Path Tag Legacy This property is required. bool - Set the tag as an AS-path attribute (DEPRECATED - please use route-map configuration in Cisco-IOS-XE-bgp.yang)
- Set
Communities This property is required. []string - Set
Communities Additive This property is required. bool - Set
Communities Additive Legacy This property is required. bool - Set
Communities Legacies This property is required. []string - Set
Community List Delete This property is required. bool - Delete matching communities
- Set
Community List Delete Legacy This property is required. bool - Delete matching communities (DEPRECATED - please use route-map configuration in Cisco-IOS-XE-bgp.yang)
- Set
Community List Expanded This property is required. int - Set
Community List Expanded Legacy This property is required. int - Set
Community List Name This property is required. string - Set
Community List Name Legacy This property is required. string - Set
Community List Standard This property is required. int - Set
Community List Standard Legacy This property is required. int - Set
Community None This property is required. bool - No community attribute
- Set
Community None Legacy This property is required. bool - No community attribute (DEPRECATED - please use route-map configuration in Cisco-IOS-XE-bgp.yang)
- Set
Default Interfaces This property is required. []string - SPAN source interface
- Set
Extcomunity Rt Legacies This property is required. []string - Set
Extcomunity Rts This property is required. []string - Set
Extcomunity Soo This property is required. string - Set
Extcomunity Soo Legacy This property is required. string - Set
Extcomunity Vpn Distinguisher This property is required. string - VPN Distinguisher Extended Community
- Set
Extcomunity Vpn Distinguisher Additive This property is required. bool - Set
Extcomunity Vpn Distinguisher Legacy This property is required. string - Set
Global This property is required. bool - Set
Interfaces This property is required. []string - Interface specific information
- Set
Ip Address This property is required. string - Specify prefix-list
- Set
Ip Default Global Next Hop Addresses This property is required. []string - Set
Ip Default Next Hop Addresses This property is required. []string - Set
Ip Global Next Hop Addresses This property is required. []string - Set
Ip Next Hop Addresses This property is required. []string - Set
Ip Next Hop Self This property is required. bool - Use self address (for BGP only)
- Set
Ip Qos Group This property is required. int - Set
Ipv6Addresses This property is required. []string - IPv6 prefix-list
- Set
Ipv6Default Global Next Hop This property is required. string - Next hop along path
- Set
Ipv6Default Next Hops This property is required. []string - Default next hop IPv6 address
- Set
Ipv6Next Hops This property is required. []string - Next hop IPv6 address
- Set
Level1 This property is required. bool - Import into a level-1 area
- Set
Level12 This property is required. bool - Import into level-1 and level-2
- Set
Level2 This property is required. bool - Import into level-2 sub-domain
- Set
Local Preference This property is required. int - Preference value
- Set
Local Preference Legacy This property is required. int - Preference value (DEPRECATED - please use route-map configuration in Cisco-IOS-XE-bgp.yang)
- Set
Metric Change This property is required. string - +/-\n\n;;Add or subtract metric
- Set
Metric Delay This property is required. string - EIGRP delay metric, in 10 microsecond units
- Set
Metric Loading This property is required. int - EIGRP Effective bandwidth metric (Loading) where 255 is 100% loaded
- Set
Metric Mtu This property is required. int - EIGRP MTU of the path
- Set
Metric Reliability This property is required. int - EIGRP reliability metric where 255 is 100% reliable
- Set
Metric Type This property is required. string - Type of metric for destination routing protocol
- Set
Metric Value This property is required. int - Metric value or Bandwidth in Kbits per second
- Set
Tag This property is required. int - Tag value
- Set
Vrf This property is required. string - VPN Routing/Forwarding instance name
- Set
Weight This property is required. int - BGP weight for routing table
- Set
Weight Legacy This property is required. int - BGP weight for routing table (DEPRECATED - please use route-map configuration in Cisco-IOS-XE-bgp.yang)
- continue
Sequence Number This property is required. Integer - Route-map entry sequence number
- continue_
This property is required. Boolean - Continue on a different entry within the route-map
- description
This property is required. String - Route-map comment
- match
As Paths This property is required. List<Integer> - AS path access-list
- match
As Paths Legacies This property is required. List<Integer> - AS path access-list (DEPRECATED - please use route-map configuration in Cisco-IOS-XE-bgp.yang)
- match
Community List Exact Match This property is required. Boolean - Do exact matching of communities
- match
Community Lists This property is required. List<String> - Named Access List
- match
Community Lists Legacies This property is required. List<String> - Named Access List (DEPRECATED- please use community-list in Cisco-IOS-XE-bgp.yang)
- match
Extcommunity Lists This property is required. List<String> - Named Access List
- match
Extcommunity Lists Legacies This property is required. List<String> - Named Access List (DEPRECATED- please use extcommunity-list in Cisco-IOS-XE-bgp.yang)
- match
Interfaces This property is required. List<String> - match
Ip Address Access Lists This property is required. List<String> - match
Ip Address Prefix Lists This property is required. List<String> - Match entries of prefix-lists
- match
Ip Next Hop Access Lists This property is required. List<String> - match
Ip Next Hop Prefix Lists This property is required. List<String> - Match entries of prefix-lists
- match
Ipv6Address Access Lists This property is required. String - match
Ipv6Address Prefix Lists This property is required. String - IPv6 prefix-list
- match
Ipv6Next Hop Access Lists This property is required. String - match
Ipv6Next Hop Prefix Lists This property is required. String - IPv6 prefix-list
- match
Local Preferences This property is required. List<Integer> - match
Local Preferences Legacies This property is required. List<Integer> - match
Route Type External This property is required. Boolean - external route (BGP, EIGRP and OSPF type 1/2)
- match
Route Type External Type1 This property is required. Boolean - OSPF external type 1 route
- match
Route Type External Type2 This property is required. Boolean - OSPF external type 2 route
- match
Route Type Internal This property is required. Boolean - internal route (including OSPF intra/inter area)
- match
Route Type Level1 This property is required. Boolean - IS-IS level-1 route
- match
Route Type Level2 This property is required. Boolean - IS-IS level-2 route
- match
Route Type Local This property is required. Boolean - locally generated route (DEPRECATED - please use route-map configuration in Cisco-IOS-XE-bgp.yang)
- match
Source Protocol Bgps This property is required. List<String> - Border Gateway Protocol (BGP)
- match
Source Protocol Connected This property is required. Boolean - Connected
- match
Source Protocol Eigrps This property is required. List<String> - Border Gateway Protocol (BGP)
- match
Source Protocol Isis This property is required. Boolean - ISO IS-IS
- match
Source Protocol Lisp This property is required. Boolean - Locator ID Separation Protocol (LISP)
- match
Source Protocol Ospfs This property is required. List<String> - Open Shortest Path First (OSPF)
- match
Source Protocol Ospfv3s This property is required. List<String> - OSPFv3
- match
Source Protocol Rip This property is required. Boolean - Routing Information Protocol (RIP)
- match
Source Protocol Static This property is required. Boolean - Static routes
This property is required. List<Integer>- Tag value
- match
Track This property is required. Integer - tracking object
- operation
This property is required. String - seq
This property is required. Integer - set
As Path Prepend As This property is required. String - \n\n;;AS number
- set
As Path Prepend As Legacy This property is required. String - \n\n;;AS number (DEPRECATED - please use route-map configuration in Cisco-IOS-XE-bgp.yang)
- set
As Path Prepend Last As This property is required. Integer - set
As Path Prepend Last As Legacy This property is required. Integer - set
As Path Tag This property is required. Boolean - Set the tag as an AS-path attribute
- set
As Path Tag Legacy This property is required. Boolean - Set the tag as an AS-path attribute (DEPRECATED - please use route-map configuration in Cisco-IOS-XE-bgp.yang)
- set
Communities This property is required. List<String> - set
Communities Additive This property is required. Boolean - set
Communities Additive Legacy This property is required. Boolean - set
Communities Legacies This property is required. List<String> - set
Community List Delete This property is required. Boolean - Delete matching communities
- set
Community List Delete Legacy This property is required. Boolean - Delete matching communities (DEPRECATED - please use route-map configuration in Cisco-IOS-XE-bgp.yang)
- set
Community List Expanded This property is required. Integer - set
Community List Expanded Legacy This property is required. Integer - set
Community List Name This property is required. String - set
Community List Name Legacy This property is required. String - set
Community List Standard This property is required. Integer - set
Community List Standard Legacy This property is required. Integer - set
Community None This property is required. Boolean - No community attribute
- set
Community None Legacy This property is required. Boolean - No community attribute (DEPRECATED - please use route-map configuration in Cisco-IOS-XE-bgp.yang)
- set
Default Interfaces This property is required. List<String> - SPAN source interface
- set
Extcomunity Rt Legacies This property is required. List<String> - set
Extcomunity Rts This property is required. List<String> - set
Extcomunity Soo This property is required. String - set
Extcomunity Soo Legacy This property is required. String - set
Extcomunity Vpn Distinguisher This property is required. String - VPN Distinguisher Extended Community
- set
Extcomunity Vpn Distinguisher Additive This property is required. Boolean - set
Extcomunity Vpn Distinguisher Legacy This property is required. String - set
Global This property is required. Boolean - set
Interfaces This property is required. List<String> - Interface specific information
- set
Ip Address This property is required. String - Specify prefix-list
- set
Ip Default Global Next Hop Addresses This property is required. List<String> - set
Ip Default Next Hop Addresses This property is required. List<String> - set
Ip Global Next Hop Addresses This property is required. List<String> - set
Ip Next Hop Addresses This property is required. List<String> - set
Ip Next Hop Self This property is required. Boolean - Use self address (for BGP only)
- set
Ip Qos Group This property is required. Integer - set
Ipv6Addresses This property is required. List<String> - IPv6 prefix-list
- set
Ipv6Default Global Next Hop This property is required. String - Next hop along path
- set
Ipv6Default Next Hops This property is required. List<String> - Default next hop IPv6 address
- set
Ipv6Next Hops This property is required. List<String> - Next hop IPv6 address
- set
Level1 This property is required. Boolean - Import into a level-1 area
- set
Level12 This property is required. Boolean - Import into level-1 and level-2
- set
Level2 This property is required. Boolean - Import into level-2 sub-domain
- set
Local Preference This property is required. Integer - Preference value
- set
Local Preference Legacy This property is required. Integer - Preference value (DEPRECATED - please use route-map configuration in Cisco-IOS-XE-bgp.yang)
- set
Metric Change This property is required. String - +/-\n\n;;Add or subtract metric
- set
Metric Delay This property is required. String - EIGRP delay metric, in 10 microsecond units
- set
Metric Loading This property is required. Integer - EIGRP Effective bandwidth metric (Loading) where 255 is 100% loaded
- set
Metric Mtu This property is required. Integer - EIGRP MTU of the path
- set
Metric Reliability This property is required. Integer - EIGRP reliability metric where 255 is 100% reliable
- set
Metric Type This property is required. String - Type of metric for destination routing protocol
- set
Metric Value This property is required. Integer - Metric value or Bandwidth in Kbits per second
- set
Tag This property is required. Integer - Tag value
- set
Vrf This property is required. String - VPN Routing/Forwarding instance name
- set
Weight This property is required. Integer - BGP weight for routing table
- set
Weight Legacy This property is required. Integer - BGP weight for routing table (DEPRECATED - please use route-map configuration in Cisco-IOS-XE-bgp.yang)
- continue
This property is required. boolean - Continue on a different entry within the route-map
- continue
Sequence Number This property is required. number - Route-map entry sequence number
- description
This property is required. string - Route-map comment
- match
As Paths This property is required. number[] - AS path access-list
- match
As Paths Legacies This property is required. number[] - AS path access-list (DEPRECATED - please use route-map configuration in Cisco-IOS-XE-bgp.yang)
- match
Community List Exact Match This property is required. boolean - Do exact matching of communities
- match
Community Lists This property is required. string[] - Named Access List
- match
Community Lists Legacies This property is required. string[] - Named Access List (DEPRECATED- please use community-list in Cisco-IOS-XE-bgp.yang)
- match
Extcommunity Lists This property is required. string[] - Named Access List
- match
Extcommunity Lists Legacies This property is required. string[] - Named Access List (DEPRECATED- please use extcommunity-list in Cisco-IOS-XE-bgp.yang)
- match
Interfaces This property is required. string[] - match
Ip Address Access Lists This property is required. string[] - match
Ip Address Prefix Lists This property is required. string[] - Match entries of prefix-lists
- match
Ip Next Hop Access Lists This property is required. string[] - match
Ip Next Hop Prefix Lists This property is required. string[] - Match entries of prefix-lists
- match
Ipv6Address Access Lists This property is required. string - match
Ipv6Address Prefix Lists This property is required. string - IPv6 prefix-list
- match
Ipv6Next Hop Access Lists This property is required. string - match
Ipv6Next Hop Prefix Lists This property is required. string - IPv6 prefix-list
- match
Local Preferences This property is required. number[] - match
Local Preferences Legacies This property is required. number[] - match
Route Type External This property is required. boolean - external route (BGP, EIGRP and OSPF type 1/2)
- match
Route Type External Type1 This property is required. boolean - OSPF external type 1 route
- match
Route Type External Type2 This property is required. boolean - OSPF external type 2 route
- match
Route Type Internal This property is required. boolean - internal route (including OSPF intra/inter area)
- match
Route Type Level1 This property is required. boolean - IS-IS level-1 route
- match
Route Type Level2 This property is required. boolean - IS-IS level-2 route
- match
Route Type Local This property is required. boolean - locally generated route (DEPRECATED - please use route-map configuration in Cisco-IOS-XE-bgp.yang)
- match
Source Protocol Bgps This property is required. string[] - Border Gateway Protocol (BGP)
- match
Source Protocol Connected This property is required. boolean - Connected
- match
Source Protocol Eigrps This property is required. string[] - Border Gateway Protocol (BGP)
- match
Source Protocol Isis This property is required. boolean - ISO IS-IS
- match
Source Protocol Lisp This property is required. boolean - Locator ID Separation Protocol (LISP)
- match
Source Protocol Ospfs This property is required. string[] - Open Shortest Path First (OSPF)
- match
Source Protocol Ospfv3s This property is required. string[] - OSPFv3
- match
Source Protocol Rip This property is required. boolean - Routing Information Protocol (RIP)
- match
Source Protocol Static This property is required. boolean - Static routes
This property is required. number[]- Tag value
- match
Track This property is required. number - tracking object
- operation
This property is required. string - seq
This property is required. number - set
As Path Prepend As This property is required. string - \n\n;;AS number
- set
As Path Prepend As Legacy This property is required. string - \n\n;;AS number (DEPRECATED - please use route-map configuration in Cisco-IOS-XE-bgp.yang)
- set
As Path Prepend Last As This property is required. number - set
As Path Prepend Last As Legacy This property is required. number - set
As Path Tag This property is required. boolean - Set the tag as an AS-path attribute
- set
As Path Tag Legacy This property is required. boolean - Set the tag as an AS-path attribute (DEPRECATED - please use route-map configuration in Cisco-IOS-XE-bgp.yang)
- set
Communities This property is required. string[] - set
Communities Additive This property is required. boolean - set
Communities Additive Legacy This property is required. boolean - set
Communities Legacies This property is required. string[] - set
Community List Delete This property is required. boolean - Delete matching communities
- set
Community List Delete Legacy This property is required. boolean - Delete matching communities (DEPRECATED - please use route-map configuration in Cisco-IOS-XE-bgp.yang)
- set
Community List Expanded This property is required. number - set
Community List Expanded Legacy This property is required. number - set
Community List Name This property is required. string - set
Community List Name Legacy This property is required. string - set
Community List Standard This property is required. number - set
Community List Standard Legacy This property is required. number - set
Community None This property is required. boolean - No community attribute
- set
Community None Legacy This property is required. boolean - No community attribute (DEPRECATED - please use route-map configuration in Cisco-IOS-XE-bgp.yang)
- set
Default Interfaces This property is required. string[] - SPAN source interface
- set
Extcomunity Rt Legacies This property is required. string[] - set
Extcomunity Rts This property is required. string[] - set
Extcomunity Soo This property is required. string - set
Extcomunity Soo Legacy This property is required. string - set
Extcomunity Vpn Distinguisher This property is required. string - VPN Distinguisher Extended Community
- set
Extcomunity Vpn Distinguisher Additive This property is required. boolean - set
Extcomunity Vpn Distinguisher Legacy This property is required. string - set
Global This property is required. boolean - set
Interfaces This property is required. string[] - Interface specific information
- set
Ip Address This property is required. string - Specify prefix-list
- set
Ip Default Global Next Hop Addresses This property is required. string[] - set
Ip Default Next Hop Addresses This property is required. string[] - set
Ip Global Next Hop Addresses This property is required. string[] - set
Ip Next Hop Addresses This property is required. string[] - set
Ip Next Hop Self This property is required. boolean - Use self address (for BGP only)
- set
Ip Qos Group This property is required. number - set
Ipv6Addresses This property is required. string[] - IPv6 prefix-list
- set
Ipv6Default Global Next Hop This property is required. string - Next hop along path
- set
Ipv6Default Next Hops This property is required. string[] - Default next hop IPv6 address
- set
Ipv6Next Hops This property is required. string[] - Next hop IPv6 address
- set
Level1 This property is required. boolean - Import into a level-1 area
- set
Level12 This property is required. boolean - Import into level-1 and level-2
- set
Level2 This property is required. boolean - Import into level-2 sub-domain
- set
Local Preference This property is required. number - Preference value
- set
Local Preference Legacy This property is required. number - Preference value (DEPRECATED - please use route-map configuration in Cisco-IOS-XE-bgp.yang)
- set
Metric Change This property is required. string - +/-\n\n;;Add or subtract metric
- set
Metric Delay This property is required. string - EIGRP delay metric, in 10 microsecond units
- set
Metric Loading This property is required. number - EIGRP Effective bandwidth metric (Loading) where 255 is 100% loaded
- set
Metric Mtu This property is required. number - EIGRP MTU of the path
- set
Metric Reliability This property is required. number - EIGRP reliability metric where 255 is 100% reliable
- set
Metric Type This property is required. string - Type of metric for destination routing protocol
- set
Metric Value This property is required. number - Metric value or Bandwidth in Kbits per second
- set
Tag This property is required. number - Tag value
- set
Vrf This property is required. string - VPN Routing/Forwarding instance name
- set
Weight This property is required. number - BGP weight for routing table
- set
Weight Legacy This property is required. number - BGP weight for routing table (DEPRECATED - please use route-map configuration in Cisco-IOS-XE-bgp.yang)
- continue_
This property is required. bool - Continue on a different entry within the route-map
- continue_
sequence_ number This property is required. int - Route-map entry sequence number
- description
This property is required. str - Route-map comment
- match_
as_ paths This property is required. Sequence[int] - AS path access-list
- match_
as_ paths_ legacies This property is required. Sequence[int] - AS path access-list (DEPRECATED - please use route-map configuration in Cisco-IOS-XE-bgp.yang)
- match_
community_ list_ exact_ match This property is required. bool - Do exact matching of communities
- match_
community_ lists This property is required. Sequence[str] - Named Access List
- match_
community_ lists_ legacies This property is required. Sequence[str] - Named Access List (DEPRECATED- please use community-list in Cisco-IOS-XE-bgp.yang)
- match_
extcommunity_ lists This property is required. Sequence[str] - Named Access List
- match_
extcommunity_ lists_ legacies This property is required. Sequence[str] - Named Access List (DEPRECATED- please use extcommunity-list in Cisco-IOS-XE-bgp.yang)
- match_
interfaces This property is required. Sequence[str] - match_
ip_ address_ access_ lists This property is required. Sequence[str] - match_
ip_ address_ prefix_ lists This property is required. Sequence[str] - Match entries of prefix-lists
- match_
ip_ next_ hop_ access_ lists This property is required. Sequence[str] - match_
ip_ next_ hop_ prefix_ lists This property is required. Sequence[str] - Match entries of prefix-lists
- match_
ipv6_ address_ access_ lists This property is required. str - match_
ipv6_ address_ prefix_ lists This property is required. str - IPv6 prefix-list
- match_
ipv6_ next_ hop_ access_ lists This property is required. str - match_
ipv6_ next_ hop_ prefix_ lists This property is required. str - IPv6 prefix-list
- match_
local_ preferences This property is required. Sequence[int] - match_
local_ preferences_ legacies This property is required. Sequence[int] - match_
route_ type_ external This property is required. bool - external route (BGP, EIGRP and OSPF type 1/2)
- match_
route_ type_ external_ type1 This property is required. bool - OSPF external type 1 route
- match_
route_ type_ external_ type2 This property is required. bool - OSPF external type 2 route
- match_
route_ type_ internal This property is required. bool - internal route (including OSPF intra/inter area)
- match_
route_ type_ level1 This property is required. bool - IS-IS level-1 route
- match_
route_ type_ level2 This property is required. bool - IS-IS level-2 route
- match_
route_ type_ local This property is required. bool - locally generated route (DEPRECATED - please use route-map configuration in Cisco-IOS-XE-bgp.yang)
- match_
source_ protocol_ bgps This property is required. Sequence[str] - Border Gateway Protocol (BGP)
- match_
source_ protocol_ connected This property is required. bool - Connected
- match_
source_ protocol_ eigrps This property is required. Sequence[str] - Border Gateway Protocol (BGP)
- match_
source_ protocol_ isis This property is required. bool - ISO IS-IS
- match_
source_ protocol_ lisp This property is required. bool - Locator ID Separation Protocol (LISP)
- match_
source_ protocol_ ospfs This property is required. Sequence[str] - Open Shortest Path First (OSPF)
- match_
source_ protocol_ ospfv3s This property is required. Sequence[str] - OSPFv3
- match_
source_ protocol_ rip This property is required. bool - Routing Information Protocol (RIP)
- match_
source_ protocol_ static This property is required. bool - Static routes
This property is required. Sequence[int]- Tag value
- match_
track This property is required. int - tracking object
- operation
This property is required. str - seq
This property is required. int - set_
as_ path_ prepend_ as This property is required. str - \n\n;;AS number
- set_
as_ path_ prepend_ as_ legacy This property is required. str - \n\n;;AS number (DEPRECATED - please use route-map configuration in Cisco-IOS-XE-bgp.yang)
- set_
as_ path_ prepend_ last_ as This property is required. int - set_
as_ path_ prepend_ last_ as_ legacy This property is required. int - set_
as_ path_ tag This property is required. bool - Set the tag as an AS-path attribute
- set_
as_ path_ tag_ legacy This property is required. bool - Set the tag as an AS-path attribute (DEPRECATED - please use route-map configuration in Cisco-IOS-XE-bgp.yang)
- set_
communities This property is required. Sequence[str] - set_
communities_ additive This property is required. bool - set_
communities_ additive_ legacy This property is required. bool - set_
communities_ legacies This property is required. Sequence[str] - set_
community_ list_ delete This property is required. bool - Delete matching communities
- set_
community_ list_ delete_ legacy This property is required. bool - Delete matching communities (DEPRECATED - please use route-map configuration in Cisco-IOS-XE-bgp.yang)
- set_
community_ list_ expanded This property is required. int - set_
community_ list_ expanded_ legacy This property is required. int - set_
community_ list_ name This property is required. str - set_
community_ list_ name_ legacy This property is required. str - set_
community_ list_ standard This property is required. int - set_
community_ list_ standard_ legacy This property is required. int - set_
community_ none This property is required. bool - No community attribute
- set_
community_ none_ legacy This property is required. bool - No community attribute (DEPRECATED - please use route-map configuration in Cisco-IOS-XE-bgp.yang)
- set_
default_ interfaces This property is required. Sequence[str] - SPAN source interface
- set_
extcomunity_ rt_ legacies This property is required. Sequence[str] - set_
extcomunity_ rts This property is required. Sequence[str] - set_
extcomunity_ soo This property is required. str - set_
extcomunity_ soo_ legacy This property is required. str - set_
extcomunity_ vpn_ distinguisher This property is required. str - VPN Distinguisher Extended Community
- set_
extcomunity_ vpn_ distinguisher_ additive This property is required. bool - set_
extcomunity_ vpn_ distinguisher_ legacy This property is required. str - set_
global This property is required. bool - set_
interfaces This property is required. Sequence[str] - Interface specific information
- set_
ip_ address This property is required. str - Specify prefix-list
- set_
ip_ default_ global_ next_ hop_ addresses This property is required. Sequence[str] - set_
ip_ default_ next_ hop_ addresses This property is required. Sequence[str] - set_
ip_ global_ next_ hop_ addresses This property is required. Sequence[str] - set_
ip_ next_ hop_ addresses This property is required. Sequence[str] - set_
ip_ next_ hop_ self This property is required. bool - Use self address (for BGP only)
- set_
ip_ qos_ group This property is required. int - set_
ipv6_ addresses This property is required. Sequence[str] - IPv6 prefix-list
- set_
ipv6_ default_ global_ next_ hop This property is required. str - Next hop along path
- set_
ipv6_ default_ next_ hops This property is required. Sequence[str] - Default next hop IPv6 address
- set_
ipv6_ next_ hops This property is required. Sequence[str] - Next hop IPv6 address
- set_
level1 This property is required. bool - Import into a level-1 area
- set_
level12 This property is required. bool - Import into level-1 and level-2
- set_
level2 This property is required. bool - Import into level-2 sub-domain
- set_
local_ preference This property is required. int - Preference value
- set_
local_ preference_ legacy This property is required. int - Preference value (DEPRECATED - please use route-map configuration in Cisco-IOS-XE-bgp.yang)
- set_
metric_ change This property is required. str - +/-\n\n;;Add or subtract metric
- set_
metric_ delay This property is required. str - EIGRP delay metric, in 10 microsecond units
- set_
metric_ loading This property is required. int - EIGRP Effective bandwidth metric (Loading) where 255 is 100% loaded
- set_
metric_ mtu This property is required. int - EIGRP MTU of the path
- set_
metric_ reliability This property is required. int - EIGRP reliability metric where 255 is 100% reliable
- set_
metric_ type This property is required. str - Type of metric for destination routing protocol
- set_
metric_ value This property is required. int - Metric value or Bandwidth in Kbits per second
- set_
tag This property is required. int - Tag value
- set_
vrf This property is required. str - VPN Routing/Forwarding instance name
- set_
weight This property is required. int - BGP weight for routing table
- set_
weight_ legacy This property is required. int - BGP weight for routing table (DEPRECATED - please use route-map configuration in Cisco-IOS-XE-bgp.yang)
- continue
This property is required. Boolean - Continue on a different entry within the route-map
- continue
Sequence Number This property is required. Number - Route-map entry sequence number
- description
This property is required. String - Route-map comment
- match
As Paths This property is required. List<Number> - AS path access-list
- match
As Paths Legacies This property is required. List<Number> - AS path access-list (DEPRECATED - please use route-map configuration in Cisco-IOS-XE-bgp.yang)
- match
Community List Exact Match This property is required. Boolean - Do exact matching of communities
- match
Community Lists This property is required. List<String> - Named Access List
- match
Community Lists Legacies This property is required. List<String> - Named Access List (DEPRECATED- please use community-list in Cisco-IOS-XE-bgp.yang)
- match
Extcommunity Lists This property is required. List<String> - Named Access List
- match
Extcommunity Lists Legacies This property is required. List<String> - Named Access List (DEPRECATED- please use extcommunity-list in Cisco-IOS-XE-bgp.yang)
- match
Interfaces This property is required. List<String> - match
Ip Address Access Lists This property is required. List<String> - match
Ip Address Prefix Lists This property is required. List<String> - Match entries of prefix-lists
- match
Ip Next Hop Access Lists This property is required. List<String> - match
Ip Next Hop Prefix Lists This property is required. List<String> - Match entries of prefix-lists
- match
Ipv6Address Access Lists This property is required. String - match
Ipv6Address Prefix Lists This property is required. String - IPv6 prefix-list
- match
Ipv6Next Hop Access Lists This property is required. String - match
Ipv6Next Hop Prefix Lists This property is required. String - IPv6 prefix-list
- match
Local Preferences This property is required. List<Number> - match
Local Preferences Legacies This property is required. List<Number> - match
Route Type External This property is required. Boolean - external route (BGP, EIGRP and OSPF type 1/2)
- match
Route Type External Type1 This property is required. Boolean - OSPF external type 1 route
- match
Route Type External Type2 This property is required. Boolean - OSPF external type 2 route
- match
Route Type Internal This property is required. Boolean - internal route (including OSPF intra/inter area)
- match
Route Type Level1 This property is required. Boolean - IS-IS level-1 route
- match
Route Type Level2 This property is required. Boolean - IS-IS level-2 route
- match
Route Type Local This property is required. Boolean - locally generated route (DEPRECATED - please use route-map configuration in Cisco-IOS-XE-bgp.yang)
- match
Source Protocol Bgps This property is required. List<String> - Border Gateway Protocol (BGP)
- match
Source Protocol Connected This property is required. Boolean - Connected
- match
Source Protocol Eigrps This property is required. List<String> - Border Gateway Protocol (BGP)
- match
Source Protocol Isis This property is required. Boolean - ISO IS-IS
- match
Source Protocol Lisp This property is required. Boolean - Locator ID Separation Protocol (LISP)
- match
Source Protocol Ospfs This property is required. List<String> - Open Shortest Path First (OSPF)
- match
Source Protocol Ospfv3s This property is required. List<String> - OSPFv3
- match
Source Protocol Rip This property is required. Boolean - Routing Information Protocol (RIP)
- match
Source Protocol Static This property is required. Boolean - Static routes
This property is required. List<Number>- Tag value
- match
Track This property is required. Number - tracking object
- operation
This property is required. String - seq
This property is required. Number - set
As Path Prepend As This property is required. String - \n\n;;AS number
- set
As Path Prepend As Legacy This property is required. String - \n\n;;AS number (DEPRECATED - please use route-map configuration in Cisco-IOS-XE-bgp.yang)
- set
As Path Prepend Last As This property is required. Number - set
As Path Prepend Last As Legacy This property is required. Number - set
As Path Tag This property is required. Boolean - Set the tag as an AS-path attribute
- set
As Path Tag Legacy This property is required. Boolean - Set the tag as an AS-path attribute (DEPRECATED - please use route-map configuration in Cisco-IOS-XE-bgp.yang)
- set
Communities This property is required. List<String> - set
Communities Additive This property is required. Boolean - set
Communities Additive Legacy This property is required. Boolean - set
Communities Legacies This property is required. List<String> - set
Community List Delete This property is required. Boolean - Delete matching communities
- set
Community List Delete Legacy This property is required. Boolean - Delete matching communities (DEPRECATED - please use route-map configuration in Cisco-IOS-XE-bgp.yang)
- set
Community List Expanded This property is required. Number - set
Community List Expanded Legacy This property is required. Number - set
Community List Name This property is required. String - set
Community List Name Legacy This property is required. String - set
Community List Standard This property is required. Number - set
Community List Standard Legacy This property is required. Number - set
Community None This property is required. Boolean - No community attribute
- set
Community None Legacy This property is required. Boolean - No community attribute (DEPRECATED - please use route-map configuration in Cisco-IOS-XE-bgp.yang)
- set
Default Interfaces This property is required. List<String> - SPAN source interface
- set
Extcomunity Rt Legacies This property is required. List<String> - set
Extcomunity Rts This property is required. List<String> - set
Extcomunity Soo This property is required. String - set
Extcomunity Soo Legacy This property is required. String - set
Extcomunity Vpn Distinguisher This property is required. String - VPN Distinguisher Extended Community
- set
Extcomunity Vpn Distinguisher Additive This property is required. Boolean - set
Extcomunity Vpn Distinguisher Legacy This property is required. String - set
Global This property is required. Boolean - set
Interfaces This property is required. List<String> - Interface specific information
- set
Ip Address This property is required. String - Specify prefix-list
- set
Ip Default Global Next Hop Addresses This property is required. List<String> - set
Ip Default Next Hop Addresses This property is required. List<String> - set
Ip Global Next Hop Addresses This property is required. List<String> - set
Ip Next Hop Addresses This property is required. List<String> - set
Ip Next Hop Self This property is required. Boolean - Use self address (for BGP only)
- set
Ip Qos Group This property is required. Number - set
Ipv6Addresses This property is required. List<String> - IPv6 prefix-list
- set
Ipv6Default Global Next Hop This property is required. String - Next hop along path
- set
Ipv6Default Next Hops This property is required. List<String> - Default next hop IPv6 address
- set
Ipv6Next Hops This property is required. List<String> - Next hop IPv6 address
- set
Level1 This property is required. Boolean - Import into a level-1 area
- set
Level12 This property is required. Boolean - Import into level-1 and level-2
- set
Level2 This property is required. Boolean - Import into level-2 sub-domain
- set
Local Preference This property is required. Number - Preference value
- set
Local Preference Legacy This property is required. Number - Preference value (DEPRECATED - please use route-map configuration in Cisco-IOS-XE-bgp.yang)
- set
Metric Change This property is required. String - +/-\n\n;;Add or subtract metric
- set
Metric Delay This property is required. String - EIGRP delay metric, in 10 microsecond units
- set
Metric Loading This property is required. Number - EIGRP Effective bandwidth metric (Loading) where 255 is 100% loaded
- set
Metric Mtu This property is required. Number - EIGRP MTU of the path
- set
Metric Reliability This property is required. Number - EIGRP reliability metric where 255 is 100% reliable
- set
Metric Type This property is required. String - Type of metric for destination routing protocol
- set
Metric Value This property is required. Number - Metric value or Bandwidth in Kbits per second
- set
Tag This property is required. Number - Tag value
- set
Vrf This property is required. String - VPN Routing/Forwarding instance name
- set
Weight This property is required. Number - BGP weight for routing table
- set
Weight Legacy This property is required. Number - BGP weight for routing table (DEPRECATED - please use route-map configuration in Cisco-IOS-XE-bgp.yang)
Package Details
- Repository
- iosxe lbrlabs/pulumi-iosxe
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
iosxe
Terraform Provider.