<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I have an ASA with these interfaces;<div><br></div><div>Vlan 2 / Ethernet0/0 is the uplink to the router, gateway, pstn and the internet,&nbsp;<div>Ethernet 0/1 is the interface to the switch, a 3600&nbsp;</div><div>Vlan 192 is the data vlan&nbsp;</div><div>Vlan &nbsp;172 is the voice-vlan.</div><div><br></div><div>I want to use priority-queue for the voice-vlan, but should it be applied to nameif outside or nameif voice or</div><div>should it be applied to both?</div><div><br></div><div><br></div><div><div><br></div><div><div><i>interface Vlan2</i></div><div><i>&nbsp;nameif outside</i></div><div><i>&nbsp;security-level 0</i></div><div><i>&nbsp;ip address 63.251.187.178 255.255.255.248&nbsp;</i></div><div><i>!</i></div><div><i>interface Vlan10</i></div><div><i>&nbsp;nameif dmz</i></div><div><i>&nbsp;security-level 50</i></div><div><i>&nbsp;ip address 10.0.0.1 255.255.255.0&nbsp;</i></div><div><i>!</i></div><div><i>interface Vlan172</i></div><div><i>&nbsp;nameif voice</i></div><div><i>&nbsp;security-level 90</i></div><div><i>&nbsp;ip address 172.16.72.193 255.255.255.192&nbsp;</i></div><div><i>!</i></div><div><i>interface Vlan192</i></div><div><i>&nbsp;nameif data</i></div><div><i>&nbsp;security-level 100</i></div><div><i>&nbsp;ip address 192.168.40.1 255.255.255.0&nbsp;</i></div><div><i>!</i></div><div><i>interface Ethernet0/0</i></div><div><i>&nbsp;switchport access vlan 2</i></div><div><i>!</i></div><div><i>interface Ethernet0/1</i></div><div><i>&nbsp;switchport trunk allowed vlan 172,192</i></div><div><i>&nbsp;switchport mode trunk</i></div><div><i><br></i></div><div><i><br></i></div></div></div></div></body></html>