Did you get any usefull responses from the TAC?
I run into the exact same issue with same NXOS version.. in my case
ip access-list match-local-traffic
worked around it though, thanks @Peter Paluch !
... View more
Thanks for your insights. I had some succes with a fully terminating PPPoE server running on 920-12CZ as well.
However: when doing a performance test it was limited to a couple of Mb/s, matching the throughput of the CPU.
That's the reason why I'm curious to your throughput and model number?
... View more
Hi, can you elaborate on the PPPoE functionality that is working on the ASR920 in your setup? Is the ASR920 functioning as a terminating PPPoE server? Are you sure that the session throughput is handled in hardware and not in a very limited CPU? Also what is the exact hardware model you use?
thanks!
... View more
Thanks, what does your config looks like for:
sh controllers t1 0/x/0
sh network-clocks
sh network-clocks synchronization
sh run | s network-clock
... View more
Did you ever get this to work? We are facing the exact same problem. A 'debug ccsip all' shows some line regarding the SBC believing to operate in 'P2P' mode. According to the documentation Daniele refered to this means a setup where the SBC handles the authentication by himself? Unfortunally the examples in the same documentation is not very accurate (non-unique dial-peers, settings defined globally and on DP etc.). It also fails to explain which scenario the configuration example is ment to cover.
... View more
Hi Steve, We only got it to work when both the original and radius-assigned vlan use the same wireless settings (encryption method and key management). We tried to assign some clients to a Preshared Key guest vlan using the corporate SSID. That we didn't get to work. Also I'm not sure whether we tested with 880 specific. I am sure about the 1200s AP though. Regard, Stefan
... View more
Does anyone know whether 1242 APs are supported? The AP requirement section states '802.11n' APs.. 1242 does not meet this requirement (A/G only)? Access Points Requirement All 802.11n access points with required software version 7.3 are supported Access points will be operating in FlexConnect mode only. AP auto convert to FlexConnect is supported on controller. New access points ordered will ship with 7.3 software from manufacturing unit. Existing access Points must be upgraded to 7.3 software, before joining a virtual controller.*
... View more
Hello Bastien, Thanks a lot for documenting this behaviour with autonomous APs. Do you know for which Autonomous APs dynamic vlan assignment is supported? We're trying to get this to work on the 870s (built-in AP) and 880s (built-in autonomous AP). I can't find a list with supported APs.. Best regards. Stefan
... View more
All, Due to CSCsg69672 it now seems possible to change the source address of an outgoing SMTP session. Default behaviour is using the outgoing interface thats used to get to the smtp server. I anyone aware of the command needed to change this behaviour to a fixed source interface? Thanks a lot!
... View more
I was referring to the debug of the outgoiing (failing) call. It show SIP 503 disconnect cause and CC (call control) cause 38. This indicates networking issue e.g. no DNS/ip routing. You better should set the global transport option to UDP, since that's the default anyway and used by most of the ITSP: voice service voip sip no transport tcp In this case you should see errors in some kind of TCP-debug because you're trying to establish TCP-sessions with a non-responsive host. ps the creation date of your profile (march '10) confused me with the post creation date.
... View more
Hm, the debug you provided before is showing a 503 disconnect cause. Is your uploaded config still accurate (since it's from march '10)? Your latest debugs reveal a different ITSP (telefonica instead of sipgate). Are you sure the provider is working with SIP over TCP? Is the CME able to do a DNS-lookup for the record in the dialpeer? Test both with: dial-peer 10 session transport udp end ping sipgate.de
... View more