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.
Hi,I'm trying to do IOS-to-IOS L2TP multilink to incease the throughput of DSL by using multiple lines. The problem I've encountered is IPCP negotiation does not successfully complete when I bond 2 (or more) virtual-PPP interfaces into a multilink in...
I have an 877W with 12.4(15)T8 running a pretty standard config where inf Vlan1 and Dot11Radio0 bridged together so that the switch ports and WiFi are on the same IP net.If I plug a Vista laptop and a XP workstation into the switch ports, all works f...
I just need a simple Tcl script (service) that when applied to a dial-peer will send a radius auth using a User-Name and Password supplied to it as parameters.Anyone have one lying around or could whip one up?Thanks in advance,Roman.
Hi All,I'd like some clarification on MTUs and how they are affected by MPLS. This is my current understanding of a standard IP over Ethernet frame;Ethernet MTU = 1514IP MTU = 1500TCP MSS = 14601. If this is correct what happens to the above sizes wh...
Hi,Part of an MPLS network I'm designing has to cross over a public IP network that does not provide MPLS/BGP facilities.My question is can I connect two MPLS P nodes together over a point to point GRE (or other e.g. L2TP) tunnel.Also as connectivity...
Hi,Tried every possible combination for setting the mask using ppp ipcp mask, however it made no difference.I'm starting to think this is a bug/incompatibility in IOS between the Multilink & Virtual-PPP interfaces. If one looks at PPP neg debugs on e...
Hi,If you only have one internal IP requiring a lot of ports to be forwarded, you could use the NAT Default Inside Server functionality as such ...ip nat inside source list 1 interface fa0/0 overload ip nat inside source static 10.0.0.2 22 interface ...
Hi,Thanks for the info. Just want to clarify that MPLS MTU = IP MTU + LABELSIf ip mtu =1500 and 2 labels are added, mpls mtu = 1508 and therefore total frame size (on ether) is 1508 + 14 = 1522Is this correct?Thanks