dellemc.sfs.sfs_snmp (0.0.2) — module

Configure SNMP server host 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 SNMP server host.

Inputs

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

community:
    description:
    - Configures the community or username based on the SNMP version.
    required: false
    type: str

snmp_version:
    description:
    - Configures the SNMP version.
    required: false
    type: str

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

host_ipaddress:
    description:
    - Configures the SNMP host IP address.
    required: false
    type: str

snmp_securitylevel:
    description:
    - Configures the SNMP security details.
    required: false
    type: str