<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.innovaphone.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Lorenzbb</id>
	<title>innovaphone wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.innovaphone.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Lorenzbb"/>
	<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Special:Contributions/Lorenzbb"/>
	<updated>2026-04-11T22:16:11Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.3</generator>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:LLDP_on_Juniper_EX_Switches_for_innovaphone_devices&amp;diff=36957</id>
		<title>Howto:LLDP on Juniper EX Switches for innovaphone devices</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:LLDP_on_Juniper_EX_Switches_for_innovaphone_devices&amp;diff=36957"/>
		<updated>2015-03-03T14:52:57Z</updated>

		<summary type="html">&lt;p&gt;Lorenzbb: /* System Requirements */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:3rdPartyGoldfischglas 03.png|right]]&lt;br /&gt;
==Applies To==&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
* innovaphone device V10&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Keywords: LLDP Switch VLAN --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==More Information==&lt;br /&gt;
&lt;br /&gt;
===Problem Details===&lt;br /&gt;
It is often useful to configure a separate VLAN for the use with VoIP devices. You can do that&lt;br /&gt;
*	by hand&lt;br /&gt;
*	configuring a vendor-specific DHCP option&lt;br /&gt;
*	or (since v10) by configuring LLDP on your switching device&lt;br /&gt;
This article describes how to do that with an Juniper EX switch&lt;br /&gt;
&lt;br /&gt;
===System Requirements===&lt;br /&gt;
&lt;br /&gt;
* innovaphone device V10&lt;br /&gt;
* LLDP capable switch (Juniper EX4200 in this case)&lt;br /&gt;
&lt;br /&gt;
===Installation===&lt;br /&gt;
You have two separate VLANs: &lt;br /&gt;
*	Clients (VLAN-ID 2)&lt;br /&gt;
*	VoIP (VLAN-ID 4)&lt;br /&gt;
The goal is that the VoIP devices are using vlan VoIP (ID 4) and normal clients are using vlan VoIP (ID 2) on the same switch port.&lt;br /&gt;
&lt;br /&gt;
With Juniper switches you can do this with an interface range including the ports which are used for the clients and VoIP phones. &lt;br /&gt;
&lt;br /&gt;
    interface-range LLDPorts {&lt;br /&gt;
        member-range ge-0/0/0 to ge-0/0/23;&lt;br /&gt;
        unit 0 {&lt;br /&gt;
            family ethernet-switching {&lt;br /&gt;
                port-mode access;&lt;br /&gt;
                vlan {&lt;br /&gt;
                    members Clients;&lt;br /&gt;
                }&lt;br /&gt;
            }&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
Make sure, that you define an access port only with the Client VLAN untagged.&lt;br /&gt;
Now you have to configure the two vlans used for the phones and clients:&lt;br /&gt;
&lt;br /&gt;
   vlans {&lt;br /&gt;
       Clients {&lt;br /&gt;
           vlan-id 2;&lt;br /&gt;
       }&lt;br /&gt;
       VoIP {&lt;br /&gt;
           vlan-id 4;&lt;br /&gt;
       }&lt;br /&gt;
   }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then you have to define the lldp-med protocol on the ports which you would like to use with your phones and clients (in that case is is the above defines interface-range LLDPPorts, but you can also specify any other port)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   protocols {&lt;br /&gt;
       lldp-med {&lt;br /&gt;
           interface LLDPorts;&lt;br /&gt;
       }&lt;br /&gt;
   }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
At last you have to define which voip Vlan you would like to use on these ports:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   ethernet-switching-options {&lt;br /&gt;
       voip {&lt;br /&gt;
           interface LLDPorts {&lt;br /&gt;
               vlan VoIP;&lt;br /&gt;
               forwarding-class assured-forwarding;&lt;br /&gt;
           }&lt;br /&gt;
   }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After an reboot you should check the chosen VLAN on your phone:&lt;br /&gt;
&lt;br /&gt;
[[Image:innoLLDP.png]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Howto|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>Lorenzbb</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:LLDP_on_Juniper_EX_Switches_for_innovaphone_devices&amp;diff=34585</id>
		<title>Howto:LLDP on Juniper EX Switches for innovaphone devices</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:LLDP_on_Juniper_EX_Switches_for_innovaphone_devices&amp;diff=34585"/>
		<updated>2014-07-31T14:03:33Z</updated>

		<summary type="html">&lt;p&gt;Lorenzbb: /* Installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Applies To==&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
* innovaphone device V10&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Keywords: LLDP Switch VLAN --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==More Information==&lt;br /&gt;
&lt;br /&gt;
===Problem Details===&lt;br /&gt;
It is often useful configuring a separate VLAN for the use with VoIP Devices. You can do that&lt;br /&gt;
*	by hand&lt;br /&gt;
*	configuring a vendor-specific DHCP option&lt;br /&gt;
*	or (since v10) by configuring LLDP on your switching device&lt;br /&gt;
This article describes how to do that with an Juniper EX switch&lt;br /&gt;
&lt;br /&gt;
===System Requirements===&lt;br /&gt;
&lt;br /&gt;
* innovphone device V10&lt;br /&gt;
* LLDP capble Switch (Juniper EX4200 in this case)&lt;br /&gt;
&lt;br /&gt;
===Installation===&lt;br /&gt;
You have two sperate VLANs: &lt;br /&gt;
*	Clients (VLAN-ID 2)&lt;br /&gt;
*	VoIP (VLAN-ID 4)&lt;br /&gt;
The goal is that the VoIP Devices are using vlan VoIP (ID 4) and normal clients are using vlan VoIP (ID 2) on the same switch port.&lt;br /&gt;
&lt;br /&gt;
With Juniper switches you can do this with an interface range including the ports which are used for the clients and VoIP phones. &lt;br /&gt;
&lt;br /&gt;
    interface-range LLDPorts {&lt;br /&gt;
        member-range ge-0/0/0 to ge-0/0/23;&lt;br /&gt;
        unit 0 {&lt;br /&gt;
            family ethernet-switching {&lt;br /&gt;
                port-mode access;&lt;br /&gt;
                vlan {&lt;br /&gt;
                    members Clients;&lt;br /&gt;
                }&lt;br /&gt;
            }&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
Make sure, that you define an acces port only with the Client VLAN untagged.&lt;br /&gt;
Now you have to configure the two vlans used for the phones and clients:&lt;br /&gt;
&lt;br /&gt;
   vlans {&lt;br /&gt;
       Clients {&lt;br /&gt;
           vlan-id 2;&lt;br /&gt;
       }&lt;br /&gt;
       VoIP {&lt;br /&gt;
           vlan-id 4;&lt;br /&gt;
       }&lt;br /&gt;
   }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then you have to define the lldp-med protocol on the ports which you would liket to use with your phones and clients (in that case is is the above defines interface-range LLDPPorts, but you can also specify any other port)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   protocols {&lt;br /&gt;
       lldp-med {&lt;br /&gt;
           interface LLDPorts;&lt;br /&gt;
       }&lt;br /&gt;
   }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
At last you have to define which voip Vlan you would like to use on these ports:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   ethernet-switching-options {&lt;br /&gt;
       voip {&lt;br /&gt;
           interface LLDPorts {&lt;br /&gt;
               vlan VoIP;&lt;br /&gt;
               forwarding-class assured-forwarding;&lt;br /&gt;
           }&lt;br /&gt;
   }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After an reboot you should check the chosen VLAN on your phone:&lt;br /&gt;
&lt;br /&gt;
[[Image:innoLLDP.png]]&lt;br /&gt;
&lt;br /&gt;
===Configuration===&lt;br /&gt;
===Known Problems===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- == Related Articles == --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Howto|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>Lorenzbb</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=File:InnoLLDP.png&amp;diff=34584</id>
		<title>File:InnoLLDP.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=File:InnoLLDP.png&amp;diff=34584"/>
		<updated>2014-07-31T14:02:37Z</updated>

		<summary type="html">&lt;p&gt;Lorenzbb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Lorenzbb</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:LLDP_on_Juniper_EX_Switches_for_innovaphone_devices&amp;diff=34583</id>
		<title>Howto:LLDP on Juniper EX Switches for innovaphone devices</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:LLDP_on_Juniper_EX_Switches_for_innovaphone_devices&amp;diff=34583"/>
		<updated>2014-07-31T13:59:27Z</updated>

		<summary type="html">&lt;p&gt;Lorenzbb: /* Installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Applies To==&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
* innovaphone device V10&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Keywords: LLDP Switch VLAN --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==More Information==&lt;br /&gt;
&lt;br /&gt;
===Problem Details===&lt;br /&gt;
It is often useful configuring a separate VLAN for the use with VoIP Devices. You can do that&lt;br /&gt;
*	by hand&lt;br /&gt;
*	configuring a vendor-specific DHCP option&lt;br /&gt;
*	or (since v10) by configuring LLDP on your switching device&lt;br /&gt;
This article describes how to do that with an Juniper EX switch&lt;br /&gt;
&lt;br /&gt;
===System Requirements===&lt;br /&gt;
&lt;br /&gt;
* innovphone device V10&lt;br /&gt;
* LLDP capble Switch (Juniper EX4200 in this case)&lt;br /&gt;
&lt;br /&gt;
===Installation===&lt;br /&gt;
You have two sperate VLANs: &lt;br /&gt;
*	Clients (VLAN-ID 2)&lt;br /&gt;
*	VoIP (VLAN-ID 4)&lt;br /&gt;
The goal is that the VoIP Devices are using vlan VoIP (ID 4) and normal clients are using vlan VoIP (ID 2) on the same switch port.&lt;br /&gt;
&lt;br /&gt;
With Juniper switches you can do this with an interface range including the ports which are used for the clients and VoIP phones. &lt;br /&gt;
&lt;br /&gt;
    interface-range LLDPorts {&lt;br /&gt;
        member-range ge-0/0/0 to ge-0/0/23;&lt;br /&gt;
        unit 0 {&lt;br /&gt;
            family ethernet-switching {&lt;br /&gt;
                port-mode access;&lt;br /&gt;
                vlan {&lt;br /&gt;
                    members Clients;&lt;br /&gt;
                }&lt;br /&gt;
            }&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
Make sure, that you define an acces port only with the Client VLAN untagged.&lt;br /&gt;
Now you have to configure the two vlans used for the phones and clients:&lt;br /&gt;
&lt;br /&gt;
   vlans {&lt;br /&gt;
       Clients {&lt;br /&gt;
           vlan-id 2;&lt;br /&gt;
       }&lt;br /&gt;
       VoIP {&lt;br /&gt;
           vlan-id 4;&lt;br /&gt;
       }&lt;br /&gt;
   }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then you have to define the lldp-med protocol on the ports which you would liket to use with your phones and clients (in that case is is the above defines interface-range LLDPPorts, but you can also specify any other port)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   protocols {&lt;br /&gt;
       lldp-med {&lt;br /&gt;
           interface LLDPorts;&lt;br /&gt;
       }&lt;br /&gt;
   }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
At last you have to define which voip Vlan you would like to use on these ports:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   ethernet-switching-options {&lt;br /&gt;
       voip {&lt;br /&gt;
           interface LLDPorts {&lt;br /&gt;
               vlan VoIP;&lt;br /&gt;
               forwarding-class assured-forwarding;&lt;br /&gt;
           }&lt;br /&gt;
   }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After an reboot you should check the chosen VLAN on your phone:&lt;br /&gt;
&lt;br /&gt;
===Configuration===&lt;br /&gt;
===Known Problems===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- == Related Articles == --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Howto|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>Lorenzbb</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:LLDP_on_Juniper_EX_Switches_for_innovaphone_devices&amp;diff=34582</id>
		<title>Howto:LLDP on Juniper EX Switches for innovaphone devices</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:LLDP_on_Juniper_EX_Switches_for_innovaphone_devices&amp;diff=34582"/>
		<updated>2014-07-31T13:58:53Z</updated>

		<summary type="html">&lt;p&gt;Lorenzbb: /* Applies To */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Applies To==&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
* innovaphone device V10&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Keywords: LLDP Switch VLAN --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==More Information==&lt;br /&gt;
&lt;br /&gt;
===Problem Details===&lt;br /&gt;
It is often useful configuring a separate VLAN for the use with VoIP Devices. You can do that&lt;br /&gt;
*	by hand&lt;br /&gt;
*	configuring a vendor-specific DHCP option&lt;br /&gt;
*	or (since v10) by configuring LLDP on your switching device&lt;br /&gt;
This article describes how to do that with an Juniper EX switch&lt;br /&gt;
&lt;br /&gt;
===System Requirements===&lt;br /&gt;
&lt;br /&gt;
* innovphone device V10&lt;br /&gt;
* LLDP capble Switch (Juniper EX4200 in this case)&lt;br /&gt;
&lt;br /&gt;
===Installation===&lt;br /&gt;
You have two sperate VLANs: &lt;br /&gt;
-	Clients (VLAN-ID 2)&lt;br /&gt;
-	VoIP (VLAN-ID 4)&lt;br /&gt;
The goal is that the VoIP Devices are using vlan VoIP (ID 4) and normal clients are using vlan VoIP (ID 2) on the same switch port.&lt;br /&gt;
With Juniper switches you can do this with an interface range including the ports which are used for the clients and VoIP phones. &lt;br /&gt;
&lt;br /&gt;
    interface-range LLDPorts {&lt;br /&gt;
        member-range ge-0/0/0 to ge-0/0/23;&lt;br /&gt;
        unit 0 {&lt;br /&gt;
            family ethernet-switching {&lt;br /&gt;
                port-mode access;&lt;br /&gt;
                vlan {&lt;br /&gt;
                    members Clients;&lt;br /&gt;
                }&lt;br /&gt;
            }&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
Make sure, that you define an acces port only with the Client VLAN untagged.&lt;br /&gt;
Now you have to configure the two vlans used for the phones and clients:&lt;br /&gt;
&lt;br /&gt;
   vlans {&lt;br /&gt;
       Clients {&lt;br /&gt;
           vlan-id 2;&lt;br /&gt;
       }&lt;br /&gt;
       VoIP {&lt;br /&gt;
           vlan-id 4;&lt;br /&gt;
       }&lt;br /&gt;
   }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then you have to define the lldp-med protocol on the ports which you would liket to use with your phones and clients (in that case is is the above defines interface-range LLDPPorts, but you can also specify any other port)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   protocols {&lt;br /&gt;
       lldp-med {&lt;br /&gt;
           interface LLDPorts;&lt;br /&gt;
       }&lt;br /&gt;
   }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
At last you have to define which voip Vlan you would like to use on these ports:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   ethernet-switching-options {&lt;br /&gt;
       voip {&lt;br /&gt;
           interface LLDPorts {&lt;br /&gt;
               vlan VoIP;&lt;br /&gt;
               forwarding-class assured-forwarding;&lt;br /&gt;
           }&lt;br /&gt;
   }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After an reboot you should check the chosen VLAN on your phone:&lt;br /&gt;
&lt;br /&gt;
===Configuration===&lt;br /&gt;
===Known Problems===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- == Related Articles == --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Howto|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>Lorenzbb</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:LLDP_on_Juniper_EX_Switches_for_innovaphone_devices&amp;diff=34581</id>
		<title>Howto:LLDP on Juniper EX Switches for innovaphone devices</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:LLDP_on_Juniper_EX_Switches_for_innovaphone_devices&amp;diff=34581"/>
		<updated>2014-07-31T13:57:56Z</updated>

		<summary type="html">&lt;p&gt;Lorenzbb: /* Problem Details */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Applies To==&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
* IP 3000, V10&lt;br /&gt;
Build 01-4001 and later.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Keywords: LLDP Switch VLAN --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==More Information==&lt;br /&gt;
&lt;br /&gt;
===Problem Details===&lt;br /&gt;
It is often useful configuring a separate VLAN for the use with VoIP Devices. You can do that&lt;br /&gt;
*	by hand&lt;br /&gt;
*	configuring a vendor-specific DHCP option&lt;br /&gt;
*	or (since v10) by configuring LLDP on your switching device&lt;br /&gt;
This article describes how to do that with an Juniper EX switch&lt;br /&gt;
&lt;br /&gt;
===System Requirements===&lt;br /&gt;
&lt;br /&gt;
* innovphone device V10&lt;br /&gt;
* LLDP capble Switch (Juniper EX4200 in this case)&lt;br /&gt;
&lt;br /&gt;
===Installation===&lt;br /&gt;
You have two sperate VLANs: &lt;br /&gt;
-	Clients (VLAN-ID 2)&lt;br /&gt;
-	VoIP (VLAN-ID 4)&lt;br /&gt;
The goal is that the VoIP Devices are using vlan VoIP (ID 4) and normal clients are using vlan VoIP (ID 2) on the same switch port.&lt;br /&gt;
With Juniper switches you can do this with an interface range including the ports which are used for the clients and VoIP phones. &lt;br /&gt;
&lt;br /&gt;
    interface-range LLDPorts {&lt;br /&gt;
        member-range ge-0/0/0 to ge-0/0/23;&lt;br /&gt;
        unit 0 {&lt;br /&gt;
            family ethernet-switching {&lt;br /&gt;
                port-mode access;&lt;br /&gt;
                vlan {&lt;br /&gt;
                    members Clients;&lt;br /&gt;
                }&lt;br /&gt;
            }&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
Make sure, that you define an acces port only with the Client VLAN untagged.&lt;br /&gt;
Now you have to configure the two vlans used for the phones and clients:&lt;br /&gt;
&lt;br /&gt;
   vlans {&lt;br /&gt;
       Clients {&lt;br /&gt;
           vlan-id 2;&lt;br /&gt;
       }&lt;br /&gt;
       VoIP {&lt;br /&gt;
           vlan-id 4;&lt;br /&gt;
       }&lt;br /&gt;
   }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then you have to define the lldp-med protocol on the ports which you would liket to use with your phones and clients (in that case is is the above defines interface-range LLDPPorts, but you can also specify any other port)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   protocols {&lt;br /&gt;
       lldp-med {&lt;br /&gt;
           interface LLDPorts;&lt;br /&gt;
       }&lt;br /&gt;
   }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
At last you have to define which voip Vlan you would like to use on these ports:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   ethernet-switching-options {&lt;br /&gt;
       voip {&lt;br /&gt;
           interface LLDPorts {&lt;br /&gt;
               vlan VoIP;&lt;br /&gt;
               forwarding-class assured-forwarding;&lt;br /&gt;
           }&lt;br /&gt;
   }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After an reboot you should check the chosen VLAN on your phone:&lt;br /&gt;
&lt;br /&gt;
===Configuration===&lt;br /&gt;
===Known Problems===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- == Related Articles == --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Howto|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>Lorenzbb</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:LLDP_on_Juniper_EX_Switches_for_innovaphone_devices&amp;diff=34580</id>
		<title>Howto:LLDP on Juniper EX Switches for innovaphone devices</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:LLDP_on_Juniper_EX_Switches_for_innovaphone_devices&amp;diff=34580"/>
		<updated>2014-07-31T13:57:10Z</updated>

		<summary type="html">&lt;p&gt;Lorenzbb: /* System Requirements */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Applies To==&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
* IP 3000, V10&lt;br /&gt;
Build 01-4001 and later.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Keywords: LLDP Switch VLAN --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==More Information==&lt;br /&gt;
&lt;br /&gt;
===Problem Details===&lt;br /&gt;
===System Requirements===&lt;br /&gt;
&lt;br /&gt;
* innovphone device V10&lt;br /&gt;
* LLDP capble Switch (Juniper EX4200 in this case)&lt;br /&gt;
&lt;br /&gt;
===Installation===&lt;br /&gt;
You have two sperate VLANs: &lt;br /&gt;
-	Clients (VLAN-ID 2)&lt;br /&gt;
-	VoIP (VLAN-ID 4)&lt;br /&gt;
The goal is that the VoIP Devices are using vlan VoIP (ID 4) and normal clients are using vlan VoIP (ID 2) on the same switch port.&lt;br /&gt;
With Juniper switches you can do this with an interface range including the ports which are used for the clients and VoIP phones. &lt;br /&gt;
&lt;br /&gt;
    interface-range LLDPorts {&lt;br /&gt;
        member-range ge-0/0/0 to ge-0/0/23;&lt;br /&gt;
        unit 0 {&lt;br /&gt;
            family ethernet-switching {&lt;br /&gt;
                port-mode access;&lt;br /&gt;
                vlan {&lt;br /&gt;
                    members Clients;&lt;br /&gt;
                }&lt;br /&gt;
            }&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
Make sure, that you define an acces port only with the Client VLAN untagged.&lt;br /&gt;
Now you have to configure the two vlans used for the phones and clients:&lt;br /&gt;
&lt;br /&gt;
   vlans {&lt;br /&gt;
       Clients {&lt;br /&gt;
           vlan-id 2;&lt;br /&gt;
       }&lt;br /&gt;
       VoIP {&lt;br /&gt;
           vlan-id 4;&lt;br /&gt;
       }&lt;br /&gt;
   }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then you have to define the lldp-med protocol on the ports which you would liket to use with your phones and clients (in that case is is the above defines interface-range LLDPPorts, but you can also specify any other port)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   protocols {&lt;br /&gt;
       lldp-med {&lt;br /&gt;
           interface LLDPorts;&lt;br /&gt;
       }&lt;br /&gt;
   }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
At last you have to define which voip Vlan you would like to use on these ports:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   ethernet-switching-options {&lt;br /&gt;
       voip {&lt;br /&gt;
           interface LLDPorts {&lt;br /&gt;
               vlan VoIP;&lt;br /&gt;
               forwarding-class assured-forwarding;&lt;br /&gt;
           }&lt;br /&gt;
   }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After an reboot you should check the chosen VLAN on your phone:&lt;br /&gt;
&lt;br /&gt;
===Configuration===&lt;br /&gt;
===Known Problems===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- == Related Articles == --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Howto|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>Lorenzbb</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:LLDP_on_Juniper_EX_Switches_for_innovaphone_devices&amp;diff=34579</id>
		<title>Howto:LLDP on Juniper EX Switches for innovaphone devices</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:LLDP_on_Juniper_EX_Switches_for_innovaphone_devices&amp;diff=34579"/>
		<updated>2014-07-31T13:56:37Z</updated>

		<summary type="html">&lt;p&gt;Lorenzbb: /* System Requirements */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Applies To==&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
* IP 3000, V10&lt;br /&gt;
Build 01-4001 and later.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Keywords: LLDP Switch VLAN --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==More Information==&lt;br /&gt;
&lt;br /&gt;
===Problem Details===&lt;br /&gt;
===System Requirements===&lt;br /&gt;
&lt;br /&gt;
innovphone device V10&lt;br /&gt;
LLDP capble Switch (Juniper EX4200 in this case)&lt;br /&gt;
&lt;br /&gt;
===Installation===&lt;br /&gt;
You have two sperate VLANs: &lt;br /&gt;
-	Clients (VLAN-ID 2)&lt;br /&gt;
-	VoIP (VLAN-ID 4)&lt;br /&gt;
The goal is that the VoIP Devices are using vlan VoIP (ID 4) and normal clients are using vlan VoIP (ID 2) on the same switch port.&lt;br /&gt;
With Juniper switches you can do this with an interface range including the ports which are used for the clients and VoIP phones. &lt;br /&gt;
&lt;br /&gt;
    interface-range LLDPorts {&lt;br /&gt;
        member-range ge-0/0/0 to ge-0/0/23;&lt;br /&gt;
        unit 0 {&lt;br /&gt;
            family ethernet-switching {&lt;br /&gt;
                port-mode access;&lt;br /&gt;
                vlan {&lt;br /&gt;
                    members Clients;&lt;br /&gt;
                }&lt;br /&gt;
            }&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
Make sure, that you define an acces port only with the Client VLAN untagged.&lt;br /&gt;
Now you have to configure the two vlans used for the phones and clients:&lt;br /&gt;
&lt;br /&gt;
   vlans {&lt;br /&gt;
       Clients {&lt;br /&gt;
           vlan-id 2;&lt;br /&gt;
       }&lt;br /&gt;
       VoIP {&lt;br /&gt;
           vlan-id 4;&lt;br /&gt;
       }&lt;br /&gt;
   }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then you have to define the lldp-med protocol on the ports which you would liket to use with your phones and clients (in that case is is the above defines interface-range LLDPPorts, but you can also specify any other port)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   protocols {&lt;br /&gt;
       lldp-med {&lt;br /&gt;
           interface LLDPorts;&lt;br /&gt;
       }&lt;br /&gt;
   }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
At last you have to define which voip Vlan you would like to use on these ports:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   ethernet-switching-options {&lt;br /&gt;
       voip {&lt;br /&gt;
           interface LLDPorts {&lt;br /&gt;
               vlan VoIP;&lt;br /&gt;
               forwarding-class assured-forwarding;&lt;br /&gt;
           }&lt;br /&gt;
   }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After an reboot you should check the chosen VLAN on your phone:&lt;br /&gt;
&lt;br /&gt;
===Configuration===&lt;br /&gt;
===Known Problems===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- == Related Articles == --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Howto|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>Lorenzbb</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:LLDP_on_Juniper_EX_Switches_for_innovaphone_devices&amp;diff=34578</id>
		<title>Howto:LLDP on Juniper EX Switches for innovaphone devices</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:LLDP_on_Juniper_EX_Switches_for_innovaphone_devices&amp;diff=34578"/>
		<updated>2014-07-31T13:54:59Z</updated>

		<summary type="html">&lt;p&gt;Lorenzbb: /* Installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Applies To==&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
* IP 3000, V10&lt;br /&gt;
Build 01-4001 and later.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Keywords: LLDP Switch VLAN --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==More Information==&lt;br /&gt;
&lt;br /&gt;
===Problem Details===&lt;br /&gt;
===System Requirements===&lt;br /&gt;
===Installation===&lt;br /&gt;
You have two sperate VLANs: &lt;br /&gt;
-	Clients (VLAN-ID 2)&lt;br /&gt;
-	VoIP (VLAN-ID 4)&lt;br /&gt;
The goal is that the VoIP Devices are using vlan VoIP (ID 4) and normal clients are using vlan VoIP (ID 2) on the same switch port.&lt;br /&gt;
With Juniper switches you can do this with an interface range including the ports which are used for the clients and VoIP phones. &lt;br /&gt;
&lt;br /&gt;
    interface-range LLDPorts {&lt;br /&gt;
        member-range ge-0/0/0 to ge-0/0/23;&lt;br /&gt;
        unit 0 {&lt;br /&gt;
            family ethernet-switching {&lt;br /&gt;
                port-mode access;&lt;br /&gt;
                vlan {&lt;br /&gt;
                    members Clients;&lt;br /&gt;
                }&lt;br /&gt;
            }&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
Make sure, that you define an acces port only with the Client VLAN untagged.&lt;br /&gt;
Now you have to configure the two vlans used for the phones and clients:&lt;br /&gt;
&lt;br /&gt;
   vlans {&lt;br /&gt;
       Clients {&lt;br /&gt;
           vlan-id 2;&lt;br /&gt;
       }&lt;br /&gt;
       VoIP {&lt;br /&gt;
           vlan-id 4;&lt;br /&gt;
       }&lt;br /&gt;
   }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then you have to define the lldp-med protocol on the ports which you would liket to use with your phones and clients (in that case is is the above defines interface-range LLDPPorts, but you can also specify any other port)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   protocols {&lt;br /&gt;
       lldp-med {&lt;br /&gt;
           interface LLDPorts;&lt;br /&gt;
       }&lt;br /&gt;
   }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
At last you have to define which voip Vlan you would like to use on these ports:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   ethernet-switching-options {&lt;br /&gt;
       voip {&lt;br /&gt;
           interface LLDPorts {&lt;br /&gt;
               vlan VoIP;&lt;br /&gt;
               forwarding-class assured-forwarding;&lt;br /&gt;
           }&lt;br /&gt;
   }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After an reboot you should check the chosen VLAN on your phone:&lt;br /&gt;
&lt;br /&gt;
===Configuration===&lt;br /&gt;
===Known Problems===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- == Related Articles == --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Howto|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>Lorenzbb</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:LLDP_on_Juniper_EX_Switches_for_innovaphone_devices&amp;diff=34577</id>
		<title>Howto:LLDP on Juniper EX Switches for innovaphone devices</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:LLDP_on_Juniper_EX_Switches_for_innovaphone_devices&amp;diff=34577"/>
		<updated>2014-07-31T13:49:00Z</updated>

		<summary type="html">&lt;p&gt;Lorenzbb: /* Installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Applies To==&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
* IP 3000, V10&lt;br /&gt;
Build 01-4001 and later.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Keywords: LLDP Switch VLAN --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==More Information==&lt;br /&gt;
&lt;br /&gt;
===Problem Details===&lt;br /&gt;
===System Requirements===&lt;br /&gt;
===Installation===&lt;br /&gt;
You have two sperate VLANs: &lt;br /&gt;
-	Clients (VLAN-ID 2)&lt;br /&gt;
-	VoIP (VLAN-ID 4)&lt;br /&gt;
The goal is that the VoIP Devices are using vlan VoIP (ID 4) and normal clients are using vlan VoIP (ID 2) on the same switch port.&lt;br /&gt;
With Juniper switches you can do this with an interface range including the ports which are used for the clients and VoIP phones. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
interface-range LLDPorts {&lt;br /&gt;
        member-range ge-0/0/0 to ge-0/0/23;&lt;br /&gt;
        unit 0 {&lt;br /&gt;
            family ethernet-switching {&lt;br /&gt;
                port-mode access;&lt;br /&gt;
                vlan {&lt;br /&gt;
                    members Clients;&lt;br /&gt;
                }&lt;br /&gt;
            }&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Make sure, that you define an acces port only with the Client VLAN untagged.&lt;br /&gt;
Now you have to configure the two vlans used for the phones and clients:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
vlans {&lt;br /&gt;
    Clients {&lt;br /&gt;
        vlan-id 2;&lt;br /&gt;
    }&lt;br /&gt;
    VoIP {&lt;br /&gt;
        vlan-id 4;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then you have to define the lldp-med protocol on the ports which you would liket to use with your phones and clients (in that case is is the above defines interface-range LLDPPorts, but you can also specify any other port)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
protocols {&lt;br /&gt;
    lldp-med {&lt;br /&gt;
        interface LLDPorts;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
At last you have to define which voip Vlan you would like to use on these ports:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
ethernet-switching-options {&lt;br /&gt;
    voip {&lt;br /&gt;
        interface LLDPorts {&lt;br /&gt;
            vlan VoIP;&lt;br /&gt;
            forwarding-class assured-forwarding;&lt;br /&gt;
        }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After an reboot you should check the chosen VLAN on your phone:&lt;br /&gt;
&lt;br /&gt;
===Configuration===&lt;br /&gt;
===Known Problems===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- == Related Articles == --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Howto|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>Lorenzbb</name></author>
	</entry>
	<entry>
		<id>https://wiki.innovaphone.com/index.php?title=Howto:LLDP_on_Juniper_EX_Switches_for_innovaphone_devices&amp;diff=34576</id>
		<title>Howto:LLDP on Juniper EX Switches for innovaphone devices</title>
		<link rel="alternate" type="text/html" href="https://wiki.innovaphone.com/index.php?title=Howto:LLDP_on_Juniper_EX_Switches_for_innovaphone_devices&amp;diff=34576"/>
		<updated>2014-07-31T13:44:31Z</updated>

		<summary type="html">&lt;p&gt;Lorenzbb: New page: ==Applies To== This information applies to  * IP 3000, V10 Build 01-4001 and later.  &amp;lt;!-- Keywords: LLDP Switch VLAN --&amp;gt;  ==More Information==  ===Problem Details=== ===System Requirements...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Applies To==&lt;br /&gt;
This information applies to&lt;br /&gt;
&lt;br /&gt;
* IP 3000, V10&lt;br /&gt;
Build 01-4001 and later.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Keywords: LLDP Switch VLAN --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==More Information==&lt;br /&gt;
&lt;br /&gt;
===Problem Details===&lt;br /&gt;
===System Requirements===&lt;br /&gt;
===Installation===&lt;br /&gt;
You have two sperate VLANs: &lt;br /&gt;
-	Clients (VLAN-ID 2)&lt;br /&gt;
-	VoIP (VLAN-ID 4)&lt;br /&gt;
The goal is that the VoIP Devices are using vlan VoIP (ID 4) and normal clients are using vlan VoIP (ID 2) on the same switch port.&lt;br /&gt;
With Juniper switches you can do this with an interface range including the ports which are used for the clients and VoIP phones. &lt;br /&gt;
interface-range LLDPorts {&lt;br /&gt;
        member-range ge-0/0/0 to ge-0/0/23;&lt;br /&gt;
        unit 0 {&lt;br /&gt;
            family ethernet-switching {&lt;br /&gt;
                port-mode access;&lt;br /&gt;
                vlan {&lt;br /&gt;
                    members Clients;&lt;br /&gt;
                }&lt;br /&gt;
            }&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
Make sure, that you define an acces port only with the Client VLAN untagged.&lt;br /&gt;
Now you have to configure the two vlans used for the phones and clients:&lt;br /&gt;
vlans {&lt;br /&gt;
    Clients {&lt;br /&gt;
        vlan-id 2;&lt;br /&gt;
    }&lt;br /&gt;
    VoIP {&lt;br /&gt;
        vlan-id 4;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
Then you have to define the lldp-med protocol on the ports which you would liket to use with your phones and clients (in that case is is the above defines interface-range LLDPPorts, but you can also specify any other port)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
protocols {&lt;br /&gt;
    lldp-med {&lt;br /&gt;
        interface LLDPorts;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
At last you have to define which voip Vlan you would like to use on these ports:&lt;br /&gt;
ethernet-switching-options {&lt;br /&gt;
    voip {&lt;br /&gt;
        interface LLDPorts {&lt;br /&gt;
            vlan VoIP;&lt;br /&gt;
            forwarding-class assured-forwarding;&lt;br /&gt;
        }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
After an reboot you should check the chosen VLAN on your phone:&lt;br /&gt;
&lt;br /&gt;
===Configuration===&lt;br /&gt;
===Known Problems===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- == Related Articles == --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Howto|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>Lorenzbb</name></author>
	</entry>
</feed>