CISCO 836 / 837

Alle technisch orientierten Fragen und Diskussionen rund um Internet-Zugänge via ADSL und xDSL (alle DSL-basierenden Technologien).
Forumsregeln
Alle technisch orientierten Fragen und Diskussionen rund um Internet-Zugänge via ADSL und xDSL (alle DSL-basierenden Technologien).

Diskussionen ĂĽber Provider (deren Produkte und Dienstleistungen) werden im Bereich PROVIDER gefĂĽhrt.

CISCO 836 / 837

Beitragvon BillSuxx » So 06 Feb, 2005 16:29

Hi!
Frage: Hat jemand in Ă–sterreich einen CISCO 836 bzw 837 am ADSL im Einsatz?
Erfahrungsbericht?
xxx.
BillSuxx
Board-Mitglied
Board-Mitglied
 
Beiträge: 160
Registriert: Mi 16 Jun, 2004 14:40

Beitragvon lordpeng » So 06 Feb, 2005 16:34

läuft tadellos ...
lordpeng
Moderator
Moderator
 
Beiträge: 10199
Registriert: Mo 23 Jun, 2003 22:45

Beitragvon martin » So 06 Feb, 2005 17:04

jop, laufen auch bei mir einwandfrei
martin
Moderator
Moderator
 
Beiträge: 1577
Registriert: Mo 23 Jun, 2003 16:56
Wohnort: KremsmĂĽnster

Beitragvon hpr75 » Mo 07 Feb, 2005 09:12

läuft ohne probleme - kann ich nur empfehlen :ok:
Das Wort "Windows" kommt aus dem Indianischen und bedeutet:
"Weisser Mann starren durch Fenster auf Sanduhr"
hpr75
Neu im Board
Neu im Board
 
Beiträge: 9
Registriert: Di 09 Mär, 2004 11:06

CISCO 836 / 837

Beitragvon antropos » Mo 07 Feb, 2005 11:54

Hallo,

ja - echt feine Box!

Ein Punkt ist aber zu bedenken: Das Cisco Router Betriebssystem IOS wird kontinuierlich weiterentwickelt. Und soweit ich weiß, gibt es bei Cisco keine freien Downloads für aktuelle Software! Es wäre also günstig jemanden zu kennen der bei einem Cisco Partner arbeitet, oder man hat einen entsprechenden Wartungsvertrag...


GruĂź
Antropos
antropos
Junior Board-Mitglied
Junior Board-Mitglied
 
Beiträge: 70
Registriert: Mo 31 Jan, 2005 16:28
Wohnort: Wiener Neudorf

Re: CISCO 836 / 837

Beitragvon hardliner » Mo 07 Feb, 2005 12:31

antropos hat geschrieben:Hallo,

ja - echt feine Box!

Ein Punkt ist aber zu bedenken: Das Cisco Router Betriebssystem IOS wird kontinuierlich weiterentwickelt. Und soweit ich weiß, gibt es bei Cisco keine freien Downloads für aktuelle Software! Es wäre also günstig jemanden zu kennen der bei einem Cisco Partner arbeitet, oder man hat einen entsprechenden Wartungsvertrag...
GruĂź
Antropos

Genau das ist das Problem! Erst braucht man zum Konfigurieren mindestens ein "doppeltes Doktorat auf der CISCO-Universität" und zweitens will CISCO "Wartungsveträge" und nochmal ordentlich abheben zu können.
Eingentlich schade!
H.
Zum Glück gibts für's IOS entsprechnde WAREZ-Seiten, wo man das Nötigste findet! :D :D
hardliner
Ultimate Power-User
Ultimate Power-User
 
Beiträge: 4056
Registriert: Mo 23 Jun, 2003 21:24

Beitragvon triple25 » Mo 07 Feb, 2005 19:25

meiner Meinung nach gibts fast nichts besseres, wenn du ihn konfigurieren kannst
triple25
Board-Mitglied
Board-Mitglied
 
Beiträge: 182
Registriert: Sa 18 Okt, 2003 17:28
Wohnort: NĂ–

Beitragvon hardliner » Mo 07 Feb, 2005 20:32

triple25 hat geschrieben:meiner Meinung nach gibts fast nichts besseres, wenn du ihn konfigurieren kannst

