Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

[L2QOS]

Status
Not open for further replies.

Monrovia

Technical User
Mar 1, 2007
292
0
0
IN
Guys,

please help me with this:

I have the config file as below for the VLAN port configuration:
[L2QOS]
PhonePort=6,1 ;prio (0-7) ,VID(1-4094)
PCPort=0,2 ;prio (0-7) ,VID(1-4094)
LANPort=0,0 ;MAC based VLAN/802.1Q based VLAN , untagged/tagged PC originating traffic
BroadcastStormControlLimit=80 ;Limit for no. of broadcast packets received within 100ms time interval. Default is 80 (800 b.c./s)
RememberVLAN=WARM ;WARM = Remember VLAN ID only after warm reboot, COLD = Remember VLAN ID after both warm and cold reboot.


I want to put VLAN 30 on the config file for phone port, nothing for pc prot. What changes should i have to make in this config file d44x01-config

Thanks

BR
Monro
 
Hi,
try this
[L2QOS] ;If any of the 3 first parameters shall be used all those 3 parameters must be enabled
PhonePort=6,30 ;prio (0-7) ,VID(1-4095)
PCPort=0,2 ;prio (0-7) ,VID(1-4095)
LANPort=1,0 ;0=VLAN not used and 1=VLAN used, 0= VLAN not used for PC and 1=VLAN used for PC
BroadcastStormControlLimit=80 ;Limit for no. of broadcast packets received within 100ms time interval. Default is 80 (800 b.c./s)
RememberVLAN=WARM ;WARM = Remember VLAN ID only after warm reboot, COLD = Remember VLAN ID after both warm and cold reboot.

\Satellite1900
 
hi satellite,
Thanks for that setup.
But the phones didn't take the vlan config and the new ip. however, it is taking all other settings like gatekeeper and stuff.

I had to configure the phones manually... running to each desk :p

BR.
Monro
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top