Fortios v0.0.6 published on Tuesday, Jul 9, 2024 by pulumiverse
fortios.router.getIsis
Explore with Pulumi AI
Use this data source to get information on fortios router isis
Using getIsis
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 getIsis(args: GetIsisArgs, opts?: InvokeOptions): Promise<GetIsisResult>
function getIsisOutput(args: GetIsisOutputArgs, opts?: InvokeOptions): Output<GetIsisResult>
def get_isis(vdomparam: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetIsisResult
def get_isis_output(vdomparam: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetIsisResult]
func LookupIsis(ctx *Context, args *LookupIsisArgs, opts ...InvokeOption) (*LookupIsisResult, error)
func LookupIsisOutput(ctx *Context, args *LookupIsisOutputArgs, opts ...InvokeOption) LookupIsisResultOutput
> Note: This function is named LookupIsis
in the Go SDK.
public static class GetIsis
{
public static Task<GetIsisResult> InvokeAsync(GetIsisArgs args, InvokeOptions? opts = null)
public static Output<GetIsisResult> Invoke(GetIsisInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetIsisResult> getIsis(GetIsisArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: fortios:router/getIsis:getIsis
arguments:
# arguments dictionary
The following arguments are supported:
- Vdomparam string
- Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- Vdomparam string
- Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- vdomparam String
- Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- vdomparam string
- Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- vdomparam str
- Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- vdomparam String
- Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
getIsis Result
The following output properties are available:
- Adjacency
Check string - Enable/disable adjacency check.
- Adjacency
Check6 string - Enable/disable IPv6 adjacency check.
- Adv
Passive stringOnly - Enable/disable IS-IS advertisement of passive interfaces only.
- Adv
Passive stringOnly6 - Enable/disable IPv6 IS-IS advertisement of passive interfaces only.
- Auth
Keychain stringL1 - Authentication key-chain for level 1 PDUs.
- Auth
Keychain stringL2 - Authentication key-chain for level 2 PDUs.
- Auth
Mode stringL1 - Level 1 authentication mode.
- Auth
Mode stringL2 - Level 2 authentication mode.
- Auth
Password stringL1 - Authentication password for level 1 PDUs.
- Auth
Password stringL2 - Authentication password for level 2 PDUs.
- Auth
Sendonly stringL1 - Enable/disable level 1 authentication send-only.
- Auth
Sendonly stringL2 - Enable/disable level 2 authentication send-only.
- Default
Originate string - Enable/disable distribution of default route information.
- Default
Originate6 string - Enable/disable distribution of default IPv6 route information.
- Dynamic
Hostname string - Enable/disable dynamic hostname.
- Id string
- The provider-assigned unique ID for this managed resource.
- Ignore
Lsp stringErrors - Enable/disable ignoring of LSP errors with bad checksums.
- Is
Type string - IS type.
- Isis
Interfaces List<Pulumiverse.Fortios. Router. Outputs. Get Isis Isis Interface> - IS-IS interface configuration. The structure of
isis_interface
block is documented below. - Isis
Nets List<Pulumiverse.Fortios. Router. Outputs. Get Isis Isis Net> - IS-IS net configuration. The structure of
isis_net
block is documented below. - Lsp
Gen intInterval L1 - Minimum interval for level 1 LSP regenerating.
- Lsp
Gen intInterval L2 - Minimum interval for level 2 LSP regenerating.
- Lsp
Refresh intInterval - LSP refresh time in seconds.
- Max
Lsp intLifetime - Maximum LSP lifetime in seconds.
- Metric
Style string - Use old-style (ISO 10589) or new-style packet formats
- Overload
Bit string - Enable/disable signal other routers not to use us in SPF.
- Overload
Bit intOn Startup - Overload-bit only temporarily after reboot.
- Overload
Bit stringSuppress - Suppress overload-bit for the specific prefixes.
- Redistribute6L1 string
- Enable/disable redistribution of level 1 IPv6 routes into level 2.
- Redistribute6L1List string
- Access-list for IPv6 route redistribution from l1 to l2.
- Redistribute6L2 string
- Enable/disable redistribution of level 2 IPv6 routes into level 1.
- Redistribute6L2List string
- Access-list for IPv6 route redistribution from l2 to l1.
- Redistribute6s
List<Pulumiverse.
Fortios. Router. Outputs. Get Isis Redistribute6> - IS-IS IPv6 redistribution for routing protocols. The structure of
redistribute6
block is documented below. - Redistribute
L1 string - Enable/disable redistribution of level 1 routes into level 2.
- Redistribute
L1List string - Access-list for route redistribution from l1 to l2.
- Redistribute
L2 string - Enable/disable redistribution of level 2 routes into level 1.
- Redistribute
L2List string - Access-list for route redistribution from l2 to l1.
- Redistributes
List<Pulumiverse.
Fortios. Router. Outputs. Get Isis Redistribute> - IS-IS redistribute protocols. The structure of
redistribute
block is documented below. - Spf
Interval stringExp L1 - Level 1 SPF calculation delay.
- Spf
Interval stringExp L2 - Level 2 SPF calculation delay.
- Summary
Address6s List<Pulumiverse.Fortios. Router. Outputs. Get Isis Summary Address6> - IS-IS IPv6 summary address. The structure of
summary_address6
block is documented below. - Summary
Addresses List<Pulumiverse.Fortios. Router. Outputs. Get Isis Summary Address> - IS-IS summary addresses. The structure of
summary_address
block is documented below. - Vdomparam string
- Adjacency
Check string - Enable/disable adjacency check.
- Adjacency
Check6 string - Enable/disable IPv6 adjacency check.
- Adv
Passive stringOnly - Enable/disable IS-IS advertisement of passive interfaces only.
- Adv
Passive stringOnly6 - Enable/disable IPv6 IS-IS advertisement of passive interfaces only.
- Auth
Keychain stringL1 - Authentication key-chain for level 1 PDUs.
- Auth
Keychain stringL2 - Authentication key-chain for level 2 PDUs.
- Auth
Mode stringL1 - Level 1 authentication mode.
- Auth
Mode stringL2 - Level 2 authentication mode.
- Auth
Password stringL1 - Authentication password for level 1 PDUs.
- Auth
Password stringL2 - Authentication password for level 2 PDUs.
- Auth
Sendonly stringL1 - Enable/disable level 1 authentication send-only.
- Auth
Sendonly stringL2 - Enable/disable level 2 authentication send-only.
- Default
Originate string - Enable/disable distribution of default route information.
- Default
Originate6 string - Enable/disable distribution of default IPv6 route information.
- Dynamic
Hostname string - Enable/disable dynamic hostname.
- Id string
- The provider-assigned unique ID for this managed resource.
- Ignore
Lsp stringErrors - Enable/disable ignoring of LSP errors with bad checksums.
- Is
Type string - IS type.
- Isis
Interfaces []GetIsis Isis Interface - IS-IS interface configuration. The structure of
isis_interface
block is documented below. - Isis
Nets []GetIsis Isis Net - IS-IS net configuration. The structure of
isis_net
block is documented below. - Lsp
Gen intInterval L1 - Minimum interval for level 1 LSP regenerating.
- Lsp
Gen intInterval L2 - Minimum interval for level 2 LSP regenerating.
- Lsp
Refresh intInterval - LSP refresh time in seconds.
- Max
Lsp intLifetime - Maximum LSP lifetime in seconds.
- Metric
Style string - Use old-style (ISO 10589) or new-style packet formats
- Overload
Bit string - Enable/disable signal other routers not to use us in SPF.
- Overload
Bit intOn Startup - Overload-bit only temporarily after reboot.
- Overload
Bit stringSuppress - Suppress overload-bit for the specific prefixes.
- Redistribute6L1 string
- Enable/disable redistribution of level 1 IPv6 routes into level 2.
- Redistribute6L1List string
- Access-list for IPv6 route redistribution from l1 to l2.
- Redistribute6L2 string
- Enable/disable redistribution of level 2 IPv6 routes into level 1.
- Redistribute6L2List string
- Access-list for IPv6 route redistribution from l2 to l1.
- Redistribute6s
[]Get
Isis Redistribute6 - IS-IS IPv6 redistribution for routing protocols. The structure of
redistribute6
block is documented below. - Redistribute
L1 string - Enable/disable redistribution of level 1 routes into level 2.
- Redistribute
L1List string - Access-list for route redistribution from l1 to l2.
- Redistribute
L2 string - Enable/disable redistribution of level 2 routes into level 1.
- Redistribute
L2List string - Access-list for route redistribution from l2 to l1.
- Redistributes
[]Get
Isis Redistribute - IS-IS redistribute protocols. The structure of
redistribute
block is documented below. - Spf
Interval stringExp L1 - Level 1 SPF calculation delay.
- Spf
Interval stringExp L2 - Level 2 SPF calculation delay.
- Summary
Address6s []GetIsis Summary Address6 - IS-IS IPv6 summary address. The structure of
summary_address6
block is documented below. - Summary
Addresses []GetIsis Summary Address - IS-IS summary addresses. The structure of
summary_address
block is documented below. - Vdomparam string
- adjacency
Check String - Enable/disable adjacency check.
- adjacency
Check6 String - Enable/disable IPv6 adjacency check.
- adv
Passive StringOnly - Enable/disable IS-IS advertisement of passive interfaces only.
- adv
Passive StringOnly6 - Enable/disable IPv6 IS-IS advertisement of passive interfaces only.
- auth
Keychain StringL1 - Authentication key-chain for level 1 PDUs.
- auth
Keychain StringL2 - Authentication key-chain for level 2 PDUs.
- auth
Mode StringL1 - Level 1 authentication mode.
- auth
Mode StringL2 - Level 2 authentication mode.
- auth
Password StringL1 - Authentication password for level 1 PDUs.
- auth
Password StringL2 - Authentication password for level 2 PDUs.
- auth
Sendonly StringL1 - Enable/disable level 1 authentication send-only.
- auth
Sendonly StringL2 - Enable/disable level 2 authentication send-only.
- default
Originate String - Enable/disable distribution of default route information.
- default
Originate6 String - Enable/disable distribution of default IPv6 route information.
- dynamic
Hostname String - Enable/disable dynamic hostname.
- id String
- The provider-assigned unique ID for this managed resource.
- ignore
Lsp StringErrors - Enable/disable ignoring of LSP errors with bad checksums.
- is
Type String - IS type.
- isis
Interfaces List<GetIsis Isis Interface> - IS-IS interface configuration. The structure of
isis_interface
block is documented below. - isis
Nets List<GetIsis Isis Net> - IS-IS net configuration. The structure of
isis_net
block is documented below. - lsp
Gen IntegerInterval L1 - Minimum interval for level 1 LSP regenerating.
- lsp
Gen IntegerInterval L2 - Minimum interval for level 2 LSP regenerating.
- lsp
Refresh IntegerInterval - LSP refresh time in seconds.
- max
Lsp IntegerLifetime - Maximum LSP lifetime in seconds.
- metric
Style String - Use old-style (ISO 10589) or new-style packet formats
- overload
Bit String - Enable/disable signal other routers not to use us in SPF.
- overload
Bit IntegerOn Startup - Overload-bit only temporarily after reboot.
- overload
Bit StringSuppress - Suppress overload-bit for the specific prefixes.
- redistribute6L1 String
- Enable/disable redistribution of level 1 IPv6 routes into level 2.
- redistribute6L1List String
- Access-list for IPv6 route redistribution from l1 to l2.
- redistribute6L2 String
- Enable/disable redistribution of level 2 IPv6 routes into level 1.
- redistribute6L2List String
- Access-list for IPv6 route redistribution from l2 to l1.
- redistribute6s
List<Get
Isis Redistribute6> - IS-IS IPv6 redistribution for routing protocols. The structure of
redistribute6
block is documented below. - redistribute
L1 String - Enable/disable redistribution of level 1 routes into level 2.
- redistribute
L1List String - Access-list for route redistribution from l1 to l2.
- redistribute
L2 String - Enable/disable redistribution of level 2 routes into level 1.
- redistribute
L2List String - Access-list for route redistribution from l2 to l1.
- redistributes
List<Get
Isis Redistribute> - IS-IS redistribute protocols. The structure of
redistribute
block is documented below. - spf
Interval StringExp L1 - Level 1 SPF calculation delay.
- spf
Interval StringExp L2 - Level 2 SPF calculation delay.
- summary
Address6s List<GetIsis Summary Address6> - IS-IS IPv6 summary address. The structure of
summary_address6
block is documented below. - summary
Addresses List<GetIsis Summary Address> - IS-IS summary addresses. The structure of
summary_address
block is documented below. - vdomparam String
- adjacency
Check string - Enable/disable adjacency check.
- adjacency
Check6 string - Enable/disable IPv6 adjacency check.
- adv
Passive stringOnly - Enable/disable IS-IS advertisement of passive interfaces only.
- adv
Passive stringOnly6 - Enable/disable IPv6 IS-IS advertisement of passive interfaces only.
- auth
Keychain stringL1 - Authentication key-chain for level 1 PDUs.
- auth
Keychain stringL2 - Authentication key-chain for level 2 PDUs.
- auth
Mode stringL1 - Level 1 authentication mode.
- auth
Mode stringL2 - Level 2 authentication mode.
- auth
Password stringL1 - Authentication password for level 1 PDUs.
- auth
Password stringL2 - Authentication password for level 2 PDUs.
- auth
Sendonly stringL1 - Enable/disable level 1 authentication send-only.
- auth
Sendonly stringL2 - Enable/disable level 2 authentication send-only.
- default
Originate string - Enable/disable distribution of default route information.
- default
Originate6 string - Enable/disable distribution of default IPv6 route information.
- dynamic
Hostname string - Enable/disable dynamic hostname.
- id string
- The provider-assigned unique ID for this managed resource.
- ignore
Lsp stringErrors - Enable/disable ignoring of LSP errors with bad checksums.
- is
Type string - IS type.
- isis
Interfaces GetIsis Isis Interface[] - IS-IS interface configuration. The structure of
isis_interface
block is documented below. - isis
Nets GetIsis Isis Net[] - IS-IS net configuration. The structure of
isis_net
block is documented below. - lsp
Gen numberInterval L1 - Minimum interval for level 1 LSP regenerating.
- lsp
Gen numberInterval L2 - Minimum interval for level 2 LSP regenerating.
- lsp
Refresh numberInterval - LSP refresh time in seconds.
- max
Lsp numberLifetime - Maximum LSP lifetime in seconds.
- metric
Style string - Use old-style (ISO 10589) or new-style packet formats
- overload
Bit string - Enable/disable signal other routers not to use us in SPF.
- overload
Bit numberOn Startup - Overload-bit only temporarily after reboot.
- overload
Bit stringSuppress - Suppress overload-bit for the specific prefixes.
- redistribute6L1 string
- Enable/disable redistribution of level 1 IPv6 routes into level 2.
- redistribute6L1List string
- Access-list for IPv6 route redistribution from l1 to l2.
- redistribute6L2 string
- Enable/disable redistribution of level 2 IPv6 routes into level 1.
- redistribute6L2List string
- Access-list for IPv6 route redistribution from l2 to l1.
- redistribute6s
Get
Isis Redistribute6[] - IS-IS IPv6 redistribution for routing protocols. The structure of
redistribute6
block is documented below. - redistribute
L1 string - Enable/disable redistribution of level 1 routes into level 2.
- redistribute
L1List string - Access-list for route redistribution from l1 to l2.
- redistribute
L2 string - Enable/disable redistribution of level 2 routes into level 1.
- redistribute
L2List string - Access-list for route redistribution from l2 to l1.
- redistributes
Get
Isis Redistribute[] - IS-IS redistribute protocols. The structure of
redistribute
block is documented below. - spf
Interval stringExp L1 - Level 1 SPF calculation delay.
- spf
Interval stringExp L2 - Level 2 SPF calculation delay.
- summary
Address6s GetIsis Summary Address6[] - IS-IS IPv6 summary address. The structure of
summary_address6
block is documented below. - summary
Addresses GetIsis Summary Address[] - IS-IS summary addresses. The structure of
summary_address
block is documented below. - vdomparam string
- adjacency_
check str - Enable/disable adjacency check.
- adjacency_
check6 str - Enable/disable IPv6 adjacency check.
- adv_
passive_ stronly - Enable/disable IS-IS advertisement of passive interfaces only.
- adv_
passive_ stronly6 - Enable/disable IPv6 IS-IS advertisement of passive interfaces only.
- auth_
keychain_ strl1 - Authentication key-chain for level 1 PDUs.
- auth_
keychain_ strl2 - Authentication key-chain for level 2 PDUs.
- auth_
mode_ strl1 - Level 1 authentication mode.
- auth_
mode_ strl2 - Level 2 authentication mode.
- auth_
password_ strl1 - Authentication password for level 1 PDUs.
- auth_
password_ strl2 - Authentication password for level 2 PDUs.
- auth_
sendonly_ strl1 - Enable/disable level 1 authentication send-only.
- auth_
sendonly_ strl2 - Enable/disable level 2 authentication send-only.
- default_
originate str - Enable/disable distribution of default route information.
- default_
originate6 str - Enable/disable distribution of default IPv6 route information.
- dynamic_
hostname str - Enable/disable dynamic hostname.
- id str
- The provider-assigned unique ID for this managed resource.
- ignore_
lsp_ strerrors - Enable/disable ignoring of LSP errors with bad checksums.
- is_
type str - IS type.
- isis_
interfaces Sequence[GetIsis Isis Interface] - IS-IS interface configuration. The structure of
isis_interface
block is documented below. - isis_
nets Sequence[GetIsis Isis Net] - IS-IS net configuration. The structure of
isis_net
block is documented below. - lsp_
gen_ intinterval_ l1 - Minimum interval for level 1 LSP regenerating.
- lsp_
gen_ intinterval_ l2 - Minimum interval for level 2 LSP regenerating.
- lsp_
refresh_ intinterval - LSP refresh time in seconds.
- max_
lsp_ intlifetime - Maximum LSP lifetime in seconds.
- metric_
style str - Use old-style (ISO 10589) or new-style packet formats
- overload_
bit str - Enable/disable signal other routers not to use us in SPF.
- overload_
bit_ inton_ startup - Overload-bit only temporarily after reboot.
- overload_
bit_ strsuppress - Suppress overload-bit for the specific prefixes.
- redistribute6_
l1 str - Enable/disable redistribution of level 1 IPv6 routes into level 2.
- redistribute6_
l1_ strlist - Access-list for IPv6 route redistribution from l1 to l2.
- redistribute6_
l2 str - Enable/disable redistribution of level 2 IPv6 routes into level 1.
- redistribute6_
l2_ strlist - Access-list for IPv6 route redistribution from l2 to l1.
- redistribute6s
Sequence[Get
Isis Redistribute6] - IS-IS IPv6 redistribution for routing protocols. The structure of
redistribute6
block is documented below. - redistribute_
l1 str - Enable/disable redistribution of level 1 routes into level 2.
- redistribute_
l1_ strlist - Access-list for route redistribution from l1 to l2.
- redistribute_
l2 str - Enable/disable redistribution of level 2 routes into level 1.
- redistribute_
l2_ strlist - Access-list for route redistribution from l2 to l1.
- redistributes
Sequence[Get
Isis Redistribute] - IS-IS redistribute protocols. The structure of
redistribute
block is documented below. - spf_
interval_ strexp_ l1 - Level 1 SPF calculation delay.
- spf_
interval_ strexp_ l2 - Level 2 SPF calculation delay.
- summary_
address6s Sequence[GetIsis Summary Address6] - IS-IS IPv6 summary address. The structure of
summary_address6
block is documented below. - summary_
addresses Sequence[GetIsis Summary Address] - IS-IS summary addresses. The structure of
summary_address
block is documented below. - vdomparam str
- adjacency
Check String - Enable/disable adjacency check.
- adjacency
Check6 String - Enable/disable IPv6 adjacency check.
- adv
Passive StringOnly - Enable/disable IS-IS advertisement of passive interfaces only.
- adv
Passive StringOnly6 - Enable/disable IPv6 IS-IS advertisement of passive interfaces only.
- auth
Keychain StringL1 - Authentication key-chain for level 1 PDUs.
- auth
Keychain StringL2 - Authentication key-chain for level 2 PDUs.
- auth
Mode StringL1 - Level 1 authentication mode.
- auth
Mode StringL2 - Level 2 authentication mode.
- auth
Password StringL1 - Authentication password for level 1 PDUs.
- auth
Password StringL2 - Authentication password for level 2 PDUs.
- auth
Sendonly StringL1 - Enable/disable level 1 authentication send-only.
- auth
Sendonly StringL2 - Enable/disable level 2 authentication send-only.
- default
Originate String - Enable/disable distribution of default route information.
- default
Originate6 String - Enable/disable distribution of default IPv6 route information.
- dynamic
Hostname String - Enable/disable dynamic hostname.
- id String
- The provider-assigned unique ID for this managed resource.
- ignore
Lsp StringErrors - Enable/disable ignoring of LSP errors with bad checksums.
- is
Type String - IS type.
- isis
Interfaces List<Property Map> - IS-IS interface configuration. The structure of
isis_interface
block is documented below. - isis
Nets List<Property Map> - IS-IS net configuration. The structure of
isis_net
block is documented below. - lsp
Gen NumberInterval L1 - Minimum interval for level 1 LSP regenerating.
- lsp
Gen NumberInterval L2 - Minimum interval for level 2 LSP regenerating.
- lsp
Refresh NumberInterval - LSP refresh time in seconds.
- max
Lsp NumberLifetime - Maximum LSP lifetime in seconds.
- metric
Style String - Use old-style (ISO 10589) or new-style packet formats
- overload
Bit String - Enable/disable signal other routers not to use us in SPF.
- overload
Bit NumberOn Startup - Overload-bit only temporarily after reboot.
- overload
Bit StringSuppress - Suppress overload-bit for the specific prefixes.
- redistribute6L1 String
- Enable/disable redistribution of level 1 IPv6 routes into level 2.
- redistribute6L1List String
- Access-list for IPv6 route redistribution from l1 to l2.
- redistribute6L2 String
- Enable/disable redistribution of level 2 IPv6 routes into level 1.
- redistribute6L2List String
- Access-list for IPv6 route redistribution from l2 to l1.
- redistribute6s List<Property Map>
- IS-IS IPv6 redistribution for routing protocols. The structure of
redistribute6
block is documented below. - redistribute
L1 String - Enable/disable redistribution of level 1 routes into level 2.
- redistribute
L1List String - Access-list for route redistribution from l1 to l2.
- redistribute
L2 String - Enable/disable redistribution of level 2 routes into level 1.
- redistribute
L2List String - Access-list for route redistribution from l2 to l1.
- redistributes List<Property Map>
- IS-IS redistribute protocols. The structure of
redistribute
block is documented below. - spf
Interval StringExp L1 - Level 1 SPF calculation delay.
- spf
Interval StringExp L2 - Level 2 SPF calculation delay.
- summary
Address6s List<Property Map> - IS-IS IPv6 summary address. The structure of
summary_address6
block is documented below. - summary
Addresses List<Property Map> - IS-IS summary addresses. The structure of
summary_address
block is documented below. - vdomparam String
Supporting Types
GetIsisIsisInterface
- Auth
Keychain stringL1 - Authentication key-chain for level 1 PDUs.
- Auth
Keychain stringL2 - Authentication key-chain for level 2 PDUs.
- Auth
Mode stringL1 - Level 1 authentication mode.
- Auth
Mode stringL2 - Level 2 authentication mode.
- Auth
Password stringL1 - Authentication password for level 1 PDUs.
- Auth
Password stringL2 - Authentication password for level 2 PDUs.
- Auth
Send stringOnly L1 - Enable/disable authentication send-only for level 1 PDUs.
- Auth
Send stringOnly L2 - Enable/disable authentication send-only for level 2 PDUs.
- Circuit
Type string - IS-IS interface's circuit type
- Csnp
Interval intL1 - Level 1 CSNP interval.
- Csnp
Interval intL2 - Level 2 CSNP interval.
- Hello
Interval intL1 - Level 1 hello interval.
- Hello
Interval intL2 - Level 2 hello interval.
- Hello
Multiplier intL1 - Level 1 multiplier for Hello holding time.
- Hello
Multiplier intL2 - Level 2 multiplier for Hello holding time.
- Hello
Padding string - Enable/disable padding to IS-IS hello packets.
- Lsp
Interval int - LSP transmission interval (milliseconds).
- Lsp
Retransmit intInterval - LSP retransmission interval (sec).
- Mesh
Group string - Enable/disable IS-IS mesh group.
- Mesh
Group intId - Mesh group ID <0-4294967295>, 0: mesh-group blocked.
- Metric
L1 int - Level 1 metric for interface.
- Metric
L2 int - Level 2 metric for interface.
- Name string
- IS-IS interface name.
- Network
Type string - IS-IS interface's network type
- Priority
L1 int - Level 1 priority.
- Priority
L2 int - Level 2 priority.
- Status string
- Enable/disable redistribution.
- Status6 string
- Enable/disable IPv6 interface for IS-IS.
- Wide
Metric intL1 - Level 1 wide metric for interface.
- Wide
Metric intL2 - Level 2 wide metric for interface.
- Auth
Keychain stringL1 - Authentication key-chain for level 1 PDUs.
- Auth
Keychain stringL2 - Authentication key-chain for level 2 PDUs.
- Auth
Mode stringL1 - Level 1 authentication mode.
- Auth
Mode stringL2 - Level 2 authentication mode.
- Auth
Password stringL1 - Authentication password for level 1 PDUs.
- Auth
Password stringL2 - Authentication password for level 2 PDUs.
- Auth
Send stringOnly L1 - Enable/disable authentication send-only for level 1 PDUs.
- Auth
Send stringOnly L2 - Enable/disable authentication send-only for level 2 PDUs.
- Circuit
Type string - IS-IS interface's circuit type
- Csnp
Interval intL1 - Level 1 CSNP interval.
- Csnp
Interval intL2 - Level 2 CSNP interval.
- Hello
Interval intL1 - Level 1 hello interval.
- Hello
Interval intL2 - Level 2 hello interval.
- Hello
Multiplier intL1 - Level 1 multiplier for Hello holding time.
- Hello
Multiplier intL2 - Level 2 multiplier for Hello holding time.
- Hello
Padding string - Enable/disable padding to IS-IS hello packets.
- Lsp
Interval int - LSP transmission interval (milliseconds).
- Lsp
Retransmit intInterval - LSP retransmission interval (sec).
- Mesh
Group string - Enable/disable IS-IS mesh group.
- Mesh
Group intId - Mesh group ID <0-4294967295>, 0: mesh-group blocked.
- Metric
L1 int - Level 1 metric for interface.
- Metric
L2 int - Level 2 metric for interface.
- Name string
- IS-IS interface name.
- Network
Type string - IS-IS interface's network type
- Priority
L1 int - Level 1 priority.
- Priority
L2 int - Level 2 priority.
- Status string
- Enable/disable redistribution.
- Status6 string
- Enable/disable IPv6 interface for IS-IS.
- Wide
Metric intL1 - Level 1 wide metric for interface.
- Wide
Metric intL2 - Level 2 wide metric for interface.
- auth
Keychain StringL1 - Authentication key-chain for level 1 PDUs.
- auth
Keychain StringL2 - Authentication key-chain for level 2 PDUs.
- auth
Mode StringL1 - Level 1 authentication mode.
- auth
Mode StringL2 - Level 2 authentication mode.
- auth
Password StringL1 - Authentication password for level 1 PDUs.
- auth
Password StringL2 - Authentication password for level 2 PDUs.
- auth
Send StringOnly L1 - Enable/disable authentication send-only for level 1 PDUs.
- auth
Send StringOnly L2 - Enable/disable authentication send-only for level 2 PDUs.
- circuit
Type String - IS-IS interface's circuit type
- csnp
Interval IntegerL1 - Level 1 CSNP interval.
- csnp
Interval IntegerL2 - Level 2 CSNP interval.
- hello
Interval IntegerL1 - Level 1 hello interval.
- hello
Interval IntegerL2 - Level 2 hello interval.
- hello
Multiplier IntegerL1 - Level 1 multiplier for Hello holding time.
- hello
Multiplier IntegerL2 - Level 2 multiplier for Hello holding time.
- hello
Padding String - Enable/disable padding to IS-IS hello packets.
- lsp
Interval Integer - LSP transmission interval (milliseconds).
- lsp
Retransmit IntegerInterval - LSP retransmission interval (sec).
- mesh
Group String - Enable/disable IS-IS mesh group.
- mesh
Group IntegerId - Mesh group ID <0-4294967295>, 0: mesh-group blocked.
- metric
L1 Integer - Level 1 metric for interface.
- metric
L2 Integer - Level 2 metric for interface.
- name String
- IS-IS interface name.
- network
Type String - IS-IS interface's network type
- priority
L1 Integer - Level 1 priority.
- priority
L2 Integer - Level 2 priority.
- status String
- Enable/disable redistribution.
- status6 String
- Enable/disable IPv6 interface for IS-IS.
- wide
Metric IntegerL1 - Level 1 wide metric for interface.
- wide
Metric IntegerL2 - Level 2 wide metric for interface.
- auth
Keychain stringL1 - Authentication key-chain for level 1 PDUs.
- auth
Keychain stringL2 - Authentication key-chain for level 2 PDUs.
- auth
Mode stringL1 - Level 1 authentication mode.
- auth
Mode stringL2 - Level 2 authentication mode.
- auth
Password stringL1 - Authentication password for level 1 PDUs.
- auth
Password stringL2 - Authentication password for level 2 PDUs.
- auth
Send stringOnly L1 - Enable/disable authentication send-only for level 1 PDUs.
- auth
Send stringOnly L2 - Enable/disable authentication send-only for level 2 PDUs.
- circuit
Type string - IS-IS interface's circuit type
- csnp
Interval numberL1 - Level 1 CSNP interval.
- csnp
Interval numberL2 - Level 2 CSNP interval.
- hello
Interval numberL1 - Level 1 hello interval.
- hello
Interval numberL2 - Level 2 hello interval.
- hello
Multiplier numberL1 - Level 1 multiplier for Hello holding time.
- hello
Multiplier numberL2 - Level 2 multiplier for Hello holding time.
- hello
Padding string - Enable/disable padding to IS-IS hello packets.
- lsp
Interval number - LSP transmission interval (milliseconds).
- lsp
Retransmit numberInterval - LSP retransmission interval (sec).
- mesh
Group string - Enable/disable IS-IS mesh group.
- mesh
Group numberId - Mesh group ID <0-4294967295>, 0: mesh-group blocked.
- metric
L1 number - Level 1 metric for interface.
- metric
L2 number - Level 2 metric for interface.
- name string
- IS-IS interface name.
- network
Type string - IS-IS interface's network type
- priority
L1 number - Level 1 priority.
- priority
L2 number - Level 2 priority.
- status string
- Enable/disable redistribution.
- status6 string
- Enable/disable IPv6 interface for IS-IS.
- wide
Metric numberL1 - Level 1 wide metric for interface.
- wide
Metric numberL2 - Level 2 wide metric for interface.
- auth_
keychain_ strl1 - Authentication key-chain for level 1 PDUs.
- auth_
keychain_ strl2 - Authentication key-chain for level 2 PDUs.
- auth_
mode_ strl1 - Level 1 authentication mode.
- auth_
mode_ strl2 - Level 2 authentication mode.
- auth_
password_ strl1 - Authentication password for level 1 PDUs.
- auth_
password_ strl2 - Authentication password for level 2 PDUs.
- auth_
send_ stronly_ l1 - Enable/disable authentication send-only for level 1 PDUs.
- auth_
send_ stronly_ l2 - Enable/disable authentication send-only for level 2 PDUs.
- circuit_
type str - IS-IS interface's circuit type
- csnp_
interval_ intl1 - Level 1 CSNP interval.
- csnp_
interval_ intl2 - Level 2 CSNP interval.
- hello_
interval_ intl1 - Level 1 hello interval.
- hello_
interval_ intl2 - Level 2 hello interval.
- hello_
multiplier_ intl1 - Level 1 multiplier for Hello holding time.
- hello_
multiplier_ intl2 - Level 2 multiplier for Hello holding time.
- hello_
padding str - Enable/disable padding to IS-IS hello packets.
- lsp_
interval int - LSP transmission interval (milliseconds).
- lsp_
retransmit_ intinterval - LSP retransmission interval (sec).
- mesh_
group str - Enable/disable IS-IS mesh group.
- mesh_
group_ intid - Mesh group ID <0-4294967295>, 0: mesh-group blocked.
- metric_
l1 int - Level 1 metric for interface.
- metric_
l2 int - Level 2 metric for interface.
- name str
- IS-IS interface name.
- network_
type str - IS-IS interface's network type
- priority_
l1 int - Level 1 priority.
- priority_
l2 int - Level 2 priority.
- status str
- Enable/disable redistribution.
- status6 str
- Enable/disable IPv6 interface for IS-IS.
- wide_
metric_ intl1 - Level 1 wide metric for interface.
- wide_
metric_ intl2 - Level 2 wide metric for interface.
- auth
Keychain StringL1 - Authentication key-chain for level 1 PDUs.
- auth
Keychain StringL2 - Authentication key-chain for level 2 PDUs.
- auth
Mode StringL1 - Level 1 authentication mode.
- auth
Mode StringL2 - Level 2 authentication mode.
- auth
Password StringL1 - Authentication password for level 1 PDUs.
- auth
Password StringL2 - Authentication password for level 2 PDUs.
- auth
Send StringOnly L1 - Enable/disable authentication send-only for level 1 PDUs.
- auth
Send StringOnly L2 - Enable/disable authentication send-only for level 2 PDUs.
- circuit
Type String - IS-IS interface's circuit type
- csnp
Interval NumberL1 - Level 1 CSNP interval.
- csnp
Interval NumberL2 - Level 2 CSNP interval.
- hello
Interval NumberL1 - Level 1 hello interval.
- hello
Interval NumberL2 - Level 2 hello interval.
- hello
Multiplier NumberL1 - Level 1 multiplier for Hello holding time.
- hello
Multiplier NumberL2 - Level 2 multiplier for Hello holding time.
- hello
Padding String - Enable/disable padding to IS-IS hello packets.
- lsp
Interval Number - LSP transmission interval (milliseconds).
- lsp
Retransmit NumberInterval - LSP retransmission interval (sec).
- mesh
Group String - Enable/disable IS-IS mesh group.
- mesh
Group NumberId - Mesh group ID <0-4294967295>, 0: mesh-group blocked.
- metric
L1 Number - Level 1 metric for interface.
- metric
L2 Number - Level 2 metric for interface.
- name String
- IS-IS interface name.
- network
Type String - IS-IS interface's network type
- priority
L1 Number - Level 1 priority.
- priority
L2 Number - Level 2 priority.
- status String
- Enable/disable redistribution.
- status6 String
- Enable/disable IPv6 interface for IS-IS.
- wide
Metric NumberL1 - Level 1 wide metric for interface.
- wide
Metric NumberL2 - Level 2 wide metric for interface.
GetIsisIsisNet
GetIsisRedistribute
GetIsisRedistribute6
GetIsisSummaryAddress
GetIsisSummaryAddress6
Package Details
- Repository
- fortios pulumiverse/pulumi-fortios
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
fortios
Terraform Provider.