Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ATM + 2621

Status
Not open for further replies.

jdl508

Technical User
Joined
Apr 30, 2001
Messages
242
Location
US
Hello
I am trying to find some docs or something to give me a little jump start on config an ATM int on my 2621. I saw one other config posted and they all use sub int's like:
atm 1/0.1
instead of the default
atm 1/0
how do i get these
also if there are any good docs out there I would appreciate it. thanks
j
 
My config on a 1401 looks like this.

Building configuration...

Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname gw.joe.net
!
enable secret 5 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
enable password xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
!
ip subnet-zero
!
process-max-time 200
!
interface Ethernet0
ip address <my network> <my netmask>
no ip directed-broadcast
!
interface ATM0
no ip address
no ip directed-broadcast
no ip proxy-arp
atm vc-per-vp 4096
no atm ilmi-keepalive
!
interface ATM0.101 point-to-point
bandwidth 256
ip unnumbered Ethernet0
no ip directed-broadcast
pvc 0/101
vbr-nrt 256 256 1
encapsulation aal5mux ip
!
!
ip classless
ip route 0.0.0.0 0.0.0.0 ATM0.101
no ip http server
!
snmp-server engineID local xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
snmp-server community xxxxxxxxxxxxxxxxxxxxxxxxxxxxx RO
!
line con 0
transport input none
line vty 0 4
password xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
login
!
end

I hope it will help, but the ATM defs. are ISP dependend.

/johnny
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top