Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bounce ports on VLAN change #89

Open
sebschrader opened this issue Jan 15, 2019 · 0 comments
Open

Bounce ports on VLAN change #89

sebschrader opened this issue Jan 15, 2019 · 0 comments

Comments

@sebschrader
Copy link
Member

On VLAN change usually the IP network of a client changes and the client is supposed to request a new IP address via DHCP. A VLAN change however is transparent for the client and occurs only on the NAS (switch). By bouncing the port (disabling and re-enabling the client's port on the switch after the a few seconds) the client will typically perform a new DHCP request.

There are several ways to do this

  • The port can be disabled and enabled by a management API of the switch (e.g. via SNMP IF-MIB::ifAdminStatus messages)
  • Some vendors have implemented vendor-specific RADIUS attributes that can be provided in RADIUS Change-of-Authorization (CoA) messages:
    • HP provides HP-Port-Bounce-Host
    • Cisco provides the value subscriber:command=bounce-host-port for its Cisco:Avpair attribute.
    • ALE devices can automatically perform a port bounce, if they detect a VLAN change due to an CoA message
@sebschrader sebschrader added this to the 0.5 milestone May 12, 2019
@sebschrader sebschrader modified the milestones: 0.5, 0.6 Jun 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant