02-21-2008 04:11 AM - edited 03-03-2019 08:48 PM
Hello,
Please help me with minimal configuration to configure T3 link with NM-1A-T3/E3 cards on 3845 at both ends.
02-21-2008 07:06 AM
02-21-2008 09:04 AM
Hi,
NM-1A-T3/E3 is an ATM card. I want config for ATM T3 interface.
Thanks,
Sachin
02-21-2008 07:16 AM
In case you are unable to see any interfaces for NM-1A-T3/E3 - You would first need to issue 'card type {t3 | e3} slot' command.
HTH,
Vaibhav
02-21-2008 09:26 AM
This might help.
http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122cgcr/fwan_c/wcfatm.htm#wp1001018
HTH,
~Vaibhav
02-21-2008 09:33 PM
Thanks Vaibhav,
In my scenario, Link is point to point lease line and at both terminating router have NM-1A-T3/E3 card (no ATM switch inbetween). Now to configure this link do I need to create PVC? what will be the minimum configuration to make this link up as T3.
Thanks,
Sachin
02-22-2008 06:24 AM
Hi,
the config is
! R1
interface Serial1/0
description connected R1
ip address 172.16.1.1 255.255.255.252
dsu bandwidth 44210
framing c-bit
cablelength 10
serial restart-delay 0
! R2
interface Serial1/0
description connected R2
ip address 172.16.1.2 255.255.255.252
dsu bandwidth 44210
framing c-bit
cablelength 10
serial restart-delay 0
rdgs
02-22-2008 06:39 AM
Anita, most of the config won't apply Sachin, you have serial T3, he has E3/T3 ATM.
02-26-2008 05:27 AM
Hi All,
Please help me out...
02-26-2008 11:03 AM
What is exactly that you want to know or don't understand ?
Each ATM configuration is different, but in any case you should see first from "show controllers e3" that you is up/up and no errors.
02-26-2008 08:28 PM
Hi,
I have NM1A-T3/E3 cards on two routers, these routers are connected back to back [no ATM network inbetween]. I need minimal config. to make the link up. Also since in this scenario there is no ATM switch so do we really require to configure PVC?
Thanks,
Sachin
02-27-2008 02:19 AM
Hello,
You should configure the card type first as has already been suggested (card type t3
Since the routers have those same modules and are connected back-to-back, I guess they also have the same default configuration on the ATM interfaces, so there should not be any problem to make both interfaces come up/up by issuing a "no shut" at both sides (if your cabling is also fine). Care is usually needed with the config if an ATM switch with different default config is directly connected to the routers.
Yes, you need to configure a PVC, put an IP address in it, so that routers can do IP routing taking the PVC way into consideration and most probably you need to enable a routing protocol between the routers over the point-to-point ATM PVC. The ATM link is just a flat cell-pipe and you need the PVC to make the routers "see" a way to route traffic in the form of cells via this pipe.
Some typical configuration that can get you started is the following:
card type t3
interface atm
no shut
pvc 1/32 ! example numbers for vpi/vci, have significance only on this b2b link, must be the same on both sides for the PVC to work
encapsulation aal5snap
ip address w.x.y.x 255.255.255.252 ! /30 subnet on the p2p PVC
ubr 44209 ! pvc max bandwidth for ubr traffic class in kbps, 44209 kbps is maximum for T3 in ATM
Kind Regards,
M.
02-27-2008 02:56 AM
Oops, said nothing about the clock. Default is line, so one of the 2 sides has to be internal.
card type t3
interface atm
atm clock internal ! only on one of the 2 routers, leave other router with default
no shut
If you issue commands above on both sides (except clock), at this point you should see the atm interfaces coming up/up. The rest of the config is not necessary for the atm interface to come up/up, but is necessary for the interface to be useful in the sense of routing some traffic.
Kind Regards,
M.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide