Konfigurasikan Microsoft Windows Server 2016/2019 untuk menyediakan layanan DHCP untuk VXLAN (DFA)

Tujuan artikel ini adalah untuk menyederhanakan konfigurasi layanan DHCP untuk pabrik VXLAN BGP EVPN dan DFA menggunakan Microsoft Windows Server 2016/2019.


Dalam dokumentasi resmi, layanan DHCP berbasis Microsoft Windows Server 2012 untuk pabrik dikonfigurasikan sebagai SuperScope yang berisi kumpulan Loopback (di kumpulan ini, sorotan adalah pengecualian dari kumpulan semua alamat IP dari kumpulan tersebut (tidak termasuk alamat IP = kumpulan)) dan kumpulan alamat penerbit IP untuk jaringan nyata (di sini adalah puncaknya - kebijakan dikonfigurasi - di mana ID Sirkuit Relay DHCP difilter dan ID Sirkuit relay DHCP ini berisi VNI untuk jaringan, yaitu, untuk kumpulan lain ID Sirkuit Relay DHCP ini akan sedikit berbeda).

To configure DHCP on Windows server. 

1. Create a super scope. Within the super scope, create scope B, S1, S2, S3, …, Sn for the subnet B and the subnets for each segment. 
2. In scope B,  specify the 'Exclusion Range' to be the entire address range (so that the offered address range must not be from this scope). 
3. For every segment scope Si, specify a policy that matches on Agent Circuit ID with value of '0108000600XXXXXX', where '0108000600' is a fixed value for all segments, the 6 numbers "XXXXXX" is the segment ID value in hexadecimal. Also ensure to check the Append wildcard(*) check box. 
4. Set the policy address range to the entire range of the scope.

Artikel ini menjawab pertanyaan-pertanyaan berikut:



pengantar


Bagian ini secara singkat mencantumkan semua data awal: Petunjuk untuk menyiapkan peralatan jaringan, RFC yang digunakan dalam paket DHCP di pabrik eVPN, dan evolusi pengaturan server DHCP pada Microsoft Windows Server 2012 dalam dokumentasi Cisco disediakan untuk referensi. Serta informasi singkat tentang Superscope dan Kebijakan dalam layanan DHCP pada server Microsoft Windows Server.

Bagaimana DHCP Relay dikonfigurasikan di pabrik VXLAN BGP EVPN, DFA


Mengkonfigurasi DHCP Relay di pabrik VXLAN BGP EVPN bukan topik utama artikel ini, karena cukup sederhana. Saya memberikan tautan ke dokumentasi dan spoiler untuk pengaturan pada peralatan jaringan.


Contoh pengaturan Relay DHCP pada Nexus 9000V v9.2 (3)
service dhcp
ip dhcp relay
ip dhcp relay information option
ip dhcp relay information option vpn
interface loopback10
  vrf member VRF1
  ip address 10.120.0.1/32 tag 1234567
interface Vlan12
  no shutdown
  vrf member VRF1
  no ip redirects
  ip address 10.120.251.1/24 tag 1234567
  no ipv6 redirects
  fabric forwarding mode anycast-gateway
  ip dhcp relay address 10.0.0.5
  ip dhcp relay source-interface loopback10



RFC diimplementasikan dalam pengoperasian layanan DHCP Relay di pabrik VXLAN BGP EVPN



