eos_system

Synopsis

Added in version 1.0.0

The eos_system module manages global system configuration options on Arista EOS nodes.

Options

parameter required default choices comments
hostname no
    The ASCII string to use to configure the hostname value in the nodes current running-configuration. The EOS default value for hostname is 'localhost'
    (added in 1.0.0)
    ip_routing no
    • true
    • false
    Configures the state of IPv4 'ip routing' on the switch. By default EOS switches come up with 'no ip routing'. This attribute requires pyeapi version 0.4.0.
    (added in 1.2.0)

    Important

    Requires Arista EOS 4.13.7M or later with command API enabled

    Important

    Requires Python Client for eAPI 0.3.0 or later

    Examples


    - name: configures the hostname to spine01
      eos_system: hostname=spine01
    

    Note

    All configuration is idempotent unless otherwise specified

    Note

    Supports eos metaparameters for using the eAPI transport

    Note

    Supports stateful resource configuration.