మైక్రోసాఫ్ట్ను ఉపయోగించి VXLAN BGP EVPN మరియు DFA ఫ్యాబ్రిక్ కోసం DHCP సేవ యొక్క కాన్ఫిగరేషన్ను సులభతరం చేయడమే ఈ వ్యాసం యొక్క ఉద్దేశ్యం. Windows Server 2016 / 2019.

అధికారిక డాక్యుమెంటేషన్లో, DHCP సేవ మైక్రోసాఫ్ట్ ఆధారంగా ఉంటుంది. Windows Server ఫ్యాక్టరీ కోసం 2012 ఒక సూపర్స్కోప్గా కాన్ఫిగర్ చేయబడింది, ఇందులో ఒక లూప్బ్యాక్ పూల్ (ఈ పూల్లో, పూల్ నుండి అన్ని IP చిరునామాలను మినహాయించడం ముఖ్యాంశం (మినహాయించబడిన IP చిరునామా = పూల్)) మరియు నిజమైన నెట్వర్క్ల కోసం IP చిరునామాలను జారీ చేయడానికి పూల్స్ ఉంటాయి (ఇక్కడ ముఖ్యాంశం కాన్ఫిగర్ చేయబడిన పాలసీ, దీనిలో DHCP రిలే సర్క్యూట్ IDలు ఫిల్టర్ చేయబడతాయి, మరియు ఈ DHCP రిలే సర్క్యూట్ ID నెట్వర్క్ కోసం VNIని కలిగి ఉంటుంది, అనగా, మరొక పూల్ కోసం, ఈ DHCP రిలే సర్క్యూట్ ID కొద్దిగా భిన్నంగా ఉంటుంది).
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.ఈ వ్యాసం కింది ప్రశ్నలకు సమాధానాలను కలిగి ఉంది:
కంటెంట్
- ( & )
పరిచయం
ఈ విభాగం కింది అన్ని మూల డేటాను క్లుప్తంగా జాబితా చేస్తుంది: నెట్వర్క్ పరికరాలను కాన్ఫిగర్ చేయడానికి సూచనలు, eVPN ఫ్యాక్టరీలలో DHCP ప్యాకెట్లలో ఉపయోగించే RFCలు, మైక్రోసాఫ్ట్లో DHCP సర్వర్ సెట్టింగ్ల పరిణామంపై ఒక రిఫరెన్స్ గైడ్. Windows Server సిస్కో డాక్యుమెంటేషన్లో 2012. అలాగే, మైక్రోసాఫ్ట్ సర్వర్లలోని DHCP సేవలో సూపర్స్కోప్ మరియు పాలసీ గురించి సంక్షిప్త సమాచారం. Windows Server.
VXLAN BGP EVPN, DFA ఫాబ్రిక్పై DHCP రిలేను ఎలా కాన్ఫిగర్ చేయాలి
VXLAN BGP EVPN ఫాబ్రిక్పై DHCP రిలేని కాన్ఫిగర్ చేయడం ఈ కథనం యొక్క ప్రధాన అంశం కాదు, ఎందుకంటే ఇది చాలా సులభం. నేను డాక్యుమెంటేషన్కు లింక్లను మరియు నెట్వర్క్ పరికరాలపై సెట్టింగ్లపై స్పాయిలర్ను అందిస్తాను.
Nexus 9000V v9.2(3)లో DHCP రిలేని సెటప్ చేయడానికి ఉదాహరణ
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
VXLAN BGP EVPN ఫ్యాబ్రిక్స్లో DHCP రిలే సేవ యొక్క ఆపరేషన్లో అమలు చేయబడిన RFCలు
RFC#6607: ఉప-ఎంపిక 151(0x97) - వర్చువల్ సబ్నెట్ ఎంపిక
• 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: ఉప-ఎంపిక 11(0xb) - సర్వర్ ID ఓవర్రైడ్
• 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: ఉప-ఎంపిక 5(0x5) - లింక్ ఎంపిక
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 చిరునామా అవసరమయ్యే నెట్వర్క్ చిరునామా.
మైక్రోసాఫ్ట్లో DHCP కాన్ఫిగరేషన్కు సంబంధించి సిస్కో డాక్యుమెంటేషన్ యొక్క పరిణామం Windows Server 2012
విక్రేత యొక్క సానుకూల ధోరణి ఉన్నందున నేను ఈ విభాగాన్ని చేర్చాను:
నెట్వర్క్ పరికరాలపై DHCP రిలేను ఎలా కాన్ఫిగర్ చేయాలో మాత్రమే డాక్యుమెంటేషన్ చూపిస్తుంది.
DHCPని కాన్ఫిగర్ చేయడానికి Windows Server 2012లో వేరొక ఆర్టికల్ ఉపయోగించారు:
ప్రతి నెట్వర్క్/VNIకి దాని స్వంత సూపర్స్కోప్ బండిల్ మరియు దాని స్వంత లూప్బ్యాక్ చిరునామాలు అవసరమని ఈ కథనం సూచిస్తుంది:
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.
జోడించిన సెట్టింగ్లు Windows నెట్వర్క్ పరికరాల కాన్ఫిగరేషన్ డాక్యుమెంటేషన్లో 2012 సర్వర్. ఉపయోగించే అన్ని అడ్రస్ పూల్స్కు ప్రతి డేటా సెంటర్కు ఒక సూపర్స్కోప్ అవసరం, మరియు ఈ సూపర్స్కోప్ డేటా సెంటర్ సరిహద్దుగా ఉంటుంది:
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.
ప్రతిదీ చాలా క్లుప్తంగా వివరించబడింది:
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 Windows Server (సూపర్స్కోప్ & పాలసీ)
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. సూపర్స్కోప్ అంటే ఏమిటి - ఇది అనేక IP చిరునామాలను ఒక అడ్మినిస్ట్రేటివ్ యూనిట్లో కలపడానికి మిమ్మల్ని అనుమతించే ఒక కార్యాచరణ. ఒకే భౌతిక నెట్వర్క్లోని వినియోగదారులకు (అదే VLANలో) అనేక పూల్ల నుండి IP చిరునామాలను ప్రచారం చేయడానికి. సూపర్స్కోప్లో భాగంగా అడ్రస్ల సమూహానికి అభ్యర్థన వచ్చినట్లయితే, క్లయింట్కు ఈ సూపర్స్కోప్లో చేర్చబడిన మరొక స్కోప్ నుండి చిరునామాను అందించవచ్చు.
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. పాలసీలు – వినియోగదారు రకం లేదా పారామీటర్ ఆధారంగా వినియోగదారులకు IP చిరునామాలను కేటాయించడానికి మిమ్మల్ని అనుమతిస్తాయి. సిస్కో ఇంజనీర్లు పాలసీలను ఉపయోగిస్తారు Windows Server VNI (వర్చువల్ నెట్వర్క్ ఐడెంటిఫైయర్) ద్వారా ఫిల్టరింగ్ కోసం 2012.
ప్రధాన శరీరం
ఈ విభాగంలో పరిశోధన ఫలితాలు ఉన్నాయి, దీనికి ఎందుకు మద్దతు లేదు, ఇది ఎలా పని చేస్తుంది (లాజిక్), ఏది కొత్తది మరియు ఈ కొత్తది మనకు ఎలా సహాయపడుతుంది.
మైక్రోసాఫ్ట్ దీనికి ఎందుకు మద్దతు ఇవ్వడం లేదు? Windows Server 2000/2003/2008?
మైక్రోసాఫ్ట్ Windows Server 2008 మరియు అంతకు ముందు వెర్షన్లు ఆప్షన్ 82ను ప్రాసెస్ చేయవు మరియు ఆప్షన్ 82 లేకుండానే రిటర్న్ ప్యాకెట్ను పంపుతాయి.
- క్లయింట్ నుండి అభ్యర్థన బ్రాడ్కాస్ట్ (DHCP Discover)కి పంపబడుతుంది.
- పరికరాలు (Nexus) ప్యాకెట్ను DHCP సర్వర్కు పంపుతుంది (DHCP Discover + ఎంపిక 82).
- DHCP సర్వర్ ప్యాకెట్ను స్వీకరిస్తుంది, ప్రాసెస్ చేస్తుంది, తిరిగి పంపుతుంది, కానీ ఎంపిక 82 లేకుండా. (DHCP ఆఫర్ - ఎంపిక 82 లేకుండా)
- పరికరాలు (Nexus) DHCP సర్వర్ నుండి ప్యాకెట్ను అందుకుంటుంది. (DHCP ఆఫర్) కానీ ఈ ప్యాకెట్ని తుది వినియోగదారుకు పంపదు.
స్నిఫర్ డేటా - ఆన్ Windows Server 2008 మరియు DHCP క్లయింట్లోWindows Server 2008 నెట్వర్క్ పరికరాల నుండి ఒక అభ్యర్థనను అందుకుంటుంది. (జాబితాలో ఆప్షన్ 82 ఉంది)

