Routeurs CISCO 2901 :Séparation Protocol Voix des Protocol Data

Fermé
na-bil Messages postés 32 Date d'inscription mardi 11 septembre 2012 Statut Membre Dernière intervention 4 décembre 2020 - Modifié par na-bil le 22/01/2016 à 18:54
na-bil Messages postés 32 Date d'inscription mardi 11 septembre 2012 Statut Membre Dernière intervention 4 décembre 2020 - 23 janv. 2016 à 20:33
Bonjour,
j'ai effectué une opération sur mon routeur Cisco afin de séparer la voiIP de la Data.
j'ai une connexion Pro Wimax de 512Kb/s avec une IP Fixe .
le but étant de séparer les deux parties en 50/50 afin que la qualité de voix soit optimale.
voici la configuration que vient de mettre en place :
class-map match-any VOIP
match protocol rtp
match protocol sip
match protocol rtcp
match protocol h323
class-map match-any DATA
match protocol ftp
match protocol http
match protocol secure-http
match protocol ssh
match protocol tftp
match protocol smtp
match protocol pop3
match protocol snmp
match protocol secure-pop3
match protocol secure-ftp
match protocol telnet
match protocol ip
match protocol ipsec
match protocol icmp
match protocol dns
match protocol dhcp
match protocol bittorrent
!
policy-map PRIORITY
class VOIP
priority percent 50
set dscp ef
class DATA
bandwidth remaining percent 50
class class-default
fair-queue
!
!
!
!
!
interface Tunnel0
ip address 10.X.X.X 255.255.255.252
keepalive 10 3
tunnel source 154.XXX.XXX.XXX
tunnel destination 194.XXX.xxx.XXX

!
interface GigabitEthernet0/0
description LAN
ip address 192.168.0.2 255.255.255.0
ip nat inside
ip virtual-reassembly in
duplex auto
speed auto
!
interface GigabitEthernet0/1
description WAN
bandwidth 512
ip address 154.xxx.xxx 255.255.255.252
ip nbar protocol-discovery
ip nat outside
ip virtual-reassembly in
duplex auto
speed auto
service-policy output PRIORITY
!
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 nat inside source list 1 interface GigabitEthernet0/1 overload
ip route 0.0.0.0 0.0.0.0 154.xxx.xxx.xxx (next hope)
ip route 194.xxx.xxx.xxx 255.255.255.255 154.xxx.xxx.xxx name PC4
!
access-list 1 permit 192.168.0.0 0.0.0.255
!



toutefois, je ne sais pas du tout comment savoir si elle est correcte, et je n'ai pas d'infos sur les commandes a taper pour connaitre les statuts et savoir si la séparation est bien effectuée .
si quelqu'un peut me dire si ce que j'ai fait est correcte et aussi comment le confirmer via des commandes.

Par avance MERCI !
A voir également:

1 réponse

na-bil Messages postés 32 Date d'inscription mardi 11 septembre 2012 Statut Membre Dernière intervention 4 décembre 2020
23 janv. 2016 à 20:33
UP S'il vous plait, je ne trouve la solution nul part.
0