1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-21 16:24:14 +02:00
tldr/pages/cisco-ios/interface.md
Managor 45e70d9562
interface: add page (#17622)
Co-authored-by: Kristopher <kristopherleads@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2025-08-17 08:42:23 +03:00

13 lines
343 B
Markdown

# interface
> Manage interfaces.
> Accessed in configuration mode.
> More information: <https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/interface/command/ir-cr-book/ir-i1.html>.
- Configure a VLAN:
`interface vlan {{1}}`
- Set an interface to be active or inactive (this is run inside the interface command):
`{{no shutdown|shutdown}}`