<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">

<channel>
<title>Topic &#x27;[Config] Cisco 877W authenticated through radius but no traffic&#x27; in forum &#x27;Cisco&#x27; - dslreports.com</title>
<link>http://www.dslreports.com/forum/Config-Cisco-877W-authenticated-through-radius-but-no-traffic-27602954</link>
<description></description>
<language>en</language>
<pubDate>Fri, 24 May 2013 04:57:17 EDT</pubDate>
<lastBuildDate>Fri, 24 May 2013 04:57:17 EDT</lastBuildDate>

<item>
<title>Re: [Config] Cisco 877W authenticated through radius but no traf</title>
<link>http://www.dslreports.com/forum/Re-Config-Cisco-877W-authenticated-through-radius-but-no-traf-27617827</link>
<description><![CDATA[RaymondT posted : Solved this if anyone else has this problem avoid bridge groups altogether just use the advanced ip ios and set a vlan for each interface.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Config-Cisco-877W-authenticated-through-radius-but-no-traf-27617827</guid>
<pubDate>Fri, 12 Oct 2012 21:17:20 EDT</pubDate>
</item>

<item>
<title>Re: [Config] Cisco 877W authenticated through radius but no traf</title>
<link>http://www.dslreports.com/forum/Re-Config-Cisco-877W-authenticated-through-radius-but-no-traf-27603848</link>
<description><![CDATA[RaymondT posted : Upon checking the access list using show ip access list 1 im not getting any hits for the wired subnets.<br><br>10 permit 10.0.0.0, wildcard bits 0.0.0.255 (5 matches)<br>    20 permit 10.0.1.0, wildcard bits 0.0.0.255<br>    30 permit 10.0.2.0, wildcard bits 0.0.0.255 (278 matches)<br>    40 permit 10.0.3.0, wildcard bits 0.0.0.255<br><br>Also I can now not ping the wireless client 10.0.1.2 ]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Config-Cisco-877W-authenticated-through-radius-but-no-traf-27603848</guid>
<pubDate>Tue, 09 Oct 2012 08:28:49 EDT</pubDate>
</item>

<item>
<title>Re: [Config] Cisco 877W authenticated through radius but no traf</title>
<link>http://www.dslreports.com/forum/Re-Config-Cisco-877W-authenticated-through-radius-but-no-traf-27603618</link>
<description><![CDATA[RaymondT posted : The router is the dhcp relay and ive tested dhcp functionality on the other ssid<br><br>The only access list I have is a sdm generated one which has the guest wifi subnet 10.0.3.1.<br><br>Ive checked in the tmg server logs and nothing is being blocked there]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Config-Cisco-877W-authenticated-through-radius-but-no-traf-27603618</guid>
<pubDate>Tue, 09 Oct 2012 05:42:15 EDT</pubDate>
</item>

<item>
<title>Re: [Config] Cisco 877W authenticated through radius but no traf</title>
<link>http://www.dslreports.com/forum/Re-Config-Cisco-877W-authenticated-through-radius-but-no-traf-27603184</link>
<description><![CDATA[Bigzizzzle posted : Is a microsoft server doing the DHCP requests and configured as the relay agent?<br><br>Is the Access-list getting incremented on the Guest Subnet?]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Config-Cisco-877W-authenticated-through-radius-but-no-traf-27603184</guid>
<pubDate>Mon, 08 Oct 2012 22:17:01 EDT</pubDate>
</item>

<item>
<title>[Config] Cisco 877W authenticated through radius but no traffic</title>
<link>http://www.dslreports.com/forum/Config-Cisco-877W-authenticated-through-radius-but-no-traffic-27602954</link>
<description><![CDATA[RaymondT posted : I have a cisco 877W and ive got two WPA enterprise ssid's running on it. The radius authentication is not the issue its that when I connect to the first SSID I get access to the internal network but when I connect to the guest SSID I get 60 Received packets in the connection status window with 0 sent packets even after pinging the router<br><br>This is my network setup<br><br> <IMG SRC="http://upit.cc/i/f2756e50.gif"> <br><br>The blue ssid is for access to the internal network (past the radius/tmg server)<br>The red one is for guest access to the internet without filtering (allowed radius access)<br><br>This is my config, The only thing I can think of is the guest ssid isn't on the native vlan.<br><br>I've made sure im using a static ip to test this and after connection the client cant ping the router nor the router the client<br><br>Syslog shows no issues with the authentication<br><br>[config]version 15.1<br>no service pad<br>service tcp-keepalives-in<br>service tcp-keepalives-out<br>no service timestamps debug uptime<br>service timestamps log uptime<br>service password-encryption<br>service sequence-numbers<br>!<br>hostname Cisco877W<br>!<br>boot-start-marker<br>boot-end-marker<br>!<br>!<br>logging buffered 51200<br>enable secret 5  <br>!<br>aaa new-model<br>!<br>!<br>aaa group server radius rad_eap<br> server 10.0.0.3<br>!<br>aaa group server radius rad_mac<br> server 10.0.0.3<br>!<br>aaa group server radius rad_acct<br> server 10.0.0.3<br>!<br>aaa group server radius rad_admin<br> server 10.0.0.3<br>!<br>aaa group server radius rad_pmip<br> server 10.0.0.3<br>!<br>aaa group server radius dummy<br>!<br>aaa group server radius sdm-vpn-server-group-1<br> server 10.0.0.3<br>!<br>aaa group server radius sdm-vpn-server-group-2<br> server 10.0.0.3<br>!<br>aaa authentication login default group radius local<br>aaa authentication login local_authen local<br>aaa authentication login eap_methods group rad_eap<br>aaa authentication login mac_methods local<br>aaa authentication login sdm_vpn_xauth_ml_1 passwd-expiry group sdm-vpn-server-group-1<br>aaa authentication login sdm_vpn_xauth_ml_2 passwd-expiry group sdm-vpn-server-group-2<br>aaa authorization exec local_author local <br>aaa authorization ipmobile default group rad_pmip <br>aaa authorization network sdm_vpn_group_ml_1 group sdm-vpn-server-group-1 <br>aaa authorization network sdm_vpn_group_ml_2 group sdm-vpn-server-group-2 <br>aaa accounting network acct_methods start-stop group rad_acct<br>!<br>!<br>!<br>!<br>!<br>aaa session-id common<br>crypto pki token default removal timeout 0<br>!<br>crypto pki trustpoint TP-self-signed <br> enrollment selfsigned<br> subject-name cn=IOS-Self-Signed-Certificate <br> revocation-check none<br> rsakeypair TP-self-signed <br>!<br>crypto pki trustpoint test_trustpoint_config_created_for_sdm<br> subject-name e=sdmtest@sdmtest.com<br> revocation-check crl<br>!<br>!<br>crypto pki certificate chain TP- <br> certificate self-signed 01<br> <br>  	quit<br>crypto pki certificate chain test_trustpoint_config_created_for_sdm<br>dot11 syslog<br>dot11 vlan-name External-VLAN vlan 10<br>dot11 vlan-name Internal-VLAN vlan 1<br>!<br>dot11 ssid GuestWiFi<br> vlan 10<br> authentication open eap eap_methods <br> authentication network-eap eap_methods <br> authentication key-management wpa<br> accounting acct_methods<br> mbssid guest-mode<br>!<br>dot11 ssid mydomain.com<br> vlan 1<br> authentication open eap eap_methods <br> authentication network-eap eap_methods <br> authentication key-management wpa<br> accounting acct_methods<br> mbssid guest-mode<br>!<br>no ip source-route<br>!<br>!<br>!<br>ip cef<br>no ip bootp server -----<br>ip domain name  <br>ip name-server 8.8.8.8<br>ip name-server 8.8.4.4<br>!<br>!<br>parameter-map type regex sdm-regex-nonascii<br> pattern [^\x00-\x80]<br>!<br>!<br>username localadmin privilege 15 secret 5 $1$e47g$a5oIXFDS08EhlkvWmILVQ/<br>!<br>!<br>ip tcp synwait-time 10<br>ip ssh time-out 60<br>ip ssh authentication-retries 2<br>ip ssh version 2<br>!<br>class-map type inspect match-any SDM-Voice-permit<br> match protocol h323<br> match protocol skinny<br> match protocol sip<br>class-map type inspect match-all sdm-protocol-http<br> match protocol http<br>!<br>!<br>! <br>crypto ctcp port 10000 <br>!<br>crypto isakmp policy 1<br> encr aes 256<br> authentication pre-share<br> group 5<br>crypto isakmp profile sdm-ike-profile-1<br>   match identity group VPNUsers<br>   client authentication list sdm_vpn_xauth_ml_2<br>   isakmp authorization list sdm_vpn_group_ml_2<br>   client configuration address respond<br>   virtual-template 1<br>!<br>!<br>crypto ipsec transform-set AES esp-aes 256 esp-sha-hmac comp-lzs <br>!<br>crypto ipsec profile SDM_Profile1<br> set transform-set AES <br> set isakmp-profile sdm-ike-profile-1<br>!<br>!<br>bridge irb<br>!<br>!<br>!<br>interface Null0<br> no ip unreachables<br>!<br>interface ATM0<br> no ip address<br> no ip redirects<br> no ip unreachables<br> no ip proxy-arp<br> ip flow ingress<br> ip flow egress<br> no atm ilmi-keepalive<br>!<br>interface ATM0.1 point-to-point<br> no ip redirects<br> no ip unreachables<br> no ip proxy-arp<br> ip flow ingress<br> ip flow egress<br> snmp trap link-status<br> pvc 8/35 <br>  pppoe-client dial-pool-number 1<br> !<br>!<br>interface FastEthernet0<br> switchport access vlan 10<br> no ip address<br>!<br>interface FastEthernet1<br> no ip address<br>!<br>interface FastEthernet2<br> no ip address<br>!<br>interface FastEthernet3<br> no ip address<br>!<br>interface Virtual-Template1 type tunnel<br> ip unnumbered BVI1<br> tunnel mode ipsec ipv4<br> tunnel protection ipsec profile SDM_Profile1<br>!<br>interface Dot11Radio0<br> no ip address<br> no ip redirects<br> no ip unreachables<br> no ip proxy-arp<br> ip flow ingress<br> ip flow egress<br> beacon period 50<br> beacon dtim-period 50<br> !<br> encryption vlan 1 mode ciphers aes-ccm <br> !<br> encryption vlan 10 mode ciphers aes-ccm <br> !<br> ssid GuestWiFi<br> !<br> ssid mydomain.com<br> !<br> mbssid<br> speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0<br> packet retries 50<br> fragment-threshold 2307<br> station-role root<br> rts threshold 2306<br> rts retries 50<br> world-mode dot11d country IE indoor<br>!<br>interface Dot11Radio0.1<br> encapsulation dot1Q 1 native<br> ip address 10.0.1.1 255.255.255.0<br> ip helper-address 10.0.0.1<br> ip flow ingress<br> ip flow egress<br> no cdp enable<br> bridge-group 1<br> bridge-group 1 subscriber-loop-control<br> bridge-group 1 spanning-disabled<br> bridge-group 1 block-unknown-source<br> no bridge-group 1 source-learning<br> no bridge-group 1 unicast-flooding<br>!<br>interface Dot11Radio0.2<br> encapsulation dot1Q 10<br> ip address 10.0.3.1 255.255.255.0<br> ip helper-address 10.0.0.1<br> ip flow ingress<br> ip flow egress<br> no cdp enable<br> bridge-group 2<br> bridge-group 2 subscriber-loop-control<br> bridge-group 2 spanning-disabled<br> bridge-group 2 block-unknown-source<br> no bridge-group 2 source-learning<br> no bridge-group 2 unicast-flooding<br>!<br>interface Vlan1<br> no ip address<br> ip flow ingress<br> ip flow egress<br> ip virtual-reassembly in<br> bridge-group 1<br> bridge-group 1 spanning-disabled<br>!<br>interface Vlan10<br> no ip address<br> ip flow ingress<br> ip flow egress<br> ip virtual-reassembly in<br> bridge-group 2<br> bridge-group 2 spanning-disabled<br>!<br>interface Dialer0<br> description $FW_OUTSIDE$<br> ip address negotiated<br> no ip redirects<br> no ip unreachables<br> no ip proxy-arp<br> ip mtu 1452<br> ip flow ingress<br> ip flow egress<br> ip nat outside<br> ip virtual-reassembly in<br> encapsulation ppp<br> dialer pool 1<br> dialer-group 1<br> ppp authentication chap callin<br> ppp chap hostname eircom<br> ppp chap password <br> no cdp enable<br>!<br>interface BVI1<br> description $FW_INSIDE$<br> ip address 10.0.0.10 255.255.255.0<br> no ip redirects<br> no ip unreachables<br> no ip proxy-arp<br> ip flow ingress<br> ip flow egress<br> ip nat inside<br> ip virtual-reassembly in<br> ip tcp adjust-mss 1412<br>!<br>interface BVI2<br> description $FW_INSIDE$<br> ip address 10.0.2.1 255.255.255.0<br> no ip redirects<br> no ip unreachables<br> no ip proxy-arp<br> ip flow ingress<br> ip flow egress<br> ip nat inside<br> ip virtual-reassembly in<br> ip tcp adjust-mss 1412<br>!<br>ip forward-protocol nd<br>ip http server<br>ip http authentication local<br>ip http secure-server<br>ip flow-export version 9<br>ip flow-export destination 10.0.0.1 2055<br>ip flow-top-talkers<br> top 10<br> sort-by bytes<br>!<br>ip nat inside source list 1 interface Dialer0 overload<br>ip route 0.0.0.0 0.0.0.0 Dialer0<br>!<br>ip radius source-interface BVI1 <br>logging 10.0.0.1<br>access-list 1 remark SDM_ACL Category=2<br>access-list 1 permit 10.0.0.0 0.0.0.255<br>access-list 1 permit 10.0.2.0 0.0.0.255<br>access-list 1 permit 10.0.1.0 0.0.0.255<br>access-list 1 permit 10.0.3.0 0.0.0.255<br>dialer-list 1 protocol ip permit<br>no cdp run<br>!<br>!<br>!<br>!<br>radius-server local<br> nas 10.0.0.3 key 7  <br>!<br>radius-server host 10.0.0.3 key 7  <br>!<br>!<br>control-plane<br>!<br>bridge 1 route ip<br>bridge 2 route ip<br>banner login ^C  <br>^C<br>!<br>line con 0<br> login authentication local_authen<br> no modem enable<br>line aux 0<br> login authentication local_authen<br>line vty 0 4<br> transport input ssh<br>!<br>scheduler allocate 4000 1000<br>scheduler interval 500<br>sntp server 10.0.0.2<br>sntp source-interface Vlan1<br>end<br>[/config]]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Config-Cisco-877W-authenticated-through-radius-but-no-traffic-27602954</guid>
<pubDate>Mon, 08 Oct 2012 21:02:57 EDT</pubDate>
</item>

</channel>
</rss>
