From: Jack Heney (jheneyccie@xxxxxxxxxxx)
Date: Mon Oct 09 2000 - 19:07:41 GMT-3
   
The configs you have posted are correct in that you have used the priority
command to open 4 tcp pipes to the remote peer, mapped incoming traffic to
the appropriate pipes (with the dlsw bridge-group sap-priority command), and
specified how traffic from those pipes will be handled in the output queue
(through custom queuing)...The sap-priority command associates incoming
traffic with a sap-priority-list, which is a function that you have
performed using the DLSW bridge-group sap-priority command (because incoming
traffic on any interface in the bridge group will be prioritized according
to your sap-priority-list)...Since token ring traffic is bridged into dlsw
with a source-bridge command (there is no equivalent of ethernet's
bridge-group), it requires a separate command to associate incoming traffic
with a sap-priority-list, so the sap-priority command is used on incoming
interfaces.  Hope this clears things up.
Jack
>From: Simon Baxter <Simon.Baxter@au.logical.com>
>Reply-To: Simon Baxter <Simon.Baxter@au.logical.com>
>To: "CCIE Group Study (E-mail)" <ccielab@groupstudy.com>
>Subject: DLSW prioritsation
>Date: Sun, 8 Oct 2000 19:08:17 +1100
>
>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