From: Tim Fletcher (tim@fletchmail.net)
Date: Mon Apr 07 2003 - 11:08:17 GMT-3
Rick,
Do you have fragmentation set the same on both ends? If not, no packets
larger than your fragment size will go through.
-Tim Fletcher #11406
At 06:58 PM 4/6/2003 -0400, Rick wrote:
>Can anyone please explain why the below FRTS config killed OSPF? After I
>applied the traffic shapping commands the ospf neighbor exchange was hung.
>After I removed the below commands OSPF came right up
>Also, where on the DOC CD besides the WAN networking guide for Frame-relay can
>I find some good FRTS information? Does anyone have any good personal notes on
>FRTS?
>
>Thanks,
>Rick
>
>
>r4#sh ip ospf neighbor
>
>Neighbor ID Pri State Dead Time Address Interface
>200.0.0.2 1 EXCHANGE/ - 00:00:31 150.50.24.2 Serial0/0
>
>r4(config)#int s0/0
>r4(config-if)#no frame-relay class voip
>r4(config-if)#no frame-relay traffic-shaping
>r4(config-if)#end
>r4#
>r4#
>r4#
>r4#
>02:52:42: %OSPF-5-ADJCHG: Process 1, Nbr 200.0.0.2 on Serial0/0 from LOADING
>to FULL, Loading Done
>
>Here is the config below.
>
>version 12.2
>service timestamps debug uptime
>service timestamps log uptime
>no service password-encryption
>!
>hostname r4
>!
>logging queue-limit 100
>!
>ip subnet-zero
>!
>!
>ip tcp synwait-time 5
>no ip domain-lookup
>!
>ip audit notify log
>ip audit po max-events 100
>!
>call rsvp-sync
>!
>!
>!
>!
>!
>!
>!
>!
>interface Loopback0
> ip address 200.0.0.4 255.255.255.255
>!
>interface Ethernet0/0
> ip address 10.1.1.4 255.255.255.0
> shutdown
> half-duplex
>!
>interface Serial0/0
> ip address 150.50.24.4 255.255.255.0
> encapsulation frame-relay
> ip ospf network point-to-point
> frame-relay class voip
> frame-relay traffic-shaping
> frame-relay map ip 150.50.24.2 401 broadcast
> frame-relay map ip 150.50.24.4 401
> frame-relay lmi-type ansi
>!
>interface Ethernet0/1
> ip address 10.1.1.4 255.255.255.0
> half-duplex
>!
>interface Serial0/1
> ip address 150.50.24.4 255.255.255.0
> encapsulation frame-relay
> frame-relay map ip 150.50.24.2 401 broadcast
> frame-relay map ip 150.50.24.4 401
> frame-relay lmi-type cisco
>!
>router ospf 1
> log-adjacency-changes
> redistribute connected subnets
> network 150.50.24.0 0.0.0.255 area 1
>!
>ip classless
>ip http server
>!
>!
>map-class frame-relay voip
> frame-relay cir 64000
> frame-relay bc 640
> frame-relay mincir 64000
> no frame-relay adaptive-shaping
> frame-relay fair-queue
> frame-relay fragment 80
>!
>!
>dial-peer cor custom
>!
>!
>!
>!
>alias exec srb sh run | begin
>alias exec sri sh run | include
>!
>line con 0
> exec-timeout 0 0
> password cisco
> logging synchronous
>line aux 0
> exec-timeout 0 0
> logging synchronous
>
>
>Thanks,
>Rick
This archive was generated by hypermail 2.1.4 : Thu May 01 2003 - 13:35:48 GMT-3