Windows Server 2008 నెట్వర్క్ పరికరానికి ప్రతిస్పందనను పంపుతుంది. (ప్యాకెట్లోని ఎంపికల జాబితాలో ఆప్షన్ 82 లేదు.)

క్లయింట్ నుండి అభ్యర్థన - DHCP Discover ఉంది మరియు DHCP ఆఫర్ లేదు

నెట్వర్క్ పరికరాలపై గణాంకాలు:
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#
మైక్రోసాఫ్ట్ ఎందుకు? Windows Server 2012 సెటప్ అంత కష్టమా?
మైక్రోసాఫ్ట్ వద్ద Windows Server RFC#3527 (ఆప్షన్ 82 సబ్-ఆప్షన్ 5(0x5) — లింక్ సెలక్షన్) ద్వారా 2012కి ఇంకా మద్దతు ఇవ్వబడలేదు.
కానీ పాలసీ కార్యాచరణ ఇప్పటికే అమలు చేయబడింది.
ఇది ఎలా పనిచేస్తుంది:
- మైక్రోసాఫ్ట్ Windows Server 2012లో, రియల్ నెట్వర్క్ల కోసం లూప్బ్యాక్ చిరునామాలు మరియు పూల్లను కలిగి ఉన్న ఒక సూపర్-పూల్ (సూపర్స్కోప్) ఉంది.
- సూపర్స్కోప్లో చేర్చబడిన లూప్బ్యాక్ మూల చిరునామాతో DHCP రిలే నుండి ప్రతిస్పందన వచ్చినందున, IP చిరునామాను జారీ చేయడానికి పూల్ ఎంపిక సూపర్స్కోప్లోకి వస్తుంది.
- విధానాన్ని ఉపయోగించి, అభ్యర్థన సూపర్స్కోప్ నుండి ఎంపిక 82 సబ్ఆప్షన్ 1 ఏజెంట్ సర్క్యూట్ IDలో VNI ఉన్న సభ్యుని పరిధిని ఎంచుకుంటుంది. (“0108000600”+ 24 బిట్స్ VNI + 24 బిట్ల విలువలు నాకు తెలియవు, కానీ స్నిఫర్ ఈ ఫీల్డ్లో 0 విలువలను చూపుతుంది.)
మైక్రోసాఫ్ట్ సెటప్ను ఎలా సులభతరం చేస్తుంది Windows Server 2016 / 2019?
మైక్రోసాఫ్ట్ వద్ద Windows Server 2016 RFC#3527 కార్యాచరణ అమలు చేయబడింది. అంటే Windows Server 2016 అట్రిబ్యూట్ ఆప్షన్ 82 సబ్-ఆప్షన్ 5(0x5) — లింక్ సెలక్షన్ నుండి సరైన నెట్వర్క్ను గుర్తించగలదు
వెంటనే మూడు ప్రశ్నలు తలెత్తుతాయి:
- సూపర్స్కోప్ లేకుండా మనం చేయగలమా?
- మేము విధానం లేకుండా మరియు VNIని హెక్సాడెసిమల్ రూపంలోకి మార్చగలమా?
- లూప్బ్యాక్ DHCP మూల చిరునామాల కోసం స్కోప్ లేకుండా మనం చేయగలమా?
Q. సూపర్స్కోప్ లేకుండా మనం చేయగలమా?
A. అవును, IPv4 చిరునామాల ప్రాంతంలో స్కోప్ను వెంటనే సృష్టించవచ్చు.
Q. మేము విధానం లేకుండా మరియు VNIని హెక్సాడెసిమల్ రూపంలోకి మార్చగలమా?
A. అవును, నెట్వర్క్ ఎంపిక ఎంపిక 82 ఉప ఎంపిక 0x5పై ఆధారపడి ఉంటుంది,
Q. లూప్బ్యాక్ DHCP మూల చిరునామాల కోసం స్కోప్ లేకుండా మనం చేయగలమా?
A. లేదు, మేము చేయలేము. ఎందుకంటే మైక్రోసాఫ్ట్లో Windows Server 2016/2019 నాటికి, హానికరమైన DHCP అభ్యర్థనల నుండి రక్షణ అమలులో ఉంది. దీని అర్థం, 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.వాటిని Microsoftలో కాన్ఫిగర్ చేయడానికి Windows Server 2016/2019 VXLAN BGP EVPN ఫ్యాబ్రిక్ కోసం DHCP పూల్కు ఇవి మాత్రమే అవసరం:
- మూల రిలే చిరునామాల కోసం పూల్ను సృష్టించండి.
- క్లయింట్ నెట్వర్క్ల కోసం పూల్ను సృష్టించండి
ఏమి అవసరం లేదు (కానీ కాన్ఫిగర్ చేయవచ్చు మరియు ఇది పని చేస్తుంది మరియు పనిలో జోక్యం చేసుకోదు):
- విధానాన్ని సృష్టించండి
- సూపర్స్కోప్ని సృష్టించండి
ఉదాహరణకుDHCP సర్వర్ని సెటప్ చేయడానికి ఉదాహరణ (2 నిజమైన DHCP క్లయింట్లు ఉన్నాయి - క్లయింట్లు VXLAN ఫాబ్రిక్కి కనెక్ట్ చేయబడ్డాయి)

