Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello - I've written a python script using the Meraki SDK to retrieve subnets from our org, about 600 networks, about 3 vlans/subnets per network. I'd like to compile a list and sort/organize all the subnets. The script works fine if I limit it to ...
We made did a campus LAN upgrade recently, during which we migrated from a mixed EIGRP/OSPF IGP to a multi-area OSPF redistributing to/from BGP on our WAN. We have two entry points on different sides of the campus with two different AS' numbers, so n...
Hi Everyone,I'm trying to figure out how to configure a webvpn session with connection profiles and group policies, under "Clientless SSL VPN Access" so that users can go to vpnserver.mycompany.com/vm and it will use a group URL to catch the request,...
The goal: Allow contractors VPN access to our company network utilizing VPN while minimizing risk and maximizing ease and convenience.Question: We are using Cisco ASA 5540's with SSL VPN clients for employees and contractors. We check to see if th...
Hi everyone. I am trying to set up our ASA to use Webvpn with group url so that when someone goes to vpn.mycompany.com/email they will log into the webvpn with their credentials and after they are auth'd, they're sent straight to the OWA login page....
I think I'm the only one calling the API, as the api key wasn't turned on in the dashboard until I turned it on. I've been using the SDK, instead of calling the API directly. I think I'll refactor to use requests and call the API directly.
I googled the carriage return issue, and we're trying to do the same thing.
This is working for me, on a 3725 with 12.4(25):
tclshfor {set i 33} {$i < 49} {incr i} { typeahead "\r";clear line $i}tclquit
Resurrecting this dead thread - I have the same problem. We're already routing the user's vpn /24 out to the Internet (external next hop).
To suppress the syslog message, in the cli, send a no logging message command.
no logging message 419002
...
Sorry I didn't get back to this post - there's no stateful devices. each Lan side source and destination are layer3 switches with normal 3800 routers connecting to WAN. OSPF on the inside, BGP to PE MPLS. Reverse on the other side - MPLS PE-BGP-OS...