Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Manage vlan over ethernet

Status
Not open for further replies.

nfpk

Programmer
Joined
Aug 15, 2002
Messages
74
Location
SE
I try to configure my switch with two vlans.
we have created vlan 2 and vlan 3.

Now I want to manage the switch via ethernet.

I tried these commands:

SWA(config)#in vlan 2
SWA(config-if)#ip address 10.1.0.2 255.255.0.0
SWA(config-if)#management ---this doesnt work...

Anyone knows why???
nfpk
 
You need to shutdown inte vlan 1 and bring up inte vlan 2.

SWA(config)#inte vlan 1
SWA(config)#no ip address
SWA(config)#shutdown
SWA(config)#inte vlan 2
SWA(config)#ip add x.x.x.x x.x.x.x
SWA(config)#no shutdown

That should work.

If you want to check just enter show inte vlan 2 from the pivilege exec mode.

PJ
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top