Seite 1 von 1

SpeedTouch 546v6

BeitragVerfasst: So 21 Jan, 2007 22:24
von Velociraptor
unter connection timerconfig der timer TCPNEG wofür steht die Abkürzung? im CLI steht das net weiter drinnen?

danke im vorraus

BeitragVerfasst: Mo 22 Jan, 2007 05:56
von jutta
ich schaetze, dass das das gleiche ist, wie in frueheren versionen timeout_TCP_nego
timeout_TCP_nego The interval of time for which an TCP protocol session is allowed to remain
valid without any activity. This timeout value applies to a TCP session
during its establishment and termination phases.
Syntax :<HH:MM> or <MM>.
quelle: cli-guide v.5.2.7

zum verstaendnis: http://de.wikipedia.org/wiki/Transmissi ... l_Protocol

BeitragVerfasst: Mo 22 Jan, 2007 12:46
von Velociraptor
das hört sich mehr nach TCPIDLE an, es gibt TCPIDLE,TCPNEG,TCPKILL

aber danke

BeitragVerfasst: Mo 22 Jan, 2007 13:12
von jutta
noch ein zitat, diesmal aus R5.3.1:

connection timerconfig:
syntax:
Code: Alles auswählen
connection timerconfig [timer = <{tcpidle|tcpneg|tcpkill|udpidle|udpkill|
icmpkill|ipidle|ipkill}>]
[value = <number{1-86400}>]

erklaerung dazu:
Code: Alles auswählen
timer The name of the connection idle timer ot be configured.
Choose between:
  tcpidle
  tcpneg
  tcpkill
  udpidle
  udpkill
  icmpkill
  ipidle
  ipkill
value A number between 0 and 86400 (seconds).
Represents the timer expire value.

beispiel:
Code: Alles auswählen
=>connection timerconfig
tcpidle : 15' 0"
tcpneg : 2' 0"
udp : 1' 0"
icmp : 1' 0"
ip : 1' 0"
=>connection timerconfig timer=tcpidle value=360
=>connection timerconfig
tcpidle : 6' 0"
tcpneg : 2' 0"
udp : 1' 0"
icmp : 1' 0"
ip : 1' 0"
=>

BeitragVerfasst: Mo 22 Jan, 2007 23:57
von Velociraptor
past danke =)
aber das einstellen hab ich schon durchschaut :)