diff options
author | Simone Bortolin <simonebortolin@users.noreply.github.com> | 2023-07-18 21:19:08 +0200 |
---|---|---|
committer | Simone Bortolin <simonebortolin@users.noreply.github.com> | 2023-07-18 21:19:08 +0200 |
commit | d66c6e0e9832205f815bf2765bdfc06bb860a24b (patch) | |
tree | 55827c184c2f9edabc84f71b7e12714665160f01 | |
parent | add PPTP - VEIP page (diff) | |
download | hack-gpon.github.io-d66c6e0e9832205f815bf2765bdfc06bb860a24b.tar hack-gpon.github.io-d66c6e0e9832205f815bf2765bdfc06bb860a24b.tar.gz hack-gpon.github.io-d66c6e0e9832205f815bf2765bdfc06bb860a24b.tar.bz2 hack-gpon.github.io-d66c6e0e9832205f815bf2765bdfc06bb860a24b.tar.lz hack-gpon.github.io-d66c6e0e9832205f815bf2765bdfc06bb860a24b.tar.xz hack-gpon.github.io-d66c6e0e9832205f815bf2765bdfc06bb860a24b.tar.zst hack-gpon.github.io-d66c6e0e9832205f815bf2765bdfc06bb860a24b.zip |
-rw-r--r-- | _gpon/pptp_veip.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/_gpon/pptp_veip.md b/_gpon/pptp_veip.md index 5e8dd36..4ee4e6a 100644 --- a/_gpon/pptp_veip.md +++ b/_gpon/pptp_veip.md @@ -38,7 +38,7 @@ The SFU type ONT device is configured and controlled completely remotely from th For OMCI data flow, there is a mutually unambiguous mapping between the GEM port on the OLT side with the UNI Ethernet port on the terminal side of the ONT. All data packets can pass through without learning or forwarding the MAC address. The SFU ONT supports multiple VLAN function through bridge mode. -``` +```mermaid flowchart LR subgraph BRIDGE VLAN0[VLAN untagged] --> eth0 @@ -78,7 +78,7 @@ flowchart LR end ExtVlan --> PPTP ``` -[^cablefax_future] +Source [^cablefax_future], [^G_988] # Virtual Ethernet interface point (VEIP - MIB 329) @@ -132,7 +132,7 @@ flowchart LR end ExtVlan --> VEIP ``` -[^hsgp_hg_sfu] +Source [^hsgp_hg_sfu] --- |