09-21-2016 08:30 AM
Hi,
My company currently deploy VOIP phone system in our new office. VOIP quality seem like very low and not able to hear the sound clearly. I'm pretty much sure we have to implement QoS to give higher priority to VOIP compare to web browsing. Can anyone provide guideline to configure QoS on cisco router?
My Cisco ASA firewall and VOIP phone switch connected to this router on interface GigabitEthernet0/1
Building configuration...
Current configuration : 5155 bytes
!
! Last configuration change at 14:49:33 UTC Wed Sep 21 2016
!
version 15.4
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname INF-INTERNET
!
boot-start-marker
boot-end-marker
!
!
logging buffered 51200 warnings
enable secret 5 $1$P
!
no aaa new-model
!
!
!
ip domain name yourdomain.com
ip cef
no ipv6 cef
multilink bundle-name authenticated
!
!
cts logging verbose
!
crypto pki trustpoint TP-self-signed-196554158
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-196554158
revocation-check none
rsakeypair TP-self-signed-196554158
!
!
redundancy
!
!
interface Embedded-Service-Engine0/0
no ip address
shutdown
!
interface GigabitEthernet0/0
description INF INTERNET IP
ip address 50.235.XXX.90 255.255.255.XXX
duplex auto
speed auto
!
interface GigabitEthernet0/1
ip address 50.235.136.XXX 255.255.255.XXX
duplex auto
speed auto
!
interface GigabitEthernet0/2
no ip address
shutdown
duplex auto
speed auto
!
ip forward-protocol nd
!
ip http server
ip http access-class 23
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
!
ip route 0.0.0.0 0.0.0.0 50.235.136.XXX
!
!
control-plane
!
!
line con 0
login local
line aux 0
line 2
no activation-character
no exec
transport preferred none
transport output pad telnet rlogin lapb-ta mop udptn v120 ssh
stopbits 1
line vty 0 4
access-class 23 in
privilege level 15
login
transport input telnet ssh
line vty 5 15
access-class 23 in
privilege level 15
login local
transport input telnet ssh
!
scheduler allocate 20000 1000
!
end
09-24-2016 11:33 AM
Hi
Im not quite sure what it is you are looking for. There is no definitive answer.
This is the guideline from Cisco : http://www.cisco.com/c/en/us/td/docs/ios/12_2/qos/configuration/guide/fqos_c.html
If you have any questions please let us know.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide