Jump to content

mado

Members
  • Gesamte Inhalte

    4
  • Registriert seit

  • Letzter Besuch

Alle erstellten Inhalte von mado

  1. Hi Stefan, das ist nicht üblich, ich werde das mal testen gieb mir bitte noch mal eins zwei tage dafür, ich kann es allerding nicht mit Suse sondern Redhat ist das ein Problem ? Gruß Markus
  2. Hi robbi666 es ist a nicht notwendig und b nicht gewüncht (cisco). Der Cisco Router (egal welcher) hat hierfür idle timer d.h. wenn keine intresanten Packete mehr anliegen zählt dieser die zeit runter und beendet dann automatich die Verbindung. so als tip: - access listen richtig konfigurieren - den Router überwachen kannst du z.b. mit mrtg - manuel die Verbindung aufbauen braust du nicht da es ein router und keine isdn karte ist - manuel die Verbindung abbauen bauchst du auch nicht da die idle timer ziehen. Ich sag zwar immer du bauchst es nicht, aber das ich natürlich nur meine Meinung. Viel Spaß Markus
  3. Hi to ALL bleibt noch abschliesend zu sagen: so ein Router Rücken an Rücken geschaltet ist kein Frame Relay Switch wie z.B. eine IGX (8420 oder sowas) deswegen ist es notwendig min. einer der beiden Router zu Switch zu machen, da dies in der Beispiel Config gedreht war (DCE und DTE) habe ich es auf beiden konfiguriert. Also wenn Ihr unsicher seit solltet Ihr den Befehl frame-relay switching (Globale Konfig) auf beiden Routern konfigurieren. Viel Spas beim Testen Gruß Markus
  4. Hi to All Sollte das Problem gelöst sein ? einfach nicht weiter nachdenken wenn nicht sollte es so gehen, ist getestet Router 1 ############################# k5rt10#sh run Building configuration... Current configuration : 1222 bytes ! version 12.2 service timestamps debug datetime service timestamps log datetime service password-encryption ! hostname k5rt10 ! logging queue-limit 100 enable secret xxx enable password 7 0205 ! ip subnet-zero ! ! no ip domain lookup ! frame-relay switching ! ! ! ! interface FastEthernet0/0 description LAN K5 ip address 192.168.250.253 255.255.255.0 speed 100 half-duplex ! interface Serial0/0 description WAN --> k5rt20(s0) bandwidth 2048 ip address 192.168.99.1 255.255.255.252 ! interface Serial0/1 bandwidth 2048 no ip address shutdown ! interface Serial0/2 description WAN --> k5rt30 bandwidth 2048 no ip address encapsulation frame-relay ! interface Serial0/2.210 point-to-point ip address 192.168.99.9 255.255.255.252 frame-relay interface-dlci 210 ! interface Serial0/3 no ip address shutdown ! router eigrp 1 redistribute static network 192.168.99.0 network 192.168.250.0 no auto-summary ! no ip http server ip classless ! ! ! logging 192.168.250.100 snmp-server community public RO snmp-server community xxxx RW snmp-server location Testsystem snmp-server enable traps tty ! line con 0 line aux 0 line vty 0 4 password xxxx login ! ! end k5rt10#sh ip route Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2 i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default, U - per-user static route, o - ODR P - periodic downloaded static route Gateway of last resort is not set D 192.168.30.0/24 [90/2297856] via 192.168.99.10, 00:14:11, Serial0/2.210 D 192.168.10.0/24 [90/1889792] via 192.168.99.2, 00:14:11, Serial0/0 C 192.168.250.0/24 is directly connected, FastEthernet0/0 192.168.99.0/30 is subnetted, 3 subnets C 192.168.99.8 is directly connected, Serial0/2.210 C 192.168.99.0 is directly connected, Serial0/0 D 192.168.99.4 [90/2273792] via 192.168.99.2, 00:14:11, Serial0/0 D 192.168.20.0/24 [90/1889792] via 192.168.99.2, 00:14:11, Serial0/0 router 2 ######################## k5rt30#sh run Building configuration... Current configuration: ! version 11.1 service timestamps debug datetime service timestamps log datetime service password-encryption service udp-small-servers service tcp-small-servers ! hostname k5rt30 ! enable secret xxxxx enable password xxxxx ! ip subnet-zero frame-relay switching ! interface Loopback10 description LAN K5 ip address 192.168.30.254 255.255.255.0 ! interface Serial0 description WAN --> k5rt20(s1) ip address 192.168.99.6 255.255.255.252 bandwidth 128 clockrate 125000 ! interface Serial1 description WAN --> K5RT10(S2) no ip address encapsulation frame-relay clockrate 2000000 frame-relay intf-type dce ! interface Serial1.210 point-to-point ip address 192.168.99.10 255.255.255.252 bandwidth 2048 frame-relay interface-dlci 210 ! interface TokenRing0 ip address 26.133.20.1 255.255.255.0 ring-speed 16 ! interface BRI0 no ip address shutdown ! router eigrp 1 network 192.168.99.0 network 192.168.30.0 network 192.168.15.0 network 26.0.0.0 ! ip classless logging buffered logging 192.168.250.100 snmp-server community public RO snmp-server community xxxx RW snmp-server location Testsystem K5RT30 ! line con 0 line aux 0 line vty 0 4 password xxx login ! end k5rt30#sh ip route Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route Gateway of last resort is not set 192.168.99.0/24 is variably subnetted, 4 subnets, 2 masks C 192.168.99.8/30 is directly connected, Serial1.210 D 192.168.99.0/30 [90/2273792] via 192.168.99.9, 00:13:36, Serial1.210 D 192.168.99.0/24 is a summary, 00:14:09, Null0 C 192.168.99.4/30 is directly connected, Serial0 D 192.168.10.0/24 [90/2401792] via 192.168.99.9, 00:13:36, Serial1.210 C 192.168.30.0/24 is directly connected, Loopback10 D 192.168.20.0/24 [90/2401792] via 192.168.99.9, 00:13:36, Serial1.210 D 192.168.250.0/24 [90/1764352] via 192.168.99.9, 00:13:36, Serial1.210 :)
×
×
  • Neu erstellen...