RFC#6607: Sub-option 151(0x97) - Virtual Subnet Selection
•	Sub-option 151(0x97) - Virtual Subnet Selection (Defined in RFC#6607)
Used to convey VRF related information to the DHCP server in an MPLS-VPN and VXLAN EVPN multi-tenant environment.

«» VRF .

RFC#5107: Sub-option 11(0xb) - Server ID Override
•	Sub-option 11(0xb) - Server ID Override (Defined in RFC#5107.) 
The server identifier (server ID) override sub-option allows the DHCP relay agent to specify a new value for the server ID option, which is inserted by the DHCP server in the reply packet. This sub-option allows the DHCP relay agent to act as the actual DHCP server such that the renew requests will come to the relay agent rather than the DHCP server directly. The server ID override sub-option contains the incoming interface IP address, which is the IP address on the relay agent that is accessible from the client. Using this information, the DHCP client sends all renew and release request packets to the relay agent. The relay agent adds all of the appropriate sub-options and then forwards the renew and release request packets to the original DHCP server. For this function, Cisco’s proprietary implementation is sub-option 152(0x98). You can use the ip dhcp relay sub-option type cisco command to manage the function.

, IP . ( Cisco VXLAN BGP EVPN – Anycast .)

RFC#3527: Sub-option 5(0x5) - Link Selection
Sub-option 5(0x5) - Link Selection (Defined in RFC#3527.) 

The link selection sub-option provides a mechanism to separate the subnet/link on which the DHCP client resides from the gateway address (giaddr), which can be used to communicate with the relay agent by the DHCP server. The relay agent will set the sub-option to the correct subscriber subnet and the DHCP server will use that value to assign an IP address rather than the giaddr value. The relay agent will set the giaddr to its own IP address so that DHCP messages are able to be forwarded over the network. For this function, Cisco’s proprietary implementation is sub-option 150(0x96). You can use the ip dhcp relay sub-option type ciscocommand to manage the function.

, IP .


Cisco DHCP Microsoft Windows Server 2012


Saya memasukkan bagian ini karena ada kecenderungan positif dari pihak vendor:

Panduan Konfigurasi Nexus 9000 VXLAN 7.3

Dokumentasi hanya berisi pengaturan DHCP Relay pada peralatan jaringan.

Artikel lain digunakan untuk mengkonfigurasi DHCP pada Windows Server 2012:

Mengkonfigurasi Microsoft Windows Server 2012 untuk menyediakan layanan DHCP dalam Skenario eVPN (VXLAN, Cisco One Fabric, dll.)

Artikel ini menunjukkan bahwa setiap jaringan / VNI memerlukan bundel SuperScope sendiri dan sendiri set alamat Loopback sendiri:

If multiple DHCP Scopes are required for multiple subnets, you need to create one LoopbackX per subnet/vlan on all LEAFS and create a superscope with a loopbackX range scope and actual client IP subnet scope per vlan.

Panduan Konfigurasi Nexus 9000 VXLAN 9.3

Menambahkan pengaturan Server Windows 2012 ke dokumentasi untuk mengkonfigurasi peralatan jaringan. Untuk semua kumpulan alamat yang digunakan, diperlukan satu SuperScope per pusat data dan SuperScope ini adalah batas pusat data:

Create Superscope for all scopes you want to use for Option 82-based policies.
Note
The Superscope should combine all scopes and act as the administrative boundary.

Cisco Dynamic Fabric Automation

Sangat komprehensif membicarakan segala hal:

Let us assume the switch is using the address from subnet B (it can be the backbone subnet, management subnet, or any customer designated subnet for this purpose) to communicate with the Windows DHCP server. In DFA we have subnets S1, S2, S3, …, Sn for segment s1, s2, s3, …, sn. 

To configure DHCP on Windows server. 

1. Create a super scope. Within the super scope, create scope B, S1, S2, S3, …, Sn for the subnet B and the subnets for each segment. 
2. In scope B,  specify the 'Exclusion Range' to be the entire address range (so that the offered address range must not be from this scope). 
3. For every segment scope Si, specify a policy that matches on Agent Circuit ID with value of '0108000600XXXXXX', where '0108000600' is a fixed value for all segments, the 6 numbers "XXXXXX" is the segment ID value in hexadecimal. Also ensure to check the Append wildcard(*) check box. 
4. Set the policy address range to the entire range of the scope.

DHCP di Microsoft Windows Server (superscope & kebijakan)


Superscope


Superscope is an administrative feature of a DHCP server that can be used to group multiple scopes as a single administrative entity. Superscope allows a DHCP server to provide leases from more than one scope to clients on a single physical network. Scopes added to a superscope are called member scopes.

Apa itu SuperScope? Ini adalah fitur yang memungkinkan Anda untuk menggabungkan beberapa kumpulan alamat IP menjadi satu unit administrasi. Untuk mengumumkan kepada pengguna di alamat ip jaringan fisik yang sama (dalam satu VLAN) dari beberapa kumpulan. Jika permintaan datang ke kumpulan alamat sebagai bagian dari SuperScope, maka Anda dapat mengeluarkan klien alamat dari Lingkup lain yang termasuk dalam SuperScope ini.

Kebijakan


The DHCP Server role in Windows Server 2012 introduces a new feature that allows you to create IPv4 policies that specify custom IP address and option assignments for DHCP clients based on a set of conditions.

The policy based assignment (PBA) feature allows you to group DHCP clients by specific attributes based on fields contained in the DHCP client request packet. PBA enables targeted administration and greater control of the configuration parameters delivered to network devices with DHCP.

Kebijakan - memungkinkan pengguna untuk menetapkan alamat IP tergantung pada jenis pengguna atau parameter. Insinyur Cisco menggunakan kebijakan di Windows Server 2012 untuk memfilter oleh VNI (Virtual Network Identifier).

Bagian utama


Pada bagian ini, hasil penelitian dilakukan, mengapa tidak didukung, cara kerjanya (logika), apa yang baru dan bagaimana baru ini akan membantu kita.

Mengapa Microsoft Windows Server 2000/2003/2008 tidak didukung?


Microsoft Windows Server 2008 dan sebelumnya tidak menangani opsi 82 ​​(Opsi 82) dan mengirim paket kembali tanpa opsi 82.

Win2k8 R2 DHCP masalah dengan Option82

  1. Permintaan dari klien dikirim ke Siaran (DHCP Discover).
  2. Peralatan (Nexus) mengirim paket ke server DHCP (DHCP Discover + Option 82).
  3. Server DHCP menerima paket, memprosesnya, mengirimkannya kembali, tetapi tanpa opsi 82. (Penawaran DHCP - tanpa opsi 82)
  4. Peralatan (Nexus) menerima paket dari server DHCP. (Penawaran DHCP) Tetapi tidak mengirim paket ini ke pengguna akhir.

Data sniffer - pada Windows Server 2008 dan pada klien DHCP
Windows Server 2008 . (Option 82 )


Windows Server 2008 . (Option 82 )

– DHCP Discover DHCP Offer

:

NEXUS-9000V-SW-1# show ip dhcp relay statistics 
----------------------------------------------------------------------
Message Type             Rx              Tx           Drops  
----------------------------------------------------------------------
Discover                  8               8               0
Offer                     8               8               0
Request(*)                0               0               0
Ack                       0               0               0
Release(*)                0               0               0
Decline                   0               0               0
Inform(*)                 0               0               0
Nack                      0               0               0
----------------------------------------------------------------------
Total                    16              16               0
----------------------------------------------------------------------

DHCP L3 FWD:
Total Packets Received                           :         0
Total Packets Forwarded                          :         0
Total Packets Dropped                            :         0
Non DHCP:
Total Packets Received                           :         0
Total Packets Forwarded                          :         0
Total Packets Dropped                            :         0
DROP:
DHCP Relay not enabled                           :         0
Invalid DHCP message type                        :         0
Interface error                                  :         0
Tx failure towards server                        :         0
Tx failure towards client                        :         0
Unknown output interface                         :         0
Unknown vrf or interface for server              :         0
Max hops exceeded                                :         0
Option 82 validation failed                      :         0
Packet Malformed                                 :         0
Relay Trusted port not configured                :         0
DHCP Request dropped on MCT                      :         0
*  -  These counters will show correct value when switch 
receives DHCP request packet with destination ip as broadcast
address. If request is unicast it will be HW switched
NEXUS-9000V-SW-1#


Mengapa konfigurasi sangat rumit di Microsoft Windows Server 2012?


Di Microsoft Windows Server 2012, RFC # 3527 (Opsi 82 ​​Sub-opsi 5 (0x5) - Pemilihan Tautan) belum didukung,
tetapi fungsionalitas Kebijakan telah diterapkan.

Bagaimana itu bekerja:

  • Microsoft Windows Server 2012 memiliki kumpulan super (SuperScope) di mana ada alamat Loopback dan kumpulan untuk jaringan nyata.
  • Pilihan kumpulan untuk mengeluarkan alamat IP jatuh ke SuperScope, karena respons datang dari DHCP Relay dari alamat Loopback Sumber termasuk dalam SuperScope.
  • Menggunakan permintaan Kebijakan, itu memilih dari Superscope lingkup anggota yang VNI-nya terkandung dalam Opsi 82 ​​Suboption 1 ID Sirkuit Agen. ("0108000600" + 24 VNI bit + 24 bit yang nilainya tidak saya ketahui, tetapi sniffer menunjukkan nilai 0 pada bidang ini.)


Seberapa mudah pengaturan di Microsoft Windows Server 2016/2019?


Microsoft Windows Server 2016 mengimplementasikan fungsionalitas RFC # 3527. Artinya, Windows Server 2016 dapat mengenali jaringan yang benar dari atribut Opsi 82 ​​Sub-opsi 5 (0x5) - Tautan

3 pertanyaan muncul segera:

  • Bisakah kita melakukannya tanpa Superscope?
  • Bisakah kita melakukannya tanpa Kebijakan dan menerjemahkan VNI ke dalam bentuk heksadesimal?
  • Bisakah kita melakukannya tanpa alamat Scope for Loopback DHCP Source?

Q. Bisakah kita melakukannya tanpa Superscope?
A. Ya, ruang lingkup dapat dibuat segera di lingkup alamat IPv4.
P. Bisakah kita melakukannya tanpa Kebijakan dan menerjemahkan VNI ke dalam bentuk heksadesimal?
A. Ya, pemilihan jaringan didasarkan pada Opsi 82 ​​Suboption 0x5,
Q. Bisakah kita melakukannya tanpa Cakupan untuk alamat Sumber DHCP Loopback?
A. Tidak, kami tidak bisa. Karena Microsoft Windows Server 2016/2019 memiliki perlindungan terhadap permintaan DHCP berbahaya. Artinya, semua permintaan dari alamat yang tidak ada dalam kumpulan server DHCP dianggap berbahaya.

Pilihan Pilihan Subnet DHCP

 Note
All relay agent IP addresses (GIADDR) must be part of an active DHCP scope IP address range. Any GIADDR outside of the DHCP scope IP address ranges is considered a rogue relay and Windows DHCP Server will not acknowledge DHCP client requests from those relay agents.

A special scope can be created to "authorize" relay agents. Create a scope with the GIADDR (or multiple if the GIADDR's are sequential IP addresses), exclude the GIADDR address(es) from distribution, and then activate the scope. This will authorize the relay agents while preventing the GIADDR addresses from being assigned.

Itu Untuk mengkonfigurasi kumpulan DHCP pada Microsoft Windows Server 2016/2019 DHCP pool untuk pabrik VXLAN BGP EVPN, Anda hanya perlu:

  • Buat kumpulan untuk alamat Relay Sumber.
  • Buat kumpulan untuk jaringan klien

Apa yang tidak perlu (tapi Anda bisa mengonfigurasinya dan itu akan berfungsi, dan tidak akan mengganggu pekerjaan):

  • Buat Kebijakan
  • Buat SuperScope

Contoh
DHCP ( 2 DHCP — VXLAN )


:


( — ):


Source DHCP Relay ( ):


Konfigurasikan layanan DHCP di Microsoft Windows Server 2019

Loopback (source) DHCP Relay.


(Scope) IPv4.


. «Next >»


(Description) .


IP Loopback .


. .


. «Next >»


: DHCP (DNS, WINS, Gateway, Domain) . , . .


, , . «Finish»


. — Scope — «Activate».


/.


.


. «Next >»


(Description) .


IP Loopback .


. ( ) «Next >»


. «Next >»


: DHCP (DNS, WINS, Gateway, Domain) . .


.


DNS .


IP WINS .


Scope.


. «Finish»




Kesimpulan


Menggunakan Windows Server 2016/2019 mengurangi kompleksitas mengkonfigurasi server DHCP untuk pabrik VXLAN (atau pabrik lain). (Tidak diperlukan untuk mentransfer bundel spesialis IT: ID Sirkuit Jaringan / Agen untuk filter resep.)

Apakah konfigurasi untuk Windows Server 2012 akan berfungsi pada server baru 2016/2019 - biarkan berfungsi.

Dokumen ini menyediakan tautan ke 2 versi: 7.X dan 9.3. Ini disebabkan oleh fakta bahwa versi 7.0 (3) I7 (7) adalah rilis yang disarankan oleh Cisco, dan versi 9.3 adalah yang paling inovatif (hingga dukungan Multicast via VXLAN Multisite).

Daftar sumber


  1. Panduan Konfigurasi Nexus 9000 VXLAN 7.x
  2. Panduan Konfigurasi Nexus 9000 VXLAN 9.3
  3. DFA (Cisco Dynamic Fabric Automation)
  4. Mengkonfigurasi Microsoft Windows Server 2012 untuk menyediakan layanan DHCP dalam Skenario eVPN (VXLAN, Cisco One Fabric, dll)
  5. 3.4 DHCP Superscopes
  6. Pengantar Kebijakan DHCP
  7. Masalah Win2k8 R2 DHCP dengan Option82
  8. Pilihan Pilihan Subnet DHCP

All Articles