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]