Плиз помоги кому не в лом !!
короче надо соединить 2 киски 2600 через х.25 протокол.
попробовал соединить через frame-relay работает а по х25 нет
не знаю в чем касяк
Вот листинг :
DCE
ip domain name eurasian-bank.kz
ip name-server 192.168.1.12
ip name-server 192.168.1.2
!
ip inspect tcp max-incomplete host 50 block-time 30
ip inspect name firewall ftp
ip inspect name firewall tcp
ip inspect name firewall udp
ip inspect name firewall fragment maximum 256 timeout 1
ip inspect name firewall http java-list 2
ip audit po max-events 100
frame-relay switching
no ftp-server write-enable
!
!
x25 routing
!
!
!
interface FastEthernet0/0
description Eurasian Bank URAN LAN
ip address 192.168.1.10 255.255.255.0
ip nat inside
duplex auto
speed auto
no cdp enable
!
interface Serial0/0
description Gateway frame-relay linkto Kazah
no ip address
encapsulation frame-relay
no fair-queue
frame-relay lmi-type cisco
frame-relay intf-type dce
!
interface Serial0/0.1 point-to-point
description line
ip address 192.168.2.10 255.255.255.0
no ip redirects
no ip unreachables
no ip proxy-arp
frame-relay class WAN-FR-PVC-128K
frame-relay interface-dlci 400
!
interface Serial0/1
ip address 10.60.8.1 255.255.255.0
encapsulation x25 dce
no ip mroute-cache
x25 address 111
x25 map ip 10.60.8.2 222 broadcast
!
interface Serial0/2
no ip address
shutdown
!
interface Serial0/3
no ip address
shutdown
!
ip http server
ip http access-class 1
ip http authentication local
no ip http secure-server
ip classless
ip route 192.168.3.0 255.255.255.0 Serial0/1
ip route 192.168.3.0 255.255.255.0 Serial0/0.1
!
!
map-class frame-relay WAN-FR-PVC-128K
frame-relay cir 125000
frame-relay bc 1000
frame-relay be 0
frame-relay mincir 125000
frame-relay fair-queue
frame-relay fragment 160
access-list 2 permit any
!
x25 route 222 interface Serial0/1
!
line con 0
exec-timeout 30 0
speed 115200
line aux 0
line vty 0 4
access-class 1 in
exec-timeout 30 0
!
ntp clock-period 17180500
ntp source FastEthernet0/0
!
end
DTE
ip domain name eurasian-bank.kz
ip name-server 192.168.1.12
ip name-server 192.168.3.2
!
ip inspect tcp max-incomplete host 50 block-time 30
ip inspect name firewall ftp
ip inspect name firewall tcp
ip inspect name firewall udp
ip inspect name firewall fragment maximum 256 timeout 1
ip inspect name firewall http java-list 2
ip audit po max-events 100
frame-relay switching
no ftp-server write-enable
!
!
x25 routing
!
interface FastEthernet0/0
description Eurasian Bank YURAN LAN
ip address 192.168.3.10 255.255.255.0
ip nat inside
duplex auto
speed auto
no cdp enable
!
interface Serial0/0
description Gateway frame-relay link to Kazah
no ip address
encapsulation frame-relay
frame-relay lmi-type cisco
!
interface Serial0/0.1 point-to-point
description line
ip address 192.168.2.11 255.255.255.0
no ip redirects
no ip unreachables
no ip proxy-arp
frame-relay class WAN-FR-PVC-128K
frame-relay interface-dlci 400
!
interface Serial0/1
bandwidth 56
ip address 10.60.8.2 255.255.255.0
encapsulation x25
no ip mroute-cache
x25 address 222
x25 map ip 10.60.8.1 111 broadcast
!
interface Serial0/2
no ip address
no ip mroute-cache
shutdown
!
interface Serial0/3
no ip address
shutdown
!
ip http server
ip http access-class 1
ip http authentication local
no ip http secure-server
ip classless
ip route 192.168.1.0 255.255.255.0 Serial0/1
ip route 192.168.1.0 255.255.255.0 Serial0/0.1
!
!
!
ip access-list extended Car
!
map-class frame-relay WAN-FR-PVC-128K
frame-relay cir 125000
frame-relay bc 1000
frame-relay be 0
frame-relay mincir 125000
frame-relay fair-queue
frame-relay fragment 160
access-list 2 permit any
!
x25 route 111 interface Serial0/1
!
line con 0
exec-timeout 30 0
speed 115200
line aux 0
line vty 0 4
access-class 1 in
exec-timeout 30 0
!
ntp clock-period 17180500
ntp source FastEthernet0/0
ntp server 192.168.3.1 version 2
!
end