--- syntax: markdown tags: [tldr, cisco-ios] source: https://github.com/tldr-pages/tldr.git --- # 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}}`