వినియోగదారు పూల్ను సెటప్ చేయడానికి ఉదాహరణ:

వినియోగదారు పూల్ను సెటప్ చేయడానికి ఉదాహరణ (విధానాలు ఎంచుకోబడ్డాయి - పూల్ యొక్క సరైన ఆపరేషన్ కోసం విధానాలు ఉపయోగించబడలేదని నిరూపించడానికి):

మూలాధారం DHCP రిలే చిరునామాల కోసం పూల్ను కాన్ఫిగర్ చేయడానికి ఒక ఉదాహరణ (జారీకి సంబంధించిన చిరునామాల పరిధి చిరునామా పూల్ నుండి మినహాయించబడిన దానికి పూర్తిగా అనుగుణంగా ఉంటుంది):

మైక్రోసాఫ్ట్లో DHCP సేవను ఏర్పాటు చేయడం Windows Server 2019
DHCP రిలే కోసం లూప్బ్యాక్ చిరునామాల (మూలం) కోసం పూల్ను కాన్ఫిగర్ చేస్తోంది.
మేము IPv4 స్పేస్లో కొత్త పూల్ (స్కోప్)ని సృష్టిస్తాము.

పూల్ సృష్టి విజర్డ్. "తదుపరి >"

పూల్ పేరు మరియు పూల్ వివరణను కాన్ఫిగర్ చేయండి.

