mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-18 02:49:45 +00:00
Update cheatsheets
This commit is contained in:
18
tldr/cisco-ios/interface
Normal file
18
tldr/cisco-ios/interface
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, cisco-ios]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user