RE: Cisco 3640 Router ATM PVC Problem [7:61077]

2003-01-15 Thread Newell Ryan D SrA 18 CS/SCBT
I think your right. I know some IOS versions use the 'atm pvc' command.
So I agreewhat IOS version he is running is a key component to know
to resolve this problem. 

-Original Message-
From: The Long and Winding Road
[mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 15, 2003 4:30 PM
To: [EMAIL PROTECTED]
Subject: Re: Cisco 3640 Router ATM PVC Problem [7:61077]


pvc x/y should work, which leads me to wonder about your IOS version. What
are you running? what is the image name?

I do not see an atm pvc command in the 12.1 command reference.

also you mention something about connecting two 3640's back to back via an
OC3 card? I'm not sure you can do that. someone smarter than I will provide
a definitive answer, I'm sure.



Ken Chipps  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 I am using a sample configuration from cisco that looks like this

 First command config t
 Second command ip routing
 Third command interface atm 1/0
 Fourth command no shutdown
 Fifth command ip address 10.0.2.1 255.255.255.0
 Sixth command pvc 1 32
 Seventh command protocol ip 10.0.2.2 broadcast

 The sixth command is where it fails. It does not recognize the pvc.

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of
 Newell Ryan D SrA 18 CS/SCBT
 Sent: Tuesday, January 14, 2003 11:32 PM
 To: [EMAIL PROTECTED]
 Subject: FW: Cisco 3640 Router ATM PVC Problem [7:61077]

 What commands are you typing in? To create a PVC the syntax is
 int atm 1
 atm pvc 6 0 106 aal5snap
 I think you are missing the 'atm' before pvc.

 There are several ways to hook the 3640s back to back. If they are
 within
 fastethernet distance limitations you could use the fastethernet
 interfaces.

 -Original Message-
 From: Ken Chipps [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, January 15, 2003 1:40 PM
 To: [EMAIL PROTECTED]
 Subject: Cisco 3640 Router ATM PVC Problem [7:61077]


 I am attempting to setup a PVC between two Cisco 3640 Routers connected
 back
 to back. The interface is an OC3 card. Whenever I issue the PVC command
 on
 the ATM interface it says a PVC is not supported. If I use the ? to see
 for
 supported commands for the interface, no PVC command is listed. Is there
 some software upgrade I need for this? Or is there some other way to
 conenct
 two 3640s back to back?




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=61087t=61077
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Cisco 3640 Router ATM PVC Problem [7:61077]

2003-01-15 Thread Daniel Cotts
Here's a config from 11.3. Commands have changed quite a bit.
Note that clocking must be provided on one end. 
If the cards are single-mode fiber he might have to attenuate the signal.

interface ATM6/0
 description Location 
 no ip address
 no ip route-cache optimum
 atm clock INTERNAL
!
interface ATM6/0.1 multipoint (could be point-to-point)
 description pvc to Data Center via XYZ fiber
 ip address aaa.bbb.7.250 255.255.255.252 secondary
 ip address 10.1.19.2 255.255.255.0
 atm pvc 1 0 35 aal5snap
 map-group TGN
 appletalk cable-range 10119-10119 10119.2
 appletalk zone ATM
! 

!
map-list TGN
 ip 10.1.19.1 atm-vc 1 broadcast
 ip aaa.bbb.7.249 atm-vc 1 broadcast
 appletalk 10119.1 atm-vc 1 broadcast

 -Original Message-
 From: Newell Ryan D SrA 18 CS/SCBT [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, January 15, 2003 2:58 AM
 To: [EMAIL PROTECTED]
 Subject: RE: Cisco 3640 Router ATM PVC Problem [7:61077]
 
 
 I think your right. I know some IOS versions use the 'atm 
 pvc' command.
 So I agreewhat IOS version he is running is a key 
 component to know
 to resolve this problem. 
 
 -Original Message-
 From: The Long and Winding Road
 [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, January 15, 2003 4:30 PM
 To: [EMAIL PROTECTED]
 Subject: Re: Cisco 3640 Router ATM PVC Problem [7:61077]
 
 
 pvc x/y should work, which leads me to wonder about your 
 IOS version. What
 are you running? what is the image name?
 
 I do not see an atm pvc command in the 12.1 command reference.
 
 also you mention something about connecting two 3640's back 
 to back via an
 OC3 card? I'm not sure you can do that. someone smarter than 
 I will provide
 a definitive answer, I'm sure.
 
 
 
 Ken Chipps  wrote in message
 [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
  I am using a sample configuration from cisco that looks like this
 
  First command config t
  Second command ip routing
  Third command interface atm 1/0
  Fourth command no shutdown
  Fifth command ip address 10.0.2.1 255.255.255.0
  Sixth command pvc 1 32
  Seventh command protocol ip 10.0.2.2 broadcast
 
  The sixth command is where it fails. It does not recognize the pvc.
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
 On Behalf Of
  Newell Ryan D SrA 18 CS/SCBT
  Sent: Tuesday, January 14, 2003 11:32 PM
  To: [EMAIL PROTECTED]
  Subject: FW: Cisco 3640 Router ATM PVC Problem [7:61077]
 
  What commands are you typing in? To create a PVC the syntax is
  int atm 1
  atm pvc 6 0 106 aal5snap
  I think you are missing the 'atm' before pvc.
 
  There are several ways to hook the 3640s back to back. If they are
  within
  fastethernet distance limitations you could use the fastethernet
  interfaces.
 
  -Original Message-
  From: Ken Chipps [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, January 15, 2003 1:40 PM
  To: [EMAIL PROTECTED]
  Subject: Cisco 3640 Router ATM PVC Problem [7:61077]
 
 
  I am attempting to setup a PVC between two Cisco 3640 
 Routers connected
  back
  to back. The interface is an OC3 card. Whenever I issue the 
 PVC command
  on
  the ATM interface it says a PVC is not supported. If I use 
 the ? to see
  for
  supported commands for the interface, no PVC command is 
 listed. Is there
  some software upgrade I need for this? Or is there some other way to
  conenct
  two 3640s back to back?




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=61105t=61077
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Cisco 3640 Router ATM PVC Problem [7:61077]

2003-01-15 Thread Amar
lation_guide_chapter09186a00800e4789.html#xtocid39

http://www.cisco.com/en/US/products/sw/iosswrel/ps1835/products_command_refe
rence_chapter09186a00800ca7db.html#xtocid5

check the  above links, they have the info u need.
rgds

Daniel Cotts  a icrit dans le message de news:
[EMAIL PROTECTED]
 Here's a config from 11.3. Commands have changed quite a bit.
 Note that clocking must be provided on one end.
 If the cards are single-mode fiber he might have to attenuate the signal.

 interface ATM6/0
  description Location
  no ip address
  no ip route-cache optimum
  atm clock INTERNAL
 !
 interface ATM6/0.1 multipoint (could be point-to-point)
  description pvc to Data Center via XYZ fiber
  ip address aaa.bbb.7.250 255.255.255.252 secondary
  ip address 10.1.19.2 255.255.255.0
  atm pvc 1 0 35 aal5snap
  map-group TGN
  appletalk cable-range 10119-10119 10119.2
  appletalk zone ATM
 !

 !
 map-list TGN
  ip 10.1.19.1 atm-vc 1 broadcast
  ip aaa.bbb.7.249 atm-vc 1 broadcast
  appletalk 10119.1 atm-vc 1 broadcast

  -Original Message-
  From: Newell Ryan D SrA 18 CS/SCBT [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, January 15, 2003 2:58 AM
  To: [EMAIL PROTECTED]
  Subject: RE: Cisco 3640 Router ATM PVC Problem [7:61077]
 
 
  I think your right. I know some IOS versions use the 'atm
  pvc' command.
  So I agreewhat IOS version he is running is a key
  component to know
  to resolve this problem.
 
  -Original Message-
  From: The Long and Winding Road
  [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, January 15, 2003 4:30 PM
  To: [EMAIL PROTECTED]
  Subject: Re: Cisco 3640 Router ATM PVC Problem [7:61077]
 
 
  pvc x/y should work, which leads me to wonder about your
  IOS version. What
  are you running? what is the image name?
 
  I do not see an atm pvc command in the 12.1 command reference.
 
  also you mention something about connecting two 3640's back
  to back via an
  OC3 card? I'm not sure you can do that. someone smarter than
  I will provide
  a definitive answer, I'm sure.
 
 
 
  Ken Chipps  wrote in message
  [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
   I am using a sample configuration from cisco that looks like this
  
   First command config t
   Second command ip routing
   Third command interface atm 1/0
   Fourth command no shutdown
   Fifth command ip address 10.0.2.1 255.255.255.0
   Sixth command pvc 1 32
   Seventh command protocol ip 10.0.2.2 broadcast
  
   The sixth command is where it fails. It does not recognize the pvc.
  
   -Original Message-
   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
  On Behalf Of
   Newell Ryan D SrA 18 CS/SCBT
   Sent: Tuesday, January 14, 2003 11:32 PM
   To: [EMAIL PROTECTED]
   Subject: FW: Cisco 3640 Router ATM PVC Problem [7:61077]
  
   What commands are you typing in? To create a PVC the syntax is
   int atm 1
   atm pvc 6 0 106 aal5snap
   I think you are missing the 'atm' before pvc.
  
   There are several ways to hook the 3640s back to back. If they are
   within
   fastethernet distance limitations you could use the fastethernet
   interfaces.
  
   -Original Message-
   From: Ken Chipps [mailto:[EMAIL PROTECTED]]
   Sent: Wednesday, January 15, 2003 1:40 PM
   To: [EMAIL PROTECTED]
   Subject: Cisco 3640 Router ATM PVC Problem [7:61077]
  
  
   I am attempting to setup a PVC between two Cisco 3640
  Routers connected
   back
   to back. The interface is an OC3 card. Whenever I issue the
  PVC command
   on
   the ATM interface it says a PVC is not supported. If I use
  the ? to see
   for
   supported commands for the interface, no PVC command is
  listed. Is there
   some software upgrade I need for this? Or is there some other way to
   conenct
   two 3640s back to back?




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=61134t=61077
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Cisco 3640 Router ATM PVC Problem [7:61077]

2003-01-15 Thread Ken Chipps
Thanks for the suggestions from everyone. I will check the software
version tonight. I assumed this was the most recent version as we
purchased these units only a few months ago, but perhaps not.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of
Amar
Sent: Wednesday, January 15, 2003 1:59 PM
To: [EMAIL PROTECTED]
Subject: Re: Cisco 3640 Router ATM PVC Problem [7:61077]

lation_guide_chapter09186a00800e4789.html#xtocid39

http://www.cisco.com/en/US/products/sw/iosswrel/ps1835/products_command_
refe
rence_chapter09186a00800ca7db.html#xtocid5

check the  above links, they have the info u need.
rgds

Daniel Cotts  a icrit dans le message de news:
[EMAIL PROTECTED]
 Here's a config from 11.3. Commands have changed quite a bit.
 Note that clocking must be provided on one end.
 If the cards are single-mode fiber he might have to attenuate the
signal.

 interface ATM6/0
  description Location
  no ip address
  no ip route-cache optimum
  atm clock INTERNAL
 !
 interface ATM6/0.1 multipoint (could be point-to-point)
  description pvc to Data Center via XYZ fiber
  ip address aaa.bbb.7.250 255.255.255.252 secondary
  ip address 10.1.19.2 255.255.255.0
  atm pvc 1 0 35 aal5snap
  map-group TGN
  appletalk cable-range 10119-10119 10119.2
  appletalk zone ATM
 !

 !
 map-list TGN
  ip 10.1.19.1 atm-vc 1 broadcast
  ip aaa.bbb.7.249 atm-vc 1 broadcast
  appletalk 10119.1 atm-vc 1 broadcast

  -Original Message-
  From: Newell Ryan D SrA 18 CS/SCBT
[mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, January 15, 2003 2:58 AM
  To: [EMAIL PROTECTED]
  Subject: RE: Cisco 3640 Router ATM PVC Problem [7:61077]
 
 
  I think your right. I know some IOS versions use the 'atm
  pvc' command.
  So I agreewhat IOS version he is running is a key
  component to know
  to resolve this problem.
 
  -Original Message-
  From: The Long and Winding Road
  [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, January 15, 2003 4:30 PM
  To: [EMAIL PROTECTED]
  Subject: Re: Cisco 3640 Router ATM PVC Problem [7:61077]
 
 
  pvc x/y should work, which leads me to wonder about your
  IOS version. What
  are you running? what is the image name?
 
  I do not see an atm pvc command in the 12.1 command reference.
 
  also you mention something about connecting two 3640's back
  to back via an
  OC3 card? I'm not sure you can do that. someone smarter than
  I will provide
  a definitive answer, I'm sure.
 
 
 
  Ken Chipps  wrote in message
  [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
   I am using a sample configuration from cisco that looks like this
  
   First command config t
   Second command ip routing
   Third command interface atm 1/0
   Fourth command no shutdown
   Fifth command ip address 10.0.2.1 255.255.255.0
   Sixth command pvc 1 32
   Seventh command protocol ip 10.0.2.2 broadcast
  
   The sixth command is where it fails. It does not recognize the
pvc.
  
   -Original Message-
   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
  On Behalf Of
   Newell Ryan D SrA 18 CS/SCBT
   Sent: Tuesday, January 14, 2003 11:32 PM
   To: [EMAIL PROTECTED]
   Subject: FW: Cisco 3640 Router ATM PVC Problem [7:61077]
  
   What commands are you typing in? To create a PVC the syntax is
   int atm 1
   atm pvc 6 0 106 aal5snap
   I think you are missing the 'atm' before pvc.
  
   There are several ways to hook the 3640s back to back. If they are
   within
   fastethernet distance limitations you could use the fastethernet
   interfaces.
  
   -Original Message-
   From: Ken Chipps [mailto:[EMAIL PROTECTED]]
   Sent: Wednesday, January 15, 2003 1:40 PM
   To: [EMAIL PROTECTED]
   Subject: Cisco 3640 Router ATM PVC Problem [7:61077]
  
  
   I am attempting to setup a PVC between two Cisco 3640
  Routers connected
   back
   to back. The interface is an OC3 card. Whenever I issue the
  PVC command
   on
   the ATM interface it says a PVC is not supported. If I use
  the ? to see
   for
   supported commands for the interface, no PVC command is
  listed. Is there
   some software upgrade I need for this? Or is there some other way
to
   conenct
   two 3640s back to back?




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=61140t=61077
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Cisco 3640 Router ATM PVC Problem [7:61077]

2003-01-15 Thread Newell Ryan D SrA 18 CS/SCBT
You said that you got the sample configuration from cisco. Do you have the
link?
I would like to look at something. My router supports both 'pvc' and 'atm
pvc'.
But 'pvc' has no vcd and only can operate with qsaal and ilmi. The 'atm pvc'
does 
have a vcd and can support ilmi, qsaal, and all the atm adaptation layer
protocols.
Something else to look at!

-Original Message-
From: Ken Chipps [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 16, 2003 5:59 AM
To: [EMAIL PROTECTED]
Subject: RE: Cisco 3640 Router ATM PVC Problem [7:61077]


Thanks for the suggestions from everyone. I will check the software
version tonight. I assumed this was the most recent version as we
purchased these units only a few months ago, but perhaps not.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of
Amar
Sent: Wednesday, January 15, 2003 1:59 PM
To: [EMAIL PROTECTED]
Subject: Re: Cisco 3640 Router ATM PVC Problem [7:61077]

lation_guide_chapter09186a00800e4789.html#xtocid39

http://www.cisco.com/en/US/products/sw/iosswrel/ps1835/products_command_
refe
rence_chapter09186a00800ca7db.html#xtocid5

check the  above links, they have the info u need.
rgds

Daniel Cotts  a icrit dans le message de news:
[EMAIL PROTECTED]
 Here's a config from 11.3. Commands have changed quite a bit.
 Note that clocking must be provided on one end.
 If the cards are single-mode fiber he might have to attenuate the
signal.

 interface ATM6/0
  description Location
  no ip address
  no ip route-cache optimum
  atm clock INTERNAL
 !
 interface ATM6/0.1 multipoint (could be point-to-point)
  description pvc to Data Center via XYZ fiber
  ip address aaa.bbb.7.250 255.255.255.252 secondary
  ip address 10.1.19.2 255.255.255.0
  atm pvc 1 0 35 aal5snap
  map-group TGN
  appletalk cable-range 10119-10119 10119.2
  appletalk zone ATM
 !

 !
 map-list TGN
  ip 10.1.19.1 atm-vc 1 broadcast
  ip aaa.bbb.7.249 atm-vc 1 broadcast
  appletalk 10119.1 atm-vc 1 broadcast

  -Original Message-
  From: Newell Ryan D SrA 18 CS/SCBT
[mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, January 15, 2003 2:58 AM
  To: [EMAIL PROTECTED]
  Subject: RE: Cisco 3640 Router ATM PVC Problem [7:61077]
 
 
  I think your right. I know some IOS versions use the 'atm
  pvc' command.
  So I agreewhat IOS version he is running is a key
  component to know
  to resolve this problem.
 
  -Original Message-
  From: The Long and Winding Road
  [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, January 15, 2003 4:30 PM
  To: [EMAIL PROTECTED]
  Subject: Re: Cisco 3640 Router ATM PVC Problem [7:61077]
 
 
  pvc x/y should work, which leads me to wonder about your
  IOS version. What
  are you running? what is the image name?
 
  I do not see an atm pvc command in the 12.1 command reference.
 
  also you mention something about connecting two 3640's back
  to back via an
  OC3 card? I'm not sure you can do that. someone smarter than
  I will provide
  a definitive answer, I'm sure.
 
 
 
  Ken Chipps  wrote in message
  [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
   I am using a sample configuration from cisco that looks like this
  
   First command config t
   Second command ip routing
   Third command interface atm 1/0
   Fourth command no shutdown
   Fifth command ip address 10.0.2.1 255.255.255.0
   Sixth command pvc 1 32
   Seventh command protocol ip 10.0.2.2 broadcast
  
   The sixth command is where it fails. It does not recognize the
pvc.
  
   -Original Message-
   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
  On Behalf Of
   Newell Ryan D SrA 18 CS/SCBT
   Sent: Tuesday, January 14, 2003 11:32 PM
   To: [EMAIL PROTECTED]
   Subject: FW: Cisco 3640 Router ATM PVC Problem [7:61077]
  
   What commands are you typing in? To create a PVC the syntax is
   int atm 1
   atm pvc 6 0 106 aal5snap
   I think you are missing the 'atm' before pvc.
  
   There are several ways to hook the 3640s back to back. If they are
   within
   fastethernet distance limitations you could use the fastethernet
   interfaces.
  
   -Original Message-
   From: Ken Chipps [mailto:[EMAIL PROTECTED]]
   Sent: Wednesday, January 15, 2003 1:40 PM
   To: [EMAIL PROTECTED]
   Subject: Cisco 3640 Router ATM PVC Problem [7:61077]
  
  
   I am attempting to setup a PVC between two Cisco 3640
  Routers connected
   back
   to back. The interface is an OC3 card. Whenever I issue the
  PVC command
   on
   the ATM interface it says a PVC is not supported. If I use
  the ? to see
   for
   supported commands for the interface, no PVC command is
  listed. Is there
   some software upgrade I need for this? Or is there some other way
to
   conenct
   two 3640s back to back?




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=61142t=61077
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations t

RE: Cisco 3640 Router ATM PVC Problem [7:61077]

2003-01-15 Thread Jens Neelsen
Hi,

what is the IOS feature set used in these two routers?
You need a PLUS feature set to support ATM.

With kind regards
Jens Neelsen

--- Newell Ryan D SrA 18 CS/SCBT 
wrote:
 You said that you got the sample configuration from cisco. Do
 you have the
 link?
 I would like to look at something. My router supports both
 'pvc' and 'atm
 pvc'.
 But 'pvc' has no vcd and only can operate with qsaal and ilmi.
 The 'atm pvc'
 does 
 have a vcd and can support ilmi, qsaal, and all the atm
 adaptation layer
 protocols.
 Something else to look at!
 
 -Original Message-
 From: Ken Chipps [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, January 16, 2003 5:59 AM
 To: [EMAIL PROTECTED]
 Subject: RE: Cisco 3640 Router ATM PVC Problem [7:61077]
 
 
 Thanks for the suggestions from everyone. I will check the
 software
 version tonight. I assumed this was the most recent version as
 we
 purchased these units only a few months ago, but perhaps not.
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On
 Behalf Of
 Amar
 Sent: Wednesday, January 15, 2003 1:59 PM
 To: [EMAIL PROTECTED]
 Subject: Re: Cisco 3640 Router ATM PVC Problem [7:61077]
 
 lation_guide_chapter09186a00800e4789.html#xtocid39
 

http://www.cisco.com/en/US/products/sw/iosswrel/ps1835/products_command_
 refe
 rence_chapter09186a00800ca7db.html#xtocid5
 
 check the  above links, they have the info u need.
 rgds
 
 Daniel Cotts  a icrit dans le message de news:
 [EMAIL PROTECTED]
  Here's a config from 11.3. Commands have changed quite a
 bit.
  Note that clocking must be provided on one end.
  If the cards are single-mode fiber he might have to
 attenuate the
 signal.
 
  interface ATM6/0
   description Location
   no ip address
   no ip route-cache optimum
   atm clock INTERNAL
  !
  interface ATM6/0.1 multipoint (could be point-to-point)
   description pvc to Data Center via XYZ fiber
   ip address aaa.bbb.7.250 255.255.255.252 secondary
   ip address 10.1.19.2 255.255.255.0
   atm pvc 1 0 35 aal5snap
   map-group TGN
   appletalk cable-range 10119-10119 10119.2
   appletalk zone ATM
  !
 
  !
  map-list TGN
   ip 10.1.19.1 atm-vc 1 broadcast
   ip aaa.bbb.7.249 atm-vc 1 broadcast
   appletalk 10119.1 atm-vc 1 broadcast
 
   -Original Message-
   From: Newell Ryan D SrA 18 CS/SCBT
 [mailto:[EMAIL PROTECTED]]
   Sent: Wednesday, January 15, 2003 2:58 AM
   To: [EMAIL PROTECTED]
   Subject: RE: Cisco 3640 Router ATM PVC Problem [7:61077]
  
  
   I think your right. I know some IOS versions use the 'atm
   pvc' command.
   So I agreewhat IOS version he is running is a key
   component to know
   to resolve this problem.
  
   -Original Message-
   From: The Long and Winding Road
   [mailto:[EMAIL PROTECTED]]
   Sent: Wednesday, January 15, 2003 4:30 PM
   To: [EMAIL PROTECTED]
   Subject: Re: Cisco 3640 Router ATM PVC Problem [7:61077]
  
  
   pvc x/y should work, which leads me to wonder about your
   IOS version. What
   are you running? what is the image name?
  
   I do not see an atm pvc command in the 12.1 command
 reference.
  
   also you mention something about connecting two 3640's
 back
   to back via an
   OC3 card? I'm not sure you can do that. someone smarter
 than
   I will provide
   a definitive answer, I'm sure.
  
  
  
   Ken Chipps  wrote in message
   [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
I am using a sample configuration from cisco that looks
 like this
   
First command config t
Second command ip routing
Third command interface atm 1/0
Fourth command no shutdown
Fifth command ip address 10.0.2.1 255.255.255.0
Sixth command pvc 1 32
Seventh command protocol ip 10.0.2.2 broadcast
   
The sixth command is where it fails. It does not
 recognize the
 pvc.
   
-Original Message-
From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]
   On Behalf Of
Newell Ryan D SrA 18 CS/SCBT
Sent: Tuesday, January 14, 2003 11:32 PM
To: [EMAIL PROTECTED]
Subject: FW: Cisco 3640 Router ATM PVC Problem [7:61077]
   
What commands are you typing in? To create a PVC the
 syntax is
int atm 1
atm pvc 6 0 106 aal5snap
I think you are missing the 'atm' before pvc.
   
There are several ways to hook the 3640s back to back.
 If they are
within
fastethernet distance limitations you could use the
 fastethernet
interfaces.
   
-Original Message-
From: Ken Chipps [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 15, 2003 1:40 PM
To: [EMAIL PROTECTED]
Subject: Cisco 3640 Router ATM PVC Problem [7:61077]
   
   
I am attempting to setup a PVC between two Cisco 3640
   Routers connected
back
to back. The interface is an OC3 card. Whenever I issue
 the
   PVC command
on
the ATM interface it says a PVC is not supported. If I
 use
   the ? to see
for
supported commands for the interface, no PVC command is
   listed. Is there
some software upgrad

RE: Cisco 3640 Router ATM PVC Problem [7:61077]

2003-01-15 Thread Ken Chipps
Here it is assuming it makes to through the list
 
Link starts here
http://www.cisco.com/en/US/products/sw/iosswrel/ps1830/products_feature_
guide09186a00800e9781.html link stops here
 
This is the example I based the lab on
 
-Original Message-
From: Newell Ryan D SrA 18 CS/SCBT [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, January 15, 2003 3:22 PM
To: 'Ken Chipps'; '[EMAIL PROTECTED]'
Subject: RE: Cisco 3640 Router ATM PVC Problem [7:61077]
 
You said that you got the sample configuration from cisco. Do you have
the link? 
I would like to look at something. My router supports both 'pvc' and
'atm pvc'. 
But 'pvc' has no vcd and only can operate with qsaal and ilmi. The 'atm
pvc' does 
have a vcd and can support ilmi, qsaal, and all the atm adaptation layer
protocols. 
Something else to look at! 
-Original Message- 
From: Ken Chipps [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, January 16, 2003 5:59 AM 
To: [EMAIL PROTECTED] 
Subject: RE: Cisco 3640 Router ATM PVC Problem [7:61077] 
 
Thanks for the suggestions from everyone. I will check the software 
version tonight. I assumed this was the most recent version as we 
purchased these units only a few months ago, but perhaps not. 
-Original Message- 
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of 
Amar 
Sent: Wednesday, January 15, 2003 1:59 PM 
To: [EMAIL PROTECTED] 
Subject: Re: Cisco 3640 Router ATM PVC Problem [7:61077] 
lation_guide_chapter09186a00800e4789.html#xtocid39 
http://www.cisco.com/en/US/products/sw/iosswrel/ps1835/products_command_

refe 
rence_chapter09186a00800ca7db.html#xtocid5 
check the  above links, they have the info u need. 
rgds 
Daniel Cotts  a icrit dans le message de news: 
[EMAIL PROTECTED] 
 Here's a config from 11.3. Commands have changed quite a bit. 
 Note that clocking must be provided on one end. 
 If the cards are single-mode fiber he might have to attenuate the 
signal. 
 
 interface ATM6/0 
  description Location 
  no ip address 
  no ip route-cache optimum 
  atm clock INTERNAL 
 ! 
 interface ATM6/0.1 multipoint (could be point-to-point) 
  description pvc to Data Center via XYZ fiber 
  ip address aaa.bbb.7.250 255.255.255.252 secondary 
  ip address 10.1.19.2 255.255.255.0 
  atm pvc 1 0 35 aal5snap 
  map-group TGN 
  appletalk cable-range 10119-10119 10119.2 
  appletalk zone ATM 
 ! 
 
 ! 
 map-list TGN 
  ip 10.1.19.1 atm-vc 1 broadcast 
  ip aaa.bbb.7.249 atm-vc 1 broadcast 
  appletalk 10119.1 atm-vc 1 broadcast 
 
  -Original Message- 
  From: Newell Ryan D SrA 18 CS/SCBT 
[mailto:[EMAIL PROTECTED]] 
  Sent: Wednesday, January 15, 2003 2:58 AM 
  To: [EMAIL PROTECTED] 
  Subject: RE: Cisco 3640 Router ATM PVC Problem [7:61077] 
  
  
  I think your right. I know some IOS versions use the 'atm 
  pvc' command. 
  So I agreewhat IOS version he is running is a key 
  component to know 
  to resolve this problem. 
  
  -Original Message- 
  From: The Long and Winding Road 
  [mailto:[EMAIL PROTECTED]] 
  Sent: Wednesday, January 15, 2003 4:30 PM 
  To: [EMAIL PROTECTED] 
  Subject: Re: Cisco 3640 Router ATM PVC Problem [7:61077] 
  
  
  pvc x/y should work, which leads me to wonder about your 
  IOS version. What 
  are you running? what is the image name? 
  
  I do not see an atm pvc command in the 12.1 command reference. 
  
  also you mention something about connecting two 3640's back 
  to back via an 
  OC3 card? I'm not sure you can do that. someone smarter than 
  I will provide 
  a definitive answer, I'm sure. 
  
  
  
  Ken Chipps  wrote in message 
  [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... 
   I am using a sample configuration from cisco that looks like this 
   
   First command config t 
   Second command ip routing 
   Third command interface atm 1/0 
   Fourth command no shutdown 
   Fifth command ip address 10.0.2.1 255.255.255.0 
   Sixth command pvc 1 32 
   Seventh command protocol ip 10.0.2.2 broadcast 
   
   The sixth command is where it fails. It does not recognize the 
pvc. 
   
   -Original Message- 
   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
  On Behalf Of 
   Newell Ryan D SrA 18 CS/SCBT 
   Sent: Tuesday, January 14, 2003 11:32 PM 
   To: [EMAIL PROTECTED] 
   Subject: FW: Cisco 3640 Router ATM PVC Problem [7:61077] 
   
   What commands are you typing in? To create a PVC the syntax is 
   int atm 1 
   atm pvc 6 0 106 aal5snap 
   I think you are missing the 'atm' before pvc. 
   
   There are several ways to hook the 3640s back to back. If they are

   within 
   fastethernet distance limitations you could use the fastethernet 
   interfaces. 
   
   -Original Message- 
   From: Ken Chipps [mailto:[EMAIL PROTECTED]] 
   Sent: Wednesday, January 15, 2003 1:40 PM 
   To: [EMAIL PROTECTED] 
   Subject: Cisco 3640 Router ATM PVC Problem [7:61077] 
   
   
   I am attempting to setup a PVC between two Cisco 3640 
  Routers connected 
   back 
   to back. The interface is an OC3 card. Wh

RE: Cisco 3640 Router ATM PVC Problem [7:61077]

2003-01-15 Thread Ken Chipps
How do I check the feature set on the router? Will it display along with
the IOS version? And yes I will go look for the answer on cisco.com
right now, but in case anyone knows off the top of their head.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of
Jens Neelsen
Sent: Wednesday, January 15, 2003 3:39 PM
To: [EMAIL PROTECTED]
Subject: RE: Cisco 3640 Router ATM PVC Problem [7:61077]

Hi,

what is the IOS feature set used in these two routers?
You need a PLUS feature set to support ATM.

With kind regards
Jens Neelsen

--- Newell Ryan D SrA 18 CS/SCBT 
wrote:
 You said that you got the sample configuration from cisco. Do
 you have the
 link?
 I would like to look at something. My router supports both
 'pvc' and 'atm
 pvc'.
 But 'pvc' has no vcd and only can operate with qsaal and ilmi.
 The 'atm pvc'
 does 
 have a vcd and can support ilmi, qsaal, and all the atm
 adaptation layer
 protocols.
 Something else to look at!
 
 -Original Message-
 From: Ken Chipps [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, January 16, 2003 5:59 AM
 To: [EMAIL PROTECTED]
 Subject: RE: Cisco 3640 Router ATM PVC Problem [7:61077]
 
 
 Thanks for the suggestions from everyone. I will check the
 software
 version tonight. I assumed this was the most recent version as
 we
 purchased these units only a few months ago, but perhaps not.
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On
 Behalf Of
 Amar
 Sent: Wednesday, January 15, 2003 1:59 PM
 To: [EMAIL PROTECTED]
 Subject: Re: Cisco 3640 Router ATM PVC Problem [7:61077]
 
 lation_guide_chapter09186a00800e4789.html#xtocid39
 

http://www.cisco.com/en/US/products/sw/iosswrel/ps1835/products_command_
 refe
 rence_chapter09186a00800ca7db.html#xtocid5
 
 check the  above links, they have the info u need.
 rgds
 
 Daniel Cotts  a icrit dans le message de news:
 [EMAIL PROTECTED]
  Here's a config from 11.3. Commands have changed quite a
 bit.
  Note that clocking must be provided on one end.
  If the cards are single-mode fiber he might have to
 attenuate the
 signal.
 
  interface ATM6/0
   description Location
   no ip address
   no ip route-cache optimum
   atm clock INTERNAL
  !
  interface ATM6/0.1 multipoint (could be point-to-point)
   description pvc to Data Center via XYZ fiber
   ip address aaa.bbb.7.250 255.255.255.252 secondary
   ip address 10.1.19.2 255.255.255.0
   atm pvc 1 0 35 aal5snap
   map-group TGN
   appletalk cable-range 10119-10119 10119.2
   appletalk zone ATM
  !
 
  !
  map-list TGN
   ip 10.1.19.1 atm-vc 1 broadcast
   ip aaa.bbb.7.249 atm-vc 1 broadcast
   appletalk 10119.1 atm-vc 1 broadcast
 
   -Original Message-
   From: Newell Ryan D SrA 18 CS/SCBT
 [mailto:[EMAIL PROTECTED]]
   Sent: Wednesday, January 15, 2003 2:58 AM
   To: [EMAIL PROTECTED]
   Subject: RE: Cisco 3640 Router ATM PVC Problem [7:61077]
  
  
   I think your right. I know some IOS versions use the 'atm
   pvc' command.
   So I agreewhat IOS version he is running is a key
   component to know
   to resolve this problem.
  
   -Original Message-
   From: The Long and Winding Road
   [mailto:[EMAIL PROTECTED]]
   Sent: Wednesday, January 15, 2003 4:30 PM
   To: [EMAIL PROTECTED]
   Subject: Re: Cisco 3640 Router ATM PVC Problem [7:61077]
  
  
   pvc x/y should work, which leads me to wonder about your
   IOS version. What
   are you running? what is the image name?
  
   I do not see an atm pvc command in the 12.1 command
 reference.
  
   also you mention something about connecting two 3640's
 back
   to back via an
   OC3 card? I'm not sure you can do that. someone smarter
 than
   I will provide
   a definitive answer, I'm sure.
  
  
  
   Ken Chipps  wrote in message
   [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
I am using a sample configuration from cisco that looks
 like this
   
First command config t
Second command ip routing
Third command interface atm 1/0
Fourth command no shutdown
Fifth command ip address 10.0.2.1 255.255.255.0
Sixth command pvc 1 32
Seventh command protocol ip 10.0.2.2 broadcast
   
The sixth command is where it fails. It does not
 recognize the
 pvc.
   
-Original Message-
From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]
   On Behalf Of
Newell Ryan D SrA 18 CS/SCBT
Sent: Tuesday, January 14, 2003 11:32 PM
To: [EMAIL PROTECTED]
Subject: FW: Cisco 3640 Router ATM PVC Problem [7:61077]
   
What commands are you typing in? To create a PVC the
 syntax is
int atm 1
atm pvc 6 0 106 aal5snap
I think you are missing the 'atm' before pvc.
   
There are several ways to hook the 3640s back to back.
 If they are
within
fastethernet distance limitations you could use the
 fastethernet
interfaces.
   
-Original Message-
From: Ken Chipps [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 15, 2003 1:40 PM
To: [EMAIL PROTECTED]
   

RE: Cisco 3640 Router ATM PVC Problem [7:61077]

2003-01-15 Thread Angel Leiva
Ken,

I have two 3660 routers connected back to back via an OC3 link in a lab
environment. They are using IOS 12.0(7)T, IP Enterprise Version. 

You seem to be missing the VCD ( Virtual Channel Descriptor) between the pvc
and the vpi/vci command entries. Also, the vpi/vci syntax appears to be
incorrect in your configuration:

Take a look at the ATM interface configs on my working routers:

Router A:

!
interface ATM1/0
 ip address 10.10.10.2 255.255.255.0
 no ip directed-broadcast
 ip ospf network point-to-point
 atm clock INTERNAL
 atm ilmi-keepalive
 pvc Dallas 1/100   I am using a sample configuration from cisco that
looks like this

 First command config t
 Second command ip routing
 Third command interface atm 1/0
 Fourth command no shutdown
 Fifth command ip address 10.0.2.1 255.255.255.0
 Sixth command pvc 1 32
 Seventh command protocol ip 10.0.2.2 broadcast

 The sixth command is where it fails. It does not recognize the pvc.

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of
 Newell Ryan D SrA 18 CS/SCBT
 Sent: Tuesday, January 14, 2003 11:32 PM
 To: [EMAIL PROTECTED]
 Subject: FW: Cisco 3640 Router ATM PVC Problem [7:61077]

 What commands are you typing in? To create a PVC the syntax is
 int atm 1
 atm pvc 6 0 106 aal5snap
 I think you are missing the 'atm' before pvc.

 There are several ways to hook the 3640s back to back. If they are
 within
 fastethernet distance limitations you could use the fastethernet
 interfaces.

 -Original Message-
 From: Ken Chipps [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, January 15, 2003 1:40 PM
 To: [EMAIL PROTECTED]
 Subject: Cisco 3640 Router ATM PVC Problem [7:61077]


 I am attempting to setup a PVC between two Cisco 3640 Routers connected
 back
 to back. The interface is an OC3 card. Whenever I issue the PVC command
 on
 the ATM interface it says a PVC is not supported. If I use the ? to see
 for
 supported commands for the interface, no PVC command is listed. Is there
 some software upgrade I need for this? Or is there some other way to
 conenct
 two 3640s back to back?




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=61151t=61077
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Cisco 3640 Router ATM PVC Problem [7:61077]

2003-01-15 Thread Newell Ryan D SrA 18 CS/SCBT
It is amazing that the thread has gone for so long. I think some one has the
answer. Angel's router does have a vcd. While 
the example from Cisco does not. How do you configure AAL protocol for this
syntax?

'show version'

-Original Message-
From: Angel Leiva [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 16, 2003 7:25 AM
To: [EMAIL PROTECTED]
Subject: RE: Cisco 3640 Router ATM PVC Problem [7:61077]


Ken,

I have two 3660 routers connected back to back via an OC3 link in a lab
environment. They are using IOS 12.0(7)T, IP Enterprise Version. 

You seem to be missing the VCD ( Virtual Channel Descriptor) between the pvc
and the vpi/vci command entries. Also, the vpi/vci syntax appears to be
incorrect in your configuration:

Take a look at the ATM interface configs on my working routers:

Router A:

!
interface ATM1/0
 ip address 10.10.10.2 255.255.255.0
 no ip directed-broadcast
 ip ospf network point-to-point
 atm clock INTERNAL
 atm ilmi-keepalive
 pvc Dallas 1/100   I am using a sample configuration from cisco that
looks like this

 First command config t
 Second command ip routing
 Third command interface atm 1/0
 Fourth command no shutdown
 Fifth command ip address 10.0.2.1 255.255.255.0
 Sixth command pvc 1 32
 Seventh command protocol ip 10.0.2.2 broadcast

 The sixth command is where it fails. It does not recognize the pvc.

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of
 Newell Ryan D SrA 18 CS/SCBT
 Sent: Tuesday, January 14, 2003 11:32 PM
 To: [EMAIL PROTECTED]
 Subject: FW: Cisco 3640 Router ATM PVC Problem [7:61077]

 What commands are you typing in? To create a PVC the syntax is
 int atm 1
 atm pvc 6 0 106 aal5snap
 I think you are missing the 'atm' before pvc.

 There are several ways to hook the 3640s back to back. If they are
 within
 fastethernet distance limitations you could use the fastethernet
 interfaces.

 -Original Message-
 From: Ken Chipps [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, January 15, 2003 1:40 PM
 To: [EMAIL PROTECTED]
 Subject: Cisco 3640 Router ATM PVC Problem [7:61077]


 I am attempting to setup a PVC between two Cisco 3640 Routers connected
 back
 to back. The interface is an OC3 card. Whenever I issue the PVC command
 on
 the ATM interface it says a PVC is not supported. If I use the ? to see
 for
 supported commands for the interface, no PVC command is listed. Is there
 some software upgrade I need for this? Or is there some other way to
 conenct
 two 3640s back to back?




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=61153t=61077
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Cisco 3640 Router ATM PVC Problem [7:61077]

2003-01-15 Thread Angel Leiva
All,



Somehow my e-mail posting this morning got chopped off along its way. Here
it is again:



Hth,



Angel



Ken,



I have two 3660 routers connected back to back via an OC3 link in a lab
environment. They are using IOS 12.0(7)T, IP Enterprise Version.



You seem to be missing the VCD ( Virtual Channel Descriptor) between the pvc
and the vpi/vci command entries. Also, the vpi/vci syntax appears to be
incorrect in your configuration:



Take a look at the ATM interface configs on my working routers:



Router A:



!

interface ATM1/0

 ip address 10.10.10.2 255.255.255.0

 no ip directed-broadcast

 ip ospf network point-to-point

 atm clock INTERNAL

 atm ilmi-keepalive

 pvc Dallas 1/100  
 First command config t
 Second command ip routing
 Third command interface atm 1/0
 Fourth command no shutdown
 Fifth command ip address 10.0.2.1 255.255.255.0
 Sixth command pvc 1 32
 Seventh command protocol ip 10.0.2.2 broadcast

 The sixth command is where it fails. It does not recognize the pvc.

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of
 Newell Ryan D SrA 18 CS/SCBT
 Sent: Tuesday, January 14, 2003 11:32 PM
 To: [EMAIL PROTECTED]
 Subject: FW: Cisco 3640 Router ATM PVC Problem [7:61077]

 What commands are you typing in? To create a PVC the syntax is
 int atm 1
 atm pvc 6 0 106 aal5snap
 I think you are missing the 'atm' before pvc.

 There are several ways to hook the 3640s back to back. If they are
 within
 fastethernet distance limitations you could use the fastethernet
 interfaces.

 -Original Message-
 From: Ken Chipps [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, January 15, 2003 1:40 PM
 To: [EMAIL PROTECTED]
 Subject: Cisco 3640 Router ATM PVC Problem [7:61077]


 I am attempting to setup a PVC between two Cisco 3640 Routers connected
 back
 to back. The interface is an OC3 card. Whenever I issue the PVC command
 on
 the ATM interface it says a PVC is not supported. If I use the ? to see
 for
 supported commands for the interface, no PVC command is listed. Is there
 some software upgrade I need for this? Or is there some other way to
 conenct
 two 3640s back to back?
i=61151t=61077
--
FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=61163t=61077
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Cisco 3640 Router ATM PVC Problem [7:61077]

2003-01-15 Thread The Long and Winding Road
Angel Leiva  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 All,



 Somehow my e-mail posting this morning got chopped off along its way. Here
 it is again:




you might want to try again. if your text contains a left pointing bracket,
the news servers seems to chop out anything that follolws. I've done a
number of experiments.

anything folllowing the arrow below will be chopped. in my sent message
there are three lines which say test after the leftward pointing arrow on
the next line

 
 Hth,



 Angel



 Ken,



 I have two 3660 routers connected back to back via an OC3 link in a lab
 environment. They are using IOS 12.0(7)T, IP Enterprise Version.



 You seem to be missing the VCD ( Virtual Channel Descriptor) between the
pvc
 and the vpi/vci command entries. Also, the vpi/vci syntax appears to be
 incorrect in your configuration:



 Take a look at the ATM interface configs on my working routers:



 Router A:



 !

 interface ATM1/0

  ip address 10.10.10.2 255.255.255.0

  no ip directed-broadcast

  ip ospf network point-to-point

  atm clock INTERNAL

  atm ilmi-keepalive

  pvc Dallas 1/100
  First command config t
  Second command ip routing
  Third command interface atm 1/0
  Fourth command no shutdown
  Fifth command ip address 10.0.2.1 255.255.255.0
  Sixth command pvc 1 32
  Seventh command protocol ip 10.0.2.2 broadcast
 
  The sixth command is where it fails. It does not recognize the pvc.
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of
  Newell Ryan D SrA 18 CS/SCBT
  Sent: Tuesday, January 14, 2003 11:32 PM
  To: [EMAIL PROTECTED]
  Subject: FW: Cisco 3640 Router ATM PVC Problem [7:61077]
 
  What commands are you typing in? To create a PVC the syntax is
  int atm 1
  atm pvc 6 0 106 aal5snap
  I think you are missing the 'atm' before pvc.
 
  There are several ways to hook the 3640s back to back. If they are
  within
  fastethernet distance limitations you could use the fastethernet
  interfaces.
 
  -Original Message-
  From: Ken Chipps [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, January 15, 2003 1:40 PM
  To: [EMAIL PROTECTED]
  Subject: Cisco 3640 Router ATM PVC Problem [7:61077]
 
 
  I am attempting to setup a PVC between two Cisco 3640 Routers connected
  back
  to back. The interface is an OC3 card. Whenever I issue the PVC command
  on
  the ATM interface it says a PVC is not supported. If I use the ? to see
  for
  supported commands for the interface, no PVC command is listed. Is there
  some software upgrade I need for this? Or is there some other way to
  conenct
  two 3640s back to back?
 i=61151t=61077
 --
 FAQ, list archives, and subscription info:
 http://www.groupstudy.com/list/cisco.html
 Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=61165t=61077
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Cisco 3640 Router ATM PVC Problem [7:61077]

2003-01-15 Thread Angel Leiva
Thank you The Long and winding Road, I did have left pointing arrows in my
previous e-mails.



Here it is again:

(my apologies for the wasted bw)

==

Ken,



I have two 3660 routers connected back to back via an OC3 link in a lab
environment. They are using IOS 12.0(7)T, IP Enterprise Version.



You seem to be missing the VCD ( Virtual Channel Descriptor) between the pvc
and the vpi/vci command entries. Also, the vpi/vci syntax appears to be
incorrect in your configuration. The VCD can be a number or a word.



Take a look at the ATM interface configs on my working routers:



Router A:

!

interface ATM1/0

 ip address 10.10.10.2 255.255.255.0

 no ip directed-broadcast

 ip ospf network point-to-point

 atm clock INTERNAL

 atm ilmi-keepalive

 pvc Dallas 1/100  ~- VCD = Dallas

  protocol ip 10.10.10.1 broadcast

  vbr-nrt 256 64

  encapsulation aal5snap

!

!

router ospf 100

 network 10.10.10.0 0.0.0.255 area 0

!



Router B:

!

interface ATM1/0

 ip address 10.10.10.1 255.255.255.0

 no ip directed-broadcast

 ip ospf network point-to-point

 no atm ilmi-keepalive

 pvc Houston 1/100 ~- VCD = Houston

  protocol ip 10.10.10.2 broadcast

  vbr-nrt 256 64

  encapsulation aal5snap

!

router ospf 100

 network 10.10.10.0 0.0.0.255 area 0

!



Hth,



Angel



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of The
Long and Winding Road
Sent: Wednesday, January 15, 2003 6:42 PM
To: [EMAIL PROTECTED]
Subject: Re: Cisco 3640 Router ATM PVC Problem [7:61077]



you might want to try again. if your text contains a left pointing bracket,

the news servers seems to chop out anything that follolws. I've done a

number of experiments.



anything folllowing the arrow below will be chopped. in my sent message

there are three lines which say test after the leftward pointing arrow on

the next line








Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=61179t=61077
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Cisco 3640 Router ATM PVC Problem [7:61077]

2003-01-15 Thread Ken Chipps
I will try this on Friday evening and let you know if it works.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of
Angel Leiva
Sent: Wednesday, January 15, 2003 11:29 PM
To: [EMAIL PROTECTED]
Subject: RE: Cisco 3640 Router ATM PVC Problem [7:61077]

Thank you The Long and winding Road, I did have left pointing arrows
in my
previous e-mails.



Here it is again:

(my apologies for the wasted bw)


==

Ken,



I have two 3660 routers connected back to back via an OC3 link in a lab
environment. They are using IOS 12.0(7)T, IP Enterprise Version.



You seem to be missing the VCD ( Virtual Channel Descriptor) between the
pvc
and the vpi/vci command entries. Also, the vpi/vci syntax appears to be
incorrect in your configuration. The VCD can be a number or a word.



Take a look at the ATM interface configs on my working routers:



Router A:

!

interface ATM1/0

 ip address 10.10.10.2 255.255.255.0

 no ip directed-broadcast

 ip ospf network point-to-point

 atm clock INTERNAL

 atm ilmi-keepalive

 pvc Dallas 1/100  ~- VCD = Dallas

  protocol ip 10.10.10.1 broadcast

  vbr-nrt 256 64

  encapsulation aal5snap

!

!

router ospf 100

 network 10.10.10.0 0.0.0.255 area 0

!



Router B:

!

interface ATM1/0

 ip address 10.10.10.1 255.255.255.0

 no ip directed-broadcast

 ip ospf network point-to-point

 no atm ilmi-keepalive

 pvc Houston 1/100 ~- VCD = Houston

  protocol ip 10.10.10.2 broadcast

  vbr-nrt 256 64

  encapsulation aal5snap

!

router ospf 100

 network 10.10.10.0 0.0.0.255 area 0

!



Hth,



Angel



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of
The
Long and Winding Road
Sent: Wednesday, January 15, 2003 6:42 PM
To: [EMAIL PROTECTED]
Subject: Re: Cisco 3640 Router ATM PVC Problem [7:61077]



you might want to try again. if your text contains a left pointing
bracket,

the news servers seems to chop out anything that follolws. I've done a

number of experiments.



anything folllowing the arrow below will be chopped. in my sent message

there are three lines which say test after the leftward pointing arrow
on

the next line








Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=61182t=61077
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Cisco 3640 Router ATM PVC Problem [7:61077]

2003-01-14 Thread Ken Chipps
I am using a sample configuration from cisco that looks like this

First command config t
Second command ip routing
Third command interface atm 1/0
Fourth command no shutdown
Fifth command ip address 10.0.2.1 255.255.255.0
Sixth command pvc 1 32
Seventh command protocol ip 10.0.2.2 broadcast

The sixth command is where it fails. It does not recognize the pvc.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of
Newell Ryan D SrA 18 CS/SCBT
Sent: Tuesday, January 14, 2003 11:32 PM
To: [EMAIL PROTECTED]
Subject: FW: Cisco 3640 Router ATM PVC Problem [7:61077]

What commands are you typing in? To create a PVC the syntax is
int atm 1
atm pvc 6 0 106 aal5snap
I think you are missing the 'atm' before pvc.

There are several ways to hook the 3640s back to back. If they are
within 
fastethernet distance limitations you could use the fastethernet
interfaces.

-Original Message-
From: Ken Chipps [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 15, 2003 1:40 PM
To: [EMAIL PROTECTED]
Subject: Cisco 3640 Router ATM PVC Problem [7:61077]


I am attempting to setup a PVC between two Cisco 3640 Routers connected
back
to back. The interface is an OC3 card. Whenever I issue the PVC command
on
the ATM interface it says a PVC is not supported. If I use the ? to see
for
supported commands for the interface, no PVC command is listed. Is there
some software upgrade I need for this? Or is there some other way to
conenct
two 3640s back to back?




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=61079t=61077
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Cisco 3640 Router ATM PVC Problem [7:61077]

2003-01-14 Thread Newell Ryan D SrA 18 CS/SCBT
Try to add atm in front of that.

-Original Message-
From: Ken Chipps [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 15, 2003 3:23 PM
To: 'Newell Ryan D SrA 18 CS/SCBT'; [EMAIL PROTECTED]
Subject: RE: Cisco 3640 Router ATM PVC Problem [7:61077]


I am using a sample configuration from cisco that looks like this

First command config t
Second command ip routing
Third command interface atm 1/0
Fourth command no shutdown
Fifth command ip address 10.0.2.1 255.255.255.0
Sixth command pvc 1 32
Seventh command protocol ip 10.0.2.2 broadcast

The sixth command is where it fails. It does not recognize the pvc.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of
Newell Ryan D SrA 18 CS/SCBT
Sent: Tuesday, January 14, 2003 11:32 PM
To: [EMAIL PROTECTED]
Subject: FW: Cisco 3640 Router ATM PVC Problem [7:61077]

What commands are you typing in? To create a PVC the syntax is
int atm 1
atm pvc 6 0 106 aal5snap
I think you are missing the 'atm' before pvc.

There are several ways to hook the 3640s back to back. If they are
within 
fastethernet distance limitations you could use the fastethernet
interfaces.

-Original Message-
From: Ken Chipps [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 15, 2003 1:40 PM
To: [EMAIL PROTECTED]
Subject: Cisco 3640 Router ATM PVC Problem [7:61077]


I am attempting to setup a PVC between two Cisco 3640 Routers connected
back
to back. The interface is an OC3 card. Whenever I issue the PVC command
on
the ATM interface it says a PVC is not supported. If I use the ? to see
for
supported commands for the interface, no PVC command is listed. Is there
some software upgrade I need for this? Or is there some other way to
conenct
two 3640s back to back?




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=61080t=61077
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Cisco 3640 Router ATM PVC Problem [7:61077]

2003-01-14 Thread The Long and Winding Road
pvc x/y should work, which leads me to wonder about your IOS version. What
are you running? what is the image name?

I do not see an atm pvc command in the 12.1 command reference.

also you mention something about connecting two 3640's back to back via an
OC3 card? I'm not sure you can do that. someone smarter than I will provide
a definitive answer, I'm sure.



Ken Chipps  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 I am using a sample configuration from cisco that looks like this

 First command config t
 Second command ip routing
 Third command interface atm 1/0
 Fourth command no shutdown
 Fifth command ip address 10.0.2.1 255.255.255.0
 Sixth command pvc 1 32
 Seventh command protocol ip 10.0.2.2 broadcast

 The sixth command is where it fails. It does not recognize the pvc.

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of
 Newell Ryan D SrA 18 CS/SCBT
 Sent: Tuesday, January 14, 2003 11:32 PM
 To: [EMAIL PROTECTED]
 Subject: FW: Cisco 3640 Router ATM PVC Problem [7:61077]

 What commands are you typing in? To create a PVC the syntax is
 int atm 1
 atm pvc 6 0 106 aal5snap
 I think you are missing the 'atm' before pvc.

 There are several ways to hook the 3640s back to back. If they are
 within
 fastethernet distance limitations you could use the fastethernet
 interfaces.

 -Original Message-
 From: Ken Chipps [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, January 15, 2003 1:40 PM
 To: [EMAIL PROTECTED]
 Subject: Cisco 3640 Router ATM PVC Problem [7:61077]


 I am attempting to setup a PVC between two Cisco 3640 Routers connected
 back
 to back. The interface is an OC3 card. Whenever I issue the PVC command
 on
 the ATM interface it says a PVC is not supported. If I use the ? to see
 for
 supported commands for the interface, no PVC command is listed. Is there
 some software upgrade I need for this? Or is there some other way to
 conenct
 two 3640s back to back?




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=61081t=61077
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]