AppleTalk on ATM

From: Mark S. Detrick (mark@xxxxxxxxxxx)
Date: Sat Sep 04 1999 - 03:07:32 GMT-3


   
Let's file this one under... "If I knew then what I know now"

Got the AT over ATM working. Some things to consider:
1. Make a separate subinterface for each protocol
2. ARP server (RFC1577) doesn't work with AT.
3. Use map-list for AT

Still need to work with IPX to see how it behaves.

Looking at it now it seems simple. During the exam it was a nightmare.
Configs below:

Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname router-10
!
ip subnet-zero
appletalk routing
!
interface FastEthernet0/0
 ip address 172.24.58.88 255.255.255.192
 no ip directed-broadcast
!
interface ATM2/0
 no ip address
 no ip directed-broadcast
 atm pvc 5 0 5 qsaal
 atm pvc 16 0 16 ilmi
 no atm ilmi-keepalive
!
interface ATM2/0.1 multipoint
 ip address 100.0.0.2 255.255.255.0
 no ip directed-broadcast
 atm arp-server nsap 47.00918100000000D0D38AF401.00D097D20C00.01
 atm esi-address 00D097D20000.01
!
interface ATM2/0.2 multipoint
 no ip directed-broadcast
 atm esi-address 00D097D20000.02
 map-group CCIE
 appletalk cable-range 1-1 1.2
 appletalk zone atm-zone
!
ip classless
ip route 0.0.0.0 0.0.0.0 172.24.58.65
!
map-list CCIE
 appletalk 1.1 atm-nsap 47.00918100000000D0D38AF401.00D097D20C00.02
broadcast
!
line con 0
 transport input none
line aux 0
line vty 0 4
 login
!
end



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 08:21:50 GMT-3