dellemc.sfs.sfs_route_maps_rules (0.0.2) — module

Configure route maps rules 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 maps rules.

Inputs

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

map_id:
    description:
    - Configures the route map ID.
    required: false
    type: str

seq_no:
    description:
    - Configures a sequence number.
    required: false
    type: int

packet_handling:
    description:
    - Configures packet handling.
    required: false
    type: str

match_ipv4_aclList:
    description:
    - Configures the IPv4 ACL match list.
    required: false
    type: str

action_ipv4_next_hoplist:
    description:
    - Configures IPv4 next hop details.
    required: false
    type: list

match_ipv4_route_prefixList:
    description:
    - Configures a prefix list match for IPv4 route.
    required: false
    type: str