cancel
Showing results for 
Search instead for 
Did you mean: 

Netlogin 802.1x guest VLAN command missing

Netlogin 802.1x guest VLAN command missing

BoBco
New Contributor

Hello folks, 

I am configuring 802.1x on X450-G2 switch and I while trying to configure guest access I realized, that the commands I found in KB and in documentation are simply not there. I am talking about these commands:

  • configure netlogin dot1x guest-vlan vlan_name {ports port_list}
  • enable netlogin dot1x guest-vlan ports [all |ports]

What I see is this:

* Slot-1 SWITCH.1 # configure netlogin dot1x ?
  eapol-transmit-version  Configure EAPOL MPDU version transmitted to supplicant
  ports                   Specify list of ports to configure 802.1X protocol timers
  radius-accounting       Configure 802.1X client's RADIUS accounting setting
  tag-eapol               Configure whether EAPOL packets are sent with or without a VLAN tag on tagged ports.
  timers                  Configure 802.1X protocol timers

Can anyone tell me what am I doing wrong, or at least point me in the right direction? My OS version is 31.7.4.2.

Thank you in advance!

Robert

1 ACCEPTED SOLUTION

Gabriel_G
Extreme Employee

I am assuming you have policy enabled (enable policy; show configuration policy).

With policy enabled, some netlogin features, like the 'guest VLAN', are no longer available as policy uses a different model for authentication.

With policy enabled, instead of defining a netlogin guest VLAN, you would generally create a guest policy profile that clients are authenticated into to assign some guest VLAN, as defined by the policy profile configuration and your NAC solution.

View solution in original post

3 REPLIES 3

Gabriel_G
Extreme Employee

I am assuming you have policy enabled (enable policy; show configuration policy).

With policy enabled, some netlogin features, like the 'guest VLAN', are no longer available as policy uses a different model for authentication.

With policy enabled, instead of defining a netlogin guest VLAN, you would generally create a guest policy profile that clients are authenticated into to assign some guest VLAN, as defined by the policy profile configuration and your NAC solution.

Hello Gabriel,

Thank you for your reply.

We indeed do use policy to restrict SSH access to the device, so that could be the case. I had no idea that using policy would have such side effects. Not sure if it is explicitly stated somewhere, but it would be nice if at least the CLI documentation mentioned this is not available under certain circumstances to avoid confusion. 🤔

Gabriel_G
Extreme Employee

Hi Robert,

I generally agree with you.

 

I will shout out that the CLI does hint at this behavior when policy is enabled:

* Switch.1 # enable policy
Warning: Enabling Policy will cause some Netlogin settings (such as VLANs and dynamically created VLANs) to be cleared.

 

 

Additionally, this is documented in the user guide under the policy section.

Page 1323: https://documentation.extremenetworks.com/Switch%20Engine%20v33.3.1%20User%20Guide/downloads/Switch_...

 

"When enabling policy, all VLAN-level commands supported in non-policy mode are lost, including:
..."

 

GTM-P2G8KFN