<?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: DHCP scope options for Avaya phone in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/dhcp-scope-options-for-avaya-phone/m-p/39373#M8658</link>
    <description>Maybe this?&lt;BR /&gt;
&lt;BR /&gt;
 configure test dhcp-options code 176 string "MCIPADD=10.8.2.5,MCPORT=1719,TFTPSRVR=10.8.2.5,L2Q=1L2QVLAN=0"&lt;BR /&gt;</description>
    <pubDate>Tue, 22 Dec 2015 03:12:00 GMT</pubDate>
    <dc:creator>Jeremy_Gibbs</dc:creator>
    <dc:date>2015-12-22T03:12:00Z</dc:date>
    <item>
      <title>DHCP scope options for Avaya phone</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/dhcp-scope-options-for-avaya-phone/m-p/39372#M8657</link>
      <description>Setting up Summit x440 as DHCP server.&lt;BR /&gt;
Looking for the syntax, or reference material for Avaya options.&lt;BR /&gt;
This is the string used in MicroSoft or QIP DHCP.&lt;BR /&gt;
&lt;B&gt;“MCIPADD=#.#.#.#,MCPORT=1719,TFTPSRVR=#.#.#.#,L2Q=1,L2QVLAN=0″&lt;BR /&gt;
&lt;BR /&gt;
&lt;/B&gt;&lt;B&gt;&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Dec 2015 02:29:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/dhcp-scope-options-for-avaya-phone/m-p/39372#M8657</guid>
      <dc:creator>Jeffrey_Bourger</dc:creator>
      <dc:date>2015-12-22T02:29:00Z</dc:date>
    </item>
    <item>
      <title>RE: DHCP scope options for Avaya phone</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/dhcp-scope-options-for-avaya-phone/m-p/39373#M8658</link>
      <description>Maybe this?&lt;BR /&gt;
&lt;BR /&gt;
 configure test dhcp-options code 176 string "MCIPADD=10.8.2.5,MCPORT=1719,TFTPSRVR=10.8.2.5,L2Q=1L2QVLAN=0"&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Dec 2015 03:12:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/dhcp-scope-options-for-avaya-phone/m-p/39373#M8658</guid>
      <dc:creator>Jeremy_Gibbs</dc:creator>
      <dc:date>2015-12-22T03:12:00Z</dc:date>
    </item>
    <item>
      <title>RE: DHCP scope options for Avaya phone</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/dhcp-scope-options-for-avaya-phone/m-p/39374#M8659</link>
      <description>Thank you Jeremy.  That will work, I'll ask the client for the IP office IP address.  Second question, which is probably a no or at least not best practices.  I have a client that has given me one vlan, to use for both voice and data.  Let's say 10 devices, all phones, with a pc connected to the back.  So, If I tag all the ports, the phones will receive an IP address and see the tag, place the tag on the phone.  Question would be would the workstations receive an IP address placed on the back of the phone?  I know that if I separate the phone and data connections, I can put the phones on the vlan tagged, the desktop on the vlan untagged and this would work.  Thank you.&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Dec 2015 01:30:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/dhcp-scope-options-for-avaya-phone/m-p/39374#M8659</guid>
      <dc:creator>Jeffrey_Bourger</dc:creator>
      <dc:date>2015-12-28T01:30:00Z</dc:date>
    </item>
    <item>
      <title>RE: DHCP scope options for Avaya phone</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/dhcp-scope-options-for-avaya-phone/m-p/39375#M8660</link>
      <description>Hey Jeffrey, If you are going to do multiple VLANS (tagging the Voice VLAN on the required ports) here is the config I use for Avaya on XOS gear&lt;BR /&gt;
&lt;BR /&gt;
Enable LLDP:&lt;BR /&gt;
enable lldp ports &lt;BR /&gt;
&lt;BR /&gt;
Enable LLDP Media Capabilities:&lt;BR /&gt;
configure lldp port  advertise vendor-specific med capabilities&lt;BR /&gt;
&lt;BR /&gt;
Enable ports  to advertise vlan-names:&lt;BR /&gt;
configure lldp port  advertise vendor-specific dot1 vlan-name vlan &lt;VLAN-NAME&gt;&lt;BR /&gt;
&lt;BR /&gt;
Configure LLDP transmit interval to 5 seconds on ports :&lt;BR /&gt;
configure lldp transmit-interval 5&lt;BR /&gt;
&lt;BR /&gt;
This will allow for the Phones to dynamically get the tagged VLAN for voice and hand the untagged off to the PC. Hope this also helps you out&lt;/VLAN-NAME&gt;</description>
      <pubDate>Wed, 30 Dec 2015 02:54:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/dhcp-scope-options-for-avaya-phone/m-p/39375#M8660</guid>
      <dc:creator>Joseph_Burnswor</dc:creator>
      <dc:date>2015-12-30T02:54:00Z</dc:date>
    </item>
    <item>
      <title>RE: DHCP scope options for Avaya phone</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/dhcp-scope-options-for-avaya-phone/m-p/39376#M8661</link>
      <description>Hi Joseph,&lt;BR /&gt;
&lt;BR /&gt;
After doing all this, do you push any policy or mac auth to the switches? We use a similar setup with native VLAN/tagged voip VLAN, but once we push Port Config Wizard in Policy Manager, it kills the tagged frames.&lt;BR /&gt;
&lt;BR /&gt;
Any ideas?&lt;BR /&gt;
&lt;BR /&gt;
-Brian&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Dec 2015 02:54:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/dhcp-scope-options-for-avaya-phone/m-p/39376#M8661</guid>
      <dc:creator>Brian_Simpson</dc:creator>
      <dc:date>2015-12-30T02:54:00Z</dc:date>
    </item>
  </channel>
</rss>

