Parameter |
Choices/Defaults |
Comments |
active
(added in 2.5) |
Choices:
active ←
- preconfigure
|
Whether the interface is active or preconfigured . Preconfiguration allows you to configure modular services cards before they are inserted into the router. When the cards are inserted, they are instantly configured. Active cards are the ones already inserted.
|
aggregate
|
|
List of Interface definitions. Include multiple interface configurations together, one each on a seperate line
|
delay
|
Default:
10
|
Time in seconds to wait before checking for the operational state on remote device. This wait is applicable for operational state argument which are state with values up /down , tx_rate and rx_rate.
|
description
|
|
Description of Interface being configured.
|
duplex
|
|
Configures the interface duplex mode. Default is auto-negotiation when not configured.
|
enabled
bool |
|
Removes the shutdown configuration, which removes the forced administrative down on the interface, enabling it to move to an up or down state.
|
mtu
|
|
Sets the MTU value for the interface. Range is between 64 and 65535'
|
name
required |
|
Name of the interface to configure in type + path format. e.g. GigabitEthernet0/0/0/0
|
provider
|
|
Deprecated
Starting with Ansible 2.5 we recommend using connection: network_cli .
A dict object containing connection details.
|
|
username
|
|
Configures the username to use to authenticate the connection to the remote device. This value is used to authenticate the SSH session. If the value is not specified in the task, the value of environment variable ANSIBLE_NET_USERNAME will be used instead.
|
|
host
required |
|
Specifies the DNS host name or address for connecting to the remote device over the specified transport. The value of host is used as the destination address for the transport.
|
|
ssh_keyfile
|
|
Specifies the SSH key to use to authenticate the connection to the remote device. This value is the path to the key used to authenticate the SSH session. If the value is not specified in the task, the value of environment variable ANSIBLE_NET_SSH_KEYFILE will be used instead.
|
|
timeout
|
Default:
10
|
Specifies the timeout in seconds for communicating with the network device for either connecting or sending commands. If the timeout is exceeded before the operation is completed, the module will error.
|
|
password
|
|
Specifies the password to use to authenticate the connection to the remote device. This value is used to authenticate the SSH session. If the value is not specified in the task, the value of environment variable ANSIBLE_NET_PASSWORD will be used instead.
|
|
port
|
Default:
22
|
Specifies the port to use when building the connection to the remote device.
|
rx_rate
|
|
Receiver rate in bits per second (bps).
This is state check parameter only.
|
speed
|
|
Configure the speed for an interface. Default is auto-negotiation when not configured.
|
state
|
Choices:
present ←
- absent
- up
- down
|
State of the Interface configuration, up means present and operationally up and down means present and operationally down
|
tx_rate
|
|
Transmit rate in bits per second (bps).
This is state check parameter only.
|