- Building Hybrid Clouds with Azure Stack
- Markus Klein Susan Roesner
- 206字
- 2021-07-02 19:35:59
AzS-BGPNAT01
The BGPNAT01 VM provides NAT and VPN access based on the BGP routing protocol, which is the default for Azure, too. This VM does not exist in multi node deployments and is replaced by the TOR switch (TOR stands for Top of the Rack). As a tenant is able to deploy a VPN device in its Azure Stack-based cloud, and connect it to another on or off premises networking environment, all traffic goes through this VM. Compared to other designs, this VM is at the top of the rack switch and requires the following features:
- Border Gateway Protocol (BGP): This is the internet protocol for connecting autonomous systems and allows communication.
- Data Center Bridging (DCB): This is a technology for the Ethernet LAN communication protocol, especially for datacenter environments, for example, for clustering and SAN. It consists of the following subsets:
- Enhanced Transmission Selection (ETS): This provides a framework for assigning bandwidth priorities to frames.
- Priority Flow Control (PFC): This provides a link-level flow-control technology for each frame priority.
- Switch Independent Teaming (SIT): This is a teaming mode launched with Windows Server 2012. The teaming configuration will work with any Ethernet switch, even non-intelligent switches, because the operating system is responsible for the overall technology.
推薦閱讀
- SQL Server 從入門到項目實踐(超值版)
- LabVIEW 2018 虛擬儀器程序設計
- 造個小程序:與微信一起干件正經事兒
- Linux核心技術從小白到大牛
- Hands-On C++ Game Animation Programming
- PHP+MySQL網站開發項目式教程
- HTML 5與CSS 3權威指南(第3版·上冊)
- SpringBoot從零開始學(視頻教學版)
- Mudbox 2013 Cookbook
- INSTANT Apache ServiceMix How-to
- Visual Basic語言程序設計基礎(第3版)
- Tableau Dashboard Cookbook
- SaaS攻略:入門、實戰與進階
- PHP 7 Programming Blueprints
- Pandas入門與實戰應用:基于Python的數據分析與處理