DLSW prioritsation

From: Simon Baxter (Simon.Baxter@xxxxxxxxxxxxxx)
Date: Sun Oct 08 2000 - 05:08:17 GMT-3


   
I've managed to get dlsw priority working as it should, but have a few
queries.

After the basic setup of :
local peering
remote peering
dlsw remote priority

I set up some sap-priority-lists to put netbios traffic ahead of sna etc
etc.

(RA-RB-RC)

I found that I all I needed was :

!
hostname RA
!
!
sap-priority-list 1 medium ssap F0 dsap F0
sap-priority-list 1 high ssap 4 dsap 4
dlsw local-peer peer-id 1.1.1.1
dlsw remote-peer 0 tcp 3.3.3.3 priority
dlsw bridge-group 5 sap-priority 1
!
interface Loopback0
 ip address 1.1.1.1 255.255.255.0
!
interface Ethernet0
 no ip address
 bridge-group 5
!
interface Serial0
 ip address 192.1.1.1 255.255.255.0
 custom-queue-list 1
!
!
router eigrp 1
  network 192.1.1.0
!
no ip classless
queue-list 1 protocol ip 1 tcp 2065
queue-list 1 protocol ip 2 tcp 1981
queue-list 1 protocol ip 3 tcp 1982
queue-list 1 protocol ip 4 tcp 1983
queue-list 1 protocol ip 5
queue-list 1 queue 1 byte-count 500
queue-list 1 queue 2 byte-count 500
queue-list 1 queue 3 byte-count 500
queue-list 1 queue 4 byte-count 500
bridge 5 protocol ieee
alias exec c conf t
!

RA#
RC#term len 0
RC#sh ru
Building configuration...

hostname RC
!
sap-priority-list 1 medium ssap F0 dsap F0
sap-priority-list 1 high ssap 4 dsap 4
dlsw local-peer peer-id 3.3.3.3
dlsw remote-peer 0 tcp 1.1.1.1 priority
dlsw bridge-group 5 sap-priority 1
!
interface Loopback0
 ip address 3.3.3.3 255.255.255.0
 no logging event subif-link-status
!
interface Ethernet0
 bridge-group 5
!
interface Async1
 ip address 193.1.1.1 255.255.255.0
 encapsulation ppp
 no logging event subif-link-status
 async default routing
 async dynamic routing
 async mode dedicated
 custom-queue-list 1
!
router eigrp 1
 network 193.1.1.0
 default-metric 38400 2 255 1 1500
!
queue-list 1 protocol ip 1 tcp 2065
queue-list 1 protocol ip 2 tcp 1981
queue-list 1 protocol ip 3 tcp 1982
queue-list 1 protocol ip 4 tcp 1983
queue-list 1 protocol ip 5
queue-list 1 queue 1 byte-count 500
queue-list 1 queue 2 byte-count 500
queue-list 1 queue 3 byte-count 500
queue-list 1 queue 4 byte-count 500
!
bridge 5 protocol ieee
 bridge 5 route ip
line con 0
 exec-timeout 0 0
 privilege level 15
line aux 0
 modem InOut
 rotary 1
 transport input all
 stopbits 1
 speed 38400
 flowcontrol hardware
line vty 0 4
 privilege level 15
 no login
!
end

RC#

Question :

 I don't seem to need the "sap-priority 1" on either ethernet - but I have
seen it on token examples??? Why??



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