<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic RE: VoIP video problem in ExtremeSwitching (Other)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-other/voip-video-problem/m-p/9120#M148</link>
    <description>Hello Mr. Russo,     The commands that I was shown for QoS are:    #-- create qos queue on all extreme switches  create qos qp3    #-- our voice vlan is named Phone  configu vlan Phone qos qp3    #-- this command is ran from the UPM script with the variable $port  disable dot1p examination port $port    config dot1p type 2 qosp qp3    #-- this command is ran from the UPM script with the variable $port  enable dot1p replacement port $port    Does this look correct or are is there anything else we need to add?    Thanks!    Blake</description>
    <pubDate>Tue, 15 Apr 2014 20:02:00 GMT</pubDate>
    <dc:creator>bw447</dc:creator>
    <dc:date>2014-04-15T20:02:00Z</dc:date>
    <item>
      <title>VoIP video problem</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/voip-video-problem/m-p/9118#M146</link>
      <description>We are putting out new Extreme switches (x460 and x440) into different buildings.  We are running 15.3.2.111.  We use cisco phones for our VoIP.  We have models 8945 and 9951 which also provide video.  They have worked great in our test building (which was small), however now the video isn't working in the newer deployments.  We are using netlogin to authenticate all devices.  When a phone is authenticated (mac auth) a UPM profile is ran to turn on lldp and set dscp...  You can make calls without a problem.  I'm wondering if there is an uplink/downlink setting that we need that I have completely forgot about.  Below is what our UPM script.    Any help/suggestions would be greatly appreciated!    #  # Module upm configuration.  #  create upm profile c_PHONE_UPM  #&lt;B&gt;@MetaDataStart&lt;/B&gt;  #&lt;B&gt;@ScriptDescription&lt;/B&gt; This Profile is Used to Provision a Port for a Phone Once i  t's Been Authenticated.  #&lt;B&gt;@MetaDataEnd&lt;/B&gt;  create log message PHONE_AUTHENTICATE_SCRIPT  if (!$match($EVENT.NAME,USER-AUTHENTICATED)) then          create log message PHONE_AUTHENTICATED_CONFIGURING_PORT_$EVENT.USER_PORT          configure lldp port $EVENT.USER_PORT advertise system-capabilities          configure lldp port $EVENT.USER_PORT advertise vendor-specific med capab  ilities                   # advertise the 802.1Q tag for the Phone Vlan          configure lldp port $EVENT.USER_PORT advertise vendor-specific dot1 vlan  -name vlan Phone          # advertise the DSCP for the phone to use          configure lldp ports $EVENT.USER_PORT advertise vendor-specific med poli  cy application voice vlan Phone dscp 46          #advertise PoE capabilities (some Cisco phones require this)          configure lldp ports $EVENT.USER_PORT advertise vendor-specific med powe  r-via-mdi             #turn on lldp on the port          enable lldp port $EVENT.USER_PORT          # ignore 802.1p bits on the edge ports (the phones are sending a Qtag wh  ich always have pbits)          disable dot1p examination ports $EVENT.USER_PORT          # replace the 802.1p bits when forwarding packets           enable dot1p replacement ports $EVENT.USER_PORT          enable snmp traps lldp ports $EVENT.USER_PORT          enable snmp traps lldp ports $EVENT.USER_PORT          create log message END_OF_PHONE_AUTHENTICATED_$EVENT.USER_PORT  endif           if (!$match($EVENT.NAME,USER-UNAUTHENTICATED)) then          create log message PHONE_IS_UNAUTHENTICATED_$EVENT.USER_PORT                  disable lldp port $EVENT.USER_PORT          disable snmp traps lldp ports $EVENT.USER_PORT          disable snmp traps lldp ports $EVENT.USER_PORT  endif</description>
      <pubDate>Fri, 11 Apr 2014 02:00:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/voip-video-problem/m-p/9118#M146</guid>
      <dc:creator>bw447</dc:creator>
      <dc:date>2014-04-11T02:00:00Z</dc:date>
    </item>
    <item>
      <title>RE: VoIP video problem</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/voip-video-problem/m-p/9119#M147</link>
      <description>Hey BW447&lt;BR /&gt;
&lt;BR /&gt;
Have you tried it where the port is just set to the VLAN and see if it has any issue.  I don't think it is the UPM unless you have QOS profiles set and the traffic is not marked correctly.&lt;BR /&gt;
&lt;BR /&gt;
What would be nice to know is what happens on the same switch? and What happens if you bypass the UPM and set the phone on the correct VLAN?&lt;BR /&gt;
&lt;BR /&gt;
Thanks&lt;BR /&gt;
P&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Apr 2014 03:35:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/voip-video-problem/m-p/9119#M147</guid>
      <dc:creator>Paul_Russo</dc:creator>
      <dc:date>2014-04-11T03:35:00Z</dc:date>
    </item>
    <item>
      <title>RE: VoIP video problem</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/voip-video-problem/m-p/9120#M148</link>
      <description>Hello Mr. Russo,     The commands that I was shown for QoS are:    #-- create qos queue on all extreme switches  create qos qp3    #-- our voice vlan is named Phone  configu vlan Phone qos qp3    #-- this command is ran from the UPM script with the variable $port  disable dot1p examination port $port    config dot1p type 2 qosp qp3    #-- this command is ran from the UPM script with the variable $port  enable dot1p replacement port $port    Does this look correct or are is there anything else we need to add?    Thanks!    Blake</description>
      <pubDate>Tue, 15 Apr 2014 20:02:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/voip-video-problem/m-p/9120#M148</guid>
      <dc:creator>bw447</dc:creator>
      <dc:date>2014-04-15T20:02:00Z</dc:date>
    </item>
    <item>
      <title>RE: VoIP video problem</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/voip-video-problem/m-p/9121#M149</link>
      <description>Hey Blake&lt;BR /&gt;
&lt;BR /&gt;
if you disable .1p you probably you don't need to set the 1.p value to a queue or replace it unless the next switches inline are looking at .1p&lt;BR /&gt;
&lt;BR /&gt;
The switch has a hierarchy to how we look at QoS parameters.  ACLs have the highest priority, then .1p then VLAN then DSCP. so if you do not use ACL or .1p the switch will then use VLAN.&lt;BR /&gt;
&lt;BR /&gt;
The commands you issued above are ok and will not affect the switch just may not be needed if the switches are set to disable .1p examination.&lt;BR /&gt;
&lt;BR /&gt;
Does that help?&lt;BR /&gt;
&lt;BR /&gt;
P&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Apr 2014 21:20:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/voip-video-problem/m-p/9121#M149</guid>
      <dc:creator>Paul_Russo</dc:creator>
      <dc:date>2014-04-15T21:20:00Z</dc:date>
    </item>
  </channel>
</rss>

