I am trying to configure Appletalk on a frame relay circuit and am getting a conflict with the DLCI. Here is my configuration:
interface Serial1
description 512K Frame-Relay to AspenCO
no ip address
ip helper-address 192.168.1.15
no ip directed-broadcast
encapsulation frame-relay
no ip route-cache
no ip mroute-cache
appletalk cable-range 2-2 2.2
appletalk zone Wash D.C.
frame-relay lmi-type ansi
!
interface Serial1.1 point-to-point
ip address 206.0.105.1 255.255.255.0
no ip route-cache
frame-relay interface-dlci 200 IETF
When I try to add the frame relay map it says the the PVC is already assigned.
frame-relay map appletalk 2.10 200 broadcast
What am I do ing wrong?
interface Serial1
description 512K Frame-Relay to AspenCO
no ip address
ip helper-address 192.168.1.15
no ip directed-broadcast
encapsulation frame-relay
no ip route-cache
no ip mroute-cache
appletalk cable-range 2-2 2.2
appletalk zone Wash D.C.
frame-relay lmi-type ansi
!
interface Serial1.1 point-to-point
ip address 206.0.105.1 255.255.255.0
no ip route-cache
frame-relay interface-dlci 200 IETF
When I try to add the frame relay map it says the the PVC is already assigned.
frame-relay map appletalk 2.10 200 broadcast
What am I do ing wrong?