Router(config)#interface Vlan100 Router(config-if)#description mgmt Router(config-if)#ip address 192.168.10.100 255.255.255.0 Router#vlan database % Warning: It is recommended to configure VLAN from config mode, as VLAN database mode is being deprecated. Please consult user documentation for configuring VTP/VLAN in config mode. Router(vlan)#vlan 100 VLAN 100 added: Name: VLAN0100 Router(vlan)# %LINK-5-CHANGED: Interface Vlan100, changed state to up
The show vlan-switch command displays the VLAN configured on the EtherSwitch Service Module of the ISR router.
Router#show vlan-switch
VLAN Name Status Ports ---- -------------------------------- --------- ------------------------------- 1 default active 100 VLAN0100 active 1002 fddi-default act/unsup 1003 token-ring-default act/unsup 1004 fddinet-default act/unsup 1005 trnet-default act/unsup VLAN Type SAID MTU Parent RingNo BridgeNo Stp BrdgMode Trans1 Trans2 ---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ ------ 1 enet 100001 1500 - - - - - 0 0 100 enet 100100 1500 - - - - - 0 0 1002 fddi 101002 1500 - - - - - 0 0 1003 tr 101003 1500 - - - - - 0 0 1004 fdnet 101004 1500 - - - ieee - 0 0 1005 trnet 101005 1500 - - - ibm - 0 0
Layer 3 configuration of a vlan interface is achieved using the interface vlan <vid>
Router#show ip interface brief Interface IP-Address OK? Method Status Protocol GigabitEthernet0/0 unassigned YES unset administratively down down GigabitEthernet0/1 unassigned YES unset administratively down down GigabitEthernet0/2 unassigned YES unset administratively down down Vlan1 unassigned YES unset administratively down down Vlan100 192.168.10.100 YES manual up down