RE: Setting up svc in ATM a/c R6 and R9 (svc not showing up)

From: Ian Stong (istong@stong.org)
Date: Mon Feb 09 2004 - 22:17:06 GMT-3


HI,

Couple of questions for you:

Is the ATM switch configured for the SVC's (do you have the switch
config)?

Any reason why you don't have broadcast on R6?

What's the reason behind doing multipoint versus point to point?

Thanks,

Ian
www.ccie4u.com
Rack Rentals and Lab Scenarios starting at $20

-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
chee-beng lim
Sent: Monday, February 09, 2004 7:55 PM
To: ccielab@groupstudy.com
Subject: Setting up svc in ATM a/c R6 and R9 (svc not showing up)

Having problem in setting up svc between R6 and R9 as follow:

R6:
R6#sh run | b ATM
interface ATM0
no ip address
pvc 0/5 qsaal
!
pvc 0/16 ilmi
!
no atm ilmi-keepalive
!
interface ATM0.1 multipoint
ip address 10.10.10.6 255.255.255.0
!
svc ToR9 nsap 47.00918100000000E01E6C4901.999999999999.99
  protocol ip 10.10.10.9
  encapsulation aal5snap
!
atm esi-address 666666666666.66
!
router isis
net 49.0001.6666.6666.6666.00
is-type level-2-only

R6#sh atm ilmi-status

Interface : ATM0 Interface Type : Private UNI (User-side)
ILMI VCC : (0, 16) ILMI Keepalive : Disabled
ILMI State: UpAndNormal
Peer IP Addr: 0.0.0.0 Peer IF Name: ATM0/0/2
Peer MaxVPIbits: 8 Peer MaxVCIbits: 14
Active Prefix(s) :
47.0091.8100.0000.00e0.1e6c.4901
R6#sh atm map
Map list ToR9_ATM0.1 : PERMANENT
ip 10.10.10.9 maps to NSAP 47.00918100000000E01E6C4901.999999999999.99

R6#sh atm vc
           VCD / Peak Avg/Min
Burst
Interface Name VPI VCI Type Encaps SC Kbps Kbps
Cells
Sts
0 1 0 5 PVC SAAL UBR 155000
  UP
0 2 0 16 PVC ILMI UBR 155000
  UP
R6#

========
R9:
interface ATM3/0
no ip address
no atm ilmi-keepalive
pvc 0/5 qsaal
!
pvc 0/16 ilmi
!
!
interface ATM3/0.1 multipoint
ip address 10.10.10.9 255.255.255.0
atm esi-address 999999999999.99
!
svc ToR6 nsap 47.00918100000000E01E6C4901.666666666666.66
  protocol ip 10.10.10.6
  broadcast
  encapsulation aal5snap
!

router isis
net 49.0001.9999.9999.9999.00
is-type level-2-only
log-adjacency-changes

R9#sh atm map
Map list ToR6_ATM3/0.1 : PERMANENT
ip 10.10.10.6 maps to NSAP 47.00918100000000E01E6C4901.666666666666.66
        , broadcast

R9#sh atm ilmi-status

Interface : ATM3/0 Interface Type : Private UNI (User-side)
ILMI VCC : (0, 16) ILMI Keepalive : Disabled
ILMI State: UpAndNormal
Peer IP Addr: 0.0.0.0 Peer IF Name: ATM0/0/3
Peer MaxVPIbits: 8 Peer MaxVCIbits: 14
Active Prefix(s) :
47.0091.8100.0000.00e0.1e6c.4901
R9#sh atm vc
           VCD / Peak Avg/Min
Burst
Interface Name VPI VCI Type Encaps SC Kbps Kbps
Cells
Sts
3/0 1 0 5 PVC SAAL UBR 155000
  UP
3/0 2 0 16 PVC ILMI UBR 155000
  UP
R9#

====> trying debug commands on the R6 with output====
R6>enable
R6#show debug
Generic ATM Signalling:
  ATM Signalling Events debugging is on
ATM0 ATM Signalling Event debugging is on
R6#ping 10.10.10.9

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.10.10.9, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
R6#debug ip packet
IP packet debugging is on
R6#ping 10.10.10.9

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.10.10.9, timeout is 2 seconds:

*Feb 9 18:40:24 UTC: IP: s=10.10.10.6 (local), d=10.10.10.9 (ATM0.1),
len
100,g
*Feb 9 18:40:24 UTC: IP: s=10.10.10.6 (local), d=10.10.10.9 (ATM0.1),
len
100,.
*Feb 9 18:40:26 UTC: IP: s=10.10.10.6 (local), d=10.10.10.9 (ATM0.1),
len
100,g
*Feb 9 18:40:26 UTC: IP: s=10.10.10.6 (local), d=10.10.10.9 (ATM0.1),
len
100,.
*Feb 9 18:40:28 UTC: IP: s=10.10.10.6 (local), d=10.10.10.9 (ATM0.1),
len
100,g
*Feb 9 18:40:28 UTC: IP: s=10.10.10.6 (local), d=10.10.10.9 (ATM0.1),
len
100,.
*Feb 9 18:40:30 UTC: IP: s=10.10.10.6 (local), d=10.10.10.9 (ATM0.1),
len
100,g
*Feb 9 18:40:30 UTC: IP: s=10.10.10.6 (local), d=10.10.10.9 (ATM0.1),
len
100,.
*Feb 9 18:40:32 UTC: IP: s=10.10.10.6 (local), d=10.10.10.9 (ATM0.1),
len
100,g
*Feb 9 18:40:32 UTC: IP: s=10.10.10.6 (local), d=10.10.10.9 (ATM0.1),
len
100,.
Success rate is 0 percent (0/5)
R6#

Note: not seeing anything useful in R6 with "debug atm sig-event" when
doing
ping to R9



This archive was generated by hypermail 2.1.4 : Fri Mar 05 2004 - 07:13:48 GMT-3