Skip to content

Latest commit

 

History

History
117 lines (92 loc) · 4.36 KB

comware_mtu_module.rst

File metadata and controls

117 lines (92 loc) · 4.36 KB

comware_mtu

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
  • present
  • default
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']