mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-21 06:56:04 +02:00
interface: add page (#17622)
Co-authored-by: Kristopher <kristopherleads@gmail.com> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
parent
9639d0a935
commit
45e70d9562
1 changed files with 13 additions and 0 deletions
13
pages/cisco-ios/interface.md
Normal file
13
pages/cisco-ios/interface.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# 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}}`
|
Loading…
Add table
Reference in a new issue