You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -501,6 +504,10 @@ This command is executed in interface mode. This command can be applied on a ran
501
504
To display DHCPv6 Snooping statistics
502
505
sonic# show ipv6 dhcp snooping statistics
503
506
507
+
DHCP Snooping statistics can be cleared with the following commands
508
+
sonic# clear ip dhcp snooping statistics
509
+
sonic# clear ipv6 dhcp snooping statistics
510
+
504
511
For example,
505
512
506
513
console#show ip dhcp snooping
@@ -576,9 +583,16 @@ Go back to [Beginning of the document](#dhcp-snooping).
576
583
DHCP Snoopoing feature allows 1024 Static entries to be configured. A total of 8K clients are supported (4K for DHCPv4 and 4K for DHCPv6). Beyond the limit, the DHCP Snooping DB is not updated and the DHCP packets are dropped.
577
584
578
585
Go back to [Beginning of the document](#dhcp-snooping).
579
-
# 8 Unit Test
580
586
581
-
##8.1 CLI Test cases
587
+
# 8 Future Enhancements, Limitations
588
+
589
+
1. DHCP Snooping is not supported for clients/servers connected to MCLAG. DHCP Snooping binding entries are not currently synced between the MCLAG peers and hence DHCP messages may not be filtered if ingress is on a peer on which the binding was not created.
590
+
591
+
Go back to [Beginning of the document](#dhcp-snooping).
592
+
593
+
# 9 Unit Test
594
+
595
+
##9.1 CLI Test cases
582
596
583
597
1. Verify CLI to enable DHCPv4 Snooping globally
584
598
2. Verify CLI to enable DHCPv4 Snooping per VLAN
@@ -612,9 +626,11 @@ Go back to [Beginning of the document](#dhcp-snooping).
612
626
30. Verify CLI to enable debug logs for DHCP Snooping
613
627
31. Verify CLI to enable DHCP Snooping debug logs per VLAN
614
628
32. Verify CLI to enable DHCP Snooping debug logs per interface
629
+
33. Verify CLI to configure trust mode for a range of interfaces, for DHCP4
630
+
34. Verify CLI to configure trust mode for a range of interfaces, for DHCP6
615
631
616
632
617
-
##8.2 Functionality test cases
633
+
##9.2 Functionality test cases
618
634
619
635
1. Verify that DHCP functionality is not impacted if DHCP Snooping is not enabled globally.
620
636
2. Verify that once DHCP Snooping functionality is enabled globally, the DHCP messages received in VLANs that are not enabled for snooping are discarded.
@@ -647,9 +663,12 @@ Go back to [Beginning of the document](#dhcp-snooping).
647
663
29. Verify that the VLAN on which DHCP snooping is enabled, cannot be deleted.
648
664
30. Verify that trust/untrust configuration on a port is retained after a port shut/no-shut operation.
649
665
31. Verify that a port can be set to 'trust' only if the VLAN to which it belongs has DHCP snooping enabled.
666
+
32. Verify that DHCP Snooping dynamic binding entries are retained across warm boot
667
+
33. Verify that DHCP Snooping dynamic binding entries lease time is updated with the time taken for warm boot operation.
668
+
34. Verify that DHCP Snooping dynamic binding entires whose lease expired during the warm boot operation do not appear after warm boot is complete.
650
669
651
670
Go back to [Beginning of the document](#dhcp-snooping).
652
-
# 9 Internal Design Information
671
+
# 10 Internal Design Information
653
672

654
673
655
674
Go back to [Beginning of the document](#dhcp-snooping).
0 commit comments