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.
So I'm testing FlexVPN and I've found, for me anyway, a pretty big deal breaker.I can't ping, telnet, connect to in any way (other than routing protocol,which works fine), the "directly connected" network.What I mean by that is say my Tunnel interfac...
I'm looking for info on having multiple WAAS devices inline. Currently our topology looks like:Alaska-574 <- T1 -> s0/0 Washington-574 s0/1 <- DS3 -> Data Center-7341Attempts to install WAAS between Alaska and the Data Center, with no WAAS in Washin...
I'm trying to have my router use Tcl to pull down a webpage from a cable modem. Here's my code so far.set sock [socket 192.168.100.1 80] puts $sock "GET /signaldata.htm HTTP/1.0\n\n" flush $sock set result [ gets $sock ] puts stdout "OUTPUT:\n$result...
Hi guys, okay, so this isn't telephony related but judging from the search I just did, there are more people in the VoIP groups with tcl scripting experience than in the wan/lan group where this probably belongs.So what I'm trying to do is have my ro...
Every since we've upgraded to 12.4(12), we've seen our T1 DSU V2 WIC cards go bad with a %SERVICE_MODULE-4-WICNOTREADY error message in the log file. I haven't had a single occurance at my 50 sites with V1 WICs but it happens sporadically with V2 WI...
It's not *usually* required. Initially we ran IWAN just fine without specifying an RD per the CVD. When I went back and enabled BGP on my MPLS vrf the router did start barking at me and wouldn't enable it until I went back and added one. This is p...
So I took a look at my config; namely:ip access-list standard Flex-Routepermit any!crypto ikev2 authorization policy defaultroute set interfaceroute set access-list Flex-RouteI changed the Flex-Route ACL to permit 192.168.254.0 0.0.0.255 and it all s...
Well I feel like this is different at least! I'm now getting these:008145: Jul 7 20:26:38.914 PDT: %TUN-5-RECURDOWN: Virtual-Access3 temporarily disabled due to recursive routingMy IKEv2 profile looks like this on Hub and two spokes:crypto ikev2 pro...
Here's the ACL from my DMVPN router...10 permit esp any any (22214502 matches)20 permit udp any any eq isakmp (375 matches)30 permit udp any any eq non500-isakmp40 permit icmp any any (40005 matches)Works 100% for me.I will note, my line 20 used to b...
Ping will automatically use the IP address of the interface the request is leaving from, but just for grins I went ahead and tried sourcing it explicitly. No change. Again, keep in mind, EIGRP works fine. So neighbors are forming between these Tunn...