Hi,
ich hab n Performance Problem beim einigen DSL Leitungen die mit DSL1000 angebunden sind, vor Ort ne 836er mit VPN zu einem Server bei mir haben. Die Clients verbinden sich zu einem Terminalserver hinter dem VPN-Gateway, und klicken wild rum. Alles kein Problem bis einer im DSL Standort ne Mail verschickt. Schon geht die RDP Verbindung in die Knie und wird schleppend langsam.
Jetzt hab ich mir gedacht ich mach ein "qos pre-classify" in der crypto map, erstell eine access-liste mit Port RDP, und ne priority-list:
[...]
crypto map VPN 10 ipsec-isakmp
set peer X.X.X.X
set transform-set 3des-md5
set pfs group2
match address 100
qos pre-classify
[...]
[...]
interface Dialer0
ip address negotiated
ip mtu 1492
ip nat outside
ip virtual-reassembly
encapsulation ppp
ip tcp adjust-mss 1300
dialer pool 1
dialer-group 1
priority-group 1
no cdp enable
ppp authentication pap callin
ppp pap sent-username
meinlogin@meinrealm.de password 7 supersicher
ppp ipcp dns request
ppp ipcp wins request
crypto map VPN
[...]
access-list 120 permit ip any any eq 3389
priority-list 1 protocol ip high list 120
So .. mehr bzgl QoS und queues ist nicht konfiguriert. Aber wie kann ich pruefen ob das wirklich funktioniert?
show queue dialer 0 <== leere Ausgabe
show queue virtual-access 1 <== 'Show queue' not supported with FIFO queueing.
show queueing:
Current fair queue configuration:
Interface Discard Dynamic Reserved Link Priority
threshold queues queues queues queues
BRI0 64 16 0 8 1
BRI0:1 64 16 0 8 1
BRI0:2 64 16 0 8 1
Current DLCI priority queue configuration:
Current priority queue configuration:
List Queue Args
1 high protocol ip list 120
Current custom queue configuration:
Current random-detect configuration:
VC 1/32 -
VC 1/32: Per VC queueing is FIFO.
Current per-SID queue configuration:
sh int dialer 0:
Output queue (queue priority: size/max/drops):
high: 0/20/0, medium: 0/40/0, normal: 0/60/0, low: 0/80/0
Da ist nix zu sehn ..
Meine Vermutung ist, da bei der DSL Einwahl automatisch virtual-access1 "generiert" wird und die an dialer 0 bindet ich das da explizit konfigurieren muss, oder ich was vergessen hab? Und gibts vielleicht einen Befehl wie ich mir die Queues anschauen kann?
Oder gibts vielleicht ne bessere Loesung?
Merci ...