Added in version 1.0
Manage mtu and jumboframe of the interface
parameter | required | default | choices | comments |
---|---|---|---|---|
name | yes | Full name of the interface | ||
mtu | no | Specify Maximum Transmission Unit(MTU) of the interface | ||
jumboframe | no | Specify Maximum jumbo frame size allowed of the interface | ||
state | no | present |
|
Desired state for the interface configuration |
hostname | yes | IP Address or hostname of the Comware v7 device that has NETCONF enabled | ||
username | yes | Username used to login to the switch | ||
password | yes | Password used to login to the switch | ||
port | no | 830 | The Comware port used to connect to the switch | |
look_for_keys | no | False | Whether searching for discoverable private key files in ~/.ssh/ |
# Basic Ethernet config - comware_mtu: name=Ten-GigabitEthernet1/0/7 jumboframe=1537 mtu=1600 username={{ username }} password={{ password }} hostname={{ inventory_hostname }}
Note
mtu can be set in interface type of ['GigabitEthernet','Ten-GigabitEthernet','FortyGigE','Vlan-interface','Route-Aggregation','TwentyGigE','Twenty-FiveGigE','HundredGigE'] andsome of these must be set as route mode.jumboframe can be set in interface type of ['GigabitEthernet','Ten-GigabitEthernet','FortyGigE','Bridge-Aggregation','Route-Aggregation','TwentyGigE','Twenty-FiveGigE','HundredGigE']