cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
441
Views
8
Helpful
7
Replies

E1 Configuration help needed (URGENT)

olakunle06
Level 1
Level 1

Hi there,

I have a network on which I want to configure some E1s using VWIC-2MFT-E1 on Cisco 3825/3845 Routers. My plan is to bundle 2 E1 s on the card to give me a 4MB channel that can be accessed by one single Ip address. How can I do this i.e Sample config.

2. Using an NM -1A - OC3 card, I want to split an 0C3 link into 2 different links with 2 different IPs with one having a bandwidth of 102 Mbps and the other using the remaining bandwidth. How can I do this i.e Sample config

Thanks

7 Replies 7

paolo bevilacqua
Hall of Fame
Hall of Fame

1. MLPPP, see: http://cisco.com/en/US/partner/products/sw/iosswrel/ps1839/products_feature_guide09186a00801bd4f4.html

2. Do you go throught an ATM SP for this or it just a p-t-p link ? If the latter, you can still configure 2 subinterfaces and make 2 pvcs like ubr 102 and the balance to the other, but this will require some form of PBR to send traffic on one or the other circuit. You can achieve the same results with a single PVC and Class-based Qos, on which you limit something to 102 mbps for example.

Wilson Samuel
Level 7
Level 7

Hi,

Concerning E1 Configuration its pretty easy, you need to enable / config both the E1s and then bundle them with the help of MPPP.

You may follow the configuration as below:

Router(Config)# controller e1 1/0

Router(Config-controller)# framing esf

Router(config-controller)# line code hddb3

Router(config-controller)# clock source line [Optional Config, check with your SP]

Router(config-controller)#channel-group 0 time-slots 1-31

Router(config-controller)# no shut

Repeat the same config for the second E1 Card also.

Router(config-controller)# exit

Router(Config)# interface serial 1/0:0

Router(Config)# encap ppp

Router(Config)#ppp multilink

Router(Config)#multilink-group 1

Repeat the same Config for the Second Serial Interface

Router(Config)# interface serial 1/1:0

Router(Config)# encap ppp

Router(Config)#ppp multilink

Router(Config)#multilink-group 1

Router(config)# interface multilink 1

Router(config)#ip address X.X.X.X Y.Y.Y.Y

Router(config)#ppp multilink

About the OC-3 config, we shall get back to you, and regarding the above configuration, though I have tried to give you the exact configuration, however certain parameters might be different in your location, however overall this should be able to give you a direction

Moreover please do visit the following link for further information:

http://cisco.com/en/US/tech/tk713/tk628/technologies_configuration_example09186a00800a5efa.shtml

http://cisco.com/en/US/products/sw/iosswrel/ps1824/products_configuration_guide_chapter09186a00800808b9.html#xtocid1298313

http://cisco.com/en/US/products/sw/iosswrel/ps1828/products_command_reference_chapter09186a00800ca4bd.html

http://cisco.com/en/US/tech/tk713/tk628/technologies_tech_note09186a00800a70fb.shtml

Hope this helps,

Please rate if it helps,

Kind Regards,

Wilson sAmuel

Hello Samuel,

not sure if you were doing the config from memory, but esf is not a framing option for E1, only CRC4 and no-crc4 are :)

Hey,

Thanks for pointing out, actually its a typo and there could be some more, however the whole intention was to give a guidance and if he is able to get to understand what I wanted to convey the purpose is achieved.

Actually typing all the config is cruelsome job, and presently I'm in N America, so pretty much mixed up :-(

Thanks,

Regards,

Wilson Samuel

Hi Wilson,

no worries, all are trying to help and I'm just a bit pedantic at times :)

And, I'm mixed-up since birth and a disaster at typing!

olakunle06
Level 1
Level 1

Thanks to all of you for helping out. I want to remind you guys about the second part of the question which still remains unsolved

Sure. You can create two or more PVCs and give each one different bandwidth. Eg

interface atm x/y/z

no ip address

interface atm x/y/z.20 point-to-point

ip address ....

pvc 0/20

ubr 102000 <--- assuming is a back-to-back connection, ubr or vbr won't make difference.

And the balance to to other subinterfaces each one with his own PVC. The CLI will help you figure out the total allowed.

As a recognition to those providing answers, please rate posts using the scrollbox below!

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