Our Cisco guy is out of town and we need to make an adjustment to one of our circuits. I've found docs on this but do not know enough about Cisco IOS to accomplish this.
We have a frame relay network in a hub and spoke config with ATM running into the central location. What I'm trying to do is put IPX back on the ATM subinterface and it won't accept the addition of IPX. There's a trick to get this done, but I can't figure it out. I've listed an example of a circuit that already has IPX on it below and the circuit that I need to add IPX to.
When I add IPX to the subinterface, I get the following error: %IPX encapsulation SAP is not allowed on ATM
From the sample below, clearly it can be done, but I'm not sure how to make it happen.
Here's an interface that's properly configured:
interface ATM1/IMA0.105 point-to-point
description FRAME/ATM PVC TO Transylvania
bandwidth 512
ip address 10.88.18.1 255.255.255.0
pvc 1/105
vbr-nrt 600 563 32
oam-pvc manage
encapsulation aal5snap
!
ipx network 4A003315
!
Here's the interface that I'm not able to add IPX to:
interface ATM1/IMA0.100 point-to-point
description FRAME/ATM PVC TO Timbuctoo
bandwidth 768
ip address 10.88.89.1 255.255.255.0
pvc 1/100
vbr-nrt 900 845 32
oam-pvc manage
encapsulation aal5snap
!
!
Any help on this one?
We have a frame relay network in a hub and spoke config with ATM running into the central location. What I'm trying to do is put IPX back on the ATM subinterface and it won't accept the addition of IPX. There's a trick to get this done, but I can't figure it out. I've listed an example of a circuit that already has IPX on it below and the circuit that I need to add IPX to.
When I add IPX to the subinterface, I get the following error: %IPX encapsulation SAP is not allowed on ATM
From the sample below, clearly it can be done, but I'm not sure how to make it happen.
Here's an interface that's properly configured:
interface ATM1/IMA0.105 point-to-point
description FRAME/ATM PVC TO Transylvania
bandwidth 512
ip address 10.88.18.1 255.255.255.0
pvc 1/105
vbr-nrt 600 563 32
oam-pvc manage
encapsulation aal5snap
!
ipx network 4A003315
!
Here's the interface that I'm not able to add IPX to:
interface ATM1/IMA0.100 point-to-point
description FRAME/ATM PVC TO Timbuctoo
bandwidth 768
ip address 10.88.89.1 255.255.255.0
pvc 1/100
vbr-nrt 900 845 32
oam-pvc manage
encapsulation aal5snap
!
!
Any help on this one?