sdwan.ServiceRoutingOspfv3Ipv6Feature
Explore with Pulumi AI
This resource can manage a Service Routing OSPFv3 IPv6 Feature.
- Minimum SD-WAN Manager version:
20.12.0
Example Usage
Coming soon!
Coming soon!
Coming soon!
Coming soon!
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.sdwan.ServiceRoutingOspfv3Ipv6Feature;
import com.pulumi.sdwan.ServiceRoutingOspfv3Ipv6FeatureArgs;
import com.pulumi.sdwan.inputs.ServiceRoutingOspfv3Ipv6FeatureRedistributeArgs;
import com.pulumi.sdwan.inputs.ServiceRoutingOspfv3Ipv6FeatureAreaArgs;
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) {
var example = new ServiceRoutingOspfv3Ipv6Feature("example", ServiceRoutingOspfv3Ipv6FeatureArgs.builder()
.name("Example")
.description("My Example")
.featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
.routerId("1.2.3.4")
.distance(110)
.distanceExternal(110)
.distanceInterArea(110)
.distanceIntraArea(110)
.referenceBandwidth(101)
.rfc1583Compatible(true)
.defaultInformationOriginate(false)
.defaultInformationOriginateAlways(false)
.defaultInformationOriginateMetric(1)
.defaultInformationOriginateMetricType("type1")
.spfCalculationDelay(200)
.spfInitialHoldTime(1000)
.spfMaximumHoldTime(10000)
.filter(false)
.redistributes(ServiceRoutingOspfv3Ipv6FeatureRedistributeArgs.builder()
.protocol("static")
.build())
.routerLsaAction("on-startup")
.routerLsaOnStartupTime(30)
.areas(ServiceRoutingOspfv3Ipv6FeatureAreaArgs.builder()
.area_number(1)
.area_type("stub")
.interfaces(ServiceRoutingOspfv3Ipv6FeatureAreaInterfaceArgs.builder()
.name("GigabitEthernet2")
.helloInterval(10)
.deadInterval(40)
.lsaRetransmitInterval(5)
.cost(10)
.networkType("broadcast")
.passiveInterface(false)
.authenticationType("no-auth")
.build())
.ranges(ServiceRoutingOspfv3Ipv6FeatureAreaRangeArgs.builder()
.prefix("3002::/96")
.cost(1)
.noAdvertise(false)
.build())
.build())
.build());
}
}
resources:
example:
type: sdwan:ServiceRoutingOspfv3Ipv6Feature
properties:
name: Example
description: My Example
featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
routerId: 1.2.3.4
distance: 110
distanceExternal: 110
distanceInterArea: 110
distanceIntraArea: 110
referenceBandwidth: 101
rfc1583Compatible: true
defaultInformationOriginate: false
defaultInformationOriginateAlways: false
defaultInformationOriginateMetric: 1
defaultInformationOriginateMetricType: type1
spfCalculationDelay: 200
spfInitialHoldTime: 1000
spfMaximumHoldTime: 10000
filter: false
redistributes:
- protocol: static
routerLsaAction: on-startup
routerLsaOnStartupTime: 30
areas:
- area_number: 1
area_type: stub
interfaces:
- name: GigabitEthernet2
helloInterval: 10
deadInterval: 40
lsaRetransmitInterval: 5
cost: 10
networkType: broadcast
passiveInterface: false
authenticationType: no-auth
ranges:
- prefix: 3002::/96
cost: 1
noAdvertise: false
Create ServiceRoutingOspfv3Ipv6Feature Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ServiceRoutingOspfv3Ipv6Feature(name: string, args: ServiceRoutingOspfv3Ipv6FeatureArgs, opts?: CustomResourceOptions);
@overload
def ServiceRoutingOspfv3Ipv6Feature(resource_name: str,
args: ServiceRoutingOspfv3Ipv6FeatureArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ServiceRoutingOspfv3Ipv6Feature(resource_name: str,
opts: Optional[ResourceOptions] = None,
feature_profile_id: Optional[str] = None,
filter: Optional[bool] = None,
spf_maximum_hold_time: Optional[int] = None,
default_information_originate_always_variable: Optional[str] = None,
filter_variable: Optional[str] = None,
default_information_originate_metric_type: Optional[str] = None,
default_information_originate_metric_type_variable: Optional[str] = None,
default_information_originate_metric_variable: Optional[str] = None,
description: Optional[str] = None,
distance: Optional[int] = None,
distance_external: Optional[int] = None,
distance_external_variable: Optional[str] = None,
distance_inter_area: Optional[int] = None,
distance_inter_area_variable: Optional[str] = None,
distance_intra_area: Optional[int] = None,
distance_intra_area_variable: Optional[str] = None,
distance_variable: Optional[str] = None,
default_information_originate: Optional[bool] = None,
areas: Optional[Sequence[ServiceRoutingOspfv3Ipv6FeatureAreaArgs]] = None,
default_information_originate_metric: Optional[int] = None,
default_information_originate_always: Optional[bool] = None,
reference_bandwidth: Optional[int] = None,
redistributes: Optional[Sequence[ServiceRoutingOspfv3Ipv6FeatureRedistributeArgs]] = None,
reference_bandwidth_variable: Optional[str] = None,
rfc1583_compatible: Optional[bool] = None,
rfc1583_compatible_variable: Optional[str] = None,
route_policy_id: Optional[str] = None,
router_id: Optional[str] = None,
router_id_variable: Optional[str] = None,
router_lsa_action: Optional[str] = None,
router_lsa_on_startup_time: Optional[int] = None,
router_lsa_on_startup_time_variable: Optional[str] = None,
spf_calculation_delay: Optional[int] = None,
spf_calculation_delay_variable: Optional[str] = None,
spf_initial_hold_time: Optional[int] = None,
spf_initial_hold_time_variable: Optional[str] = None,
name: Optional[str] = None,
spf_maximum_hold_time_variable: Optional[str] = None)
func NewServiceRoutingOspfv3Ipv6Feature(ctx *Context, name string, args ServiceRoutingOspfv3Ipv6FeatureArgs, opts ...ResourceOption) (*ServiceRoutingOspfv3Ipv6Feature, error)
public ServiceRoutingOspfv3Ipv6Feature(string name, ServiceRoutingOspfv3Ipv6FeatureArgs args, CustomResourceOptions? opts = null)
public ServiceRoutingOspfv3Ipv6Feature(String name, ServiceRoutingOspfv3Ipv6FeatureArgs args)
public ServiceRoutingOspfv3Ipv6Feature(String name, ServiceRoutingOspfv3Ipv6FeatureArgs args, CustomResourceOptions options)
type: sdwan:ServiceRoutingOspfv3Ipv6Feature
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ServiceRoutingOspfv3Ipv6FeatureArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ServiceRoutingOspfv3Ipv6FeatureArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ServiceRoutingOspfv3Ipv6FeatureArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ServiceRoutingOspfv3Ipv6FeatureArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ServiceRoutingOspfv3Ipv6FeatureArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var serviceRoutingOspfv3Ipv6FeatureResource = new Sdwan.ServiceRoutingOspfv3Ipv6Feature("serviceRoutingOspfv3Ipv6FeatureResource", new()
{
FeatureProfileId = "string",
Filter = false,
SpfMaximumHoldTime = 0,
DefaultInformationOriginateAlwaysVariable = "string",
FilterVariable = "string",
DefaultInformationOriginateMetricType = "string",
DefaultInformationOriginateMetricTypeVariable = "string",
DefaultInformationOriginateMetricVariable = "string",
Description = "string",
Distance = 0,
DistanceExternal = 0,
DistanceExternalVariable = "string",
DistanceInterArea = 0,
DistanceInterAreaVariable = "string",
DistanceIntraArea = 0,
DistanceIntraAreaVariable = "string",
DistanceVariable = "string",
DefaultInformationOriginate = false,
Areas = new[]
{
new Sdwan.Inputs.ServiceRoutingOspfv3Ipv6FeatureAreaArgs
{
AlwaysTranslate = false,
AlwaysTranslateVariable = "string",
AreaNumber = 0,
AreaNumberVariable = "string",
AreaType = "string",
Interfaces = new[]
{
new Sdwan.Inputs.ServiceRoutingOspfv3Ipv6FeatureAreaInterfaceArgs
{
AuthenticationKey = "string",
AuthenticationKeyVariable = "string",
AuthenticationSpi = 0,
AuthenticationSpiVariable = "string",
AuthenticationType = "string",
Cost = 0,
CostVariable = "string",
DeadInterval = 0,
DeadIntervalVariable = "string",
HelloInterval = 0,
HelloIntervalVariable = "string",
LsaRetransmitInterval = 0,
LsaRetransmitIntervalVariable = "string",
Name = "string",
NameVariable = "string",
NetworkType = "string",
NetworkTypeVariable = "string",
PassiveInterface = false,
PassiveInterfaceVariable = "string",
},
},
NoSummary = false,
NoSummaryVariable = "string",
Ranges = new[]
{
new Sdwan.Inputs.ServiceRoutingOspfv3Ipv6FeatureAreaRangeArgs
{
Cost = 0,
CostVariable = "string",
NoAdvertise = false,
NoAdvertiseVariable = "string",
Prefix = "string",
PrefixVariable = "string",
},
},
},
},
DefaultInformationOriginateMetric = 0,
DefaultInformationOriginateAlways = false,
ReferenceBandwidth = 0,
Redistributes = new[]
{
new Sdwan.Inputs.ServiceRoutingOspfv3Ipv6FeatureRedistributeArgs
{
Protocol = "string",
ProtocolVariable = "string",
RoutePolicyId = "string",
},
},
ReferenceBandwidthVariable = "string",
Rfc1583Compatible = false,
Rfc1583CompatibleVariable = "string",
RoutePolicyId = "string",
RouterId = "string",
RouterIdVariable = "string",
RouterLsaAction = "string",
RouterLsaOnStartupTime = 0,
RouterLsaOnStartupTimeVariable = "string",
SpfCalculationDelay = 0,
SpfCalculationDelayVariable = "string",
SpfInitialHoldTime = 0,
SpfInitialHoldTimeVariable = "string",
Name = "string",
SpfMaximumHoldTimeVariable = "string",
});
example, err := sdwan.NewServiceRoutingOspfv3Ipv6Feature(ctx, "serviceRoutingOspfv3Ipv6FeatureResource", &sdwan.ServiceRoutingOspfv3Ipv6FeatureArgs{
FeatureProfileId: pulumi.String("string"),
Filter: pulumi.Bool(false),
SpfMaximumHoldTime: pulumi.Int(0),
DefaultInformationOriginateAlwaysVariable: pulumi.String("string"),
FilterVariable: pulumi.String("string"),
DefaultInformationOriginateMetricType: pulumi.String("string"),
DefaultInformationOriginateMetricTypeVariable: pulumi.String("string"),
DefaultInformationOriginateMetricVariable: pulumi.String("string"),
Description: pulumi.String("string"),
Distance: pulumi.Int(0),
DistanceExternal: pulumi.Int(0),
DistanceExternalVariable: pulumi.String("string"),
DistanceInterArea: pulumi.Int(0),
DistanceInterAreaVariable: pulumi.String("string"),
DistanceIntraArea: pulumi.Int(0),
DistanceIntraAreaVariable: pulumi.String("string"),
DistanceVariable: pulumi.String("string"),
DefaultInformationOriginate: pulumi.Bool(false),
Areas: sdwan.ServiceRoutingOspfv3Ipv6FeatureAreaArray{
&sdwan.ServiceRoutingOspfv3Ipv6FeatureAreaArgs{
AlwaysTranslate: pulumi.Bool(false),
AlwaysTranslateVariable: pulumi.String("string"),
AreaNumber: pulumi.Int(0),
AreaNumberVariable: pulumi.String("string"),
AreaType: pulumi.String("string"),
Interfaces: sdwan.ServiceRoutingOspfv3Ipv6FeatureAreaInterfaceArray{
&sdwan.ServiceRoutingOspfv3Ipv6FeatureAreaInterfaceArgs{
AuthenticationKey: pulumi.String("string"),
AuthenticationKeyVariable: pulumi.String("string"),
AuthenticationSpi: pulumi.Int(0),
AuthenticationSpiVariable: pulumi.String("string"),
AuthenticationType: pulumi.String("string"),
Cost: pulumi.Int(0),
CostVariable: pulumi.String("string"),
DeadInterval: pulumi.Int(0),
DeadIntervalVariable: pulumi.String("string"),
HelloInterval: pulumi.Int(0),
HelloIntervalVariable: pulumi.String("string"),
LsaRetransmitInterval: pulumi.Int(0),
LsaRetransmitIntervalVariable: pulumi.String("string"),
Name: pulumi.String("string"),
NameVariable: pulumi.String("string"),
NetworkType: pulumi.String("string"),
NetworkTypeVariable: pulumi.String("string"),
PassiveInterface: pulumi.Bool(false),
PassiveInterfaceVariable: pulumi.String("string"),
},
},
NoSummary: pulumi.Bool(false),
NoSummaryVariable: pulumi.String("string"),
Ranges: sdwan.ServiceRoutingOspfv3Ipv6FeatureAreaRangeArray{
&sdwan.ServiceRoutingOspfv3Ipv6FeatureAreaRangeArgs{
Cost: pulumi.Int(0),
CostVariable: pulumi.String("string"),
NoAdvertise: pulumi.Bool(false),
NoAdvertiseVariable: pulumi.String("string"),
Prefix: pulumi.String("string"),
PrefixVariable: pulumi.String("string"),
},
},
},
},
DefaultInformationOriginateMetric: pulumi.Int(0),
DefaultInformationOriginateAlways: pulumi.Bool(false),
ReferenceBandwidth: pulumi.Int(0),
Redistributes: sdwan.ServiceRoutingOspfv3Ipv6FeatureRedistributeArray{
&sdwan.ServiceRoutingOspfv3Ipv6FeatureRedistributeArgs{
Protocol: pulumi.String("string"),
ProtocolVariable: pulumi.String("string"),
RoutePolicyId: pulumi.String("string"),
},
},
ReferenceBandwidthVariable: pulumi.String("string"),
Rfc1583Compatible: pulumi.Bool(false),
Rfc1583CompatibleVariable: pulumi.String("string"),
RoutePolicyId: pulumi.String("string"),
RouterId: pulumi.String("string"),
RouterIdVariable: pulumi.String("string"),
RouterLsaAction: pulumi.String("string"),
RouterLsaOnStartupTime: pulumi.Int(0),
RouterLsaOnStartupTimeVariable: pulumi.String("string"),
SpfCalculationDelay: pulumi.Int(0),
SpfCalculationDelayVariable: pulumi.String("string"),
SpfInitialHoldTime: pulumi.Int(0),
SpfInitialHoldTimeVariable: pulumi.String("string"),
Name: pulumi.String("string"),
SpfMaximumHoldTimeVariable: pulumi.String("string"),
})
var serviceRoutingOspfv3Ipv6FeatureResource = new ServiceRoutingOspfv3Ipv6Feature("serviceRoutingOspfv3Ipv6FeatureResource", ServiceRoutingOspfv3Ipv6FeatureArgs.builder()
.featureProfileId("string")
.filter(false)
.spfMaximumHoldTime(0)
.defaultInformationOriginateAlwaysVariable("string")
.filterVariable("string")
.defaultInformationOriginateMetricType("string")
.defaultInformationOriginateMetricTypeVariable("string")
.defaultInformationOriginateMetricVariable("string")
.description("string")
.distance(0)
.distanceExternal(0)
.distanceExternalVariable("string")
.distanceInterArea(0)
.distanceInterAreaVariable("string")
.distanceIntraArea(0)
.distanceIntraAreaVariable("string")
.distanceVariable("string")
.defaultInformationOriginate(false)
.areas(ServiceRoutingOspfv3Ipv6FeatureAreaArgs.builder()
.alwaysTranslate(false)
.alwaysTranslateVariable("string")
.areaNumber(0)
.areaNumberVariable("string")
.areaType("string")
.interfaces(ServiceRoutingOspfv3Ipv6FeatureAreaInterfaceArgs.builder()
.authenticationKey("string")
.authenticationKeyVariable("string")
.authenticationSpi(0)
.authenticationSpiVariable("string")
.authenticationType("string")
.cost(0)
.costVariable("string")
.deadInterval(0)
.deadIntervalVariable("string")
.helloInterval(0)
.helloIntervalVariable("string")
.lsaRetransmitInterval(0)
.lsaRetransmitIntervalVariable("string")
.name("string")
.nameVariable("string")
.networkType("string")
.networkTypeVariable("string")
.passiveInterface(false)
.passiveInterfaceVariable("string")
.build())
.noSummary(false)
.noSummaryVariable("string")
.ranges(ServiceRoutingOspfv3Ipv6FeatureAreaRangeArgs.builder()
.cost(0)
.costVariable("string")
.noAdvertise(false)
.noAdvertiseVariable("string")
.prefix("string")
.prefixVariable("string")
.build())
.build())
.defaultInformationOriginateMetric(0)
.defaultInformationOriginateAlways(false)
.referenceBandwidth(0)
.redistributes(ServiceRoutingOspfv3Ipv6FeatureRedistributeArgs.builder()
.protocol("string")
.protocolVariable("string")
.routePolicyId("string")
.build())
.referenceBandwidthVariable("string")
.rfc1583Compatible(false)
.rfc1583CompatibleVariable("string")
.routePolicyId("string")
.routerId("string")
.routerIdVariable("string")
.routerLsaAction("string")
.routerLsaOnStartupTime(0)
.routerLsaOnStartupTimeVariable("string")
.spfCalculationDelay(0)
.spfCalculationDelayVariable("string")
.spfInitialHoldTime(0)
.spfInitialHoldTimeVariable("string")
.name("string")
.spfMaximumHoldTimeVariable("string")
.build());
service_routing_ospfv3_ipv6_feature_resource = sdwan.ServiceRoutingOspfv3Ipv6Feature("serviceRoutingOspfv3Ipv6FeatureResource",
feature_profile_id="string",
filter=False,
spf_maximum_hold_time=0,
default_information_originate_always_variable="string",
filter_variable="string",
default_information_originate_metric_type="string",
default_information_originate_metric_type_variable="string",
default_information_originate_metric_variable="string",
description="string",
distance=0,
distance_external=0,
distance_external_variable="string",
distance_inter_area=0,
distance_inter_area_variable="string",
distance_intra_area=0,
distance_intra_area_variable="string",
distance_variable="string",
default_information_originate=False,
areas=[sdwan.ServiceRoutingOspfv3Ipv6FeatureAreaArgs(
always_translate=False,
always_translate_variable="string",
area_number=0,
area_number_variable="string",
area_type="string",
interfaces=[sdwan.ServiceRoutingOspfv3Ipv6FeatureAreaInterfaceArgs(
authentication_key="string",
authentication_key_variable="string",
authentication_spi=0,
authentication_spi_variable="string",
authentication_type="string",
cost=0,
cost_variable="string",
dead_interval=0,
dead_interval_variable="string",
hello_interval=0,
hello_interval_variable="string",
lsa_retransmit_interval=0,
lsa_retransmit_interval_variable="string",
name="string",
name_variable="string",
network_type="string",
network_type_variable="string",
passive_interface=False,
passive_interface_variable="string",
)],
no_summary=False,
no_summary_variable="string",
ranges=[sdwan.ServiceRoutingOspfv3Ipv6FeatureAreaRangeArgs(
cost=0,
cost_variable="string",
no_advertise=False,
no_advertise_variable="string",
prefix="string",
prefix_variable="string",
)],
)],
default_information_originate_metric=0,
default_information_originate_always=False,
reference_bandwidth=0,
redistributes=[sdwan.ServiceRoutingOspfv3Ipv6FeatureRedistributeArgs(
protocol="string",
protocol_variable="string",
route_policy_id="string",
)],
reference_bandwidth_variable="string",
rfc1583_compatible=False,
rfc1583_compatible_variable="string",
route_policy_id="string",
router_id="string",
router_id_variable="string",
router_lsa_action="string",
router_lsa_on_startup_time=0,
router_lsa_on_startup_time_variable="string",
spf_calculation_delay=0,
spf_calculation_delay_variable="string",
spf_initial_hold_time=0,
spf_initial_hold_time_variable="string",
name="string",
spf_maximum_hold_time_variable="string")
const serviceRoutingOspfv3Ipv6FeatureResource = new sdwan.ServiceRoutingOspfv3Ipv6Feature("serviceRoutingOspfv3Ipv6FeatureResource", {
featureProfileId: "string",
filter: false,
spfMaximumHoldTime: 0,
defaultInformationOriginateAlwaysVariable: "string",
filterVariable: "string",
defaultInformationOriginateMetricType: "string",
defaultInformationOriginateMetricTypeVariable: "string",
defaultInformationOriginateMetricVariable: "string",
description: "string",
distance: 0,
distanceExternal: 0,
distanceExternalVariable: "string",
distanceInterArea: 0,
distanceInterAreaVariable: "string",
distanceIntraArea: 0,
distanceIntraAreaVariable: "string",
distanceVariable: "string",
defaultInformationOriginate: false,
areas: [{
alwaysTranslate: false,
alwaysTranslateVariable: "string",
areaNumber: 0,
areaNumberVariable: "string",
areaType: "string",
interfaces: [{
authenticationKey: "string",
authenticationKeyVariable: "string",
authenticationSpi: 0,
authenticationSpiVariable: "string",
authenticationType: "string",
cost: 0,
costVariable: "string",
deadInterval: 0,
deadIntervalVariable: "string",
helloInterval: 0,
helloIntervalVariable: "string",
lsaRetransmitInterval: 0,
lsaRetransmitIntervalVariable: "string",
name: "string",
nameVariable: "string",
networkType: "string",
networkTypeVariable: "string",
passiveInterface: false,
passiveInterfaceVariable: "string",
}],
noSummary: false,
noSummaryVariable: "string",
ranges: [{
cost: 0,
costVariable: "string",
noAdvertise: false,
noAdvertiseVariable: "string",
prefix: "string",
prefixVariable: "string",
}],
}],
defaultInformationOriginateMetric: 0,
defaultInformationOriginateAlways: false,
referenceBandwidth: 0,
redistributes: [{
protocol: "string",
protocolVariable: "string",
routePolicyId: "string",
}],
referenceBandwidthVariable: "string",
rfc1583Compatible: false,
rfc1583CompatibleVariable: "string",
routePolicyId: "string",
routerId: "string",
routerIdVariable: "string",
routerLsaAction: "string",
routerLsaOnStartupTime: 0,
routerLsaOnStartupTimeVariable: "string",
spfCalculationDelay: 0,
spfCalculationDelayVariable: "string",
spfInitialHoldTime: 0,
spfInitialHoldTimeVariable: "string",
name: "string",
spfMaximumHoldTimeVariable: "string",
});
type: sdwan:ServiceRoutingOspfv3Ipv6Feature
properties:
areas:
- alwaysTranslate: false
alwaysTranslateVariable: string
areaNumber: 0
areaNumberVariable: string
areaType: string
interfaces:
- authenticationKey: string
authenticationKeyVariable: string
authenticationSpi: 0
authenticationSpiVariable: string
authenticationType: string
cost: 0
costVariable: string
deadInterval: 0
deadIntervalVariable: string
helloInterval: 0
helloIntervalVariable: string
lsaRetransmitInterval: 0
lsaRetransmitIntervalVariable: string
name: string
nameVariable: string
networkType: string
networkTypeVariable: string
passiveInterface: false
passiveInterfaceVariable: string
noSummary: false
noSummaryVariable: string
ranges:
- cost: 0
costVariable: string
noAdvertise: false
noAdvertiseVariable: string
prefix: string
prefixVariable: string
defaultInformationOriginate: false
defaultInformationOriginateAlways: false
defaultInformationOriginateAlwaysVariable: string
defaultInformationOriginateMetric: 0
defaultInformationOriginateMetricType: string
defaultInformationOriginateMetricTypeVariable: string
defaultInformationOriginateMetricVariable: string
description: string
distance: 0
distanceExternal: 0
distanceExternalVariable: string
distanceInterArea: 0
distanceInterAreaVariable: string
distanceIntraArea: 0
distanceIntraAreaVariable: string
distanceVariable: string
featureProfileId: string
filter: false
filterVariable: string
name: string
redistributes:
- protocol: string
protocolVariable: string
routePolicyId: string
referenceBandwidth: 0
referenceBandwidthVariable: string
rfc1583Compatible: false
rfc1583CompatibleVariable: string
routePolicyId: string
routerId: string
routerIdVariable: string
routerLsaAction: string
routerLsaOnStartupTime: 0
routerLsaOnStartupTimeVariable: string
spfCalculationDelay: 0
spfCalculationDelayVariable: string
spfInitialHoldTime: 0
spfInitialHoldTimeVariable: string
spfMaximumHoldTime: 0
spfMaximumHoldTimeVariable: string
ServiceRoutingOspfv3Ipv6Feature Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The ServiceRoutingOspfv3Ipv6Feature resource accepts the following input properties:
- Feature
Profile stringId - Feature Profile ID
- Areas
List<Service
Routing Ospfv3Ipv6Feature Area> - Configure OSPFv3 IPv6 area
- Default
Information boolOriginate - Distribute default external route into OSPF disabled
- Default
Information boolOriginate Always - Always advertise default route
- Default
Information stringOriginate Always Variable - Variable name
- Default
Information intOriginate Metric - Set metric used to generate default route <0..16777214> - Range:
0
-16777214
- Default
Information stringOriginate Metric Type - Set default route metric type - Choices:
type1
,type2
- Default
Information stringOriginate Metric Type Variable - Variable name
- Default
Information stringOriginate Metric Variable - Variable name
- Description string
- The description of the Feature
- Distance int
- Distance - Range:
1
-254
- Default value:110
- Distance
External int - Set distance for external routes - Range:
1
-254
- Default value:110
- Distance
External stringVariable - Variable name
- Distance
Inter intArea - Set distance for inter-area routes - Range:
1
-254
- Default value:110
- Distance
Inter stringArea Variable - Variable name
- Distance
Intra intArea - Set distance for intra-area routes - Range:
1
-254
- Default value:110
- Distance
Intra stringArea Variable - Variable name
- Distance
Variable string - Variable name
- Filter bool
- Table map filtered or not - Default value:
false
- Filter
Variable string - Variable name
- Name string
- The name of the Feature
- Redistributes
List<Service
Routing Ospfv3Ipv6Feature Redistribute> - Redistribute routes
- Reference
Bandwidth int - Set reference bandwidth method to assign OSPF cost - Range:
1
-4294967
- Default value:100
- Reference
Bandwidth stringVariable - Variable name
- Rfc1583Compatible bool
- Calculate summary route cost based on RFC 1583 - Default value:
true
- Rfc1583Compatible
Variable string - Variable name
- Route
Policy stringId - Router
Id string - Set OSPF router ID to override system IP address
- Router
Id stringVariable - Variable name
- Router
Lsa stringAction - Not advertise maximum metric Router LSA policy by default
- Router
Lsa intOn Startup Time - Set how long to advertise maximum metric after router boot up - Range:
5
-86400
- Router
Lsa stringOn Startup Time Variable - Variable name
- Spf
Calculation intDelay - Set delay from first change received until performing SPF calculation - Range:
1
-600000
- Default value:200
- Spf
Calculation stringDelay Variable - Variable name
- Spf
Initial intHold Time - Set initial hold time between consecutive SPF calculations - Range:
1
-600000
- Default value:1000
- Spf
Initial stringHold Time Variable - Variable name
- Spf
Maximum intHold Time - Set maximum hold time between consecutive SPF calculations - Range:
1
-600000
- Default value:10000
- Spf
Maximum stringHold Time Variable - Variable name
- Feature
Profile stringId - Feature Profile ID
- Areas
[]Service
Routing Ospfv3Ipv6Feature Area Args - Configure OSPFv3 IPv6 area
- Default
Information boolOriginate - Distribute default external route into OSPF disabled
- Default
Information boolOriginate Always - Always advertise default route
- Default
Information stringOriginate Always Variable - Variable name
- Default
Information intOriginate Metric - Set metric used to generate default route <0..16777214> - Range:
0
-16777214
- Default
Information stringOriginate Metric Type - Set default route metric type - Choices:
type1
,type2
- Default
Information stringOriginate Metric Type Variable - Variable name
- Default
Information stringOriginate Metric Variable - Variable name
- Description string
- The description of the Feature
- Distance int
- Distance - Range:
1
-254
- Default value:110
- Distance
External int - Set distance for external routes - Range:
1
-254
- Default value:110
- Distance
External stringVariable - Variable name
- Distance
Inter intArea - Set distance for inter-area routes - Range:
1
-254
- Default value:110
- Distance
Inter stringArea Variable - Variable name
- Distance
Intra intArea - Set distance for intra-area routes - Range:
1
-254
- Default value:110
- Distance
Intra stringArea Variable - Variable name
- Distance
Variable string - Variable name
- Filter bool
- Table map filtered or not - Default value:
false
- Filter
Variable string - Variable name
- Name string
- The name of the Feature
- Redistributes
[]Service
Routing Ospfv3Ipv6Feature Redistribute Args - Redistribute routes
- Reference
Bandwidth int - Set reference bandwidth method to assign OSPF cost - Range:
1
-4294967
- Default value:100
- Reference
Bandwidth stringVariable - Variable name
- Rfc1583Compatible bool
- Calculate summary route cost based on RFC 1583 - Default value:
true
- Rfc1583Compatible
Variable string - Variable name
- Route
Policy stringId - Router
Id string - Set OSPF router ID to override system IP address
- Router
Id stringVariable - Variable name
- Router
Lsa stringAction - Not advertise maximum metric Router LSA policy by default
- Router
Lsa intOn Startup Time - Set how long to advertise maximum metric after router boot up - Range:
5
-86400
- Router
Lsa stringOn Startup Time Variable - Variable name
- Spf
Calculation intDelay - Set delay from first change received until performing SPF calculation - Range:
1
-600000
- Default value:200
- Spf
Calculation stringDelay Variable - Variable name
- Spf
Initial intHold Time - Set initial hold time between consecutive SPF calculations - Range:
1
-600000
- Default value:1000
- Spf
Initial stringHold Time Variable - Variable name
- Spf
Maximum intHold Time - Set maximum hold time between consecutive SPF calculations - Range:
1
-600000
- Default value:10000
- Spf
Maximum stringHold Time Variable - Variable name
- feature
Profile StringId - Feature Profile ID
- areas
List<Service
Routing Ospfv3Ipv6Feature Area> - Configure OSPFv3 IPv6 area
- default
Information BooleanOriginate - Distribute default external route into OSPF disabled
- default
Information BooleanOriginate Always - Always advertise default route
- default
Information StringOriginate Always Variable - Variable name
- default
Information IntegerOriginate Metric - Set metric used to generate default route <0..16777214> - Range:
0
-16777214
- default
Information StringOriginate Metric Type - Set default route metric type - Choices:
type1
,type2
- default
Information StringOriginate Metric Type Variable - Variable name
- default
Information StringOriginate Metric Variable - Variable name
- description String
- The description of the Feature
- distance Integer
- Distance - Range:
1
-254
- Default value:110
- distance
External Integer - Set distance for external routes - Range:
1
-254
- Default value:110
- distance
External StringVariable - Variable name
- distance
Inter IntegerArea - Set distance for inter-area routes - Range:
1
-254
- Default value:110
- distance
Inter StringArea Variable - Variable name
- distance
Intra IntegerArea - Set distance for intra-area routes - Range:
1
-254
- Default value:110
- distance
Intra StringArea Variable - Variable name
- distance
Variable String - Variable name
- filter Boolean
- Table map filtered or not - Default value:
false
- filter
Variable String - Variable name
- name String
- The name of the Feature
- redistributes
List<Service
Routing Ospfv3Ipv6Feature Redistribute> - Redistribute routes
- reference
Bandwidth Integer - Set reference bandwidth method to assign OSPF cost - Range:
1
-4294967
- Default value:100
- reference
Bandwidth StringVariable - Variable name
- rfc1583Compatible Boolean
- Calculate summary route cost based on RFC 1583 - Default value:
true
- rfc1583Compatible
Variable String - Variable name
- route
Policy StringId - router
Id String - Set OSPF router ID to override system IP address
- router
Id StringVariable - Variable name
- router
Lsa StringAction - Not advertise maximum metric Router LSA policy by default
- router
Lsa IntegerOn Startup Time - Set how long to advertise maximum metric after router boot up - Range:
5
-86400
- router
Lsa StringOn Startup Time Variable - Variable name
- spf
Calculation IntegerDelay - Set delay from first change received until performing SPF calculation - Range:
1
-600000
- Default value:200
- spf
Calculation StringDelay Variable - Variable name
- spf
Initial IntegerHold Time - Set initial hold time between consecutive SPF calculations - Range:
1
-600000
- Default value:1000
- spf
Initial StringHold Time Variable - Variable name
- spf
Maximum IntegerHold Time - Set maximum hold time between consecutive SPF calculations - Range:
1
-600000
- Default value:10000
- spf
Maximum StringHold Time Variable - Variable name
- feature
Profile stringId - Feature Profile ID
- areas
Service
Routing Ospfv3Ipv6Feature Area[] - Configure OSPFv3 IPv6 area
- default
Information booleanOriginate - Distribute default external route into OSPF disabled
- default
Information booleanOriginate Always - Always advertise default route
- default
Information stringOriginate Always Variable - Variable name
- default
Information numberOriginate Metric - Set metric used to generate default route <0..16777214> - Range:
0
-16777214
- default
Information stringOriginate Metric Type - Set default route metric type - Choices:
type1
,type2
- default
Information stringOriginate Metric Type Variable - Variable name
- default
Information stringOriginate Metric Variable - Variable name
- description string
- The description of the Feature
- distance number
- Distance - Range:
1
-254
- Default value:110
- distance
External number - Set distance for external routes - Range:
1
-254
- Default value:110
- distance
External stringVariable - Variable name
- distance
Inter numberArea - Set distance for inter-area routes - Range:
1
-254
- Default value:110
- distance
Inter stringArea Variable - Variable name
- distance
Intra numberArea - Set distance for intra-area routes - Range:
1
-254
- Default value:110
- distance
Intra stringArea Variable - Variable name
- distance
Variable string - Variable name
- filter boolean
- Table map filtered or not - Default value:
false
- filter
Variable string - Variable name
- name string
- The name of the Feature
- redistributes
Service
Routing Ospfv3Ipv6Feature Redistribute[] - Redistribute routes
- reference
Bandwidth number - Set reference bandwidth method to assign OSPF cost - Range:
1
-4294967
- Default value:100
- reference
Bandwidth stringVariable - Variable name
- rfc1583Compatible boolean
- Calculate summary route cost based on RFC 1583 - Default value:
true
- rfc1583Compatible
Variable string - Variable name
- route
Policy stringId - router
Id string - Set OSPF router ID to override system IP address
- router
Id stringVariable - Variable name
- router
Lsa stringAction - Not advertise maximum metric Router LSA policy by default
- router
Lsa numberOn Startup Time - Set how long to advertise maximum metric after router boot up - Range:
5
-86400
- router
Lsa stringOn Startup Time Variable - Variable name
- spf
Calculation numberDelay - Set delay from first change received until performing SPF calculation - Range:
1
-600000
- Default value:200
- spf
Calculation stringDelay Variable - Variable name
- spf
Initial numberHold Time - Set initial hold time between consecutive SPF calculations - Range:
1
-600000
- Default value:1000
- spf
Initial stringHold Time Variable - Variable name
- spf
Maximum numberHold Time - Set maximum hold time between consecutive SPF calculations - Range:
1
-600000
- Default value:10000
- spf
Maximum stringHold Time Variable - Variable name
- feature_
profile_ strid - Feature Profile ID
- areas
Sequence[Service
Routing Ospfv3Ipv6Feature Area Args] - Configure OSPFv3 IPv6 area
- default_
information_ booloriginate - Distribute default external route into OSPF disabled
- default_
information_ booloriginate_ always - Always advertise default route
- default_
information_ stroriginate_ always_ variable - Variable name
- default_
information_ intoriginate_ metric - Set metric used to generate default route <0..16777214> - Range:
0
-16777214
- default_
information_ stroriginate_ metric_ type - Set default route metric type - Choices:
type1
,type2
- default_
information_ stroriginate_ metric_ type_ variable - Variable name
- default_
information_ stroriginate_ metric_ variable - Variable name
- description str
- The description of the Feature
- distance int
- Distance - Range:
1
-254
- Default value:110
- distance_
external int - Set distance for external routes - Range:
1
-254
- Default value:110
- distance_
external_ strvariable - Variable name
- distance_
inter_ intarea - Set distance for inter-area routes - Range:
1
-254
- Default value:110
- distance_
inter_ strarea_ variable - Variable name
- distance_
intra_ intarea - Set distance for intra-area routes - Range:
1
-254
- Default value:110
- distance_
intra_ strarea_ variable - Variable name
- distance_
variable str - Variable name
- filter bool
- Table map filtered or not - Default value:
false
- filter_
variable str - Variable name
- name str
- The name of the Feature
- redistributes
Sequence[Service
Routing Ospfv3Ipv6Feature Redistribute Args] - Redistribute routes
- reference_
bandwidth int - Set reference bandwidth method to assign OSPF cost - Range:
1
-4294967
- Default value:100
- reference_
bandwidth_ strvariable - Variable name
- rfc1583_
compatible bool - Calculate summary route cost based on RFC 1583 - Default value:
true
- rfc1583_
compatible_ strvariable - Variable name
- route_
policy_ strid - router_
id str - Set OSPF router ID to override system IP address
- router_
id_ strvariable - Variable name
- router_
lsa_ straction - Not advertise maximum metric Router LSA policy by default
- router_
lsa_ inton_ startup_ time - Set how long to advertise maximum metric after router boot up - Range:
5
-86400
- router_
lsa_ stron_ startup_ time_ variable - Variable name
- spf_
calculation_ intdelay - Set delay from first change received until performing SPF calculation - Range:
1
-600000
- Default value:200
- spf_
calculation_ strdelay_ variable - Variable name
- spf_
initial_ inthold_ time - Set initial hold time between consecutive SPF calculations - Range:
1
-600000
- Default value:1000
- spf_
initial_ strhold_ time_ variable - Variable name
- spf_
maximum_ inthold_ time - Set maximum hold time between consecutive SPF calculations - Range:
1
-600000
- Default value:10000
- spf_
maximum_ strhold_ time_ variable - Variable name
- feature
Profile StringId - Feature Profile ID
- areas List<Property Map>
- Configure OSPFv3 IPv6 area
- default
Information BooleanOriginate - Distribute default external route into OSPF disabled
- default
Information BooleanOriginate Always - Always advertise default route
- default
Information StringOriginate Always Variable - Variable name
- default
Information NumberOriginate Metric - Set metric used to generate default route <0..16777214> - Range:
0
-16777214
- default
Information StringOriginate Metric Type - Set default route metric type - Choices:
type1
,type2
- default
Information StringOriginate Metric Type Variable - Variable name
- default
Information StringOriginate Metric Variable - Variable name
- description String
- The description of the Feature
- distance Number
- Distance - Range:
1
-254
- Default value:110
- distance
External Number - Set distance for external routes - Range:
1
-254
- Default value:110
- distance
External StringVariable - Variable name
- distance
Inter NumberArea - Set distance for inter-area routes - Range:
1
-254
- Default value:110
- distance
Inter StringArea Variable - Variable name
- distance
Intra NumberArea - Set distance for intra-area routes - Range:
1
-254
- Default value:110
- distance
Intra StringArea Variable - Variable name
- distance
Variable String - Variable name
- filter Boolean
- Table map filtered or not - Default value:
false
- filter
Variable String - Variable name
- name String
- The name of the Feature
- redistributes List<Property Map>
- Redistribute routes
- reference
Bandwidth Number - Set reference bandwidth method to assign OSPF cost - Range:
1
-4294967
- Default value:100
- reference
Bandwidth StringVariable - Variable name
- rfc1583Compatible Boolean
- Calculate summary route cost based on RFC 1583 - Default value:
true
- rfc1583Compatible
Variable String - Variable name
- route
Policy StringId - router
Id String - Set OSPF router ID to override system IP address
- router
Id StringVariable - Variable name
- router
Lsa StringAction - Not advertise maximum metric Router LSA policy by default
- router
Lsa NumberOn Startup Time - Set how long to advertise maximum metric after router boot up - Range:
5
-86400
- router
Lsa StringOn Startup Time Variable - Variable name
- spf
Calculation NumberDelay - Set delay from first change received until performing SPF calculation - Range:
1
-600000
- Default value:200
- spf
Calculation StringDelay Variable - Variable name
- spf
Initial NumberHold Time - Set initial hold time between consecutive SPF calculations - Range:
1
-600000
- Default value:1000
- spf
Initial StringHold Time Variable - Variable name
- spf
Maximum NumberHold Time - Set maximum hold time between consecutive SPF calculations - Range:
1
-600000
- Default value:10000
- spf
Maximum StringHold Time Variable - Variable name
Outputs
All input properties are implicitly available as output properties. Additionally, the ServiceRoutingOspfv3Ipv6Feature resource produces the following output properties:
Look up Existing ServiceRoutingOspfv3Ipv6Feature Resource
Get an existing ServiceRoutingOspfv3Ipv6Feature resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: ServiceRoutingOspfv3Ipv6FeatureState, opts?: CustomResourceOptions): ServiceRoutingOspfv3Ipv6Feature
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
areas: Optional[Sequence[ServiceRoutingOspfv3Ipv6FeatureAreaArgs]] = None,
default_information_originate: Optional[bool] = None,
default_information_originate_always: Optional[bool] = None,
default_information_originate_always_variable: Optional[str] = None,
default_information_originate_metric: Optional[int] = None,
default_information_originate_metric_type: Optional[str] = None,
default_information_originate_metric_type_variable: Optional[str] = None,
default_information_originate_metric_variable: Optional[str] = None,
description: Optional[str] = None,
distance: Optional[int] = None,
distance_external: Optional[int] = None,
distance_external_variable: Optional[str] = None,
distance_inter_area: Optional[int] = None,
distance_inter_area_variable: Optional[str] = None,
distance_intra_area: Optional[int] = None,
distance_intra_area_variable: Optional[str] = None,
distance_variable: Optional[str] = None,
feature_profile_id: Optional[str] = None,
filter: Optional[bool] = None,
filter_variable: Optional[str] = None,
name: Optional[str] = None,
redistributes: Optional[Sequence[ServiceRoutingOspfv3Ipv6FeatureRedistributeArgs]] = None,
reference_bandwidth: Optional[int] = None,
reference_bandwidth_variable: Optional[str] = None,
rfc1583_compatible: Optional[bool] = None,
rfc1583_compatible_variable: Optional[str] = None,
route_policy_id: Optional[str] = None,
router_id: Optional[str] = None,
router_id_variable: Optional[str] = None,
router_lsa_action: Optional[str] = None,
router_lsa_on_startup_time: Optional[int] = None,
router_lsa_on_startup_time_variable: Optional[str] = None,
spf_calculation_delay: Optional[int] = None,
spf_calculation_delay_variable: Optional[str] = None,
spf_initial_hold_time: Optional[int] = None,
spf_initial_hold_time_variable: Optional[str] = None,
spf_maximum_hold_time: Optional[int] = None,
spf_maximum_hold_time_variable: Optional[str] = None,
version: Optional[int] = None) -> ServiceRoutingOspfv3Ipv6Feature
func GetServiceRoutingOspfv3Ipv6Feature(ctx *Context, name string, id IDInput, state *ServiceRoutingOspfv3Ipv6FeatureState, opts ...ResourceOption) (*ServiceRoutingOspfv3Ipv6Feature, error)
public static ServiceRoutingOspfv3Ipv6Feature Get(string name, Input<string> id, ServiceRoutingOspfv3Ipv6FeatureState? state, CustomResourceOptions? opts = null)
public static ServiceRoutingOspfv3Ipv6Feature get(String name, Output<String> id, ServiceRoutingOspfv3Ipv6FeatureState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Areas
List<Service
Routing Ospfv3Ipv6Feature Area> - Configure OSPFv3 IPv6 area
- Default
Information boolOriginate - Distribute default external route into OSPF disabled
- Default
Information boolOriginate Always - Always advertise default route
- Default
Information stringOriginate Always Variable - Variable name
- Default
Information intOriginate Metric - Set metric used to generate default route <0..16777214> - Range:
0
-16777214
- Default
Information stringOriginate Metric Type - Set default route metric type - Choices:
type1
,type2
- Default
Information stringOriginate Metric Type Variable - Variable name
- Default
Information stringOriginate Metric Variable - Variable name
- Description string
- The description of the Feature
- Distance int
- Distance - Range:
1
-254
- Default value:110
- Distance
External int - Set distance for external routes - Range:
1
-254
- Default value:110
- Distance
External stringVariable - Variable name
- Distance
Inter intArea - Set distance for inter-area routes - Range:
1
-254
- Default value:110
- Distance
Inter stringArea Variable - Variable name
- Distance
Intra intArea - Set distance for intra-area routes - Range:
1
-254
- Default value:110
- Distance
Intra stringArea Variable - Variable name
- Distance
Variable string - Variable name
- Feature
Profile stringId - Feature Profile ID
- Filter bool
- Table map filtered or not - Default value:
false
- Filter
Variable string - Variable name
- Name string
- The name of the Feature
- Redistributes
List<Service
Routing Ospfv3Ipv6Feature Redistribute> - Redistribute routes
- Reference
Bandwidth int - Set reference bandwidth method to assign OSPF cost - Range:
1
-4294967
- Default value:100
- Reference
Bandwidth stringVariable - Variable name
- Rfc1583Compatible bool
- Calculate summary route cost based on RFC 1583 - Default value:
true
- Rfc1583Compatible
Variable string - Variable name
- Route
Policy stringId - Router
Id string - Set OSPF router ID to override system IP address
- Router
Id stringVariable - Variable name
- Router
Lsa stringAction - Not advertise maximum metric Router LSA policy by default
- Router
Lsa intOn Startup Time - Set how long to advertise maximum metric after router boot up - Range:
5
-86400
- Router
Lsa stringOn Startup Time Variable - Variable name
- Spf
Calculation intDelay - Set delay from first change received until performing SPF calculation - Range:
1
-600000
- Default value:200
- Spf
Calculation stringDelay Variable - Variable name
- Spf
Initial intHold Time - Set initial hold time between consecutive SPF calculations - Range:
1
-600000
- Default value:1000
- Spf
Initial stringHold Time Variable - Variable name
- Spf
Maximum intHold Time - Set maximum hold time between consecutive SPF calculations - Range:
1
-600000
- Default value:10000
- Spf
Maximum stringHold Time Variable - Variable name
- Version int
- The version of the Feature
- Areas
[]Service
Routing Ospfv3Ipv6Feature Area Args - Configure OSPFv3 IPv6 area
- Default
Information boolOriginate - Distribute default external route into OSPF disabled
- Default
Information boolOriginate Always - Always advertise default route
- Default
Information stringOriginate Always Variable - Variable name
- Default
Information intOriginate Metric - Set metric used to generate default route <0..16777214> - Range:
0
-16777214
- Default
Information stringOriginate Metric Type - Set default route metric type - Choices:
type1
,type2
- Default
Information stringOriginate Metric Type Variable - Variable name
- Default
Information stringOriginate Metric Variable - Variable name
- Description string
- The description of the Feature
- Distance int
- Distance - Range:
1
-254
- Default value:110
- Distance
External int - Set distance for external routes - Range:
1
-254
- Default value:110
- Distance
External stringVariable - Variable name
- Distance
Inter intArea - Set distance for inter-area routes - Range:
1
-254
- Default value:110
- Distance
Inter stringArea Variable - Variable name
- Distance
Intra intArea - Set distance for intra-area routes - Range:
1
-254
- Default value:110
- Distance
Intra stringArea Variable - Variable name
- Distance
Variable string - Variable name
- Feature
Profile stringId - Feature Profile ID
- Filter bool
- Table map filtered or not - Default value:
false
- Filter
Variable string - Variable name
- Name string
- The name of the Feature
- Redistributes
[]Service
Routing Ospfv3Ipv6Feature Redistribute Args - Redistribute routes
- Reference
Bandwidth int - Set reference bandwidth method to assign OSPF cost - Range:
1
-4294967
- Default value:100
- Reference
Bandwidth stringVariable - Variable name
- Rfc1583Compatible bool
- Calculate summary route cost based on RFC 1583 - Default value:
true
- Rfc1583Compatible
Variable string - Variable name
- Route
Policy stringId - Router
Id string - Set OSPF router ID to override system IP address
- Router
Id stringVariable - Variable name
- Router
Lsa stringAction - Not advertise maximum metric Router LSA policy by default
- Router
Lsa intOn Startup Time - Set how long to advertise maximum metric after router boot up - Range:
5
-86400
- Router
Lsa stringOn Startup Time Variable - Variable name
- Spf
Calculation intDelay - Set delay from first change received until performing SPF calculation - Range:
1
-600000
- Default value:200
- Spf
Calculation stringDelay Variable - Variable name
- Spf
Initial intHold Time - Set initial hold time between consecutive SPF calculations - Range:
1
-600000
- Default value:1000
- Spf
Initial stringHold Time Variable - Variable name
- Spf
Maximum intHold Time - Set maximum hold time between consecutive SPF calculations - Range:
1
-600000
- Default value:10000
- Spf
Maximum stringHold Time Variable - Variable name
- Version int
- The version of the Feature
- areas
List<Service
Routing Ospfv3Ipv6Feature Area> - Configure OSPFv3 IPv6 area
- default
Information BooleanOriginate - Distribute default external route into OSPF disabled
- default
Information BooleanOriginate Always - Always advertise default route
- default
Information StringOriginate Always Variable - Variable name
- default
Information IntegerOriginate Metric - Set metric used to generate default route <0..16777214> - Range:
0
-16777214
- default
Information StringOriginate Metric Type - Set default route metric type - Choices:
type1
,type2
- default
Information StringOriginate Metric Type Variable - Variable name
- default
Information StringOriginate Metric Variable - Variable name
- description String
- The description of the Feature
- distance Integer
- Distance - Range:
1
-254
- Default value:110
- distance
External Integer - Set distance for external routes - Range:
1
-254
- Default value:110
- distance
External StringVariable - Variable name
- distance
Inter IntegerArea - Set distance for inter-area routes - Range:
1
-254
- Default value:110
- distance
Inter StringArea Variable - Variable name
- distance
Intra IntegerArea - Set distance for intra-area routes - Range:
1
-254
- Default value:110
- distance
Intra StringArea Variable - Variable name
- distance
Variable String - Variable name
- feature
Profile StringId - Feature Profile ID
- filter Boolean
- Table map filtered or not - Default value:
false
- filter
Variable String - Variable name
- name String
- The name of the Feature
- redistributes
List<Service
Routing Ospfv3Ipv6Feature Redistribute> - Redistribute routes
- reference
Bandwidth Integer - Set reference bandwidth method to assign OSPF cost - Range:
1
-4294967
- Default value:100
- reference
Bandwidth StringVariable - Variable name
- rfc1583Compatible Boolean
- Calculate summary route cost based on RFC 1583 - Default value:
true
- rfc1583Compatible
Variable String - Variable name
- route
Policy StringId - router
Id String - Set OSPF router ID to override system IP address
- router
Id StringVariable - Variable name
- router
Lsa StringAction - Not advertise maximum metric Router LSA policy by default
- router
Lsa IntegerOn Startup Time - Set how long to advertise maximum metric after router boot up - Range:
5
-86400
- router
Lsa StringOn Startup Time Variable - Variable name
- spf
Calculation IntegerDelay - Set delay from first change received until performing SPF calculation - Range:
1
-600000
- Default value:200
- spf
Calculation StringDelay Variable - Variable name
- spf
Initial IntegerHold Time - Set initial hold time between consecutive SPF calculations - Range:
1
-600000
- Default value:1000
- spf
Initial StringHold Time Variable - Variable name
- spf
Maximum IntegerHold Time - Set maximum hold time between consecutive SPF calculations - Range:
1
-600000
- Default value:10000
- spf
Maximum StringHold Time Variable - Variable name
- version Integer
- The version of the Feature
- areas
Service
Routing Ospfv3Ipv6Feature Area[] - Configure OSPFv3 IPv6 area
- default
Information booleanOriginate - Distribute default external route into OSPF disabled
- default
Information booleanOriginate Always - Always advertise default route
- default
Information stringOriginate Always Variable - Variable name
- default
Information numberOriginate Metric - Set metric used to generate default route <0..16777214> - Range:
0
-16777214
- default
Information stringOriginate Metric Type - Set default route metric type - Choices:
type1
,type2
- default
Information stringOriginate Metric Type Variable - Variable name
- default
Information stringOriginate Metric Variable - Variable name
- description string
- The description of the Feature
- distance number
- Distance - Range:
1
-254
- Default value:110
- distance
External number - Set distance for external routes - Range:
1
-254
- Default value:110
- distance
External stringVariable - Variable name
- distance
Inter numberArea - Set distance for inter-area routes - Range:
1
-254
- Default value:110
- distance
Inter stringArea Variable - Variable name
- distance
Intra numberArea - Set distance for intra-area routes - Range:
1
-254
- Default value:110
- distance
Intra stringArea Variable - Variable name
- distance
Variable string - Variable name
- feature
Profile stringId - Feature Profile ID
- filter boolean
- Table map filtered or not - Default value:
false
- filter
Variable string - Variable name
- name string
- The name of the Feature
- redistributes
Service
Routing Ospfv3Ipv6Feature Redistribute[] - Redistribute routes
- reference
Bandwidth number - Set reference bandwidth method to assign OSPF cost - Range:
1
-4294967
- Default value:100
- reference
Bandwidth stringVariable - Variable name
- rfc1583Compatible boolean
- Calculate summary route cost based on RFC 1583 - Default value:
true
- rfc1583Compatible
Variable string - Variable name
- route
Policy stringId - router
Id string - Set OSPF router ID to override system IP address
- router
Id stringVariable - Variable name
- router
Lsa stringAction - Not advertise maximum metric Router LSA policy by default
- router
Lsa numberOn Startup Time - Set how long to advertise maximum metric after router boot up - Range:
5
-86400
- router
Lsa stringOn Startup Time Variable - Variable name
- spf
Calculation numberDelay - Set delay from first change received until performing SPF calculation - Range:
1
-600000
- Default value:200
- spf
Calculation stringDelay Variable - Variable name
- spf
Initial numberHold Time - Set initial hold time between consecutive SPF calculations - Range:
1
-600000
- Default value:1000
- spf
Initial stringHold Time Variable - Variable name
- spf
Maximum numberHold Time - Set maximum hold time between consecutive SPF calculations - Range:
1
-600000
- Default value:10000
- spf
Maximum stringHold Time Variable - Variable name
- version number
- The version of the Feature
- areas
Sequence[Service
Routing Ospfv3Ipv6Feature Area Args] - Configure OSPFv3 IPv6 area
- default_
information_ booloriginate - Distribute default external route into OSPF disabled
- default_
information_ booloriginate_ always - Always advertise default route
- default_
information_ stroriginate_ always_ variable - Variable name
- default_
information_ intoriginate_ metric - Set metric used to generate default route <0..16777214> - Range:
0
-16777214
- default_
information_ stroriginate_ metric_ type - Set default route metric type - Choices:
type1
,type2
- default_
information_ stroriginate_ metric_ type_ variable - Variable name
- default_
information_ stroriginate_ metric_ variable - Variable name
- description str
- The description of the Feature
- distance int
- Distance - Range:
1
-254
- Default value:110
- distance_
external int - Set distance for external routes - Range:
1
-254
- Default value:110
- distance_
external_ strvariable - Variable name
- distance_
inter_ intarea - Set distance for inter-area routes - Range:
1
-254
- Default value:110
- distance_
inter_ strarea_ variable - Variable name
- distance_
intra_ intarea - Set distance for intra-area routes - Range:
1
-254
- Default value:110
- distance_
intra_ strarea_ variable - Variable name
- distance_
variable str - Variable name
- feature_
profile_ strid - Feature Profile ID
- filter bool
- Table map filtered or not - Default value:
false
- filter_
variable str - Variable name
- name str
- The name of the Feature
- redistributes
Sequence[Service
Routing Ospfv3Ipv6Feature Redistribute Args] - Redistribute routes
- reference_
bandwidth int - Set reference bandwidth method to assign OSPF cost - Range:
1
-4294967
- Default value:100
- reference_
bandwidth_ strvariable - Variable name
- rfc1583_
compatible bool - Calculate summary route cost based on RFC 1583 - Default value:
true
- rfc1583_
compatible_ strvariable - Variable name
- route_
policy_ strid - router_
id str - Set OSPF router ID to override system IP address
- router_
id_ strvariable - Variable name
- router_
lsa_ straction - Not advertise maximum metric Router LSA policy by default
- router_
lsa_ inton_ startup_ time - Set how long to advertise maximum metric after router boot up - Range:
5
-86400
- router_
lsa_ stron_ startup_ time_ variable - Variable name
- spf_
calculation_ intdelay - Set delay from first change received until performing SPF calculation - Range:
1
-600000
- Default value:200
- spf_
calculation_ strdelay_ variable - Variable name
- spf_
initial_ inthold_ time - Set initial hold time between consecutive SPF calculations - Range:
1
-600000
- Default value:1000
- spf_
initial_ strhold_ time_ variable - Variable name
- spf_
maximum_ inthold_ time - Set maximum hold time between consecutive SPF calculations - Range:
1
-600000
- Default value:10000
- spf_
maximum_ strhold_ time_ variable - Variable name
- version int
- The version of the Feature
- areas List<Property Map>
- Configure OSPFv3 IPv6 area
- default
Information BooleanOriginate - Distribute default external route into OSPF disabled
- default
Information BooleanOriginate Always - Always advertise default route
- default
Information StringOriginate Always Variable - Variable name
- default
Information NumberOriginate Metric - Set metric used to generate default route <0..16777214> - Range:
0
-16777214
- default
Information StringOriginate Metric Type - Set default route metric type - Choices:
type1
,type2
- default
Information StringOriginate Metric Type Variable - Variable name
- default
Information StringOriginate Metric Variable - Variable name
- description String
- The description of the Feature
- distance Number
- Distance - Range:
1
-254
- Default value:110
- distance
External Number - Set distance for external routes - Range:
1
-254
- Default value:110
- distance
External StringVariable - Variable name
- distance
Inter NumberArea - Set distance for inter-area routes - Range:
1
-254
- Default value:110
- distance
Inter StringArea Variable - Variable name
- distance
Intra NumberArea - Set distance for intra-area routes - Range:
1
-254
- Default value:110
- distance
Intra StringArea Variable - Variable name
- distance
Variable String - Variable name
- feature
Profile StringId - Feature Profile ID
- filter Boolean
- Table map filtered or not - Default value:
false
- filter
Variable String - Variable name
- name String
- The name of the Feature
- redistributes List<Property Map>
- Redistribute routes
- reference
Bandwidth Number - Set reference bandwidth method to assign OSPF cost - Range:
1
-4294967
- Default value:100
- reference
Bandwidth StringVariable - Variable name
- rfc1583Compatible Boolean
- Calculate summary route cost based on RFC 1583 - Default value:
true
- rfc1583Compatible
Variable String - Variable name
- route
Policy StringId - router
Id String - Set OSPF router ID to override system IP address
- router
Id StringVariable - Variable name
- router
Lsa StringAction - Not advertise maximum metric Router LSA policy by default
- router
Lsa NumberOn Startup Time - Set how long to advertise maximum metric after router boot up - Range:
5
-86400
- router
Lsa StringOn Startup Time Variable - Variable name
- spf
Calculation NumberDelay - Set delay from first change received until performing SPF calculation - Range:
1
-600000
- Default value:200
- spf
Calculation StringDelay Variable - Variable name
- spf
Initial NumberHold Time - Set initial hold time between consecutive SPF calculations - Range:
1
-600000
- Default value:1000
- spf
Initial StringHold Time Variable - Variable name
- spf
Maximum NumberHold Time - Set maximum hold time between consecutive SPF calculations - Range:
1
-600000
- Default value:10000
- spf
Maximum StringHold Time Variable - Variable name
- version Number
- The version of the Feature
Supporting Types
ServiceRoutingOspfv3Ipv6FeatureArea, ServiceRoutingOspfv3Ipv6FeatureAreaArgs
- Always
Translate bool - Always translate type7 LSAs
- Always
Translate stringVariable - Variable name
- Area
Number int - Set OSPF area number
- Range:
0
-4294967295
- Range:
- Area
Number stringVariable - Variable name
- Area
Type string - stub area type
- Choices:
stub
- Choices:
- Interfaces
List<Service
Routing Ospfv3Ipv6Feature Area Interface> - Set OSPF interface parameters
- No
Summary bool - Do not inject inter-area routes
- No
Summary stringVariable - Variable name
- Ranges
List<Service
Routing Ospfv3Ipv6Feature Area Range> - Summarize OSPF routes at an area boundary
- Always
Translate bool - Always translate type7 LSAs
- Always
Translate stringVariable - Variable name
- Area
Number int - Set OSPF area number
- Range:
0
-4294967295
- Range:
- Area
Number stringVariable - Variable name
- Area
Type string - stub area type
- Choices:
stub
- Choices:
- Interfaces
[]Service
Routing Ospfv3Ipv6Feature Area Interface - Set OSPF interface parameters
- No
Summary bool - Do not inject inter-area routes
- No
Summary stringVariable - Variable name
- Ranges
[]Service
Routing Ospfv3Ipv6Feature Area Range - Summarize OSPF routes at an area boundary
- always
Translate Boolean - Always translate type7 LSAs
- always
Translate StringVariable - Variable name
- area
Number Integer - Set OSPF area number
- Range:
0
-4294967295
- Range:
- area
Number StringVariable - Variable name
- area
Type String - stub area type
- Choices:
stub
- Choices:
- interfaces
List<Service
Routing Ospfv3Ipv6Feature Area Interface> - Set OSPF interface parameters
- no
Summary Boolean - Do not inject inter-area routes
- no
Summary StringVariable - Variable name
- ranges
List<Service
Routing Ospfv3Ipv6Feature Area Range> - Summarize OSPF routes at an area boundary
- always
Translate boolean - Always translate type7 LSAs
- always
Translate stringVariable - Variable name
- area
Number number - Set OSPF area number
- Range:
0
-4294967295
- Range:
- area
Number stringVariable - Variable name
- area
Type string - stub area type
- Choices:
stub
- Choices:
- interfaces
Service
Routing Ospfv3Ipv6Feature Area Interface[] - Set OSPF interface parameters
- no
Summary boolean - Do not inject inter-area routes
- no
Summary stringVariable - Variable name
- ranges
Service
Routing Ospfv3Ipv6Feature Area Range[] - Summarize OSPF routes at an area boundary
- always_
translate bool - Always translate type7 LSAs
- always_
translate_ strvariable - Variable name
- area_
number int - Set OSPF area number
- Range:
0
-4294967295
- Range:
- area_
number_ strvariable - Variable name
- area_
type str - stub area type
- Choices:
stub
- Choices:
- interfaces
Sequence[Service
Routing Ospfv3Ipv6Feature Area Interface] - Set OSPF interface parameters
- no_
summary bool - Do not inject inter-area routes
- no_
summary_ strvariable - Variable name
- ranges
Sequence[Service
Routing Ospfv3Ipv6Feature Area Range] - Summarize OSPF routes at an area boundary
- always
Translate Boolean - Always translate type7 LSAs
- always
Translate StringVariable - Variable name
- area
Number Number - Set OSPF area number
- Range:
0
-4294967295
- Range:
- area
Number StringVariable - Variable name
- area
Type String - stub area type
- Choices:
stub
- Choices:
- interfaces List<Property Map>
- Set OSPF interface parameters
- no
Summary Boolean - Do not inject inter-area routes
- no
Summary StringVariable - Variable name
- ranges List<Property Map>
- Summarize OSPF routes at an area boundary
ServiceRoutingOspfv3Ipv6FeatureAreaInterface, ServiceRoutingOspfv3Ipv6FeatureAreaInterfaceArgs
- Authentication
Key string - Set OSPF interface authentication IPSEC key
- Authentication
Key stringVariable - Variable name
- Authentication
Spi int - Set OSPF interface authentication IPSec SPI, range 256..4294967295
- Range:
256
-4294967295
- Range:
- Authentication
Spi stringVariable - Variable name
- Authentication
Type string - No Authentication by default
- Choices:
no-auth
- Choices:
- Cost int
- Set cost of OSPF interface
- Range:
1
-65535
- Range:
- Cost
Variable string - Variable name
- Dead
Interval int - Set interval after which neighbor is declared to be down
- Range:
1
-65535
- Default value:
40
- Range:
- Dead
Interval stringVariable - Variable name
- Hello
Interval int - Set interval between OSPF hello packets
- Range:
1
-65535
- Default value:
10
- Range:
- Hello
Interval stringVariable - Variable name
- Lsa
Retransmit intInterval - Set time between retransmitting LSAs
- Range:
1
-65535
- Default value:
5
- Range:
- Lsa
Retransmit stringInterval Variable - Variable name
- Name string
- Set interface name
- Name
Variable string - Variable name
- Network
Type string - Set the OSPF network type
- Choices:
broadcast
,point-to-point
,non-broadcast
,point-to-multipoint
- Choices:
- Network
Type stringVariable - Variable name
- Passive
Interface bool - Set the interface to advertise its address, but not to actively run OSPF
- Default value:
false
- Default value:
- Passive
Interface stringVariable - Variable name
- Authentication
Key string - Set OSPF interface authentication IPSEC key
- Authentication
Key stringVariable - Variable name
- Authentication
Spi int - Set OSPF interface authentication IPSec SPI, range 256..4294967295
- Range:
256
-4294967295
- Range:
- Authentication
Spi stringVariable - Variable name
- Authentication
Type string - No Authentication by default
- Choices:
no-auth
- Choices:
- Cost int
- Set cost of OSPF interface
- Range:
1
-65535
- Range:
- Cost
Variable string - Variable name
- Dead
Interval int - Set interval after which neighbor is declared to be down
- Range:
1
-65535
- Default value:
40
- Range:
- Dead
Interval stringVariable - Variable name
- Hello
Interval int - Set interval between OSPF hello packets
- Range:
1
-65535
- Default value:
10
- Range:
- Hello
Interval stringVariable - Variable name
- Lsa
Retransmit intInterval - Set time between retransmitting LSAs
- Range:
1
-65535
- Default value:
5
- Range:
- Lsa
Retransmit stringInterval Variable - Variable name
- Name string
- Set interface name
- Name
Variable string - Variable name
- Network
Type string - Set the OSPF network type
- Choices:
broadcast
,point-to-point
,non-broadcast
,point-to-multipoint
- Choices:
- Network
Type stringVariable - Variable name
- Passive
Interface bool - Set the interface to advertise its address, but not to actively run OSPF
- Default value:
false
- Default value:
- Passive
Interface stringVariable - Variable name
- authentication
Key String - Set OSPF interface authentication IPSEC key
- authentication
Key StringVariable - Variable name
- authentication
Spi Integer - Set OSPF interface authentication IPSec SPI, range 256..4294967295
- Range:
256
-4294967295
- Range:
- authentication
Spi StringVariable - Variable name
- authentication
Type String - No Authentication by default
- Choices:
no-auth
- Choices:
- cost Integer
- Set cost of OSPF interface
- Range:
1
-65535
- Range:
- cost
Variable String - Variable name
- dead
Interval Integer - Set interval after which neighbor is declared to be down
- Range:
1
-65535
- Default value:
40
- Range:
- dead
Interval StringVariable - Variable name
- hello
Interval Integer - Set interval between OSPF hello packets
- Range:
1
-65535
- Default value:
10
- Range:
- hello
Interval StringVariable - Variable name
- lsa
Retransmit IntegerInterval - Set time between retransmitting LSAs
- Range:
1
-65535
- Default value:
5
- Range:
- lsa
Retransmit StringInterval Variable - Variable name
- name String
- Set interface name
- name
Variable String - Variable name
- network
Type String - Set the OSPF network type
- Choices:
broadcast
,point-to-point
,non-broadcast
,point-to-multipoint
- Choices:
- network
Type StringVariable - Variable name
- passive
Interface Boolean - Set the interface to advertise its address, but not to actively run OSPF
- Default value:
false
- Default value:
- passive
Interface StringVariable - Variable name
- authentication
Key string - Set OSPF interface authentication IPSEC key
- authentication
Key stringVariable - Variable name
- authentication
Spi number - Set OSPF interface authentication IPSec SPI, range 256..4294967295
- Range:
256
-4294967295
- Range:
- authentication
Spi stringVariable - Variable name
- authentication
Type string - No Authentication by default
- Choices:
no-auth
- Choices:
- cost number
- Set cost of OSPF interface
- Range:
1
-65535
- Range:
- cost
Variable string - Variable name
- dead
Interval number - Set interval after which neighbor is declared to be down
- Range:
1
-65535
- Default value:
40
- Range:
- dead
Interval stringVariable - Variable name
- hello
Interval number - Set interval between OSPF hello packets
- Range:
1
-65535
- Default value:
10
- Range:
- hello
Interval stringVariable - Variable name
- lsa
Retransmit numberInterval - Set time between retransmitting LSAs
- Range:
1
-65535
- Default value:
5
- Range:
- lsa
Retransmit stringInterval Variable - Variable name
- name string
- Set interface name
- name
Variable string - Variable name
- network
Type string - Set the OSPF network type
- Choices:
broadcast
,point-to-point
,non-broadcast
,point-to-multipoint
- Choices:
- network
Type stringVariable - Variable name
- passive
Interface boolean - Set the interface to advertise its address, but not to actively run OSPF
- Default value:
false
- Default value:
- passive
Interface stringVariable - Variable name
- authentication_
key str - Set OSPF interface authentication IPSEC key
- authentication_
key_ strvariable - Variable name
- authentication_
spi int - Set OSPF interface authentication IPSec SPI, range 256..4294967295
- Range:
256
-4294967295
- Range:
- authentication_
spi_ strvariable - Variable name
- authentication_
type str - No Authentication by default
- Choices:
no-auth
- Choices:
- cost int
- Set cost of OSPF interface
- Range:
1
-65535
- Range:
- cost_
variable str - Variable name
- dead_
interval int - Set interval after which neighbor is declared to be down
- Range:
1
-65535
- Default value:
40
- Range:
- dead_
interval_ strvariable - Variable name
- hello_
interval int - Set interval between OSPF hello packets
- Range:
1
-65535
- Default value:
10
- Range:
- hello_
interval_ strvariable - Variable name
- lsa_
retransmit_ intinterval - Set time between retransmitting LSAs
- Range:
1
-65535
- Default value:
5
- Range:
- lsa_
retransmit_ strinterval_ variable - Variable name
- name str
- Set interface name
- name_
variable str - Variable name
- network_
type str - Set the OSPF network type
- Choices:
broadcast
,point-to-point
,non-broadcast
,point-to-multipoint
- Choices:
- network_
type_ strvariable - Variable name
- passive_
interface bool - Set the interface to advertise its address, but not to actively run OSPF
- Default value:
false
- Default value:
- passive_
interface_ strvariable - Variable name
- authentication
Key String - Set OSPF interface authentication IPSEC key
- authentication
Key StringVariable - Variable name
- authentication
Spi Number - Set OSPF interface authentication IPSec SPI, range 256..4294967295
- Range:
256
-4294967295
- Range:
- authentication
Spi StringVariable - Variable name
- authentication
Type String - No Authentication by default
- Choices:
no-auth
- Choices:
- cost Number
- Set cost of OSPF interface
- Range:
1
-65535
- Range:
- cost
Variable String - Variable name
- dead
Interval Number - Set interval after which neighbor is declared to be down
- Range:
1
-65535
- Default value:
40
- Range:
- dead
Interval StringVariable - Variable name
- hello
Interval Number - Set interval between OSPF hello packets
- Range:
1
-65535
- Default value:
10
- Range:
- hello
Interval StringVariable - Variable name
- lsa
Retransmit NumberInterval - Set time between retransmitting LSAs
- Range:
1
-65535
- Default value:
5
- Range:
- lsa
Retransmit StringInterval Variable - Variable name
- name String
- Set interface name
- name
Variable String - Variable name
- network
Type String - Set the OSPF network type
- Choices:
broadcast
,point-to-point
,non-broadcast
,point-to-multipoint
- Choices:
- network
Type StringVariable - Variable name
- passive
Interface Boolean - Set the interface to advertise its address, but not to actively run OSPF
- Default value:
false
- Default value:
- passive
Interface StringVariable - Variable name
ServiceRoutingOspfv3Ipv6FeatureAreaRange, ServiceRoutingOspfv3Ipv6FeatureAreaRangeArgs
- Cost int
- Set cost for this range
- Range:
0
-16777214
- Range:
- Cost
Variable string - Variable name
- No
Advertise bool - Do not advertise this range
- Default value:
false
- Default value:
- No
Advertise stringVariable - Variable name
- Prefix string
- IPv6 prefix,for example 2001::/64
- Prefix
Variable string - Variable name
- Cost int
- Set cost for this range
- Range:
0
-16777214
- Range:
- Cost
Variable string - Variable name
- No
Advertise bool - Do not advertise this range
- Default value:
false
- Default value:
- No
Advertise stringVariable - Variable name
- Prefix string
- IPv6 prefix,for example 2001::/64
- Prefix
Variable string - Variable name
- cost Integer
- Set cost for this range
- Range:
0
-16777214
- Range:
- cost
Variable String - Variable name
- no
Advertise Boolean - Do not advertise this range
- Default value:
false
- Default value:
- no
Advertise StringVariable - Variable name
- prefix String
- IPv6 prefix,for example 2001::/64
- prefix
Variable String - Variable name
- cost number
- Set cost for this range
- Range:
0
-16777214
- Range:
- cost
Variable string - Variable name
- no
Advertise boolean - Do not advertise this range
- Default value:
false
- Default value:
- no
Advertise stringVariable - Variable name
- prefix string
- IPv6 prefix,for example 2001::/64
- prefix
Variable string - Variable name
- cost int
- Set cost for this range
- Range:
0
-16777214
- Range:
- cost_
variable str - Variable name
- no_
advertise bool - Do not advertise this range
- Default value:
false
- Default value:
- no_
advertise_ strvariable - Variable name
- prefix str
- IPv6 prefix,for example 2001::/64
- prefix_
variable str - Variable name
- cost Number
- Set cost for this range
- Range:
0
-16777214
- Range:
- cost
Variable String - Variable name
- no
Advertise Boolean - Do not advertise this range
- Default value:
false
- Default value:
- no
Advertise StringVariable - Variable name
- prefix String
- IPv6 prefix,for example 2001::/64
- prefix
Variable String - Variable name
ServiceRoutingOspfv3Ipv6FeatureRedistribute, ServiceRoutingOspfv3Ipv6FeatureRedistributeArgs
- Protocol string
- Set the protocol
- Choices:
connected
,static
,omp
,bgp
,eigrp
- Choices:
- Protocol
Variable string - Variable name
- Route
Policy stringId
- Protocol string
- Set the protocol
- Choices:
connected
,static
,omp
,bgp
,eigrp
- Choices:
- Protocol
Variable string - Variable name
- Route
Policy stringId
- protocol String
- Set the protocol
- Choices:
connected
,static
,omp
,bgp
,eigrp
- Choices:
- protocol
Variable String - Variable name
- route
Policy StringId
- protocol string
- Set the protocol
- Choices:
connected
,static
,omp
,bgp
,eigrp
- Choices:
- protocol
Variable string - Variable name
- route
Policy stringId
- protocol str
- Set the protocol
- Choices:
connected
,static
,omp
,bgp
,eigrp
- Choices:
- protocol_
variable str - Variable name
- route_
policy_ strid
- protocol String
- Set the protocol
- Choices:
connected
,static
,omp
,bgp
,eigrp
- Choices:
- protocol
Variable String - Variable name
- route
Policy StringId
Import
$ pulumi import sdwan:index/serviceRoutingOspfv3Ipv6Feature:ServiceRoutingOspfv3Ipv6Feature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
sdwan
Terraform Provider.