|
Problem mit ISDN Backup und Telnet Verbindung
Hallo,
ich habe das Problem, dass sich die Telnet Verbindung, wenn ich mich auf den Rputer A einwähle nach 2 Minuten gekilled wird, obwohl ich gerade aktiv bin. Das 2. Problem ist, dass das ISDN Backup über den Dialer von Standort A nach Standort B ebenfalls nach 2 Minuten abgebaut wird. Jemand eine Idee?
Teil-Konfig Router A:
.....
interface Dialer1
description Backup nach Router B
bandwidth 512
ip address 10.102.131.66 255.255.255.252
encapsulation ppp
load-interval 30
dialer pool 1
dialer remote-name RouterB
dialer fast-idle 5
dialer string xxxxxxxx
dialer load-threshold 1 either
dialer-group 1
no cdp enable
ppp authentication chap
ppp multilink
!
line vty 0 3
session-timeout 30
exec-timeout 30 0
logging synchronous
transport input all
transport output all
line vty 4
session-timeout 30
access-class 1 in
exec-timeout 30 0
logging synchronous
transport input all
transport output all
!
Teil-Konfig Router B:
...
interface Dialer1001
description ISDN-Backup von RouterA
bandwidth 512
ip address 10.102.131.65 255.255.255.252
encapsulation ppp
load-interval 30
dialer pool 1
dialer remote-name RouterA
dialer max-call 8
dialer-group 1
ntp disable
fair-queue
no cdp enable
ppp authentication chap
ppp multilink
!
!
access-list 1 remark SNMP-Maschinen
access-list 1 permit 192.168.140.81
access-list 1 permit 192.168.140.60
access-list 1 deny any
access-list 110 remark ACL Backup-interressanter Verkehr
access-list 110 deny ip 192.168.140.80 0.0.0.3 any
access-list 110 deny ip 192.168.140.56 0.0.0.7 any
access-list 110 deny ip any 192.168.140.80 0.0.0.3
access-list 110 deny ip any 192.168.140.56 0.0.0.7
access-list 110 permit ip any any
dialer-list 1 protocol ip list 110
Was genau macht eigentlich transport input/output all ?
Grüße
|