Unsolved
This post is more than 5 years old
4 Posts
0
6241
March 15th, 2018 04:00
Switchport mode access & switchport access vlan on Dell S3048ON
Hello all,
I am working with S3048ON switch and have setup its port, lets say Gi 0/10 for Dot1X authentication. Now I want to have a VLAN assignment on this port before the authentication or more precisely I want this port to be on VLAN, lets say VLAN 10, which is my Registration VLAN. Normally I can authenticate a client on the port Gi 0/10 and then I have the right VLAN assignment( to VLAN 2 in my case) which is working fine for me. But I want to assign this port to a VLAN before authentication. I searched around and found some commands for the interfaces for VLAN assignment like below:
switchport mode access
switchport access vlan 10
These commands are not available on S3048ON. But afaik the switch supports Dynamic VLAN assignment. So are there equivalent commands available for S3048ON? Please let me know about it.
Thank you.


vijayrana
4 Posts
0
March 16th, 2018 03:00
Thanks for the response. I have already tried that. I expect the client connected to port gi0/10, to be in the network the VLAN10 is in. I am not able to achieve this. Any suggestions?
vijayrana
4 Posts
0
March 19th, 2018 02:00
Here is my config:
I am using Gi0/10 as my port to authenticate on and VLAN 10 as my Registration/Guest-VLAN.
Config for vlan 10:
Config for Gi0/10:
dot1X authentication is enabled in config mode and on the port Gi0/10.
So when I disable dot1X in config and on the interface Gi0/10, the port is placed in the network on VLAN 10 but after enabling it, the port is not assciated with the network on VLAN 10. Basically I want to have VLAN 10 network assigned to the port G0/10 before dot1X authentication.
After the authentication I want the port to be associated with VLAN-2, which works fine.
I expect that the port Gi0/10 to be, by default placed in the network on VLAN10.
If you need any additional information please let me know.
Thanks.
vijayrana
4 Posts
0
March 20th, 2018 03:00
Thanks for the info. So the devices connected on this port will try to authenticate first. I am curious about using Guest/not authorized VLAN for devices that cannot authenticate, did you refer to MAB? Also if possible can you please provide sample config here?
Thanks