- point-to-point tunnels
 - MCT ( manually configured tunnel )
 - GRE ( Generic Routing Encapsulation )
 
- Virtual point-to-point between two IPv4 routers
 - IPv6 iGP routing protocols can run over these virtual links.
 
“We Love Oranges AS Oranges Mean Pure Refreshment”
| Path | Description | 
|---|---|
| W | Weight (highest) | 
| L | Local_pref (higest) | 
| O | Originate (Local) | 
| AS | AS_PATH (shortest) | 
| O | ORIGIN code ( igp > egp > incomplete) | 
| M | MED (lowest) | 
| P | Paths ( External > Internal) | 
| R | RID (Lowest) | 
R1#sh ip bgp 40.40.40.0 *Mar 1 00:17:21.323: %SYS-5-CONFIG_I: Configured from console by console R1#sh ip bgp 40.40.40.0 BGP routing table entry for 40.40.40.0/24, version 4 Paths: (2 available, best #1, table Default-IP-Routing-Table) Advertised to update-groups: 1 30 3.3.3.2 from 3.3.3.2 (3.3.3.2) Origin IGP, metric 0, localpref 100, valid, external, best 20 2.2.2.2 from 2.2.2.2 (20.20.20.1) Origin IGP, metric 0, localpref 100, valid, external R1#sh ip bgp BGP table version is 4, local router ID is 3.3.3.1 Status codes: s suppressed, d damped, h history, * valid, > best, i - internal, r RIB-failure, S Stale Origin codes: i - IGP, e - EGP, ? - incomplete Network Next Hop Metric LocPrf Weight Path *> 20.20.20.0/24 2.2.2.2 0 0 20 i *> 30.30.30.0/24 3.3.3.2 0 0 30 i *> 40.40.40.0/24 3.3.3.2 0 0 30 i * 2.2.2.2 0 0 20 i
sh ip bgp
R1#sh ip bgp
BGP table version is 6, local router ID is 10.10.10.1
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal,
              r RIB-failure, S Stale, m multipath, b backup-path, f RT-Filter,
              x best-external, a additional-path, c RIB-compressed,
Origin codes: i - IGP, e - EGP, ? - incomplete
RPKI validation codes: V valid, I invalid, N Not found
     Network          Next Hop            Metric LocPrf Weight Path
     0.0.0.0          0.0.0.0                                0 i
 r>  1.1.1.0/30       20.20.20.1               0             0 20 ?
 r>  20.20.20.0/24    20.20.20.1               0             0 20 ?
 *>  30.30.30.0/24    20.20.20.1               0             0 20 ?
 *>i 40.40.40.0/24    1.1.2.2                  0    100      0 i
    			
router bgp 20
 bgp log-neighbor-changes
 network 30.30.30.0 mask 255.255.255.0
 neighbor 10.10.10.1 remote-as 10
 neighbor 10.10.10.1 ebgp-multihop 255
 neighbor 10.10.10.1 update-source Loopback1