We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66fd17a commit 93336ffCopy full SHA for 93336ff
plugins/modules/dcnm_fabric.py
@@ -1969,6 +1969,12 @@
1969
- Enable NBM mode to pim-passive for default VRF
1970
required: false
1971
type: bool
1972
+ ENABLE_RT_INTF_STATS:
1973
+ default: false
1974
+ description:
1975
+ - Valid for NX-OS only and External Non-ND Telemetry Receiver
1976
+ required: false
1977
+ type: bool
1978
EXTRA_CONF_INTRA_LINKS:
1979
default: ''
1980
description:
@@ -2014,6 +2020,12 @@
2014
2020
- No description available
2015
2021
2016
2022
2023
+ INTF_STAT_LOAD_INTERVAL:
2024
+ default: 10
2025
2026
+ - Time in seconds (Min:5, Max:300)
2027
2028
+ type: int
2017
2029
ISIS_AUTH_ENABLE:
2018
2030
default: false
2019
2031
0 commit comments