Configuration of mpc860hdlc driver on a WAN card.
Cisco 1700 Router is connected to our NETX using V.35.
We have also tested connection between two NETXs using fractional E1.
For synchronous ppp.
On our card (only odd timeslots of internal E1 trunk are used):
insmod mpc860hdlc
./sethdlc hdlc1 mode ppp
./sethdlc hdlc1 slotmap 01010101010101010101010101010101
ifconfig hdlc1 192.168.64.9 pointopoint 192.168.64.10
Cisco 1700 works fine with our NETX using Sync PPP with following settings:
interface Serial0
encapsulation ppp
ip address 192.168.64.10 255.255.255.252
no fair-queue
For Frame Relay.
On our card:
insmod mpc860hdlc
./sethdlc hdlc1 mode dce fr-ansi
./sethdlc hdlc1 create 161
./sethdlc hdlc1 slotmap 01010101010101010101010101010101
ifconfig hdlc1 up
ifconfig pvc0 192.168.64.9 pointopoint 192.168.64.10
On the Cisco side:
interface Serial0
no ip address
encapsulation frame-relay IETF
frame-relay lmi-type ansi
!
interface Serial0.1 point-to-point
ip address 192.168.64.10 255.255.255.252
no arp frame-relay
frame-relay interface-dlci 161
This looks like back-to-back connection of Cisco routers. We have a point-to-point Frame Relay link. There is no FR switching in this configuration. We also tested other network configurations.