<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, <div>Ethernet 0/1 is the interface to the switch, a 3600 </div><div>Vlan 192 is the data vlan </div><div>Vlan 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> nameif outside</i></div><div><i> security-level 0</i></div><div><i> ip address 63.251.187.178 255.255.255.248 </i></div><div><i>!</i></div><div><i>interface Vlan10</i></div><div><i> nameif dmz</i></div><div><i> security-level 50</i></div><div><i> ip address 10.0.0.1 255.255.255.0 </i></div><div><i>!</i></div><div><i>interface Vlan172</i></div><div><i> nameif voice</i></div><div><i> security-level 90</i></div><div><i> ip address 172.16.72.193 255.255.255.192 </i></div><div><i>!</i></div><div><i>interface Vlan192</i></div><div><i> nameif data</i></div><div><i> security-level 100</i></div><div><i> ip address 192.168.40.1 255.255.255.0 </i></div><div><i>!</i></div><div><i>interface Ethernet0/0</i></div><div><i> switchport access vlan 2</i></div><div><i>!</i></div><div><i>interface Ethernet0/1</i></div><div><i> switchport trunk allowed vlan 172,192</i></div><div><i> switchport mode trunk</i></div><div><i><br></i></div><div><i><br></i></div></div></div></div></body></html>