Hallo!
Genau um das gehts:
Mich wĂĽrde eine "Config fĂĽr ADSL" interessieren, und da die Abschnitte "interface ATM0" und "interface Dialer1".
VPI/VCI weiß ich, aber encapsulation und CHAP oder PAP sowie MTU täten mich schon mal interessieren.

Wenn das Ding wirklich so gut ist, wäre es überlegenswert.
Wie schauts bei dem "Trumm" mit P2P aus?
Bisher hab ich alle Router (bei mir) aus den bekannten GrĂĽnden strikt verweigert.

H.
hardliner
Ultimate Power-User
Ultimate Power-User
 
Beiträge: 4056
Registriert: Mo 23 Jun, 2003 21:24

Beitragvon lordpeng » Mo 07 Feb, 2005 20:57

weil ich grad eine rumliegen hab ...

Code: Alles auswählen
!
version 12.1
service timestamps debug datetime msec
service timestamps datetime msec
!
ip subnet-zero
!
ip dhcp excluded-address 10.0.0.1
!
ip dhcp pool cisco
network 10.0.0.0 255.0.0.0
default-router 10.0.0.1
!
interface Ethernet0
ip address 10.0.0.1 255.0.0.0
no ip directed-broadcast
no ip route-cache
ip nat inside
!
interface ATM0
no ip address
no ip directed-broadcast
no ip mroute-cache
no atm ilmi-keepalive
pvc 8/67
  encapsulation aal5mux ppp dialer
  dialer pool-member 1
!
hold-queue 224 in
!
interface Dialer0
  ip address negotiated   
  ip nat outside     
  no ip directed-broadcast
  encapsulation ppp
  dialer pool 1
  dialer-group 2
  ppp chap hostname <DSL username>
  ppp chap password <DSL password>
!
ip nat inside source list 1 interface Dialer0 overload
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer0
no ip http server
!
access-list 1 permit 10.0.0.0 0.255.255.255
dialer-list 2 protocol ip permit
!
end

lordpeng
Moderator
Moderator
 
Beiträge: 10199
Registriert: Mo 23 Jun, 2003 22:45

Beitragvon hardliner » Mo 07 Feb, 2005 21:09

Danke!
H.
hardliner
Ultimate Power-User
Ultimate Power-User
 
Beiträge: 4056
Registriert: Mo 23 Jun, 2003 21:24

Beitragvon triple25 » Sa 12 Feb, 2005 19:48

und? funkt die konfig von Lordpeng.
triple25
Board-Mitglied
Board-Mitglied
 
Beiträge: 182
Registriert: Sa 18 Okt, 2003 17:28
Wohnort: NĂ–

Beitragvon hardliner » Do 17 Feb, 2005 10:04

