dellemc.sfs.sfs_route_policy (0.0.2) — module

Configure route policie on Dell SmartFabric Services.

Authors: Ranjith Sunkesula <Ranjith_Senkesula@Dellteam.com>

Install collection

Install with ansible-galaxy collection install dellemc.sfs:==0.0.2


Add to requirements.yml

  collections:
    - name: dellemc.sfs
      version: 0.0.2

Description

This module is used to manage route policies.The route policy must be associated with a node through the SFS node policy mapping.

Inputs

    
state:
    default: present
    description:
    - The state the configuration should be left in.
    required: false
    type: str

policy_id:
    description:
    - Configures the policy ID as an unique ID.
    required: false
    type: str

remote_as:
    description:
    - Configures the remote AS number.
    required: false
    type: int

policy_name:
    description:
    - Configures the policy name as a string.
    required: false
    type: str

policy_type:
    description:
    - Configures the policy type.
    required: false
    type: str

remote_address:
    description:
    - Configures the remote IP address.
    required: false
    type: str

advertise_VTEPs:
    description:
    - Configures advertise_VTEPs.
    required: true
    type: int

ipv4_nexthop_ip:
    description:
    - Configures IPv4 next hop address.
    required: false
    type: str

ipv4_prefix_len:
    description:
    - Configures IPv4 prefix length.
    required: false
    type: int

policy_description:
    description:
    - Configures the policy description.
    required: false
    type: str

address_family_type:
    description:
    - Configures the address family type.
    required: false
    type: str

bfd_neighbor_enable:
    description:
    - Configures bfd_neighbor_enable  as an integer.
    required: true
    type: int

ebgpMulti_hop_count:
    description:
    - Configures the ebgpMulti_hop_count.
    required: true
    type: int

ipv4_address_prefix:
    description:
    - Configures IPv4 address prefix.
    required: false
    type: str

route_filter_enable:
    description:
    - Enables the route filter.
    required: false
    type: bool

remote_loopback_address:
    description:
    - Configures the remote loopback IP address.
    required: false
    type: str

interconnect_routePolicy:
    description:
    - Configures interconnect_routePolicy as a integer.
    required: true
    type: int

sender_side_loop_detection:
    description:
    - Configures the sender side loop detection.
    required: false
    type: bool