From: Edward Ruszkiewicz (ruszk@xxxxxxxxxx)
Date: Mon Aug 02 1999 - 14:06:31 GMT-3
Here are some simple sample configs that I did showing switch and leaf
router in local SVC, remote SVC, local PVC, and remote PVC modes. Hope they
help.
-ER
X.25 Configs
-------------------------------------
**SVCs local
-------------------------------------
!
#rt8
interface Serial0
ip address 1.1.1.8 255.255.255.0
encapsulation x25
no ip mroute-cache
x25 address 888
x25 map ip 1.1.1.5 555 broadcast
!
#RT5
interface Serial0
ip address 1.1.1.5 255.255.255.0
encapsulation x25
no ip mroute-cache
x25 address 555
x25 map ip 1.1.1.8 888 broadcast
!
#Core (Switch)
x25 routing
x25 route ^888$ interface Serial4/0
x25 route ^555$ interface Serial4/5
interface Serial4/0
no ip mroute-cache
encapsulation x25 dce
clockrate 125000
interface Serial4/5
no ip mroute-cache
encapsulation x25 dce
clockrate 125000
-------------------------------------
**PVCs local
-------------------------------------
!
#rt6
interface Serial0
ip address 1.1.1.6 255.255.255.0
encapsulation x25
no ip mroute-cache
x25 ltc 11
x25 pvc 6 ip 1.1.1.7 0
!
#rt7
interface Serial0
ip address 1.1.1.7 255.255.255.0
encapsulation x25
no ip mroute-cache
x25 ltc 11
x25 pvc 7 ip 1.1.1.6 0
!
#Core (Switch)
interface Serial4/6
no ip mroute-cache
encapsulation x25 dce
x25 ltc 11
x25 pvc 6 interface Serial4/7 pvc 7
clockrate 125000
!
interface Serial4/7
no ip mroute-cache
encapsulation x25 dce
x25 ltc 11
x25 pvc 7 interface Serial4/6 pvc 6
clockrate 125000
-------------------------------------
**SVSs remote
-------------------------------------
!
#rt5
interface Serial0
ip address 1.1.1.5 255.255.255.0
encapsulation x25
no ip mroute-cache
x25 address 555
x25 map ip 1.1.1.7 777
!
#Core (Switch)
interface Serial4/5
description FR to rt5
no ip address
no ip mroute-cache
encapsulation x25 dce
x25 ltc 11
clockrate 125000
!
x25 route ^555$ interface Serial4/5
x25 route ^777$ ip 192.168.1.6
!
#rt6
interface Serial1
no ip address
encapsulation x25 dce
no ip mroute-cache
x25 ltc 11
clockrate 125000
!
x25 route ^777$ interface Serial1
x25 route ^555$ ip 192.168.1.1
!
#rt7
interface Serial1
ip address 1.1.1.7 255.255.255.0
encapsulation x25
no ip mroute-cache
x25 address 777
x25 map ip 1.1.1.5 555
**PVCs remote
-------------------------------------
!
#rt5
interface Serial0
ip address 1.1.1.5 255.255.255.0
encapsulation x25
no ip mroute-cache
x25 ltc 11
x25 pvc 5 ip 1.1.1.7 0 broadcast
!
#Core (Switch)
!
interface Ethernet0/0
ip address 192.168.1.1 255.255.255.0
!
interface Serial4/5
encapsulation x25 dce
x25 ltc 11
x25 pvc 5 tunnel 192.168.1.6 interface Serial 1 pvc 7
clockrate 125000
!
#rt6 (Switch)
!
interface Ethernet0
ip address 192.168.1.6 255.255.255.0
!
interface Serial1
encapsulation x25 dce
x25 ltc 11
x25 pvc 7 tunnel 192.168.1.1 interface Serial 4/5 pvc 5
clockrate 125000
!
#rt7
interface Serial1
ip address 1.1.1.7 255.255.255.0
encapsulation x25
no ip mroute-cache
x25 ltc 11
x25 pvc 7 ip 1.1.1.5 0 broadcast
-------------------------------------
-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com]On Behalf Of
Rahmlow, Howard F.
Sent: Monday, August 02, 1999 11:00 AM
To: 'Bill Carter'; CCIE Lab group
Subject: RE: X25 switch
Unlike Frame Relay, you can hook 2 routers back to back and use X.25 You
just need, on the interface to set the encap, to x25, give the interface an
x.25 address, and an x25 map command.
Example,
int S0
ip add 10.1.16.1 255.255.240.0
encap x25
x25 address 121647511234
x25 map ip 10.1.16.2 121647515678 broadcast.
Hope it helps,
17 days and counting
-----Original Message-----
From: Bill Carter [mailto:bcarter@family-net.net]
Sent: Sunday, August 01, 1999 11:45 AM
To: CCIE Lab group
Subject: X25 switch
I know how to configure a router to act as a frame switch. I want to
configure the router to act as a X.25 switch. What are the commands??
22 Days to go!
-- ~~~~~~~~~~~~~~~~~~~~~~~~ Bill Carter Favorite Quote "bodega stuck again... " -Cisco Bug CSCdk37204 ~~~~~~~~~~~~~~~~~~~~~~~~
This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 08:21:46 GMT-3