I'm not a Cisco person -- I know enough about IOS to create VLANs, configure CDP/LLDP, etc. but what I really need is just a real syntax reference.

I've looked at the Cisco documentation and, as everything else they publish, it's convoluted and not clearly demonstrated. I've found a couple of examples but they are for fairly different configurations and have lots of items that may or may not be needed.

I've got a T1 with inside, outside interfaces configured. Nothing crazy at all. Here's what I *believe* I need to do:

ASA-1(config)# priority-queue outside
ASA-1(config-priority-queue)# exit

ASA-1(config)#access-list VoIP-Traffic-OUT extended permit tcp any any eq 5060 ASA-1(config)#access-list VoIP-Traffic-IN extended permit tcp any any eq 5060 ASA-1(config)#access-list VoIP-Traffic-IN extended permit tcp any any eq 5080

ASA-1(config)# class-map Voice-OUT
ASA-1(config-cmap)# match dscp ef
ASA-1(config-cmap)# match access-list VoIP-Traffic-OUT
ASA-1(config-cmap)# exit

ASA-1(config)#class-map Voice-IN
ASA-1(config-cmap)# match dscp ef
ASA-1(config-cmap)# match access-list VoIP-Traffic-IN
ASA-1(config-cmap)# exit

ASA-1(config)# policy-map VoicePolicy
ASA-1(config-pmap)# class Voice-OUT
ASA-1(config-pmap-c)# priority
ASA-1(config-pmap-c)# exit

ASA-1(config-pmap)# class Voice-IN
ASA-1(config-pmap-c)# priority
ASA-1(config-pmap-c)# exit
ASA-1(config-pmap)# exit

ASA-1(config)# service-policy VoicePolicy interface outside

Does this look about right?

-- Robert

_______________________________________________
sipx-users mailing list [email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-users
Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-users
sipXecs IP PBX -- http://www.sipfoundry.org/

Reply via email to