Hallo!
Hab mir meine eigene Konfig gebastelt. Funkt soweit, nur SIP (H.323) wird nicht "genatted". d. h. Mein ATA286 kann sich bei Sipgate nicht registirieren.
Mit SW-FW+NAT funzt alles einwandfrei!
Hat wer eine Ahnung?
Hier "meine" Konfig:
Code: Alles auswählen
!
version 12.3
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname R30219
!
no logging buffered
enable secret 5 +++++++++++++.
!
username R30219 password 7 ************
no aaa new-model
ip subnet-zero
!
interface Ethernet0
ip address 192.168.0.254 255.255.255.0
ip nat inside
ip tcp adjust-mss 1452
no ip mroute-cache
!
interface BRI0
no ip address
shutdown
!
interface ATM0
no ip address
no ip mroute-cache
atm vc-per-vp 64
no atm ilmi-keepalive
pvc 8/48
encapsulation aal5mux ppp dialer
dialer pool-member 1
dsl operating-mode annexb-ur2
!
interface FastEthernet1
no ip address
duplex auto
speed auto
!
interface FastEthernet2
no ip address
duplex auto
speed auto
!
interface FastEthernet3
no ip address
duplex auto
speed auto
!
interface FastEthernet4
no ip address
duplex auto
speed auto
!
interface Dialer1
ip address negotiated
ip access-group 111 in
ip mtu 1492
ip nat outside
encapsulation ppp
ip tcp adjust-mss 1452
dialer pool 1
dialer remote-name redback
dialer-group 1
ppp authentication chap pap callin
ppp chap hostname ***************
ppp chap password 7 **************
ppp pap sent-username ************* password 7 ***************
hold-queue 224 in
!
ip nat translation tcp-timeout 7200
ip nat pool net29 62.116.36.57 62.116.36.62 prefix-length 29
ip nat inside source list 102 pool net29 overload
ip nat inside source static tcp 192.168.0.11 25 62.116.36.57 25 extendable
ip nat inside source static tcp 192.168.0.11 110 62.116.36.57 110 extendable
ip nat inside source static tcp 192.168.0.11 80 62.116.36.57 80 extendable
ip nat inside source static tcp 192.168.0.11 80 62.116.36.60 80 extendable
ip nat inside source static tcp 192.168.0.11 80 62.116.36.61 80 extendable
ip nat inside source static tcp 192.168.0.11 8887 62.116.36.57 8887 extendable
ip nat inside source static tcp 192.168.0.11 8887 62.116.36.57 8888 extendable
ip nat inside source static tcp 192.168.0.11 8887 62.116.36.60 8887 extendable
ip nat inside source static tcp 192.168.0.11 8888 62.116.36.60 8888 extendable
ip nat inside source static tcp 192.168.0.11 8887 62.116.36.61 8887 extendable
ip nat inside source static tcp 192.168.0.11 8888 62.116.36.61 8888 extendable
ip nat inside source static tcp 192.168.0.11 8887 62.116.36.62 8887 extendable
ip nat inside source static tcp 192.168.0.11 8888 62.116.36.62 8888 extendable
ip nat inside source static tcp 192.168.0.1 6697 62.116.36.57 6697 extendable
ip nat inside source static tcp 192.168.0.52 62918 62.116.36.57 62918 extendable
ip nat inside source static udp 192.168.0.11 53 62.116.36.58 53 extendable
ip nat inside source static udp 192.168.0.11 53 62.116.36.59 53 extendable
ip nat inside source static udp 192.168.0.11 53 62.116.36.57 53 extendable
ip nat inside source static tcp 192.168.0.52 4662 62.116.36.57 4662 extendable
ip nat inside source static tcp 192.168.0.52 4662 62.116.36.58 4662 extendable
ip nat inside source static tcp 192.168.0.52 4662 62.116.36.59 4662 extendable
ip nat inside source static tcp 192.168.0.52 4662 62.116.36.60 4662 extendable
ip nat inside source static tcp 192.168.0.52 4662 62.116.36.61 4662 extendable
ip nat inside source static tcp 192.168.0.52 4662 62.116.36.62 4662 extendable
ip nat inside source static udp 192.168.0.49 5060 62.116.36.58 5060 extendable
ip nat inside source static udp 192.168.0.49 5060 62.116.36.59 5060 extendable
ip nat inside source static udp 192.168.0.49 5060 62.116.36.60 5060 extendable
ip nat inside source static udp 192.168.0.49 5060 62.116.36.61 5060 extendable
ip nat inside source static udp 192.168.0.49 5060 62.116.36.62 5060 extendable
ip nat inside source static udp 192.168.0.49 5060 62.116.36.57 5060 extendable
ip nat inside source static udp 192.168.0.49 5004 62.116.36.57 5004 extendable
ip nat inside source static udp 192.168.0.49 5004 62.116.36.58 5004 extendable
ip nat inside source static udp 192.168.0.49 5004 62.116.36.59 5004 extendable
ip nat inside source static udp 192.168.0.49 5004 62.116.36.60 5004 extendable
ip nat inside source static udp 192.168.0.49 5004 62.116.36.61 5004 extendable
ip nat inside source static udp 192.168.0.49 5004 62.116.36.62 5004 extendable
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
no ip http server
no ip http secure-server
!
access-list 23 permit 192.168.0.0 0.0.0.255
access-list 102 permit ip 192.168.0.0 0.0.0.255 any
access-list 111 permit ip any any
dialer-list 1 protocol ip permit
!
line con 0
exec-timeout 120 0
no modem enable
stopbits 1
line aux 0
line vty 0 4
access-class 23 in
exec-timeout 120 0
login local
length 0
!
scheduler max-task-time 5000
!
!
end

hardliner
Ultimate Power-User
Ultimate Power-User
 
Beiträge: 4056
Registriert: Mo 23 Jun, 2003 21:24


ZurĂĽck zu ADSL & xDSL

Wer ist online?

Mitglieder in diesem Forum: Majestic-12 [Bot] und 59 Gäste