Added no shutdown command to list (#27360)

This commit is contained in:
Anil Kumar Muraleedharan 2017-07-27 14:23:46 +05:30 committed by John R Barker
parent 589e8fd6bc
commit 81a9dada1c

View file

@ -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 "