లూప్బ్యాక్ కోసం IP చిరునామాల పరిధిని మరియు పూల్ కోసం మాస్క్ని సెట్ చేయండి.

మినహాయింపులను జోడిస్తోంది. మినహాయింపు పరిధి ఖచ్చితంగా పూల్ పరిధితో సరిపోలాలి.

అద్దె సమయం. "తదుపరి >"

ప్రశ్న: మీరు ఇప్పుడు DHCP ఎంపికలను కాన్ఫిగర్ చేస్తారా (DNS, WINS, గేట్వే, డొమైన్) లేదా మీరు దీన్ని తర్వాత చేస్తారా. లేదు అని సమాధానం ఇవ్వడం వేగంగా ఉంటుంది, ఆపై పూల్ను మాన్యువల్గా యాక్టివేట్ చేయండి. లేదా ఏ సమాచారాన్ని పూరించకుండా చివరకి వెళ్లి, విజార్డ్ చివరిలో ఉన్న పూల్ను సక్రియం చేయండి.

ఎంపికలు కాన్ఫిగర్ చేయబడలేదని మరియు పూల్ సక్రియం చేయబడలేదని మేము నిర్ధారిస్తాము. "ముగించు"

మేము పూల్ను మానవీయంగా సక్రియం చేస్తాము. — స్కోప్ ఎంచుకోండి మరియు సందర్భ మెనులో — “యాక్టివేట్” ఎంచుకోండి.

