SMC Networks SMC6750L2 Manual De Usuario

Descargar
Página de 272
C
OMMAND
 L
INE
 I
NTERFACE
3-96
Example 
The following example adds a VLAN, using vlan-id 105 and name RD5. 
The VLAN is activated by default.
Related Commands 
show vlan
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 configuration mode 
to VLAN 1, and then assign an IP address to the VLAN:
Related Commands
shutdown
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)#