There are also a couple of other things really needed for Cisco phones to work out properly. Here is what I use and its worked out well for me. If you are using policies, make sure to open up TFTP to the phone vlan from the CCM or they won't get their config downloaded correctly.
set vlan create 100 set vlan name 100 Desktops set port vlan 100 ge.*.* untagged set vlan create 200 set vlan name 200 "IP Phones" set vlan egress 200 ge.*.* tagged set ciscodp time 10 set ciscodp status enable set ciscodp port status disable ge.1.48 ''Need this on your uplink set ciscodp port vvid 200 ge.*.* Bruce Hopkins Security Administrator Infrastructure Information Technology Services Albany State University 504 College Drive Albany, Georgia 31705 [email protected] 229-434-8428 (office) 229-903-1895 (fax) Benefits Realization . Resource Optimization . Risk Mitigation "Occurrences in this domain are beyond the reach of exact prediction because of the variety of factors in operation, not because of any lack of order in nature." Albert Einstein **********CONFIDENTIALITY NOTICE**************** This e-mail and any attachments may contain private, confidential, and privileged information for the sole use of the intended recipient. If you are not the intended recipient, any dissemination, distribution or copying is strictly prohibited. If you think that you have received this e-mail message in error, please contact the sender, keep the contents confidential and immediately delete the message and any attachments from your system. *********************************************** -----Original Message----- From: Andy Middlehurst [mailto:[email protected]] Sent: Friday, May 25, 2012 10:58 AM To: Enterasys Customer Mailing List Subject: RE:[enterasys] Configure a port to use two VLANs Jason, I recommend not having anything connected in default vlan 1. I'm also a fan of keeping things simple when complex isn't warranted. Put your users into another vlan, say 100 and your phones in vlan 200. Then as someone has already pointed out, use the command : "set port vlan <port-string> 100 modify-egress" This will set the ports in <port-list> to use vlan 100 (vlan named "users" or "data" as you wish) UNTAGGED. It will remove any other untagged vlans (but tagged remains) Then you will need to specify that vlan 200 (vlan named "Phones" or "IPT" or "Voice" as you wish) to egress these ports TAGGED. Do this with the command: "set vlan egress 200 <port-list> tagged" Regards, Andy Service Desk: +44 (0)845 850 1177 Number One Paper Mill Drive Church Hill South, Redditch, B98 8QJ Telephone: +44 (0)845 850 5577 -----Original Message----- From: Jason Grubbs [mailto:[email protected]] Sent: 25 May 2012 12:51 To: Enterasys Customer Mailing List Subject: [enterasys] Configure a port to use two VLANs We are replacing a Cisco 3750 with an C5K. This switch serves as our phone switch. Some of the Cisco phones have devices that connect through the phones secondary port. How can I configure the ports on the C5K so they use both vlan 200 and vlan 1? I used this command to set them to 200: Set port vlan ge.1.1-47 200 But I am then asked if I want to remove the ports from all other VLANs untagged egress lists? Should I say no if I want to allow traffic on both 200 and 1? Jason Grubbs Network Engineer Pottsgrove School District ________________________________ This email and any files transmitted with it are to be treated as confidential and as such are not to be used or disclosed except for the purpose for which it has been sent. Any views or opinions presented in this e-mail are solely those of the author and do not represent those of the Pottsgrove School District. The School District accepts no liability for any damage caused by this e-mail. The recipient is required to indemnify the School District against any claims for loss or damage caused by any viruses or otherwise. --- To unsubscribe from enterasys, send email to [email protected] with the body: unsubscribe enterasys [email protected] --- To unsubscribe from enterasys, send email to [email protected] with the body: unsubscribe enterasys [email protected] --- To unsubscribe from enterasys, send email to [email protected] with the body: unsubscribe enterasys [email protected]
