HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

interface — Manage interfaces. Accessed in configuration mode. More information: <https://www.cisco.com/c/en/us/

Submitted by: @import:tldr-pages··
0
Viewed 0 times
accessedconfigurationcommandinterfaceclimanagemodeinterfaces

Problem

How to use the interface command: 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>.

Solution

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}}

Code Snippets

Configure a VLAN

interface vlan {{1}}

Set an interface to be active or inactive (this is run inside the interface command)

{{no shutdown|shutdown}}

Context

tldr-pages: cisco-ios/interface

Revisions (0)

No revisions yet.