C
OMMAND
L
INE
I
NTERFACE
3-124
Example
The following example adds a VLAN, using vlan-id 105 and name RD5.
The VLAN is activated by default.
Related Commands
show vlan (3-131)
interface vlan
Use this command to enter interface configuration mode for VLANs, and
configure a physical interface.
Syntax
interface vlan vlan-id
vlan-id - ID of the configured VLAN. (Range: 1-4094, no leading
zeroes)
Default Setting
None
Command Mode
Global Configuration
Example
The following example shows how to set the interface configur ation mode
to VLAN 1, and then assign an IP address to the VLAN:
Console(config)#vlan database
Console(config-vlan)#vlan 105 name RD5 media ethernet
Console(config-vlan)#
Console(config)#interface vlan 1
Console(config-if)#ip address 192.168.1.254 255.255.255.0
Console(config-if)#