Apr 15, 2008 #1 shug1 Technical User Mar 8, 2006 89 US What is the command to put a description under a vlan??
Apr 15, 2008 #2 clownfish MIS Mar 31, 2004 11 US go to the vlan interface and then type "description xxxxx" replace xxx with your actual description. Upvote 0 Downvote
Apr 15, 2008 #3 ADB100 Technical User Mar 25, 2003 2,399 GB 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 Upvote 0 Downvote
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