04-07-2006 11:20 AM - edited 03-03-2019 12:20 PM
I am turning up a new wan on the ATM protocol. And with my current setup I can not ping the ATM interface on the router. Can anyone tell me what I am missing?
HELP
Gene
network-clock-participate aim 0
network-clock-select 1 T1 0/0/0
network-clock-select 2 T1 0/0/1
controller T1 0/0/0
mode atm aim 0
framing esf
linecode b8zs
!
controller T1 0/0/1
mode atm aim 0
framing esf
linecode b8zs
interface ATM0/0/0
description Circuit 14.HCGJ.004342.VADI
no ip address
no scrambling-payload
atm pvc 1 1 32 aal5snap
atm pvc 3 1 33 aal5snap
atm pvc 4 1 34 aal5snap
atm pvc 2 1 35 aal5snap
no atm ilmi-keepalive
04-07-2006 04:08 PM
Which IP address are you trying to ping ? I don't see any IPs configured in the config you posted.
Paresh
04-10-2006 04:35 AM
04-10-2006 05:00 AM
Hi,
Your routers seem to be using old syntax so I'm not sure I'll get it completely right but try the following on the host router (for the remote whose config you posted):
interface ATM0/0/0
description Circuit 14.HCGJ.004342.VADI
ip address 192.168.101.1 255.255.255.0
no scrambling-payload
atm pvc 3 1 32 aal5snap
protocol ip 192.168.101.3 broadcast
Also, I'm not sure if that is the right PVC for that remote...change it to suit.
The remote router config seems okay.
Try that and see how you go.
Paresh
04-10-2006 05:07 AM
Actually, I found out how to do this with the version you are using. You need to use
04-10-2006 05:10 AM
Actually, I found out how to do this with the version you are using. You need to use a map-list to specify the IP address of every remote router as follows:
interface ATM0/0/0
description Circuit 14.HCGJ.004342.VADI
ip address 192.168.101.1 255.255.255.0
no scrambling-payload
atm pvc 3 1 32 aal5snap
atm pvc 5 1 33 aal5snap
atm pvc 6 1 34 aal5snap
atm pvc 4 1 35 aal5snap
no atm ilmi-keepalive
map-group PVCMap
!
map-list PVCMap
ip
! create one line for every remote router
For example, one possible config could be:
map-list PVCMap
ip 192.168.101.3 atm-vc 3 ! assuming 1/32 goes to the remote site whose config you attached
Pls do remember to rate posts...
Paresh
04-10-2006 07:52 AM
I may try that Paresh.
The SE on the cisco case wanted to know why I was using the "OLD command" I have all the pvc's working with IP acept on remote. The SE had me us the " pvc vpi/vci" command to get to the pvc configuration level. then using the broadcast command all the multi point pvc's sh using the "sh atm map" command. So far the "sh atm map" command does not show the pvc to ip maping on the point to point interfaces but ping works and I can pass traffic.
I think I may have recieved the wrong vpi/vci info for the remote that can not talk to the host. It can talk to the other remotes. ( full mesh pvc's).
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