|
|
|
@ -25,7 +25,7 @@ DOCUMENTATION = '''
|
|
|
|
module: nxos_mtu
|
|
|
|
module: nxos_mtu
|
|
|
|
extends_documentation_fragment: nxos
|
|
|
|
extends_documentation_fragment: nxos
|
|
|
|
version_added: "2.2"
|
|
|
|
version_added: "2.2"
|
|
|
|
deprecated: Deprecated in 2.2 use M(nxos_system)'s C(mtu) option.
|
|
|
|
deprecated: Deprecated in 2.3 use M(nxos_system)'s C(mtu) option.
|
|
|
|
short_description: Manages MTU settings on Nexus switch.
|
|
|
|
short_description: Manages MTU settings on Nexus switch.
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- Manages MTU settings on Nexus switch.
|
|
|
|
- Manages MTU settings on Nexus switch.
|
|
|
|
@ -42,12 +42,12 @@ options:
|
|
|
|
default: null
|
|
|
|
default: null
|
|
|
|
mtu:
|
|
|
|
mtu:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- MTU for a specific interface.
|
|
|
|
- MTU for a specific interface. Must be an even number between 576 and 9216.
|
|
|
|
required: false
|
|
|
|
required: false
|
|
|
|
default: null
|
|
|
|
default: null
|
|
|
|
sysmtu:
|
|
|
|
sysmtu:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- System jumbo MTU.
|
|
|
|
- System jumbo MTU. Must be an even number between 576 and 9216.
|
|
|
|
required: false
|
|
|
|
required: false
|
|
|
|
default: null
|
|
|
|
default: null
|
|
|
|
state:
|
|
|
|
state:
|
|
|
|
|