diff --git a/lib/ansible/module_utils/cnos.py b/lib/ansible/module_utils/cnos.py index 737371fabf..64cbfb8370 100644 --- a/lib/ansible/module_utils/cnos.py +++ b/lib/ansible/module_utils/cnos.py @@ -961,6 +961,10 @@ def interfaceLevel2Config( # debugOutput("shutdown") command = interfaceL2Arg1 + elif (interfaceL2Arg1 == "no shutdown"): + # debugOutput("no shutdown") + command = interfaceL2Arg1 + elif (interfaceL2Arg1 == "snmp"): # debugOutput("snmp") command = interfaceL2Arg1 + " trap link-status "