<?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 Trouble with vty when console works fine in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/trouble-with-vty-when-console-works-fine/m-p/2211601#M136174</link>
    <description>&lt;P&gt;I've done a lot of digging around and can't seem to find any references to my specific problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 3750Xs (12.2) that authenticate against Radius for both console and vty access, that all works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I took that same working config and pasted it into a new ME3400 (12.2), and for console access the authentication is working as expected, but for vty access I'm getting "authentication failed." I don't know what I'd expect to find on the server side of things as the successful console authentication kinda tells me that's all set up correctly. Doesn't seem to be many options I can add to the vty piece of config either, so I'm really stumped. What might I be missing that would make vty authentication behave differently from console authentication on an ME3400, while not being the case on a 3750X?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;username admin password password&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa group server radius Auth-Radius&lt;/P&gt;&lt;P&gt; server 1.2.3.4 auth-port 1645 acct-port 1646&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication login default group Auth-Radius local&lt;/P&gt;&lt;P&gt;aaa authorization exec default group Auth-Radius local&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa session-id common&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip radius source-interface Vlan24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;radius-server host 1.2.3.4 auth-port 1645 acct-port 1646 key Key-Radius&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;line vty 5 15&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 03:27:16 GMT</pubDate>
    <dc:creator>sfmta-cisco</dc:creator>
    <dc:date>2019-03-11T03:27:16Z</dc:date>
    <item>
      <title>Trouble with vty when console works fine</title>
      <link>https://community.cisco.com/t5/network-access-control/trouble-with-vty-when-console-works-fine/m-p/2211601#M136174</link>
      <description>&lt;P&gt;I've done a lot of digging around and can't seem to find any references to my specific problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 3750Xs (12.2) that authenticate against Radius for both console and vty access, that all works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I took that same working config and pasted it into a new ME3400 (12.2), and for console access the authentication is working as expected, but for vty access I'm getting "authentication failed." I don't know what I'd expect to find on the server side of things as the successful console authentication kinda tells me that's all set up correctly. Doesn't seem to be many options I can add to the vty piece of config either, so I'm really stumped. What might I be missing that would make vty authentication behave differently from console authentication on an ME3400, while not being the case on a 3750X?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;username admin password password&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa group server radius Auth-Radius&lt;/P&gt;&lt;P&gt; server 1.2.3.4 auth-port 1645 acct-port 1646&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication login default group Auth-Radius local&lt;/P&gt;&lt;P&gt;aaa authorization exec default group Auth-Radius local&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa session-id common&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip radius source-interface Vlan24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;radius-server host 1.2.3.4 auth-port 1645 acct-port 1646 key Key-Radius&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;line vty 5 15&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 03:27:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/trouble-with-vty-when-console-works-fine/m-p/2211601#M136174</guid>
      <dc:creator>sfmta-cisco</dc:creator>
      <dc:date>2019-03-11T03:27:16Z</dc:date>
    </item>
    <item>
      <title>Trouble with vty when console works fine</title>
      <link>https://community.cisco.com/t5/network-access-control/trouble-with-vty-when-console-works-fine/m-p/2211602#M136236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Few questions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.] What do you see on radius server logging section when you try a connection from vty?&lt;/P&gt;&lt;P&gt;2.] Can we have debugs from the device&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;debug aaa authentication&lt;/P&gt;&lt;P&gt;debug radius&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.] show run | beg line vty&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jatin Katyal &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;- Do rate helpful posts -&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 19:32:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/trouble-with-vty-when-console-works-fine/m-p/2211602#M136236</guid>
      <dc:creator>Jatin Katyal</dc:creator>
      <dc:date>2013-05-21T19:32:51Z</dc:date>
    </item>
  </channel>
</rss>

