Rewrite all images to Hugo format
This commit is contained in:
@ -62,7 +62,7 @@ engineers at Init7 informed me that DHCPv6 was ready, and it worked spotlessly a
|
||||
to request an NA and a /48 PD, and bumping `accept_ra=2` on the egress interface (note: this allows
|
||||
forwarding while at the same time accepting router advertisements).
|
||||
|
||||
Additional details of the L3 connection:
|
||||
Additional details of the L3 connection:
|
||||
|
||||
1. The routers operate an L2VPN to a third party provider (IP-Max, AS25091) which routes
|
||||
`194.1.163.32/27` via eBGP using GRE. The MSS on this tunnel is clamped to 1436 (from 1460) to allow
|
||||
@ -108,7 +108,7 @@ Multiple Amino IPTV devices in multiple backend VLANs can be used at the same ti
|
||||
|
||||
```
|
||||
$ ip mroute | grep 239.44.0
|
||||
(109.202.223.18, 239.44.0.77) Iif: eth0.9 Oifs: eth0
|
||||
(109.202.223.18, 239.44.0.77) Iif: eth0.9 Oifs: eth0
|
||||
(109.202.223.18, 239.44.0.78) Iif: eth0.9 Oifs: eth0.2
|
||||
```
|
||||
|
||||
@ -182,7 +182,7 @@ rtt min/avg/max/mdev = 1.154/1.451/2.206/0.276 ms
|
||||
IPv6 was initially not natively available on this connection. IPv6 was tunneled via
|
||||
chzrh02.sixxs.net (on-net at AS13030). The IPv6 server endpoint runs on a virtualized platform, with
|
||||
slightly less than bare-bones throughput. Shortly thereafter, native IPv6 was configured on the
|
||||
Fiber7 product via the LiteXchange platform.
|
||||
Fiber7 product via the LiteXchange platform.
|
||||
|
||||
Each OTO delivered by the city of Wangen-Brüttisellen
|
||||
[[site](http://www.werkewb.ch/cms/?page_id=52)] holds four simplex single mode fibers. The first
|
||||
@ -197,12 +197,12 @@ was used to provide the Fiber7 internet connection.
|
||||
### Appendix 1 - Terminology
|
||||
|
||||
**Term** | **Description**
|
||||
-------- | ---------------
|
||||
ONT | **optical network terminal** - The ONT converts fiber-optic light signals to copper based electric signals, usually Ethernet.
|
||||
-------- | ---------------
|
||||
ONT | **optical network terminal** - The ONT converts fiber-optic light signals to copper based electric signals, usually Ethernet.
|
||||
OTO | **optical telecommunication outlet** - The OTO is a fiber optic outlet that allows easy termination of cables in an office and home environment. Installed OTOs are referred to by their OTO-ID.
|
||||
CARP | **common address redundancy protocol** - Its purpose is to allow multiple hosts on the same network segment to share an IP address. CARP is a secure, free alternative to the Virtual Router Redundancy Protocol (VRRP) and the Hot Standby Router Protocol (HSRP).
|
||||
SIT | **simple internet transition** - Its purpose is to interconnect isolated IPv6 networks, located in global IPv4 Internet via tunnels.
|
||||
STB | **set top box** - a device that enables a television set to become a user interface to the Internet and also enables a television set to receive and decode digital television (DTV) broadcasts.
|
||||
STB | **set top box** - a device that enables a television set to become a user interface to the Internet and also enables a television set to receive and decode digital television (DTV) broadcasts.
|
||||
GRE | **generic routing encapsulation** - a tunneling protocol developed by Cisco Systems that can encapsulate a wide variety of network layer protocols inside virtual point-to-point links over an Internet Protocol network.
|
||||
L2VPN | **layer2 virtual private network** - a service that emulates a switched Ethernet (V)LAN across a pseudo-wire (typically an IP tunnel)
|
||||
DHCP | **dynamic host configuration protocol** - an IPv4 network protocol that enables a server to automatically assign an IP address to a computer from a defined range of numbers.
|
||||
@ -225,7 +225,7 @@ GRE via IP-Max: [speedtest](http://beta.speedtest.net/result/5668135633)
|
||||
#### Bandwidth with Iperf upstream
|
||||
|
||||
```
|
||||
(AS13030 IPv4) $ iperf -t 600 -P 4 -i 60 -l 1M -m -c chzrh02.sixxs.net
|
||||
(AS13030 IPv4) $ iperf -t 600 -P 4 -i 60 -l 1M -m -c chzrh02.sixxs.net
|
||||
------------------------------------------------------------
|
||||
Client connecting to chzrh02.sixxs.net, TCP port 5001
|
||||
TCP window size: 85.0 KByte (default)
|
||||
@ -335,17 +335,17 @@ interface eth0.9 { # interface VLAN9 - Fiber7
|
||||
id-assoc pd 1 {
|
||||
prefix ::/48 infinity;
|
||||
|
||||
prefix-interface lo {
|
||||
sla-id 0;
|
||||
ifid 1;
|
||||
sla-len 16;
|
||||
prefix-interface lo {
|
||||
sla-id 0;
|
||||
ifid 1;
|
||||
sla-len 16;
|
||||
};
|
||||
|
||||
# Test interface
|
||||
prefix-interface eth1 {
|
||||
sla-id 4096;
|
||||
ifid 1;
|
||||
sla-len 16;
|
||||
prefix-interface eth1 {
|
||||
sla-id 4096;
|
||||
ifid 1;
|
||||
sla-len 16;
|
||||
};
|
||||
};
|
||||
|
||||
@ -360,7 +360,7 @@ Taking IGMPProxy from [github](https://github.com/pali/igmpproxy) and the follow
|
||||
file, IPTV worked reliably throughout the pilot:
|
||||
|
||||
```
|
||||
$ cat /etc/igmpproxy.conf
|
||||
$ cat /etc/igmpproxy.conf
|
||||
##------------------------------------------------------
|
||||
## Enable Quickleave mode (Sends Leave instantly)
|
||||
##------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user