Title: DECbrouter90 V9.14/V10.x example running DECnet Phase IV over X.25 PVCs Product: DECbrouter90 V9.14/V10.x Question: How do I configure the DECbrouter90 to route DEcnet PhaseIV over X.25 PVC's? Solution: Here are the commands required to configure two DECbrouter 90's for routing DECnet PhaseIV over X.25 PVCs. DECbrouter A DECbrouter B ============ ============ ! Enable DECnet. ! decnet routing 5.1 decnet routing 1.1 ! ! Enable interarea (level 2) routing. ! decnet node-type area decnet node-type area ! interface ethernet 0 interface ethernet 0 ! ! You must assign a cost to each interface over which you want to run DECnet. ! Suggested cost is 4 for ethernet. ! decnet cost 4 decnet cost 4 ! interface serial 0 interface serial 0 ! ! Configure X25 encapsulation. ! encap x25 encap x25 ! ! You must assign a cost to each interface over which you want to run DECnet. ! Suggested cost is 10 or greater for serial links. ! decnet cost 11 decnet cost 11 ! ! Specify the X.121 addresses assigned to the X.25 interfaces by the PDN(s). ! x25 address 123456789012 x25 address 234567890123 ! ! Set the virtual circuit range numbers, lower limit and upper limit. ! See page 9-24 of the DECbrouter V9.14 Configuration Guide Volume 1. ! x25 ltc 2 x25 ltc 2 x25 htc 6 x25 htc 6 ! ! Map the router's DECnet addresses to each other's X.121 addresses. ! The "broadcast" option enables dynamic routing protocol exchange. ! x25 map decnet 1.1 234567890123 broadcast x25 map decnet 5.1 123456789012 broadcast ! ! The pvc circuit number, 1 in this case, must be less than the virtual circuits ! assigned to the switched virtual circuits (SVCs), which have been defined ! above using the X25 htc and X25 ltc commands. ! ! Point to the protocol addres of the host at the other end of the PVC. ! x25 pvc 1 decnet 1.1 x25 pvc 1 decnet 5.1