RouteLabel

From TBwiki
(Difference between revisions)
Jump to: navigation, search
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
A RouteSet is a group of possible routes for a given destination. Routes are associated to a RouteSet by referring to its name. Each route in the RouteSet refers to a different [[NAP]] that can be used to reach the destination.  
+
A RouteSet is a group of possible routes for a given destination. Routes are associated with a RouteSet by referring to its name. And each route in the RouteSet refers to a different [[NAP]] that can be used to reach the destination. Here is an example:
  
<br>
 
 
Example:
 
  
 
{| width="200" border="1" cellpadding="1" cellspacing="1"
 
{| width="200" border="1" cellpadding="1" cellspacing="1"
 
|-
 
|-
 
! scope="col" | Nap  
 
! scope="col" | Nap  
! scope="col" | Match
 
 
! scope="col" | RouteSet
 
! scope="col" | RouteSet
 
|-
 
|-
| Bell
+
| Bell  
| 514*
+
| Montreal_Qc
| Montreal, Qc
+
 
|-
 
|-
 
| Videotron  
 
| Videotron  
| 514*
+
| Montreal_Qc
| Montreal, Qc
+
 
|-
 
|-
 
| Rogers  
 
| Rogers  
| 514*
+
| Montreal_Qc
| Montreal, Qc
+
 
|}
 
|}
  
<br>
 
 
&nbsp;&nbsp; &nbsp;&nbsp;
 
 
Route1&nbsp;: Bell
 
 
<br> Example Scenario Destination: "Montreal, Qc" Possible Routes:
 
  
1: Bell
+
In this routing table, we have three routes in a RouteSet named Montreal_Qc. In order words, we have three routes for Montreal, Qc.
2: Rogers
+
3: Videtron
+
  
<br>
+
With the routing table in place, the association between a called number and a destination is done by the [[Digit Analyzer]].

Latest revision as of 02:46, 12 January 2018

A RouteSet is a group of possible routes for a given destination. Routes are associated with a RouteSet by referring to its name. And each route in the RouteSet refers to a different NAP that can be used to reach the destination. Here is an example:


Nap RouteSet
Bell Montreal_Qc
Videotron Montreal_Qc
Rogers Montreal_Qc


In this routing table, we have three routes in a RouteSet named Montreal_Qc. In order words, we have three routes for Montreal, Qc.

With the routing table in place, the association between a called number and a destination is done by the Digit Analyzer.

Personal tools