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 agree....what 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?
[EMAIL PROTECTED]


__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com




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

Reply via email to