Difference between revisions of "Change vlan configuration in port"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
  conf t
+
Review current configuration: <code>[[show vlan]]</code>, <code>[[show interface status]]</code>
  int Gi1/0/99
+
 
 +
  [[conf t]]
 +
  [[int]] Gi1/0/99
 
  [[switchport]] mode access
 
  [[switchport]] mode access
  switchport access vlan 4545
+
  [[switchport access vlan]] 4545
  
 +
Verify: [[show vlan]] or [[show interfaces switchport]] or [[show interface status]]
 +
 +
 +
[[switchport access vlan]] 4545
 +
% Access VLAN does not exist. Creating vlan 4545
 +
 +
== Related commands ==
 +
* <code>[[show vlan]]</code>
 +
* <code>[[show interface status]]</code> (enable or disabled, Name)
 +
* [[IOS: Create a new VLAN]]
 +
* <code>[[interface]]</code>
  
 
== See also ==
 
== See also ==
 
* {{VLAN}}
 
* {{VLAN}}
 
+
* {{IOS}}
  
 
[[Category:Networking]]
 
[[Category:Networking]]

Latest revision as of 10:49, 17 November 2020

Advertising: