cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
572
Views
0
Helpful
4
Replies

Radius distant site

Teayuu
Level 1
Level 1

Hi

 

I'm working on a Windows radius server.

The radius authenticate by computers name and MAC address so they get specific VLAN.

Let's take an example:

I authenticate by computer name so i get VLAN 2.

If i need to go to a distant site it will still get VLAN 2 but i want the computer to get the VLAN from the distant site.

 

Is it possible ?

If yes then which policy do i need to configure ?

 

Thank you for your attention.

1 Accepted Solution

Accepted Solutions

Hello, thank you for your anwser.

 

So i did a new network policy, using the name of the client (in my situation it's a switch) then it work.

 

example: if the request is from switch A and it's a computer in the AD group then assign VLAN A

if the request is from switch B and it's a computer in the AD group then assign VLAN B.

 

 

View solution in original post

4 Replies 4

paul
Level 10
Level 10

You can either create rules based on network device or location names:

  1. If Location A then VLAN X.
  2. If Location B then VLAN Y.

That doesn't scale well.  The better solution is to use a consistent VLAN naming scheme and pass the VLAN name not the VLAN #.

 

  1. Location A has VLAN 2 name "Data".
  2. Location B has VLAN 20 named "Data".
  3. ISE results assigns VLAN "Data".

This allows the user to fall onto the correct VLAN not matter the location.

Hello, thank you for your anwser.

 

So i did a new network policy, using the name of the client (in my situation it's a switch) then it work.

 

example: if the request is from switch A and it's a computer in the AD group then assign VLAN A

if the request is from switch B and it's a computer in the AD group then assign VLAN B.

 

 

That solution works, but doesn't scale well if you have many sites.  You are better using a standardize VLAN naming scheme and passing the VLAN name instead of the #.  Glad you got a solution that works.