మేము వినియోగదారులు/సర్వర్ల కోసం ఒక పూల్ని సృష్టిస్తాము.
మేము కొత్త పూల్ని సృష్టిస్తాము.

పూల్ సృష్టి విజర్డ్. "తదుపరి >"

పూల్ పేరు మరియు పూల్ వివరణను కాన్ఫిగర్ చేయండి.

లూప్బ్యాక్ కోసం IP చిరునామాల పరిధిని మరియు పూల్ కోసం మాస్క్ని సెట్ చేయండి.

మినహాయింపులను జోడిస్తోంది. (డిఫాల్ట్గా మినహాయింపులు అవసరం లేదు) "తదుపరి >"

అద్దె సమయం. "తదుపరి >"

ప్రశ్న: మీరు ఇప్పుడు DHCP ఎంపికలను కాన్ఫిగర్ చేస్తారా (DNS, WINS, గేట్వే, డొమైన్) లేదా మీరు దీన్ని తర్వాత చేస్తారా. ఇప్పుడే సెటప్ చేద్దాం.

డిఫాల్ట్ గేట్వే చిరునామాను కాన్ఫిగర్ చేయండి.

మేము డొమైన్ మరియు DNS సర్వర్ చిరునామాలను కాన్ఫిగర్ చేస్తాము.

WINS సర్వర్ల IP చిరునామాలను కాన్ఫిగర్ చేస్తోంది.

స్కోప్ యాక్టివేషన్.

పూల్ కాన్ఫిగర్ చేయబడింది. "ముగించు"

తీర్మానం
ఉపయోగం Windows Server 2016/2019, VXLAN ఫ్యాబ్రిక్ (లేదా ఏదైనా ఇతర ఫ్యాబ్రిక్) కోసం DHCP సర్వర్ను కాన్ఫిగర్ చేయడంలో ఉన్న సంక్లిష్టతను తగ్గిస్తుంది. (ఫిల్టర్లను కాన్ఫిగర్ చేయడానికి IT నిపుణులతో ప్రత్యేక నెట్వర్క్/ఏజెంట్ సర్క్యూట్ IDలను పంచుకోవాల్సిన అవసరం లేదు.)
ఈ కాన్ఫిగరేషన్ పనిచేస్తుందా Windows Server కొత్త 2016/2019 సర్వర్లలో 2012 – అవును, అది పని చేస్తుంది.
ఈ పత్రం 2 సంస్కరణలకు సూచనలను కలిగి ఉంది: 7.X మరియు 9.3. దీనికి కారణం వెర్షన్ 7.0(3)I7(7) అనేది సిస్కో సూచించిన విడుదల, మరియు వెర్షన్ 9.3 అత్యంత వినూత్నమైనది (VXLAN మల్టీసైట్ ద్వారా మల్టీకాస్ట్కి కూడా మద్దతు ఇస్తుంది).
మూలాల జాబితా
మూలం: www.habr.com
