Skip to content

Commit 45e70d9

Browse files
ManagorKristopherLeadskbdharun
authored
interface: add page (#17622)
Co-authored-by: Kristopher <[email protected]> Co-authored-by: K.B.Dharun Krishna <[email protected]>
1 parent 9639d0a commit 45e70d9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pages/cisco-ios/interface.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# interface
2+
3+
> Manage interfaces.
4+
> Accessed in configuration mode.
5+
> More information: <https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/interface/command/ir-cr-book/ir-i1.html>.
6+
7+
- Configure a VLAN:
8+
9+
`interface vlan {{1}}`
10+
11+
- Set an interface to be active or inactive (this is run inside the interface command):
12+
13+
`{{no shutdown|shutdown}}`

0 commit comments

Comments
 (0)