<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic access denied when ssh in window server 2008 after set it as radius server in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/access-denied-when-ssh-in-window-server-2008-after-set-it-as/m-p/2659965#M74219</link>
    <description>&lt;P&gt;yesterday i succeed to use aaa to login and can see aaa in sh aaa session&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://murison.wordpress.com/2010/11/11/cisco-radius-configuration-with-server-2008-r2/" target="_blank"&gt;https://murison.wordpress.com/2010/11/11/cisco-radius-configuration-with-server-2008-r2/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;today i simulate again, it access denied, do not know where is wrong&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;a. can it use active directory user account to login cisco switch and router if i add domain user group in network policy?&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; if so, why need to set user radiusclient in router with the same password as the same as in radiusclient in window server 2008?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;win 192.168.2.12 --- &amp;nbsp;switch 192.168.2.5 --- 192.168.2.1 R1&lt;/P&gt;&lt;P&gt;R1&lt;BR /&gt;conf t&lt;BR /&gt;hostname router1&lt;BR /&gt;int FastEthernet0/0&lt;BR /&gt;ip address 192.168.2.1 255.255.255.0&lt;BR /&gt;no shut&lt;BR /&gt;end&lt;BR /&gt;conf t&lt;BR /&gt;ip route 192.168.2.0 255.255.255.0 192.168.2.5&lt;BR /&gt;end&lt;/P&gt;&lt;P&gt;enable&lt;BR /&gt;configure terminal&lt;BR /&gt;enable secret cisco&lt;BR /&gt;end&lt;BR /&gt;conf t&lt;BR /&gt;aaa new-model&lt;BR /&gt;username radiusclient privilege 15 password 0 cisco&lt;BR /&gt;crypto key generate rsa&lt;BR /&gt;ip ssh time-out 60&lt;BR /&gt;ip ssh version 2&lt;BR /&gt;line vty 0 4&lt;BR /&gt;transport input ssh&lt;BR /&gt;exit&lt;BR /&gt;line vty 5 15&lt;BR /&gt;transport input ssh&lt;BR /&gt;exit&lt;BR /&gt;ip domain-name radius1.local&lt;BR /&gt;radius-server host 192.168.2.12&lt;BR /&gt;radius-server key cisco&lt;BR /&gt;aaa group server radius NPSSERVER&lt;BR /&gt;server 192.168.2.12&lt;BR /&gt;exit&lt;BR /&gt;aaa authentication login default group NPSSERVER local&lt;BR /&gt;aaa authorization exec default group NPSSERVER local&lt;BR /&gt;exit&lt;/P&gt;&lt;P&gt;R2&lt;BR /&gt;conf t&lt;BR /&gt;vlan 10&lt;BR /&gt;int vlan 10&lt;BR /&gt;ip address 192.168.2.5 255.255.255.0&lt;BR /&gt;end&lt;BR /&gt;conf t&lt;BR /&gt;hostname router2&lt;BR /&gt;int FastEthernet1/0&lt;BR /&gt;switchport&lt;BR /&gt;switchport access vlan 10&lt;BR /&gt;switchport mode access&lt;BR /&gt;shutdown&lt;BR /&gt;no shut&lt;BR /&gt;end&lt;BR /&gt;conf t&lt;BR /&gt;hostname router2&lt;BR /&gt;int FastEthernet1/1&lt;BR /&gt;switchport&lt;BR /&gt;switchport access vlan 10&lt;BR /&gt;switchport mode access&lt;BR /&gt;shutdown&lt;BR /&gt;no shut&lt;BR /&gt;end&lt;BR /&gt;conf t&lt;BR /&gt;hostname router2&lt;BR /&gt;int FastEthernet1/2&lt;BR /&gt;switchport&lt;BR /&gt;switchport access vlan 10&lt;BR /&gt;switchport mode access&lt;BR /&gt;shutdown&lt;BR /&gt;no shut&lt;BR /&gt;end&lt;/P&gt;&lt;P&gt;R3&lt;/P&gt;&lt;P&gt;conf t&lt;BR /&gt;hostname router3&lt;BR /&gt;int FastEthernet0/0&lt;BR /&gt;ip address 192.168.2.7 255.255.255.0&lt;BR /&gt;no shut&lt;BR /&gt;end&lt;/P&gt;&lt;P&gt;conf t&lt;BR /&gt;ip route 192.168.2.0 255.255.255.0 192.168.2.5&lt;BR /&gt;end&lt;/P&gt;</description>
    <pubDate>Tue, 26 Mar 2019 00:32:46 GMT</pubDate>
    <dc:creator>martlee2</dc:creator>
    <dc:date>2019-03-26T00:32:46Z</dc:date>
    <item>
      <title>access denied when ssh in window server 2008 after set it as radius server</title>
      <link>https://community.cisco.com/t5/network-access-control/access-denied-when-ssh-in-window-server-2008-after-set-it-as/m-p/2659965#M74219</link>
      <description>&lt;P&gt;yesterday i succeed to use aaa to login and can see aaa in sh aaa session&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://murison.wordpress.com/2010/11/11/cisco-radius-configuration-with-server-2008-r2/" target="_blank"&gt;https://murison.wordpress.com/2010/11/11/cisco-radius-configuration-with-server-2008-r2/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;today i simulate again, it access denied, do not know where is wrong&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;a. can it use active directory user account to login cisco switch and router if i add domain user group in network policy?&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; if so, why need to set user radiusclient in router with the same password as the same as in radiusclient in window server 2008?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;win 192.168.2.12 --- &amp;nbsp;switch 192.168.2.5 --- 192.168.2.1 R1&lt;/P&gt;&lt;P&gt;R1&lt;BR /&gt;conf t&lt;BR /&gt;hostname router1&lt;BR /&gt;int FastEthernet0/0&lt;BR /&gt;ip address 192.168.2.1 255.255.255.0&lt;BR /&gt;no shut&lt;BR /&gt;end&lt;BR /&gt;conf t&lt;BR /&gt;ip route 192.168.2.0 255.255.255.0 192.168.2.5&lt;BR /&gt;end&lt;/P&gt;&lt;P&gt;enable&lt;BR /&gt;configure terminal&lt;BR /&gt;enable secret cisco&lt;BR /&gt;end&lt;BR /&gt;conf t&lt;BR /&gt;aaa new-model&lt;BR /&gt;username radiusclient privilege 15 password 0 cisco&lt;BR /&gt;crypto key generate rsa&lt;BR /&gt;ip ssh time-out 60&lt;BR /&gt;ip ssh version 2&lt;BR /&gt;line vty 0 4&lt;BR /&gt;transport input ssh&lt;BR /&gt;exit&lt;BR /&gt;line vty 5 15&lt;BR /&gt;transport input ssh&lt;BR /&gt;exit&lt;BR /&gt;ip domain-name radius1.local&lt;BR /&gt;radius-server host 192.168.2.12&lt;BR /&gt;radius-server key cisco&lt;BR /&gt;aaa group server radius NPSSERVER&lt;BR /&gt;server 192.168.2.12&lt;BR /&gt;exit&lt;BR /&gt;aaa authentication login default group NPSSERVER local&lt;BR /&gt;aaa authorization exec default group NPSSERVER local&lt;BR /&gt;exit&lt;/P&gt;&lt;P&gt;R2&lt;BR /&gt;conf t&lt;BR /&gt;vlan 10&lt;BR /&gt;int vlan 10&lt;BR /&gt;ip address 192.168.2.5 255.255.255.0&lt;BR /&gt;end&lt;BR /&gt;conf t&lt;BR /&gt;hostname router2&lt;BR /&gt;int FastEthernet1/0&lt;BR /&gt;switchport&lt;BR /&gt;switchport access vlan 10&lt;BR /&gt;switchport mode access&lt;BR /&gt;shutdown&lt;BR /&gt;no shut&lt;BR /&gt;end&lt;BR /&gt;conf t&lt;BR /&gt;hostname router2&lt;BR /&gt;int FastEthernet1/1&lt;BR /&gt;switchport&lt;BR /&gt;switchport access vlan 10&lt;BR /&gt;switchport mode access&lt;BR /&gt;shutdown&lt;BR /&gt;no shut&lt;BR /&gt;end&lt;BR /&gt;conf t&lt;BR /&gt;hostname router2&lt;BR /&gt;int FastEthernet1/2&lt;BR /&gt;switchport&lt;BR /&gt;switchport access vlan 10&lt;BR /&gt;switchport mode access&lt;BR /&gt;shutdown&lt;BR /&gt;no shut&lt;BR /&gt;end&lt;/P&gt;&lt;P&gt;R3&lt;/P&gt;&lt;P&gt;conf t&lt;BR /&gt;hostname router3&lt;BR /&gt;int FastEthernet0/0&lt;BR /&gt;ip address 192.168.2.7 255.255.255.0&lt;BR /&gt;no shut&lt;BR /&gt;end&lt;/P&gt;&lt;P&gt;conf t&lt;BR /&gt;ip route 192.168.2.0 255.255.255.0 192.168.2.5&lt;BR /&gt;end&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2019 00:32:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/access-denied-when-ssh-in-window-server-2008-after-set-it-as/m-p/2659965#M74219</guid>
      <dc:creator>martlee2</dc:creator>
      <dc:date>2019-03-26T00:32:46Z</dc:date>
    </item>
  </channel>
</rss>

