From: Jason Cash (cash2001@swbell.net)
Date: Tue Dec 24 2002 - 16:59:09 GMT-3
I am trying to set up an ATM pvc b/w an LS1010 and a 7505 (DS3 card).
The problem I am running into is that I am able to config a subinterface
on the 7505 but not on the LS1010. The following is the error on the
LS:
SW1.LS1010(config)#int a0/0/0.1
^
% Invalid input detected at '^' marker.
I am unfamiliar with setting up ATM pvcs, but have tried to duplicate
the configs on the CCO. Also, there appear to be several vcs on the
LS10101 that I don't see configured in the switch:
SW1.LS1010#
6d22h: %SYS-5-CONFIG_I: Configured from console by consolesh atm vc
Interface VPI VCI Type X-Interface X-VPI X-VCI Encap Status
ATM0/0/0 0 5 PVC ATM2/0/0 0 43 QSAAL DOWN
ATM0/0/0 0 16 PVC ATM2/0/0 0 35 ILMI DOWN
ATM0/0/0 0 40 PVC NOT CONNECTED
ATM0/0/1 0 5 PVC ATM2/0/0 0 44 QSAAL DOWN
ATM0/0/1 0 16 PVC ATM2/0/0 0 36 ILMI DOWN
ATM0/0/2 0 5 PVC ATM2/0/0 0 45 QSAAL DOWN
ATM0/0/2 0 16 PVC ATM2/0/0 0 37 ILMI DOWN
ATM0/0/3 0 5 PVC ATM2/0/0 0 46 QSAAL DOWN
ATM0/0/3 0 16 PVC ATM2/0/0 0 38 ILMI DOWN
ATM2/0/0 0 35 PVC ATM0/0/0 0 16 ILMI DOWN
ATM2/0/0 0 36 PVC ATM0/0/1 0 16 ILMI DOWN
ATM2/0/0 0 37 PVC ATM0/0/2 0 16 ILMI DOWN
ATM2/0/0 0 38 PVC ATM0/0/3 0 16 ILMI DOWN
ATM2/0/0 0 39 PVC ATM3/0/0 0 16 ILMI DOWN
ATM2/0/0 0 40 PVC ATM3/0/1 0 16 ILMI DOWN
ATM2/0/0 0 41 PVC ATM3/0/2 0 16 ILMI DOWN
ATM2/0/0 0 42 PVC ATM3/0/3 0 16 ILMI DOWN
ATM2/0/0 0 43 PVC ATM0/0/0 0 5 QSAAL DOWN
ATM2/0/0 0 44 PVC ATM0/0/1 0 5 QSAAL DOWN
ATM2/0/0 0 45 PVC ATM0/0/2 0 5 QSAAL DOWN
ATM2/0/0 0 46 PVC ATM0/0/3 0 5 QSAAL DOWN
ATM2/0/0 0 47 PVC ATM3/0/0 0 5 QSAAL DOWN
Interface VPI VCI Type X-Interface X-VPI X-VCI Encap Status
ATM2/0/0 0 48 PVC ATM3/0/1 0 5 QSAAL DOWN
ATM2/0/0 0 49 PVC ATM3/0/2 0 5 QSAAL DOWN
ATM2/0/0 0 50 PVC ATM3/0/3 0 5 QSAAL DOWN
ATM3/0/0 0 5 PVC ATM2/0/0 0 47 QSAAL DOWN
ATM3/0/0 0 16 PVC ATM2/0/0 0 39 ILMI DOWN
ATM3/0/1 0 5 PVC ATM2/0/0 0 48 QSAAL DOWN
ATM3/0/1 0 16 PVC ATM2/0/0 0 40 ILMI DOWN
ATM3/0/2 0 5 PVC ATM2/0/0 0 49 QSAAL DOWN
ATM3/0/2 0 16 PVC ATM2/0/0 0 41 ILMI DOWN
ATM3/0/3 0 5 PVC ATM2/0/0 0 50 QSAAL DOWN
ATM3/0/3 0 16 PVC ATM2/0/0 0 42 ILMI DOWN
Below are the configs for the two devices. Is is possible to do what I
am try to do? A sample of working config would be greatly appreciated!
LS1010
SW1.LS1010#sh run
Building configuration...
Current configuration:
!
version 12.0
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname SW1.LS1010
!
!
ip subnet-zero
!
atm qos default cbr max-cell-loss-ratio clp0 255
atm qos default cbr max-cell-loss-ratio clp1plus0 255
atm qos default vbr-rt max-cell-loss-ratio clp0 255
atm qos default vbr-rt max-cell-loss-ratio clp1plus0 255
atm qos default vbr-nrt max-cell-loss-ratio clp0 255
atm qos default vbr-nrt max-cell-loss-ratio clp1plus0 255
atm address 47.0091.8100.0000.0001.42e4.a101.0001.42e4.a101.00
atm router pnni
no aesa embedded-number left-justified
node 1 level 56 lowest
redistribute atm-static
!
!
!
interface ATM0/0/0
no ip address
no ip directed-broadcast
logging event subif-link-status
no atm ilmi-keepalive
atm pvc 0 40
!
interface ATM0/0/1
no ip address
no ip directed-broadcast
logging event subif-link-status
no atm ilmi-keepalive
!
interface ATM0/0/2
no ip address
no ip directed-broadcast
logging event subif-link-status
no atm ilmi-keepalive
!
interface ATM0/0/3
no ip address
no ip directed-broadcast
logging event subif-link-status
no atm ilmi-keepalive
!
interface ATM2/0/0
no ip address
no ip directed-broadcast
logging event subif-link-status
atm maxvp-number 0
!
interface Ethernet2/0/0
description oob_192.168.1.0
ip address 192.168.1.1 255.255.255.0
no ip directed-broadcast
!
interface ATM3/0/0
no ip address
no ip directed-broadcast
logging event subif-link-status
no atm ilmi-keepalive
!
interface ATM3/0/1
no ip address
no ip directed-broadcast
logging event subif-link-status
no atm ilmi-keepalive
!
interface ATM3/0/2
no ip address
no ip directed-broadcast
logging event subif-link-status
no atm ilmi-keepalive
!
interface ATM3/0/3
no ip address
no ip directed-broadcast
logging event subif-link-status
no atm ilmi-keepalive
!
ip classless
7505
R4.7507#sh run
Building configuration...
Current configuration : 1822 bytes
!
version 12.1
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname R4.7507
!
ip subnet-zero
no ip domain-lookup
!
no ip cef
ip audit notify log
ip audit po max-events 100
!
interface ATM0/0
no ip address
no atm ilmi-keepalive
!
interface ATM0/0.1 point-to-point
ip address 172.16.10.1 255.255.255.0
pvc 0/40
protocol ip 172.16.10.1 broadcast
protocol ip 172.16.10.2 broadcast
!
!
!
ip classless
no ip http server
!
!
The devices are connected via a DS3 crossover cable.
.
This archive was generated by hypermail 2.1.4 : Fri Jan 17 2003 - 17:21:52 GMT-3