Re: X25

From: Kenneth Sacca (ksacca@xxxxxxxxx)
Date: Tue Aug 15 2000 - 18:04:08 GMT-3


   
Yes with a channelized T1 or T3 interface.

interface serial0:0
 encapsulation x25

interface serial0:1
 encapsulation frame-relay

Here is an x25 SVC setup.

Regards Ken

Router 1:
no ip routing
!
interface serial0
 no ip mroute-cache
 no ip route-cache
 ip address 1.0.0.1 255.0.0.0
 encapsulation x25
 x25 address 170091
 x25 map ip 1.0.0.4 170094

Router 2:
no ip routing
x25 routing
!
interface serial4/0
 no ip address
 no ip mroute-cache
 no ip route-cache
 encapsulation x25 dce
 x25 address 170092
 x25 nvc 8
 clock rate 64000
!
interface serial4/1
 no ip address
 no ip mroute-cache
 no ip route-cache
 encapsulation x25 dce
 x25 address 170093
 x25 nvc 8
 clock rate 64000
!
x25 route 170091 interface serial4/0
x25 route 170094 interface serial4/1

Router 3:
no ip routing
!
interface serial0
 no ip route-cache
 no ip mroute-cache
 ip address 1.0.0.4 255.0.0.0
 encapsulation x25
 x25 address 170094
 x25 map ip 1.0.0.1 170091

Harbir Kohli wrote:
>
> Hello Group,
>
> Can you configure a Cisco Router to switch both X.25 and Frame out the
> same interface ?
> I would think not, but does anyone know for sure ?
>
> Does anyone have a sample config for an X.25 switch ? (SVC's not PVCs)
>
> Harbir
>



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 08:24:26 GMT-3