cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic Port Addition to Vlans for DHCP Snooping

Dynamic Port Addition to Vlans for DHCP Snooping

Walt_Witkowski
New Contributor II

We have a very fluid environment when it comes to port to vlan assignment.  I see that using the command " enable ip-security dhcp-snooping vlan STUDENT_ITTSTAFF_849 ports all violation-action drop-packet block-port duration 15"  enables dhcp-snooping on all currently recognized ports within the STUDENT_ITTSTAFF_849 vlan.  We do frequently change port vlan assignments.  This process is manually executed.

Is there a way to dynamically add the new port assignment to the new dhcp-snooping vlan?

Is there a method to enable all switch ports to dhcp snooping without vlan considerations.?

thanks in advance,

 

1 ACCEPTED SOLUTION

Gabriel_G
Extreme Employee

Hello!

To answer your questions directly:
"Is there a way to dynamically add the new port assignment to the new dhcp-snooping vlan?"
"Is there a method to enable all switch ports to dhcp snooping without vlan considerations.?"
-> No, unless the VLAN is dynamically created in which case you can use the dynamic VLAN commands linked below.
-> You can potentially script this configuration via UPM, but that is outside the scope of GTAC support. Your account team may be able to help with this, though.

It sounds like you're running into a limitation of how EXOS can configure DHCP-Snooping.

There are generally 2 ways to configure DHCP Snooping:

1) Statically Created VLANs

https://extreme-networks.my.site.com/ExtrArticleDetail?an=000080865

Statically created VLANs are created by the CLI command 'create vlan <NAME> tag <#>'.

In order to configure DHCP snooping for statically created VLANs, the VLAN must be assigned to the relevant port at the time of enabling DHCP-Snooping.

If the relevant VLAN is ever removed from the port, the DHCP snooping configuration for that port is lost.

2) Dynamically Created VLANs

https://extreme-networks.my.site.com/ExtrArticleDetail?an=000075129

Dynamically created VLANs are those not created by a 'create vlan' command.

You can enable DHCP snooping for all dynamically created VLANs on all ports without any dynamic VLAN actually created or applied to any ports. Note that this configuration will apply to ALL dynamically created/assigned VLANs on relevant ports, you cannot pick specific VLANs. This configuration applies to all current and future dynamically created VLANs.

---
It sounds like you may have statically created VLANs that are dynamically assigned. In this case, you can configure DHCP snooping for statically created VLANs, but that configuration is lost as soon as the VLAN is dynamically removed from the port.

 

To get around this, you have a couple of options:

1) Make all dynamically assigned VLANs also dynamically created VLANs. This would imply that you 'delete' any VLAN that was statically created and let dynamic features create and assign these VLANs in entirety. This may be an issue when you get to your uplink port as you are likely not using dynamic VLAN assignment for the uplink port. If using Policy, you can potentially get around this by using policy 'admin rules' which basically state that the uplink port will always be assigned to a relevant policy profile that can do the dynamic creation and assignment of VLANs for you.

 

2) Create some script that automatically adds DHCP-Snooping configuration to ports as VLANs are dynamically assigned. You can potentially do this via the UPM feature on the switch but note that creating such a script would be outside the scope of GTAC support, so if you run into any issues with your script, GTAC will be unable to assist you.

 

3) Otherwise, I would recommend creating a feature request to allow for DHCP-Snooping configuration for statically created by dynamically assigned VLANs to get around this behavior.

 

 

Hopefully that makes sense and helps you with your configuration!

View solution in original post

1 REPLY 1

Gabriel_G
Extreme Employee

Hello!

To answer your questions directly:
"Is there a way to dynamically add the new port assignment to the new dhcp-snooping vlan?"
"Is there a method to enable all switch ports to dhcp snooping without vlan considerations.?"
-> No, unless the VLAN is dynamically created in which case you can use the dynamic VLAN commands linked below.
-> You can potentially script this configuration via UPM, but that is outside the scope of GTAC support. Your account team may be able to help with this, though.

It sounds like you're running into a limitation of how EXOS can configure DHCP-Snooping.

There are generally 2 ways to configure DHCP Snooping:

1) Statically Created VLANs

https://extreme-networks.my.site.com/ExtrArticleDetail?an=000080865

Statically created VLANs are created by the CLI command 'create vlan <NAME> tag <#>'.

In order to configure DHCP snooping for statically created VLANs, the VLAN must be assigned to the relevant port at the time of enabling DHCP-Snooping.

If the relevant VLAN is ever removed from the port, the DHCP snooping configuration for that port is lost.

2) Dynamically Created VLANs

https://extreme-networks.my.site.com/ExtrArticleDetail?an=000075129

Dynamically created VLANs are those not created by a 'create vlan' command.

You can enable DHCP snooping for all dynamically created VLANs on all ports without any dynamic VLAN actually created or applied to any ports. Note that this configuration will apply to ALL dynamically created/assigned VLANs on relevant ports, you cannot pick specific VLANs. This configuration applies to all current and future dynamically created VLANs.

---
It sounds like you may have statically created VLANs that are dynamically assigned. In this case, you can configure DHCP snooping for statically created VLANs, but that configuration is lost as soon as the VLAN is dynamically removed from the port.

 

To get around this, you have a couple of options:

1) Make all dynamically assigned VLANs also dynamically created VLANs. This would imply that you 'delete' any VLAN that was statically created and let dynamic features create and assign these VLANs in entirety. This may be an issue when you get to your uplink port as you are likely not using dynamic VLAN assignment for the uplink port. If using Policy, you can potentially get around this by using policy 'admin rules' which basically state that the uplink port will always be assigned to a relevant policy profile that can do the dynamic creation and assignment of VLANs for you.

 

2) Create some script that automatically adds DHCP-Snooping configuration to ports as VLANs are dynamically assigned. You can potentially do this via the UPM feature on the switch but note that creating such a script would be outside the scope of GTAC support, so if you run into any issues with your script, GTAC will be unable to assist you.

 

3) Otherwise, I would recommend creating a feature request to allow for DHCP-Snooping configuration for statically created by dynamically assigned VLANs to get around this behavior.

 

 

Hopefully that makes sense and helps you with your configuration!

GTM-P2G8KFN