cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
570
Views
0
Helpful
5
Replies

WAN serial Interface configuration with eigrp

amrendraks
Level 1
Level 1

Hi all,

I have cisco 1800 series router ,we need to configure 3 serial (v.35 ) input each of 2mbps data coming from service provider to configure to use 6 mbps circuit , and the routing on eigrp to connect two branch offices, Can anyone help out , how to do this, and if anything to be cautioned ! , thank you . Amrendra.

1 Accepted Solution

Accepted Solutions

Hi Amrendra,

i was assumed by question that you required point-to-point link will be connecting to your end from 3 different service providers at a 2 Mbps bandwidth, if that is the case, find the working configuration below.

multilink virtual-template 1

interface Virtual-Template1

ip unnumbered FastEthernet0

ppp multilink

interface Serial0/0

bandwidth 2048

no ip address

encapsulation ppp

ppp multilink

interface Serial0/1

bandwidth 2048

no ip address

encapsulation ppp

ppp multilink

interface Serial1/1

bandwidth 2048

no ip address

encapsulation ppp

ppp multilink

interface FastEthernet0

ip address 192.168.1.1 255.255.255.0

Not necessarily eigrp is required, but if this router is going to advertise to different routers different network, then you need.

router eigrp 4444

network 192.168.1.0

network 10.0.0.0 (optional) for advertising diff network router)

for verifying the bandwidth virtual 6 Mbps, then you need to type "show virtual-access 0" or 1, once if you find that it shows 6 Mbps then your done.

i hope your are clear with this.

View solution in original post

5 Replies 5

paolo bevilacqua
Hall of Fame
Hall of Fame

Hi,

you can optionally use MLPPP to aggregate the links together, if you don't do that the links will will balance anyway with the CEF algorithm . There is nothing special about the eigrp configuration in this case.

Hope this helps, please rate post if it does!

Hi Amrendra,

i was assumed by question that you required point-to-point link will be connecting to your end from 3 different service providers at a 2 Mbps bandwidth, if that is the case, find the working configuration below.

multilink virtual-template 1

interface Virtual-Template1

ip unnumbered FastEthernet0

ppp multilink

interface Serial0/0

bandwidth 2048

no ip address

encapsulation ppp

ppp multilink

interface Serial0/1

bandwidth 2048

no ip address

encapsulation ppp

ppp multilink

interface Serial1/1

bandwidth 2048

no ip address

encapsulation ppp

ppp multilink

interface FastEthernet0

ip address 192.168.1.1 255.255.255.0

Not necessarily eigrp is required, but if this router is going to advertise to different routers different network, then you need.

router eigrp 4444

network 192.168.1.0

network 10.0.0.0 (optional) for advertising diff network router)

for verifying the bandwidth virtual 6 Mbps, then you need to type "show virtual-access 0" or 1, once if you find that it shows 6 Mbps then your done.

i hope your are clear with this.

SUPERB !!! Mr Anandnarayana,

Thank you very much It made everything clear.

Thanks again.

Hello,

Sorry, it totally escapes to me how ppp multilink could work when terminated on different routers ISP side, or worst, different ISP !!!

Hi bevilacqua,

Actually I have single isp, and link aggregation was required for me so it worked well, In fact I was not aware of how to do, So I got the point and did the said way, but Mr Anandnarayana thought the links are coming from different ISPs are incorrect.

I appreciate the method os ppp multilink you suggested but I was looking for some technical steps too.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card