Added no shutdown command to list (#27360)
This commit is contained in:
parent
589e8fd6bc
commit
81a9dada1c
1 changed files with 4 additions and 0 deletions
|
@ -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 "
|
||||
|
|
Loading…
Reference in a new issue