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 |
|
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