Link to home
Start Free TrialLog in
Avatar of agradmin
agradmin

asked on

Routing change following MPPP

I am adding & bonding a new T1 using MPPP. In this instance the MPPP interface will take on the IP of the original/1st T1

Once the T's are added to the MPPP interface, and the MPPP interface updated with IP I believe I need to update the IP route statement at both ends, eg;

Endpoint1
no ip route 10.100.1.0 255.255.0.0 Serial0/0/0:0
ip route 10.100.1.0 255.255.0.0 Multilink1

and Endpoint2
no ip route 0.0.0.0 0.0.0.0 Serial0/1/0
ip route 0.0.0.0 0.0.0.0 Multilink1

I'd like this to go as smoothly as possible. Does anyone see an issues with that?  Is there anything else I need to consider (eg caching)?

All advice is welcomed.
ASKER CERTIFIED SOLUTION
Avatar of mikebernhardt
mikebernhardt
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial