Avaya VLAN configuration

Chris Piety cpiety at mtsu.edu
Thu May 10 13:19:25 UTC 2007


Try this.

In the Global settings...

option option-176 code 176 = string;

For each subnet....

#This is for MTB subnet
subnet x.x.x.x netmask x.x.x.x {
       range x.x.x.x x.x.x.x;
       option domain-name "MTB.mtsu.edu";
       option routers x.x.x.x;
       option option-176 "L2Q=1,L2QVLAN=voice vlan#";
}
subnet 172.30.96.0 netmask 255.255.254.0 {
        range 172.30.96.10 172.30.96.150;
        option routers 172.30.96.1;
        option domain-name "96voice.mtsu.edu";
        option option-176 "MCIPADD=x.x.x.x,MCPORT=1719,TFTPSRVR=x.x.x.x";
}

Chris

----- Original Message ----- 
From: <dubrowin.35433364 at bloglines.com>
To: <dhcp-users at isc.org>
Sent: Thursday, May 10, 2007 3:43 AM
Subject: Re: Avaya VLAN configuration


> Sorry, yes that's a typo, it's configured for option-176.
> 
>  Shlomo
> 
> ---
> dhcp-users at isc.org wrote:
> Is this a typo? option option 176 "L2Q=1, L2QVLAN=100"';
> 
>> According to ur conf it shld be option option-176 "L2Q=1, L2QVLAN=100"';
> 
>> On 9 May 2007 17:34:20 -0000, dubrowin.35433364 at bloglines.com <
>> dubrowin.35433364 at bloglines.com>
> wrote:
>> >
>> > I'm trying to configure Avaya phones to get all their SIP
> options from
>> > DHCP.
>> > I am able to get all the options to work from
> DHCP except the
>> > VLAN.  (I
>> > have to set that manually right now).
> 
>> > The Avaya Docs that I was able to find
>> > for Linux based DHCP said
> the
>> > option should look something like:
>> >
>> > option
>> > option-176
> code 176 = string;
>> > data network {
>> > subnet xyz netmask abc {
>> >
>   option option 176 "L2Q=1, L2QVLAN=100"';
>> >    }
>> > }
>> >
>> > And
> then the voice
>> > network dhcp settings would have the http server
>> >
> and the mcipadd address
>> > and all the voip stuff.  Does anyone have this
> 
>> > part working?  Am I missing
>> > something?  Thanx.
>> >
>> > Shlomo
> 
>> >
>> >
>> >
>> 
>> 
>> 
>> 
> 
>


More information about the dhcp-users mailing list