Hallo Zusammen,
ich habe folgendes Problem: Habe 3 Standorte welche über IPSS verbunden sind, darüber läuft sowohl VoIP als auch der Datenverkehr. VoIP Traffic wird innerhalb IPSS mit der höchsten Priorität behandelt, Datenverkehr niedrigste.
Am Hauptstandort steht die Aastra Telefonanlage, die Aussenstandorte jeweils einen Satellit, welcher den VoIP Traffic zur Anlage schicken. Die Telefongeschichten markieren ihren Traffic jeweeils mit QoS Informationen.
Jetzt beklagen sich seit dem Austausch des Coreswitches am Hauptstandort die Leute über schlechte Verbindungsqualität bzw. sogar Abbrüche.
So sieht die Config des Core Switches aus:
Code
- Current configuration : 9076 bytes
- !
- version 12.2
- no service pad
- service timestamps debug uptime
- service timestamps log datetime
- service password-encryption
- service sequence-numbers
- !
- hostname SW01
- !
- boot-start-marker
- boot-end-marker
- !
- enable secret 5 BLABLABLA
- !
- !
- !
- no aaa new-model
- clock timezone UTC 1
- clock summer-time UTC recurring last Sun Mar 2:00 last Sun Oct 3:00
- switch 1 provision ws-c3750x-48p
- system mtu routing 1500
- authentication mac-move permit
- ip subnet-zero
- ip routing
- !
- !
- no ip domain-lookup
- !
- mls qos
- !
- !
- spanning-tree mode pvst
- spanning-tree etherchannel guard misconfig
- spanning-tree extend system-id
- !
- !
- !
- !
- vlan internal allocation policy ascending
- !
- !
- !
- interface FastEthernet0
- no ip address
- no ip route-cache cef
- no ip route-cache
- shutdown
- !
- [...]
- !
- interface GigabitEthernet1/0/15
- description Aastra Master primary
- switchport access vlan 103
- switchport mode access
- srr-queue bandwidth share 10 10 60 20
- srr-queue bandwidth shape 10 0 0 0
- queue-set 2
- priority-queue out
- mls qos trust cos
- auto qos voip trust
- !
- interface GigabitEthernet1/0/16
- description Aastra AIP
- switchport access vlan 103
- switchport mode access
- srr-queue bandwidth share 10 10 60 20
- srr-queue bandwidth shape 10 0 0 0
- queue-set 2
- priority-queue out
- mls qos trust cos
- auto qos voip trust
- !
- interface GigabitEthernet1/0/17
- description IPSS Data
- switchport access vlan 106
- switchport mode access
- speed 100
- duplex full
- mls qos trust cos
- auto qos voip trust
- !
- interface GigabitEthernet1/0/18
- description IPSS Voice
- switchport access vlan 107
- switchport mode access
- speed 100
- duplex full
- srr-queue bandwidth share 10 10 60 20
- srr-queue bandwidth shape 10 0 0 0
- queue-set 2
- priority-queue out
- mls qos trust cos
- auto qos voip trust
- !
- [...]
- !
- interface Vlan1
- no ip address
- shutdown
- !
- [...]
- interface Vlan103
- description Aastra LAN
- ip address 192.168.20.11 255.255.255.0
- !
- interface Vlan106
- description IPSS DATA
- ip address 192.168.4.11 255.255.255.0
- !
- interface Vlan107
- description IPSS Network
- ip address 192.168.25.11 255.255.255.0
- !
- ip default-gateway 192.168.0.90
- ip classless
- [...]
- ip http server
- ip http secure-server
- !
- ip sla enable reaction-alerts
- snmp-server community public RO
- snmp-server community blabla RW
- !
- !
- line con 0
- session-timeout 20
- password 7 blabla
- login
- escape-character 27
- line vty 0 4
- session-timeout 20
- password 7 blabla
- login
- length 0
- escape-character 27
- line vty 5 15
- no login
- !
- mac address-table aging-time 14400 vlan 5
- mac address-table aging-time 14400 vlan 1
- end