Working with Quality of Service
3-DNS® Administrator Guide 8 - 5
To assign QOS coefficients for a specific wide IP from the
command line
1. Type the following command to ensure that the configuration files
contain the same information as the memory cache.
3ndc dumpdb
2. Open the wideip.conf file in a text editor (either vi or pico).
3. Locate or add the globals statement. The globals statement should
be at the top of the file.
4. Refer to the example syntax shown in Figure 8.3 to define a wide
IP’s QOS equation. Figure 8.3 displays a wide IP definition that
overrides the global QOS equation settings shown in Figure 8.2.
5. Save and close the file.
6. Commit the changes to the configuration by typing:
3ndc reload
wideip {
address 192.168.101.50
service "http"
name "www.wip.siterequest.com"
ttl 60 // increase the domain default ttl
qos_coeff {
rtt 21
hops 0
completion_rate 7
packet_rate 5
topology 1
vs_capacity 0
kbps 0
}
pool {
name "Pool_1"
ratio 2 // applies to pool_lbmode == ratio
preferred qos
alternate ratio
address 192.168.101.50 ratio 2
address 192.168.102.50 ratio 1
address 192.168.103.50 ratio 1
}
pool {
name "Pool_2"
ratio 1
preferred rr
address 192.168.102.60 ratio 2
address 192.168.103.60 ratio 1
}
}
Figure 8.3 QOS coefficient settings that override the global QOS settings