I appreciate the post but I don't see how it answers any of my questions. The command I listed in my question is not anywhere in the configuration and you didn't explain any of the options I have listed above.
I am trying to understand the specific command and options. If your configuration answers them please elaborate as I am not seeing the connection nor do I know how your production network is setup.
Main Topics
Browse All Topics





by: bhnmiPosted on 2007-12-17 at 11:02:24ID: 20486962
I would have trunks with the native VLAN being the data VLAN and use a tagged vlan for the voice, then use 802.1q to traffic shape. This is out of my router which is in production.
class-map match-all VOICE-PRIORITY
match access-group 150
!
!
policy-map POLICY1
class VOICE-PRIORITY
priority 512
class class-default
fair-queue
interface FastEthernet0/3/1
description Workstations and Printer/VoIP Trunk
switchport trunk native vlan 20
switchport trunk allowed vlan 1,20,40,1002-1005
switchport mode trunk
speed 100
service-policy output POLICY1
!
interface FastEthernet0/3/2
description Workstations and Printers/VoIP Trunk
switchport trunk native vlan 30
switchport trunk allowed vlan 1,30,40,1002-1005
switchport mode trunk
speed 100
service-policy output POLICY1
!
interface Vlan10
description Servers
ip address 192.168.1.2 255.255.255.0
ip nbar protocol-discovery
ip virtual-reassembly
ip route-cache flow
!
interface Vlan20
description Workstations and Printers
ip address 192.168.2.1 255.255.255.0
ip helper-address 192.168.1.19
ip nbar protocol-discovery
no ip next-hop-self eigrp 1
ip virtual-reassembly
ip route-cache flow
!
interface Vlan30
description Operations and Printers
ip address 192.168.3.1 255.255.255.0
ip helper-address 192.168.1.19
ip nbar protocol-discovery
no ip next-hop-self eigrp 1
ip virtual-reassembly
ip route-cache flow
!
interface Vlan40
description VoIP VLAN
ip address 192.168.4.1 255.255.255.0
ip helper-address 192.168.1.19
ip nbar protocol-discovery
ip virtual-reassembly
ip route-cache flow
!
access-list 150 permit udp any any range 6004 7039
access-list 150 permit udp any range 6004 7039 any
access-list 150 permit udp any any range 5000 5070
access-list 150 permit udp any range 5000 5070 any
access-list 150 permit udp any any eq 5567
access-list 150 permit udp any eq 5567 any
access-list 150 permit tcp any any eq 5566
access-list 150 permit tcp any eq 5566 any
access-list 150 permit tcp any any eq 5570
access-list 150 permit tcp any eq 5570 any
snmp-server community public RW
snmp-server ifindex persist