- Install IAS on the Windows Server
- Right-click Remote Access Policies (in the IAS MMC) and choose "New Remote Access Policy"
- Select "Setup a custom policy"
- For the policy name, we'll call it Cisco Switches
- Click Next
- Click Add
- Select Windows-Groups
- Click Add
- Click Add and select the groups for this policy
- Click OK
- Click OK
- Click Next
- Select "Grant remote access permission"
- Click Edit Profile
- Click the Authentication Tab
- Leave the defaults and select the following: Unencrypted authentication, Allow clients to connect without negotiating an authentication method
- Click the Advanced tab
- Change "Service-Type" to Login
- Remove Frame-Protocol
- Click Add
- Select "Vendor-Specific"
- Click Add
- Select Cisco from the list
- Select "Yes. It conforms"
- Click Configure Attribute
- Change "Vendor-assigned attribute number" from 0 to 1
- Enter "shell:priv-lvl=15" (without the quotes) in the Attribute Value field
- Click OK
- Click OK
- Click OK
- Click Close
- Click OK
- Respond "No" to a message about a Help topic
- Click Next
- Click Finish
- In the IAS MMC, right-click RADIUS Clients and select New RADIUS Client
- Enter the friendly name and the IP address
- Click Next
- Enter a preshared key to be used in the switch configuration
- Click Finish
On the Cisco Switch (IOS) enter the following (changed to fit you situation):
Couple of assumptions:
- RADIUS-GROUP-NAME is an arbitrary name that you choose
- PRESHARED-KEY is the key used above when adding the RADIUS client to IAS
- 10.1.1.10 and 10.1.1.11 are servers in your environment running IAS
aaa authentication login default local group RADIUS-GROUP-NAME
aaa authorization exec default local group RADIUS-GROUP-NAME
!
radius-server host 10.1.1.10 auth-port 1645 acct-port 1646 key PRESHARED-KEY
radius-server host 10.1.1.11 auth-port 1645 acct-port 1646 key PRESHARED-KEY
!
aaa group server radius RADIUS-GROUP-NAME
server 10.1.1.10 auth-port 1645 acct-port 1646
server 10.1.1.11 auth-port 1645 acct-port 1646
0 comments:
Post a Comment