RE: Frame-Relay configurations

From: Brad Hedlund (BHedlund@xxxxxxxxxxxxxxxxxxx)
Date: Tue Dec 07 1999 - 18:11:35 GMT-3


   
>
> Hmmmm. It is possible that I am mis-informed (read:
> WRONG). Could you send the configs for each router?
>

Sure Scott ... here are the configs:

R5:

R5#
R5#sh ru
Building configuration...

Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname R5
!
!
ip subnet-zero
no ip domain-lookup
!
decnet routing 1.5
decnet node-type routing-iv
!
!
interface Loopback99
 ip address 5.5.5.5 255.255.255.255
!
interface Ethernet0
 ip address 137.20.20.10 255.255.255.0
!
interface Serial0
 no ip address
 encapsulation frame-relay
 no fair-queue
 clockrate 1300000
!
interface Serial0.1 multipoint
 ip address 172.168.100.5 255.255.255.0
 ip ospf network point-to-multipoint
 decnet cost 10
 frame-relay interface-dlci 503
 frame-relay interface-dlci 506
!
interface Serial0.2 point-to-point
 ip address 172.168.200.1 255.255.255.0
 frame-relay interface-dlci 504
!
interface Serial1
 no ip address
 shutdown
!
interface BRI0
 no ip address
 shutdown
!
router ospf 1
 redistribute igrp 100 subnets route-map igrp2ospf
 network 172.168.100.0 0.0.0.255 area 10
 network 137.20.20.0 0.0.0.255 area 0
 distance 95
 area 10 virtual-link 3.3.3.3
 area 10 virtual-link 6.6.6.6
!
router igrp 100
 redistribute ospf 1 route-map ospf2igrp
 network 172.168.0.0
 default-information out 3
!
ip classless
no logging console
access-list 1 deny 172.168.200.0 0.0.0.255
access-list 1 deny 172.168.40.0 0.0.0.255
access-list 1 permit any
access-list 1 permit any
access-list 2 permit 172.168.40.0 0.0.0.255
access-list 3 permit any
!
route-map ospf2igrp permit 10
 match ip address 1
 set metric 10000 100 255 1 1500
!
route-map igrp2ospf permit 10
 match ip address 2
 set metric 64
 set metric-type type-1
!
!
!
line con 0
 exec-timeout 0 0
line aux 0
line vty 0 4
 login
!
end

R5#
R5#

R6:

R6#
R6#
R6#sh ru
Building configuration...

Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname R6
!
!
ip subnet-zero
no ip domain-lookup
!
decnet routing 1.6
decnet node-type routing-iv
!
!
interface Loopback99
 ip address 6.6.6.6 255.255.255.255
!
interface Ethernet0
 ip address 172.168.60.1 255.255.255.0
 no keepalive
!
interface Serial0
 ip address 172.168.100.6 255.255.255.0
 encapsulation frame-relay
 ip ospf network point-to-multipoint
 decnet cost 10
 no fair-queue
 clockrate 500000
!
interface Serial1
 no ip address
 shutdown
!
interface BRI0
 no ip address
 shutdown
!
router ospf 1
 network 172.168.100.0 0.0.0.255 area 10
 network 172.168.60.0 0.0.0.255 area 6
 area 10 virtual-link 5.5.5.5
!
ip classless
no logging console
!
!
!
line con 0
 exec-timeout 0 0
line aux 0
line vty 0 4
 login
!
end

R6#

R5#
R5#show frame map
Serial0.1 (up): decnet 1.6 dlci 506(0x1FA,0x7CA0), dynamic,
              broadcast,, status defined, active
Serial0.1 (up): ip 172.168.100.3 dlci 503(0x1F7,0x7C70), dynamic,
              broadcast,, status defined, active
Serial0.1 (up): ip 172.168.100.6 dlci 506(0x1FA,0x7CA0), dynamic,
              broadcast,, status defined, active
Serial0.2 (up): point-to-point dlci, dlci 504(0x1F8,0x7C80), broadcast
          status defined, active
R5#
R5#
R5#

R5#
R5#ping dec 1.6

Type escape sequence to abort.
Sending 5, 100-byte DECnet echos to 1.6, timeout is 5 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 8/8/8 ms
R5#
R5#

If I remember I think Caslow's book makes reference to Inverse ARP for
non-IP protocols.

-Brad



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