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.
HiI have a situation where I would like to allow clients on the inside of my network to VPN to other 3rd parties (the clients will get NATed to the outside interface of the router), while at the same time there are site-to-site VPNs to others. When I...
HiI am planning a new WAN and need to tag all packets using DSCP for our service provider to maintain an SLA. I need to forward and tag at at least 75Mbps. The router will only be doing BGP and tagging, nothing else.Will a 2821 router be able to cope...
HiI would like to be able to monitor multiple RSPAN sessions from multiple switches. (for example i have three VLANs I want to monitor on three switches all to have a destination of three Ethernet interfaces) Ideally I would like all the RSPAN sessio...
The first packet takes a long time as the device is waiting for an ARP response for the first hop (10.109.208.200). Once it has this ARP entry it will be cached for the next time.
A long delay is normally if it is trying to retrieve authorisation. Are you running RADIUS or TACACS?If you are, try typing "show aaa servers" and see if the "Author" stats show an increasing number of timeouts/failures.Good luck
I think that the access-list configuration is correct, the "ip inspect DEFAULT100 out" will make dynamic entries in access-list 101 for traffic that has left the router to allow the responses back. (A "sho ip acess" will confirm this by having un-num...
HiI use a very short config to enable the switches to communicate with my laptop using IP (add an IP address to VLAN 1 and enable one port) and then copy the config files via tftp to the startup config.Good luck