Link to home
Start Free TrialLog in
Avatar of Haho
Haho

asked on

Cisco - Can GRE Tunnel support policy based routing?

hi,

Can I apply a policy based routing on a GRE Tunnel in a Cisco IOS environment??? Please advise...
Thanks
Avatar of Robing66066
Robing66066

If I understand what you are asking, the answer would be yes.  Set up IAS for Windows 2000/2003 and have your Cisco device perform authentication through that device as a RADIUS server.  

You will end up adding something like this to your config:

aaa-server TACACS+ protocol tacacs+

aaa-server TACACS+ (inside) host 10.1.0.100 <key> timeout 5

aaa-server RADIUS protocol radius

aaa-server authinbound protocol tacacs+

aaa-server authinbound (inside) host 10.1.0.100 <key> timeout

At the 10.1.0.100, you'll have your IAS (RADIUS) server set up with the policies you want.

Good luck!
ASKER CERTIFIED SOLUTION
Avatar of Les Moore
Les Moore
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial