02-05-2019 12:25 AM
Hi All,
Hope you all are doing good.
I am new on ISE and facing many challenges first and most important for me is to get the proper switch configuration.
I have below devices in my LAB ( This LAB is Only for Testing & Learning purpose )
2 Nos 3560
1 2960 (IP Base)
1 WLC 2504
3560 would be my Core/aggregation switches and 2960 would be access switches.
We have 4 vlans ( Corporate, Guest, BYOD, Limited )
Our Requirement
We want to have a setup in which, When any device connect to our network first it should connect on our Limited VLAN, Where Posturing will be done, Once device is get sanitized/ Postured it should get its respective Vlan, for example if its a corporate device it should get a CORP vlan IP or if its a Guest device it should connect to Guest Vlan.
Below are my queries
Do i have to create all vlans on my Core switch as well as on my access switch
The link between the core and Access SW should be trunk
Do i need to create SVIs ? If yes then please explain how
As i have 2960 access switch where i cannot create more the one L3 interface, What interface it should be ? I mean what vlan it should belongs to ?
Please forgive typo errors, I might have asked some silly questions but i just wanted to clear my doubts only.
Regards,
Solved! Go to Solution.
02-05-2019 12:18 PM
02-05-2019 01:06 AM
Hi There,
To your queries:
Do i have to create all vlans on my Core switch as well as on my access switch
Correct
The link between the core and Access SW should be trunk
Correct
Do i need to create SVIs ? If yes then please explain how
Yes, you will need your SVI's on your core/distribution layer. You create this by adding a VLAN interface such as
conf t
interface vlan 5
ip address 10.10.5.1 255.255.255.0
no shut
des VLAN5
Don't forget to add "ip routing" under your global config, this will allow the switch to do L3 routing and to add the vlan's in your VTP table
As i have 2960 access switch where i cannot create more the one L3 interface, What interface it should be ? I mean what vlan it should belong to ?
If you use the 2960's as access layer switches, then you won't need to worry about creating multiple L3 interfaces, you only need a management interface for each access layer switch.
<<< Please help the community by marking useful posts helpful, or accept as a solution if it resolved your issue >>>
02-05-2019 04:56 AM
Hi Jurgens,
Thanks for your prompt response.
Its very helpful for me, could you please share core switch config template if you have any or you can share the link from where i can see the config.
02-05-2019 12:18 PM
02-08-2019 05:08 PM
We want to have a setup in which, When any device connect to our network first it should connect on our Limited VLAN, Where Posturing will be done, Once device is get sanitized/ Postured it should get its respective Vlan, for example if its a corporate device it should get a CORP vlan IP or if its a Guest device it should connect to Guest Vlan.
These are some questions that you will want to consider while designing your build:
Do you have 8021x enabled in your environment? Do you have PKI certificates to use or do you plan to use MAB? Do you have the Anyconnect client with the ISE posture module on your clients you are testing? Are you planning to use client provisioning in ISE for clients that do not have the posture module?
You will need quite a bit of configs on your NADs to achieve your requirements. For a better understanding of how to configure 8021x on your NADs see this:
Hope this helps.
02-09-2019 08:54 AM
This approach "We want to have a setup in which, When any device connect to our network first it should connect on our Limited VLAN, Where Posturing will be done, Once device is get sanitized/ Postured it should get its respective Vlan, for example if its a corporate device it should get a CORP vlan IP or if its a Guest device it should connect to Guest Vlan." will definitely lead to challenges. VLAN switches after the device already has an IP address on the first VLAN is usually a challenge. I wouldn't advocate doing an VLAN switches after the initial IP is received, but your mileage may vary.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide