Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

Cost Files

date_range 18-Aug-23

CUSTRATE (custrate=filename)

Description: Customized Tariff File

content_copy zoom_out_map
DIST= MILE #DIST= Unit of measure; KM or mile
 COUNTRY= IT #Specifies the Country Rate
 INCR_DIST=0.1 MILE #Incremental unit:0.1 MILE (default=1 M) 
#service class1 class2 NRC [tomile fix rate_per_incdist]*
OC3 ALL ALL 1000 9999 270000 600
T3 CA CB 1000 100 300 30 9999 1000 20

The custrate file is used to define tariff rates for links that cannot be priced out using the tariff database.

For any link, the rate depends on the service used and the class of the nodes of the link's endpoints. The service field denotes a trunk type like OC3 or T3. The fields class1 and class2 are logical groupings of nodes. These classes are defined by adding a CLASS=classname in the miscellaneous field of the muxloc file.

The pricing method used is the band method. For a given link, the non-recurring charge is NRC and the recurring charge depends on the mileage band it falls under.

Following the first four fields are a set of three numbers representing the first mileage band. Subsequent triplets represent subsequent mileage bands. The field tomile indicates the end of the mileage band.

The recurring charge is determined using a fixed rate plus a rate per incremental distance. That is:

Recurring charge = fixed_rate+(rate_per_inc_dist/inc_dist)*link_airline_distance

Example: Suppose we have a 200 mile T3 link between a node in class CA and a node in class CB. Using the custrate file specified above, the link would fall within the second mileage band. The non-recurring charge would be 1000. The recurring charge would be 1000+(20/0.1)*200=41000.

USERCOST (usercost=filename)

The usercost file is used to define the cost for links according to the end nodes, vendor, and trunk type. The format of the usercost file is as following:

content_copy zoom_out_map
#from to vendor type [cost/mo.]
N01 N02 ATT T1 1000.00
N01 N02 ATT FT56K 300.00
N01 N02 WTG FT56K 250.00
N03 N04 USS T1
site2 site3 USS T1 2000.00
N05 site3 USS T1 2000.00
N05 site3 ATT T1 2200.00

The from and to fields should specify a node ID, node name, or site name. If a site name is entered, the assignment applies to all locations in that site. You should ensure that site names are different from node names in order to prevent pricing inconsistencies.

If more than one vendor is assigned to the same type for the same node pair, then the least cost vendor is treated as the default vendor. In the example above, the default vendor for a FT56K link between N01 and N02 is WTG. If ATT is selected as the vendor for a FT56K between N01 and N02, the cost of that link is calculated as $300.

If site names are specified in the from/to fields, then the price and default vendor assignments apply to all the locations in the site specified. The default intra-site cost is 0.

USERCOUNTRYCOST (usercountrycost=filename)

content_copy zoom_out_map
#CountryCodeA CountryCodeZ vendor type [cost/mo.]
FR GE DEF FT64K 1000.00

The only difference is that the from and to fields are replaced by two-letter country codes rather than node Ids.

footer-navigation