From 45e70d95623efdf7a05a747f169de1ad2eca54b5 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sun, 17 Aug 2025 08:42:23 +0300 Subject: [PATCH] interface: add page (#17622) Co-authored-by: Kristopher Co-authored-by: K.B.Dharun Krishna --- pages/cisco-ios/interface.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pages/cisco-ios/interface.md diff --git a/pages/cisco-ios/interface.md b/pages/cisco-ios/interface.md new file mode 100644 index 0000000000..3a7724706a --- /dev/null +++ b/pages/cisco-ios/interface.md @@ -0,0 +1,13 @@ +# interface + +> Manage interfaces. +> Accessed in configuration mode. +> More information: . + +- Configure a VLAN: + +`interface vlan {{1}}` + +- Set an interface to be active or inactive (this is run inside the interface command): + +`{{no shutdown|shutdown}}`