<?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 Re: C1111-8P and Web Authentication in Routing</title>
    <link>https://community.cisco.com/t5/routing/c1111-8p-and-web-authentication/m-p/4420838#M352070</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I really have no idea if this is an explanation.&amp;nbsp; Because web authentication is not a simple command that it does not giving any error message.&amp;nbsp; There are dozens of separate commands and at least two well known ways to build it (legacy and c3pl) and none of all those giving any error or warning message.&lt;/P&gt;</description>
    <pubDate>Mon, 21 Jun 2021 09:50:12 GMT</pubDate>
    <dc:creator>leosoft</dc:creator>
    <dc:date>2021-06-21T09:50:12Z</dc:date>
    <item>
      <title>C1111-8P and Web Authentication</title>
      <link>https://community.cisco.com/t5/routing/c1111-8p-and-web-authentication/m-p/4417313#M351787</link>
      <description>&lt;P&gt;Hello guys,&lt;/P&gt;&lt;P&gt;The following config is working flawlessly in a C886VA but in a C1111-8P and IOS XE 16 (or even 17) I experiencing a very strange issue.&amp;nbsp; My bridged interface (now BDI2) seems that is never executing the authentication commands (authentication order webauth,&amp;nbsp;authentication fallback web_auth_profile).&amp;nbsp; Does anyone run into a similar problem?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;!
aaa new-model
!
!
aaa authentication login default local
aaa authentication ppp default local
aaa authorization network default local
aaa authorization auth-proxy default local
!
!
aaa attribute list auth_list
 attribute type priv-lvl 0
 attribute type user-maxlinks 7
 attribute type proxyacl "deny tcp any host 192.168.2.1 eq 80" service auth-proxy
 attribute type proxyacl "deny tcp any host 192.168.2.1 eq 443" service auth-proxy
 attribute type proxyacl "deny tcp any host 192.168.2.1 eq 22" service auth-proxy
 attribute type proxyacl "deny tcp any host 192.168.2.1 eq 23" service auth-proxy
 attribute type proxyacl "deny ip any 192.168.0.0 0.0.0.255" service auth-proxy
 attribute type proxyacl "deny ip any 192.168.1.0 0.0.0.255" service auth-proxy
 attribute type proxyacl "deny ip any 192.168.2.0 0.0.0.255" service auth-proxy
 attribute type proxyacl "permit ip any any" service auth-proxy
!
ip admission proxy http login expired page file flash:expired.htm
ip admission proxy http login page file flash:login.htm
ip admission proxy http success page file flash:success.htm
ip admission proxy http failure page file flash:fail.htm
ip admission init-state-time 5
ip admission inactivity-timer 120
ip admission name web_auth proxy http inactivity-time 120 list proxy_list
!&lt;BR /&gt;username guest aaa attribute list auth_list privilege 0 password 0 xxxxxxxxxxx&lt;BR /&gt;!
mac access-list extended MACDeniedVLAN2
 deny   host cccc.bbbb.aaaa any
 permit any any
!
fallback profile web_auth_profile
 ip access-group preauth_list in
 ip admission web_auth
!&lt;BR /&gt;interface GigabitEthernet0/1/0&lt;BR /&gt;switchport mode trunk&lt;BR /&gt;!
interface Vlan2
 no ip address
 no autostate
 service instance 2 ethernet
  encapsulation dot1q 2
  rewrite ingress tag pop 1 symmetric
  mac access-group MACDeniedVLAN2 in
  bridge-domain 2
!
interface BDI2
 device-tracking
 ip address 192.168.2.1 255.255.255.0
 no ip redirects
 no ip unreachables
 ip mtu 1476
 ip nat inside
 zone-member security InsideGuests
 ip tcp adjust-mss 1436
 encapsulation dot1Q 2
 authentication order webauth
 authentication fallback web_auth_profile
 service-policy input guest-fw
 ip virtual-reassembly
!
ip access-list extended preauth_list
 10 permit udp any any range bootps bootpc
 20 permit udp any any eq domain
