1752822 Members
4493 Online
108789 Solutions
New Discussion

QoS in 5012

 
Intelesys
New Member

QoS in 5012

I have two 5012 routers on a PTP T1. I have a Panasonic phone switch on the local side and IP phones on the remote side. The Panasonic phone switch and voicemail are at 192.168.1.240 and .241. I have configured 3Com switches for QoS with Panasonic on both ends. Is the following configuration valid for QoS on the 5012s? How can I permanently reserve half the T1 for the voice traffic?



dis cur

#

#3Com Router Software V3.12

#

sysname XXXXXXXXXXXXX

#

configure-user count 2

#

clock timezone EST minus 05:00:00

#

cpu-usage cycle 1min

#

DNS server XXXXXXXXXXXXX

DNS server XXXXXXXXXXXXX

#

web set-package force flash:/http.zip

#

radius scheme system

#

domain system

#

local-user admin

password cipher *GE'62!D>KOQ=^Q`MAF4<1!!

service-type ssh telnet terminal

level 3

service-type ftp

local-user tech

password cipher @HAA'^UX4:_Q=^Q`MAF4<1!!

service-type ssh telnet terminal

level 3

service-type ftp

#

traffic classifier VOIPCLASS operator and

if-match acl 3000

#

traffic behavior VOIPBEHAV

queue ef bandwidth 512 cbs 256000

#

qos policy VOIPPOL

classifier VOIPCLASS behavior VOIPBEHAV

#

acl number 3000

rule 0 permit ip source 192.168.1.240 0

rule 1 permit ip destination 192.168.1.240 0

rule 2 permit ip source 192.168.1.241 0

rule 3 permit ip destination 192.168.1.241 0

rule 4 deny ip

#

interface Aux0

async mode flow

#

interface Ethernet0/0

ip address 192.168.1.2 255.255.255.0

#

interface Serial0/0

clock DTECLK1

link-protocol ppp

ip address dhcp-alloc

#

interface Serial2/0

ft1 clock master

link-protocol ppp

ft1 timeslot-list 1-24

ip address 192.168.254.1 255.255.255.252

undo ip fast-forwarding

qos apply policy VOIPPOL outbound

#

interface NULL0

#

FTP server enable

#

ip route-static 0.0.0.0 0.0.0.0 192.168.1.254 preference 60

ip route-static 192.168.2.0 255.255.255.0 192.168.254.2 preference 60

#

user-interface con 0

user-interface aux 0

user-interface vty 0 4

authentication-mode scheme

#

return