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.
I cannot enter this configuration for new multilink ppp T-1:interf multlink 1 ip addr n.n.n.n n.n.n.n .. ppp multlink group 1int s0 ppp multlink group 1The "multlink group 1" syntax is rejected, interface mult 1 is always down/down, and interface vir...
I removed the multilink commands from s0 (ok, actually s0/0), put them back in, and mult 1 is now up/up. Your info helped get this project back on track. Thank you!For the record, config snippet to get this working is:int s0/0 no ip addr enc ppp ppp ...
I noticed multilink-group, but it doesn't use the mult 1 interface, rather creating int virtualaccess1. The problem with this is that it is picking up ip unnumbered from fa0/0. How do I get it to use the specified IP address? I tried specifying an ad...