diff --git a/pages/cisco-ios/interface.md b/pages/cisco-ios/interface.md new file mode 100644 index 00000000000000..3a7724706a1e8e --- /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}}`