07-17-2007 08:22 AM - edited 03-03-2019 05:54 PM
How do I add this to a router?
interface ATM0/0/0
description ATM Circuit 24.HCGJ.xxxxxx
no ip address
no scrambling-payload
no atm ilmi-keepalive
!
interface ATM0/0/0.36 point-to-point
description Grant Street
ip address 10.XXX.XXX.XXX 255.255.255.252
pvc 1/36
ubr 1382
encapsulation aal5snap
Thanks again!
07-17-2007 08:34 AM
interface ATM x/y
description ATM Circuit 24.HCGJ.xxxxxx
no ip address
no atm ilmi-keepalive
!
interface ATM x/y.36 point-to-point
description Grant Street
ip address 10.XXX.XXX.XXX 255.255.255.252
pvc 1/36
encapsulation aal5snap
07-17-2007 08:38 AM
How do I add that information to router?
after going into conf t mode, do I need to type each line individually?
07-17-2007 08:45 AM
you can , or copy the above into notepad, change interface number,description and ip address, then paste all after conf t.U might have to add PVC again.
07-17-2007 08:50 AM
Thanks mohammedrafig.....
In order to cut and paste, is that done with Hyperterminal? If so, I just tried it and here's how I did that.
1.type conf t
2.copy contents from notepad
3.paste to host
after doing that, I get a % invalid input detected at ?? marker. What am I doing wrong?
07-17-2007 08:54 AM
can you send us out put of this command,
"sh ver"
07-17-2007 09:03 AM
This is sho ver
LEASE SOFTWARE (fc2)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2006 by Cisco Systems, Inc.
Compiled Mon 06-Nov-06 02:36 by alnguyen
ROM: System Bootstrap, Version 12.4(13r)T, RELEASE SOFTWARE (fc1)
SLB_Grant_St uptime is 20 hours, 3 minutes
System returned to ROM by reload at 20:58:49 UTC Mon Jul 16 2007
System image file is "flash:c2800nm-spservicesk9-mz.124-3g.bin"
This product contains cryptographic features and is subject to United
States and local country laws governing import, export, transfer and
use. Delivery of Cisco cryptographic products does not imply
third-party authority to import, export, distribute or use encryption.
Importers, exporters, distributors and users are responsible for
compliance with U.S. and local country laws. By using this product you
agree to comply with applicable laws and regulations. If you are unable
to comply with U.S. and local laws, return this product immediately.
A summary of U.S. laws governing Cisco cryptographic products may be found at:
If you require further assistance please contact us by sending email to
Cisco 2811 (revision 53.51) with 249856K/12288K bytes of memory.
Processor board ID FTX1122A2PV
2 FastEthernet interfaces
1 ATM interface
1 Channelized T1/PRI port
1 ATM/Voice AIM
DRAM configuration is 64 bits wide with parity enabled.
239K bytes of non-volatile configuration memory.
62720K bytes of ATA CompactFlash (Read/Write)
Configuration register is 0x2102
07-17-2007 08:59 AM
Looks like ur router have not detected the ATM car, or u forgot to install it.
Please send the output of following command
"sh ip int brief"
"sh ver"
07-17-2007 09:05 AM
This is "sh ip int brief"
SLB_Grant_St#sh ip int brief
Interface IP-Address OK? Method Status Prot
ocol
FastEthernet0/0 10.101.36.1 YES NVRAM up down
FastEthernet0/1 unassigned YES NVRAM administratively down down
ATM0/2/0 unassigned YES unset down dow
07-18-2007 07:16 AM
U should be able to add the config line by line like this,
SLB_Grant_St# conf t
SLB_Grant_St(conf)#int ATM0/2/0
description ATM Circuit 24.HCGJ.xxxxxx
no ip address
no atm ilmi-keepalive
!
interface ATM 0/2/0.36 point-to-point
description Grant Street
ip address 10.XXX.XXX.XXX 255.255.255.252
pvc 1/36
encapsulation aal5snap
08-23-2007 08:14 AM
Hi Mohameedrafig,
I am working with another router (2811) and am trying to config the ATM interface. In last post you helped me with slb_grant. Can you please tell me how to add this command to the router?
interface ATM1/0
description 26HCGJXXXXXX
no ip address
ip nbar protocol-discovery
no atm ilmi-keepalive
no scrambling-payload
!
interface ATM1/0.36 point-to-point
bandwidth 1382
ip address 10.XXX.XXX.XXX 255.255.255.252
ip nbar protocol-discovery
pvc 1/36
vbr-rt 1382 1382 1
tx-ring-limit 3
service-policy output Voice
!
!
interface ATM1/1
no ip address
shutdown
no atm ilmi-keepalive
no scrambling-payload
!
interface ATM1/2
no ip address
shutdown
no atm ilmi-keepalive
no scrambling-payload
!
interface ATM1/3
no ip address
shutdown
no atm ilmi-keepalive
no scrambling-payload
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide