Community discussions

MikroTik App
 
JoeyWatson
just joined
Topic Author
Posts: 3
Joined: Mon Dec 20, 2004 4:25 pm
Location: Andalusia, Alabama USA

Cyclades-PC300 T1 Serial Interface (Need Help)

Mon Dec 20, 2004 4:40 pm

We are replacing a Cisco 2600 router on a frame relay circuit that connects to the internet with a Mikrotik and a Cyclades-PC300 T1 interface. I read the manual and added the PVC interface and added an ip address to it, but I can not ping the gateway address from the Mikrotik. I can ping it when the Cisco is connected. Everything pretty much looks the same as the Cisco's config. It says that it is in sync. Does anyone have any idea what I am doing wrong? We would be glad to pay an expert for assistance in this. We need this online today.
 
User avatar
Eugene
Forum Veteran
Forum Veteran
Posts: 986
Joined: Mon May 31, 2004 5:06 pm
Location: Cranfield, UK

Tue Dec 21, 2004 6:14 pm

Post your Cisco config and export command results from /interface cyclades, /interface pvc, /ip route and /ip address submenus in order to get an answer.
 
JoeyWatson
just joined
Topic Author
Posts: 3
Joined: Mon Dec 20, 2004 4:25 pm
Location: Andalusia, Alabama USA

Tue Dec 21, 2004 7:38 pm

Thanks. Here it is:

[Cisco]
show cofig
^
% Invalid input detected at '^' marker.

Cisco2620#show config
Using 1241 out of 29688 bytes
!
version 12.1
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname Cisco2620
!
logging rate-limit console 10 except errors
enable password 7 01100B05500E14
!
ip subnet-zero
!
!
no ip finger
no ip domain-lookup
!
ip audit notify log
ip audit po max-events 100
!
!
call rsvp-sync
interface FastEthernet0/0
description connected to EthernetLAN
ip address 209.149.xxx.xxx 255.255.255.224
duplex auto
speed auto
interface Serial0/0
no ip address
encapsulation frame-relay IETF
service-module t1 timeslots 1-24
service-module t1 remote-alarm-enable
frame-relay lmi-type ansi
interface Serial0/0.1 point-to-point
description connected to Internet
ip address 172.20.16.190 255.255.255.252
frame-relay interface-dlci 545 IETF
router rip
version 2 passive-interface Serial0/0.1
network 209.149.123.0
no auto-summary

ip classless
ip route 0.0.0.0 0.0.0.0 Serial0/0.1
no ip http server
snmp-server community public RO
dial-peer cor custom
line con 0
exec-timeout 0 0
password 7 1511060D0F2F39
login
transport input none
line aux 0
line vty 0 4
password 7 1511060D0F2F39
login
no scheduler allocate
end

[MikroTik]

[admin@HHC] interface cyclades> pr
Flags: X - disabled, R - running
0 R name="bell" mtu=1500 line-protocol=frame-relay media-type=T1
clock-rate=64000 clock-source=external line-code=B8ZS framing-mode=ESF
line-build-out=0dB rx-sensitivity=short-haul frame-relay-lmi-type=ansi
frame-relay-dce=no chdlc-keepalive=10s active-channels=24

[admin@HHC] interface pvc> pr
Flags: X - disabled, R - running
# NAME MTU DLCI INTERFACE
0 pvc1 1500 1 bell

[admin@HHC] ip route> pr
Flags: X - disabled, I - invalid, D - dynamic, J - rejected,
C - connect, S - static, r - rip, o - ospf, b - bgp
# DST-ADDRESS G GATEWAY DISTANCE INTERFACE
0 IS 0.0.0.0/0 u 172.20.16.189 1 (unknown)
1 DC 130.15.0.0/16 r 0.0.0.0 0 ether2

[admin@HHC] ip address> pr
Flags: X - disabled, I - invalid, D - dynamic
# ADDRESS NETWORK BROADCAST INTERFACE
0 130.15.15.120/16 130.15.0.0 130.15.255.255 ether2
1 I 172.20.16.190/30 172.20.16.188 172.20.16.191 pvc1
[/img]
 
User avatar
Eugene
Forum Veteran
Forum Veteran
Posts: 986
Joined: Mon May 31, 2004 5:06 pm
Location: Cranfield, UK

Wed Dec 22, 2004 12:57 pm

DLCI mismatch. Should be
[admin@HHC] interface pvc> pr
Flags: X - disabled, R - running
# NAME MTU DLCI INTERFACE
0 pvc1 1500 545 bell
 
JoeyWatson
just joined
Topic Author
Posts: 3
Joined: Mon Dec 20, 2004 4:25 pm
Location: Andalusia, Alabama USA

Wed Dec 22, 2004 5:45 pm

Actually, I had the DLCI correct at one point. It didn't get set back correctly after I deleted and readded the interface. My vendor told me that I was using the wrong level of software. So, I upgraded from 5 to 6. That didn't make any difference. We started going through the settings and changed the active-channels=24 to active-channels=all and it went to working--sort of. I can get out to my provider but that is it. They say that we are sourcing the wrong address on our NATing. Which we are. I don't know how to make this thing do what I want. I have three interfaces now: the T1, my private network, and a "DMZ" network. The T1 interface is a private address from my providers network. The DMZ has my public IPs. How do I create a source-nat entry to give out the correct ip? It keeps giving out a 172.20.16.190 from my T1 interface, which is a private address.
 
Cameron Earnshaw
Frequent Visitor
Frequent Visitor
Posts: 90
Joined: Sun May 30, 2004 6:46 pm
Contact:

Thu Dec 23, 2004 7:35 am

Here's how the Cyclades is set for our frame-relay:

0 R name="cyclades1" mtu=1500 line-protocol=frame-relay media-type=T1 clock-rate=64000
clock-source=external line-code=B8ZS framing-mode=ESF line-build-out=0dB
rx-sensitivity=short-haul frame-relay-lmi-type=ansi frame-relay-dce=no
chdlc-keepalive=10s active-channels=all