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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VLAN DESCRIPTION??

Status
Not open for further replies.

shug1

Technical User
Mar 8, 2006
89
0
0
US
What is the command to put a description under a vlan??
 
go to the vlan interface and then type "description xxxxx" replace xxx with your actual description.
 
If its the Layer-2 VLAN you want to name then:
Code:
vlan 10
 name User-VLAN
If you want to put a description on the Layer-3 SVI then:
Code:
interface Vlan10
 description User VLAN 10

HTH

Andy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top