Friday, April 17, 2015

MANAGEMENT VLAN CONFIGURATION IN SWITCH

Management VLAN configuration

First Management VLAN need to configure.

Switch>en
Switch#config t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#hostname BLR

BLR(config)#vlan 100
BLR(configvlan)#name MGT
BLR(configvlan)#exit
BLR(config)#interface fastEthernet 0/24
BLR(config-if)#switchport mode access
BLR(config-if)#switchport access vlan 100
BLR(config-if)#exit

BLR(config)#interface vlan 100
BLR(config-if)#
%LINK-5-CHANGED: Interface Vlan100, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan100, changed state to up
BLR(config-if)#ip address 10.2.1.100 255.255.255.0
BLR(config-if)#no shutdown 




No comments:

Post a Comment