ISDN Simulator wanted [7:46247]

2002-06-10 Thread Tey Haw Ching

Hi, Does anyone known what can I buy the cheaper ISDN(used or second-hand)
simulator for ccib-lab testing used ?




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=46247&t=46247
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



IGRP to EIGRP redistribute problem (VLSM to FLSM) [7:43222]

2002-05-03 Thread Tey Haw Ching

HI all,
 Need some advise on the following IGRP to Eigrp route distribute
problem.
 Problem: 137.33.0.0 is possible down after a while at both r5 and
r6.
 End result to achieve: r6 can ping r5 loopback0 or r5 to r6.

 Both R5 and R6 have a loopback ip address(137.33.5.5/32 and
137.33.6.6/32) which using Host subnet. The problem seem to be FLSM to
VLSM route distribute and I have try all the possible way(e.g. summary,
policy route, distribute-list and tunnel) but still have not idea how to
resolve the above problem.
R6 is running both IGRP and EIGRP.
Below is the configuration.
R5
-
host r5
interface Loopback0
 ip address 137.33.5.5 255.255.255.0
!
interface Ethernet0
 no ip address
 no keepalive
!
interface Serial0
 no ip address
 no keepalive
 shutdown
 no fair-queue
 clockrate 64000
!
interface Serial1
 bandwidth 64000
 backup delay 3 3
 backup interface BRI0
 ip address 134.1.56.5 255.255.255.0
 clockrate 64000
!
interface Serial2
 no ip address
 shutdown
!
interface Serial3
 no ip address
 shutdown
!
interface BRI0
 description ISDN No 7952 1478
 bandwidth 64000
 ip address 134.1.35.5 255.255.255.0
 encapsulation ppp
 dialer map ip 134.1.35.3 name r3 79529389
 dialer load-threshold 192 outbound
 dialer watch-group 1
 dialer-group 1
 isdn switch-type basic-net3
 ppp authentication chap callin
 ppp multilink
!
router igrp 10
 timers basic 5 5 5 5
 redistribute connected
 network 134.1.0.0
 network 137.33.0.0
 metric weights 0 1 1 1 0 0
!
ip local policy route-map pol1
ip kerberos source-interface any
ip classless
no ip http server
!
access-list 1 permit 137.24.0.0
access-list 1 permit 137.33.6.6
access-list 1 permit 137.33.2.2
access-list 1 permit 137.33.1.1
access-list 1 permit 137.33.3.3
access-list 1 permit 137.33.4.4
dialer-list 1 protocol ip permit
route-map loopback permit 10
 match interface Loopback0
!
route-map pol1 permit 10
 match ip route-source 1
 set interface Serial1
!
route-map pol1 permit 20

r5#sir
Codes: C - connected, S - static, I - IGRP, 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, E - EGP
   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

I202.6.6.0/24 [100/2656] via 134.1.56.6, 00:00:03, Serial1
 137.33.0.0/24 is subnetted, 1 subnets
C   137.33.5.0 is directly connected, Loopback0
I202.2.2.0/24 [100/2656] via 134.1.56.6, 00:00:03, Serial1
 134.1.0.0/24 is subnetted, 1 subnets
C   134.1.56.0 is directly connected, Serial1

hostname r6
!
logging rate-limit console 10 except errors
!
ip subnet-zero
no ip finger
no ip domain-lookup
!
cns event-service server
!
!
!
dlsw local-peer peer-id 134.1.6.6
dlsw remote-peer 0 frame-relay interface Serial0 604 pass-thru
!
!
interface Loopback0
 ip address 137.33.6.6 255.255.255.0
!
interface Loopback1
 ip address 202.6.6.6 255.255.255.0
!
interface Loopback2
 description ATM Emulation interface
 ip address 202.2.2.2 255.255.255.0
!
interface Ethernet0
 ip address 150.100.6.6 255.255.255.0
!
interface Serial0
 ip address 134.1.34.6 255.255.255.0
 encapsulation frame-relay
 ip ospf message-digest-key 1 md5 hackme
 ip ospf network point-to-multipoint
 shutdown
 no fair-queue
 clockrate 64000
 frame-relay map dlsw 604 broadcast
 frame-relay map ip 134.1.34.3 604 broadcast
 frame-relay map ip 134.1.34.4 604 broadcast
 no frame-relay inverse-arp
!
interface Serial1
 ip address 134.1.26.6 255.255.255.0
 ip policy route-map pol1
 shutdown
 clockrate 64000
!
interface Serial2
 ip address 134.1.56.6 255.255.255.0
!
interface Serial3
 no ip address
 shutdown
!
interface BRI0
 no ip address
 shutdown
!
router eigrp 100
 redistribute igrp 10 metric 1000 100 255 1 1500
 network 134.1.26.0 0.0.0.255
 no auto-summary
 no eigrp log-neighbor-changes
!
router ospf 1
 log-adjacency-changes
 area 1 authentication message-digest
 passive-interface Loopback0
 passive-interface Loopback1
 passive-interface Loopback2
 passive-interface Serial1
 passive-interface Serial2
 network 134.1.34.0 0.0.0.255 area 1
 network 150.100.6.0 0.0.0.255 area 1
 default-metric 50
!
router igrp 10
 timers basic 5 5 5 5
 redistribute eigrp 100 metric 1000 100 255 1 1500
 passive-interface Loopback0
 passive-interface Serial0
 passive-interface Serial1
 network 134.1.0.0
 network 137.33.0.0
 network 202.2.2.0
 network 202.6.6.0
