Ключевые слова:frame-relay, cisco, (найти похожие документы)
From: Igor Zuzin <igorz@sobin.nsk.ru>
Newsgroups: ftn.ru.cisco
Date: Mon, 17 Feb 2003 09:03:50 +0500
Subject: Frame-Relay между двумя Cisco 2509
1. Одна из сторон должна быть DCE, а у тебя обе DTE
2. Hе прописаны CIR, BE на PVC
т.е. должно выглядеть примерно так, к примеру
> cisco1
> ---------------------------
> interface Serial0
> no ip address
> no ip mroute-cache
> encapsulation frame-relay IETF
> no ip route-cache
frame-relay intf-type dce
> interface Serial0.1 point-to-point
> ip address 192.168.130.25 255.255.255.252
> no ip mroute-cache
> no ip route-cache
> no cdp enable
> frame-relay interface-dlci 16
class fr16
!
map-class frame-relay fr16
frame-relay traffic-rate 512000 512000
> cisco2
> ---------------------------
>
> interface Serial0
> no ip address
> no ip mroute-cache
> encapsulation frame-relay IETF
> no ip route-cache
> !
> interface Serial0.1 point-to-point
> ip address 192.168.130.26 255.255.255.252
> no ip mroute-cache
> no ip route-cache
> no cdp enable
> frame-relay interface-dlci 16
class fr16
!
map-class frame-relay fr16
frame-relay traffic-rate 512000 512000