Seite 1 von 1

CISCO 836 / 837

BeitragVerfasst: So 06 Feb, 2005 16:29
von BillSuxx
Hi!
Frage: Hat jemand in Österreich einen CISCO 836 bzw 837 am ADSL im Einsatz?
Erfahrungsbericht?
xxx.

BeitragVerfasst: So 06 Feb, 2005 16:34
von lordpeng
läuft tadellos ...

BeitragVerfasst: So 06 Feb, 2005 17:04
von martin
jop, laufen auch bei mir einwandfrei

BeitragVerfasst: Mo 07 Feb, 2005 09:12
von hpr75
läuft ohne probleme - kann ich nur empfehlen :ok:

CISCO 836 / 837

BeitragVerfasst: Mo 07 Feb, 2005 11:54
von antropos
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

Re: CISCO 836 / 837

BeitragVerfasst: Mo 07 Feb, 2005 12:31
von hardliner
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

BeitragVerfasst: Mo 07 Feb, 2005 19:25
von triple25
meiner Meinung nach gibts fast nichts besseres, wenn du ihn konfigurieren kannst

BeitragVerfasst: Mo 07 Feb, 2005 20:32
von hardliner
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.

BeitragVerfasst: Mo 07 Feb, 2005 20:57
von lordpeng
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


BeitragVerfasst: Mo 07 Feb, 2005 21:09
von hardliner
Danke!
H.

BeitragVerfasst: Sa 12 Feb, 2005 19:48
von triple25
und? funkt die konfig von Lordpeng.

BeitragVerfasst: Do 17 Feb, 2005 10:04
von hardliner
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