cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
429
Views
0
Helpful
1
Replies

ATM advice

kianhowtan
Level 1
Level 1

Hi,

I am trying to connect two routers back to back using an Enhance PA-ATM on each side.

Howver after configured, I am not able to ping to each other even though both interface and protocol are showing UP/UP. I had attached the result below.

Can anyone advise me on the error ?

Router A

interface ATM10/0/0

no ip address

no atm scrambling sts-stream

no atm scrambling cell-payload

!

interface ATM10/0/0.1 point-to-point

ip address 10.9.1.5 255.255.255.252

pvc 10/100

ubr 145000

oam retry 5 5 5

encapsulation aal5snap

+++++++++++++++++++++++++++++++++++++++

sho controller atm 10/0/0

ATM10/0/0: Port adaptor specific information

Hardware is OC3 (155000Kbps) port adaptor

Framer is PMC PM5346 S/UNI-155-LITE, SAR is LSI ATMIZER II

Firmware rev: G145, ATMIZER II rev: 3

Framing mode: SONET (STS-3c)

Default Maximum Queue Length: 0

No alarm detected

active HSRP group:

VIP reported active HSRP group:

Router-A#show int atm10/0/0.1

ATM10/0/0.1 is up, line protocol is up

Hardware is cyBus ENHANCED ATM PA, address is 0004.9b26.9940 (bia 0004.9b26.9940)

Internet address is 10.9.1.5/30

MTU 4470 bytes, BW 149760 Kbit, DLY 80 usec,

reliability 255/255, txload 1/255, rxload 1/255

Encapsulation ATM

0 packets input, 0 bytes

0 packets output, 0 bytes

0 OAM cells input, 0 OAM cells output

AAL5 CRC errors : 0

AAL5 SAR Timeouts : 0

AAL5 Oversized SDUs : 0

==================================================

Router B

interface ATM2/0

no ip address

no atm scrambling sts-stream

no atm scrambling cell-payload

!

interface ATM2/0.1 point-to-point

ip address 10.9.1.6 255.255.255.252

pvc 10/100

ubr 145000

oam retry 5 5 5

encapsulation aal5snap

RACK13-7204#show controller atm 2/0

Interface ATM2/0 is up

Hardware is ENHANCED ATM PA - OC3 (155000Kbps)

Framer is PMC PM5346 S/UNI-155-LITE, SAR is LSI ATMIZER II

Firmware rev: G143, Framer rev: 0, ATMIZER II rev: 4

idb=0x62581874, ds=0x625892A0, vc=0x625BB0C0

slot 2, unit 1, subunit 0, fci_type 0x0056, ticks 162

1200 rx buffers: size=512, encap=64, trailer=28, magic=4

Curr Stats:

Router-B#show int atm 2/0.1

ATM2/0.1 is up, line protocol is up

Hardware is ENHANCED ATM PA

Internet address is 10.9.1.6/30

MTU 4470 bytes, BW 149760 Kbit, DLY 80 usec,

reliability 255/255, txload 1/255, rxload 1/255

Encapsulation ATM

0 packets input, 0 bytes

0 packets output, 0 bytes

0 OAM cells input, 0 OAM cells output

AAL5 CRC errors : 0

AAL5 SAR Timeouts : 0

AAL5 Oversized SDUs : 0

1 Reply 1

smif101
Level 4
Level 4

After the pvc command you should enter in the IP address of the other router as such

Router A

pvc 10/100

protocol ip 10.9.1.6 broadcast

Router B

pvc 10/100

protocol ip 10.9.1.5 broadcast

The other thing I would do is under the physical interfaces would be to enable the atm scrambling because that is a good thing.