diff --git a/doc/sonic-sub-port-intf-hld.md b/doc/sonic-sub-port-intf-hld.md index 27e28894698..9fb1b677474 100644 --- a/doc/sonic-sub-port-intf-hld.md +++ b/doc/sonic-sub-port-intf-hld.md @@ -429,6 +429,29 @@ Usage: config interface ip del ``` ### 4.1.3 Change admin status on a sub port interface +Current `config interface startup` and `shutdown` commands are extended to sub port interfaces to set admin status up and down, respectively, on a sub port interface. +``` +Usage: config interface startup [OPTIONS] + + Start up interface + +Options: + --help Show this message and exit. +``` +``` +Usage: config interface shutdown [OPTIONS] + + Shut down interface + +Options: + --help Show this message and exit. +``` +``` +Usage: config interface startup +``` +``` +Usage: config interface shutdown +``` ## 4.2 Show commands ```