!
ip kerberos source-interface any
ip classless
no ip http server
!
access-list 1 permit 137.33.5.5
access-list 2 deny   137.33.0.0 0.0.255.255
access-list 2 permit any
access-list 3 permit 134.1.13.0 0.0.0.255
access-list 3 permit 150.100.0.0 0.0.255.255
route-map pol1 permit 10
 match ip address 1
 set interface Serial2
!
route-map pol1 permit 20
!
!
alias con

BGP -Regular expression filter question [7:18382]

2001-09-04 Thread Tey Haw Ching

Hi,
I have the following testing bgp configuration and try to use
route-map with regular expression to filter AS300 out but not
successful. Pls advise what will be correct regular expression if I
would like to block only AS300(172.3.0.0) to R1.

R1(AS100)-->R2(AS200)--->R3(AS300)--->R4(AS400)
Below is the R1 configuration and show ip bgp
Current configuration : 986 bytes
!
version 12.1
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname r1
!
enable secret 5 $1$Jkuc$VkhuVvbEL1129unNyEzaZ1
!
!
!
!
!
ip subnet-zero
no ip domain-lookup
!
!
!
!
interface Loopback0
 ip address 172.1.1.1 255.255.255.0
!
interface Loopback1
 ip address 172.1.2.1 255.255.255.0
!
interface Ethernet0/0
 no ip address
 shutdown
!
interface Serial0/0
 ip address 10.1.1.1 255.255.255.0
 no ip mroute-cache
 no fair-queue
!
router bgp 100
 bgp log-neighbor-changes
 network 172.1.2.0 mask 255.255.255.0
 timers bgp 10 10
 neighbor 172.2.1.1 remote-as 200
 neighbor 172.2.1.1 ebgp-multihop 255
 neighbor 172.2.1.1 update-source Loopback0
 neighbor 172.2.1.1 route-map doit in
!
ip classless
ip route 0.0.0.0 0.0.0.0 10.1.1.2
no ip http server
ip as-path access-list 1 permit ^200
ip as-path access-list 1 permit ^400
!
route-map doit permit 10
 match as-path 1
!
!
line con 0
line aux 0
line vty 0 4
 password cisco
 login
!
end

r1#show ip bgp
BGP table version is 5, local router ID is 172.1.2.1
Status codes: s suppressed, d damped, h history, * valid, > best, i -
internal
Origin codes: i - IGP, e - EGP, ? - incomplete

   Network  Next HopMetric LocPrf Weight Path
*> 172.1.2.0/24 0.0.0.0  0 32768 i
*> 172.2.2.0/24 172.2.1.1  0 0 200 i
*> 172.3.2.0/24 172.2.1.1   0 200 300 i
*> 172.4.2.0/24 172.2.1.1  0 200 300 400
i
r1#




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=18382&t=18382
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Please help - this is quiet urgent

2001-03-30 Thread Tey Haw Ching

I believe you are using MS SNA at the branches end. Try the following to see whether
would solved the problem.
1. Vary off the existing branches controller.
2. rename the controller
3. Let the AS400 Recreate the controlller and devices again.

Hope it work.


Gayathri wrote:

> Hello
>
> I have a strange problem here. WE upgraded our AS400 system. The AS 400 is
> equipped with a fddi card and a fast ethernet card both on 2 different
> vlans.
>
> When I try to connect from my NT server to the AS400 the session keeps
> timing out. This problem occured only after the upgradation.
>
> out of 34 branches ( this is a banking environment) only 3 servers can
> connect.
>
> When i try to sniff at the nt server, the output shows that there is a SYN
> from the nt server and RST from AS400.
>
> IBM guys are here, but we dont seem to get across a solution.
>
> The NT server are running service pack 3.
>
> Is this related to any session time out ??
>
> If anybody has come across a similar problem please share your ideas. CAnt
> seem to decide whether at all this is a network problem
>
> Thanks
>
> _
> FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Wanted CAB-OCTAL-ASYNC !!

2001-03-22 Thread Tey Haw Ching

Hi ,
 I am looking for a  used CAB-OCTAL-ASYNC for sales in Malaysia ? I have
a 2511 router without any cable. Try to make ourselves by a SCSI-2 Cable
but not successful. The Pin is too small   If you have the cable,
pls contact me at [EMAIL PROTECTED] Tx.


_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: 3640 flash problem

2000-11-16 Thread Tey Haw Ching

 I have encountered problem and the problem is due to the Kingston Memory compatible
issue. Your can either get a 64 Flash or try another two piece of memory.

Ben Hockenhull wrote:

> I upgraded a 3640 to 32 meg of flash using two Kingston KCS-F3600/16 16
> meg flash simms.
>
> Upon power up, I get the following error messages, even after loading an
> image into flash.  The router will not boot off of the internal flash.  I
> can get it to boot off a PCMCIA card in slot0:, and when I sho flash, I
> see the image I tftp'd in, but it just doesn't work on boot.  Ideas?
>
> System Bootstrap, Version 11.1(7)AX [kuong (7)AX], EARLY DEPLOYMENT
> RELEASE SOFTWARE (fc2)
> Copyright (c) 1994-1996 by cisco Systems, Inc.
> C3600 processor with 65536 Kbytes of main memory
> Main memory is configured to 64 bit mode with parity disabled
>
> unknown flash device - mandev code = 0x
> cannot read flash info
> getdevnum warning: device "flash" has size of zero
> unknown flash device - mandev code = 0x
> cannot read flash info
> getdevnum warning: device "flash" has size of zero
> open: read error...requested 0x4 bytes, got 0x0
> trouble reading device magic number
> boot: cannot open "flash:"
> boot: cannot determine first file name on device "flash:"
>
> --
> Ben Hockenhull
> [EMAIL PROTECTED]
>
> _
> FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]