!&lt;BR /&gt;ip http server&lt;BR /&gt;ip http authentication aaa&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;Tried to debug :&lt;/P&gt;&lt;P&gt;debug ip admission all&lt;/P&gt;&lt;P&gt;debug authentication feature webauth all&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But absolutely nothing came. As I said in the beginning looks like the&amp;nbsp;authentication commands are ignored.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your time,&lt;/P&gt;</description>
      <pubDate>Sat, 12 Jun 2021 19:40:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing/c1111-8p-and-web-authentication/m-p/4417313#M351787</guid>
      <dc:creator>leosoft</dc:creator>
      <dc:date>2021-06-12T19:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: C1111-8P and Web Authentication</title>
      <link>https://community.cisco.com/t5/routing/c1111-8p-and-web-authentication/m-p/4420752#M352058</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;In the following configuration guide regarding IOS XE (...17 probably;;;), i found a declaration that disappointed me:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/sec_usr_aaa/configuration/xe-17/sec-usr-aaa-xe-17-book/sec-cfg-authentifcn.html" target="_blank" rel="noopener"&gt;https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/sec_usr_aaa/configuration/xe-17/sec-usr-aaa-xe-17-book/sec-cfg-authentifcn.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IOS_XE_Restr.jpg" style="width: 928px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/123141iE48025558A3D014A/image-size/large?v=v2&amp;amp;px=999" role="button" title="IOS_XE_Restr.jpg" alt="IOS_XE_Restr.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So if finally web authentication is not supported anymore, why all configuration commands are still there without giving you a message like so many other deprecated commands???&amp;nbsp; Web authentication is also able to be converted to the "new style" (c3pl) but in any case all related commands seems to be ignored while configuration is running.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Jun 2021 09:02:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing/c1111-8p-and-web-authentication/m-p/4420752#M352058</guid>
      <dc:creator>leosoft</dc:creator>
      <dc:date>2021-06-20T09:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: C1111-8P and Web Authentication</title>
      <link>https://community.cisco.com/t5/routing/c1111-8p-and-web-authentication/m-p/4420834#M352069</link>
      <description>&lt;P&gt;Thanks for the update. I am glad that you found that explanation in the documentation. It is disappointing that a command that has been deprecated can be entered and not generate any kind of error/warning message.&lt;/P&gt;</description>
      <pubDate>Sun, 20 Jun 2021 18:17:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing/c1111-8p-and-web-authentication/m-p/4420834#M352069</guid>
      <dc:creator>Richard Burts</dc:creator>
      <dc:date>2021-06-20T18:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: C1111-8P and Web Authentication</title>
      <link>https://community.cisco.com/t5/routing/c1111-8p-and-web-authentication/m-p/4420838#M352070</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I really have no idea if this is an explanation.&amp;nbsp; Because web authentication is not a simple command that it does not giving any error message.&amp;nbsp; There are dozens of separate commands and at least two well known ways to build it (legacy and c3pl) and none of all those giving any error or warning message.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 09:50:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing/c1111-8p-and-web-authentication/m-p/4420838#M352070</guid>
      <dc:creator>leosoft</dc:creator>
      <dc:date>2021-06-21T09:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: C1111-8P and Web Authentication</title>
      <link>https://community.cisco.com/t5/routing/c1111-8p-and-web-authentication/m-p/4421053#M352097</link>
      <description>&lt;P&gt;Hello again,&lt;/P&gt;&lt;P&gt;Finally seems that Cisco decided to cut the Web Authentication from IOS XE and all router platforms running it.&amp;nbsp; I manage to search using "by feature" tool and unfortunately made sure that Web Authentication gone:&lt;/P&gt;&lt;P&gt;&lt;A href="https://cfnng.cisco.com/browse/routing/products" target="_self"&gt;https://cfnng.cisco.com/browse/routing/products&lt;/A&gt;&lt;/P&gt;&lt;P&gt;To be honest I am really sad because I spent hundred of hours reading about IOS XE and of course money on hardware and license upgrade and now all goes to the garbage.&lt;/P&gt;&lt;P&gt;P/S: And now I also have to "Accept as Solution" my unpleasant finding :))))))&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 17:51:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing/c1111-8p-and-web-authentication/m-p/4421053#M352097</guid>
      <dc:creator>leosoft</dc:creator>
      <dc:date>2021-06-21T17:51:11Z</dc:date>
    </item>
  </channel>
</rss>

