Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

911 lines
26 KiB

  1. ;//
  2. ;// Messages for IPX monitor
  3. ;//
  4. ;//
  5. ;// Help messages
  6. ;//
  7. MessageId=0001 SymbolicName=MSG_IPX_HELP
  8. Language=English
  9. IPX Router monitoring and configuration utility.
  10. Usage: %1!s! IPX command object options
  11. Where:
  12. command - is one of SHOW, SET, ADD, DELETE, HELP.
  13. object - is one of GLOBAL, INTERFACE, ROUTE, STATICROUTE,
  14. SERVICE, STATICSERVICE, FILTER.
  15. Use: %1!s! IPX HELP object
  16. to get syntax of all the commands available for the object.
  17. .
  18. MessageId=0006 SymbolicName=MSG_IPX_HELP_IPXIF
  19. Language=English
  20. Object INTERFACE is used to configure and monitor IPX interfaces.
  21. Command syntax:
  22. SHOW INTERFACE [ifname]
  23. SET INTERFACE ifname [[ADMSTATE= ] admstate] [[WANPROTOCOL= ] prot]
  24. ADD INTERFACE ifname
  25. DELETE INTERFACE ifname
  26. Where:
  27. ifname - name of the interface (use Dial-In for RAS clients).
  28. admstate - ENABLED or DISABLED.
  29. prot - PPP or IPXWAN.
  30. .
  31. MessageId=0007 SymbolicName=MSG_IPX_HELP_ROUTE
  32. Language=English
  33. Object ROUTE is used to monitor routing table.
  34. Command syntax:
  35. SHOW ROUTE [network]
  36. Where:
  37. network - 4-byte network address (up to 8 hex digits, leading 0's optional).
  38. .
  39. MessageId=0008 SymbolicName=MSG_IPX_HELP_STATICROUTE
  40. Language=English
  41. Object STATICROUTE is used to configure static routes on router interfaces.
  42. Command syntax:
  43. SHOW STATICROUTE ifname [network]
  44. SET STATICROUTE ifname network [[NEXTHOPMACADDRESS=] mac] [[TICKS=] ticks] [[HOPS=] hops]
  45. ADD STATICROUTE ifname network [NEXTHOPMACADDRESS=] mac [TICKS=] ticks [HOPS=] hops
  46. DELETE STATICROUTE ifname network
  47. Where:
  48. ifname - name of the interface.
  49. network - 4-byte network address (up to 8 hex digits, leading 0's optional).
  50. mac - 6-byte next hop mac address (up to 12 hex digits, leading 0's optional).
  51. ticks - tick count (decimal).
  52. hops - hop count (decimal).
  53. .
  54. MessageId=0009 SymbolicName=MSG_IPX_HELP_SERVICE
  55. Language=English
  56. Object SERVICE is used to monitor SAP service table.
  57. Command syntax:
  58. SHOW SERVICE [svtype [svname]]
  59. Where:
  60. svtype - 2-byte service type (up to 4 hex digits, leading 0's optional).
  61. svname - service name.
  62. .
  63. MessageId=0010 SymbolicName=MSG_IPX_HELP_STATICSERVICE
  64. Language=English
  65. Object STATICSERVICE is used to configure static services on router interfaces.
  66. Command syntax:
  67. SHOW STATICSERVICE ifname [svtype svname]
  68. SET STATICSERVICE ifname svtype svname [[NETWORK=] net] [[NODE=] node] [[SOCKET=] socket] [[HOPS=] hops]
  69. ADD STATICSERVICE ifname svtype svname [NETWORK=] net [NODE=] node [SOCKET=] socket [HOPS=] hops
  70. DELETE STATICSERVICE ifname svtype svname
  71. Where:
  72. ifname - name of the interface.
  73. svtype - 2-byte service type (up to 4 hex digits, leading 0's optional).
  74. svname - service name.
  75. net - 4-byte network address (up to 8 hex digits, leading 0's optional).
  76. node - 6-byte node address (up to 12 hex digits, leading 0's optional).
  77. socket - 2-byte socket address (up to 4 hex digits, leading 0's optional).
  78. hops - hop count (decimal).
  79. .
  80. MessageId=0011 SymbolicName=MSG_IPX_HELP_TRAFFICFILTER
  81. Language=English
  82. Object FILTER is used to configure traffic filters on router interfaces.
  83. Command syntax:
  84. SHOW FILTER ifname
  85. ADD FILTER ifname mode [SRCNET= net mask] [SRCNODE= node] [SRCSOCKET= socket] [DSTNET= net mask] [DSTNODE= node] [DSTSOCKET= socket] [PKTTYPE= pkttype] [LOG]
  86. DELETE FILTER ifname mode [SRCNET= net mask] [SRCNODE= node] [SRCSOCKET= socket] [DSTNET= net mask] [DSTNODE= node] [DSTSOCKET= socket] [PKTTYPE= pkttype]
  87. SET FILTER ifname mode action
  88. Where:
  89. ifname - name of the interface.
  90. mode - INPUT or OUTPUT.
  91. net - 4-byte network address (up to 8 hex digits, leading 0's optional).
  92. mask - 4-byte network mask (up to 8 hex digits, leading 0's optional).
  93. node - 6-byte node address (up to 12 hex digits, leading 0's optional).
  94. socket - 2-byte socket address (up to 4 hex digits, leading 0's optional).
  95. pkttype - 1-byte packet type (up to 2 hex digits, leading 0's optional).
  96. action - PERMIT or DENY.
  97. .
  98. ;//
  99. ;// Table / screen formats
  100. ;//
  101. ;// IPXIF
  102. MessageId=0100 SymbolicName=MSG_IPXIF_MIB_TABLE_HDR
  103. Language=English
  104. Oper Admin WAN Prot. Type Name
  105. ===============================================================================
  106. .
  107. MessageId=0101 SymbolicName=MSG_IPXIF_MIB_TABLE_FMT
  108. Language=English
  109. %1!-10.10s! %2!-10.10s! %3!-12.12s! %4!-12.12s! %5!-60.60s!
  110. .
  111. MessageId=0102 SymbolicName=MSG_CLIENT_IPXIF_MIB_TABLE_FMT
  112. Language=English
  113. N/A %1!-10.10s! %3!-12.12s! %2!-12.12s! %4!-30.30s!
  114. .
  115. MessageId=0103 SymbolicName=MSG_IPXIF_MIB_SCREEN_FMT
  116. Language=English
  117. Interface Name : %1!-40ls!
  118. Interface Type : %2
  119. WAN Protocol : %3
  120. Administrative State : %4
  121. Operational State : %5
  122. Network Number : %6!.2x!%7!.2x!%8!.2x!%9!.2x!
  123. MAC Address : %10!.2x!%11!.2x!%12!.2x!%13!.2x!%14!.2x!%15!.2x!
  124. Input packets statistics:
  125. dropped due to header errors : %16!ld!
  126. dropped due to filtering : %17!ld!
  127. dropped due to no route : %18!ld!
  128. dropped for other reasons : %19!ld!
  129. received OK : %20!ld!
  130. Output packets statistics:
  131. dropped due to filtering : %21!ld!
  132. dropped for other reasons : %22!ld!
  133. sent OK : %23!ld!
  134. .
  135. MessageId=0104 SymbolicName=MSG_IPXIF_CFG_TABLE_HDR
  136. Language=English
  137. State Type WAN Prot. Name
  138. ==============================================================================
  139. .
  140. MessageId=0105 SymbolicName=MSG_IPXIF_CFG_TABLE_FMT
  141. Language=English
  142. %1!-10.10s! %2!-12.12s! %3!-12.12s! %4!-40s!
  143. .
  144. MessageId=0106 SymbolicName=MSG_CLIENT_IPXIF_CFG_TABLE_FMT
  145. Language=English
  146. %1!-10.10s! %2!-12.12s! %3!-12.12s! %4!-40s!
  147. .
  148. MessageId=0107 SymbolicName=MSG_IPXIF_CFG_SCREEN_FMT
  149. Language=English
  150. Interface Name : %1!-80ls!
  151. Interface Type : %2
  152. WAN Protocol : %4
  153. Administrative State : %3
  154. .
  155. MessageId=0108 SymbolicName=MSG_CLIENT_IPXIF_CFG_SCREEN_FMT
  156. Language=English
  157. Interface Name : %4!-80s!
  158. Interface Type : %2
  159. WAN Protocol : %3
  160. Administrative State : %1
  161. .
  162. ;// Route
  163. MessageId=0139 SymbolicName=MSG_ROUTE_TABLE_HDR
  164. Language=English
  165. Network Next Hop MAC Address Ticks Hops Protocol Interface Name
  166. ================================================================================
  167. .
  168. MessageId=0140 SymbolicName=MSG_ROUTE_TABLE_FMT
  169. Language=English
  170. %1!.2x!%2!.2x!%3!.2x!%4!.2x! %6!.2x!%7!.2x!%8!.2x!%9!.2x!%10!.2x!%11!.2x! %12!3.3d! %13!2.2d! %14!-9.9s!%5!-50.50s!
  171. .
  172. MessageId=0141 SymbolicName=MSG_ROUTE_SCREEN_FMT
  173. Language=English
  174. Network Number : %1!.2x!%2!.2x!%3!.2x!%4!.2x!
  175. Interface Name : %5!s!
  176. Next Hop MAC Address : %6!.2x!%7!.2x!%8!.2x!%9!.2x!%10!.2x!%11!.2x!
  177. Tick Count : %12!d!
  178. Hop Count : %13!d!
  179. Protocol : %14
  180. .
  181. ;// Service
  182. MessageId=0142 SymbolicName=MSG_SERVICE_TABLE_HDR
  183. Language=English
  184. Type Server Name Hops Proto Interface Name
  185. ===============================================================================
  186. .
  187. MessageId=0143 SymbolicName=MSG_SERVICE_TABLE_FMT
  188. Language=English
  189. %1!.4x! %2!-47.47hs! %4!2.2d! %5 %3!-16.16s!
  190. .
  191. MessageId=0144 SymbolicName=MSG_SERVICE_SCREEN_FMT
  192. Language=English
  193. Server Type : %1!.4x!
  194. Server Name : %2!hs!
  195. Interface Name : %3!s!
  196. Hop Count : %4!d!
  197. Network Address : %5!.2x!%6!.2x!%7!.2x!%8!.2x!
  198. Node Address : %9!.2x!%10!.2x!%11!.2x!%12!.2x!%13!.2x!%14!.2x!
  199. Socket Address : %15!.2x!%16!.2x!
  200. Protocol : %17
  201. .
  202. ;// Static Route
  203. MessageId=0145 SymbolicName=MSG_STATICROUTE_TABLE_HDR
  204. Language=English
  205. Network Next Hop MAC Address Ticks Hops
  206. =========================================
  207. .
  208. MessageId=0146 SymbolicName=MSG_STATICROUTE_TABLE_FMT
  209. Language=English
  210. %1!.2x!%2!.2x!%3!.2x!%4!.2x! %5!.2x!%6!.2x!%7!.2x!%8!.2x!%9!.2x!%10!.2x! %11!3.3d! %12!2.3d!
  211. .
  212. MessageId=0147 SymbolicName=MSG_STATICROUTE_SCREEN_FMT
  213. Language=English
  214. Network Number : %1!.2x!%2!.2x!%3!.2x!%4!.2x!
  215. Next Hop MAC Address : %5!.2x!%6!.2x!%7!.2x!%8!.2x!%9!.2x!%10!.2x!
  216. Tick Count : %11!d!
  217. Hop Count : %12!d!
  218. .
  219. ;// Static Service
  220. MessageId=0148 SymbolicName=MSG_STATICSERVICE_TABLE_HDR
  221. Language=English
  222. Type Server Name Hops
  223. =========================================================
  224. .
  225. MessageId=0149 SymbolicName=MSG_STATICSERVICE_TABLE_FMT
  226. Language=English
  227. %1!.4x! %2!-48.48hs! %3!2.2d!
  228. .
  229. MessageId=0150 SymbolicName=MSG_STATICSERVICE_SCREEN_FMT
  230. Language=English
  231. Server Type : %1!.4x!
  232. Server Name : %2!hs!
  233. Hop Count : %3!d!
  234. Network Address : %4!.2x!%5!.2x!%6!.2x!%7!.2x!
  235. Node Address : %8!.2x!%9!.2x!%10!.2x!%11!.2x!%12!.2x!%13!.2x!
  236. Socket Address : %14!.2x!%15!.2x!
  237. .
  238. ;// RIPFILTER
  239. MessageId=0151 SymbolicName=MSG_RIPFILTER_TABLE_HDR
  240. Language=English
  241. %1 Filters, action: %2 matching routes.
  242. Network Network Mask
  243. =====================
  244. .
  245. MessageId=0152 SymbolicName=MSG_RIPFILTER_TABLE_FMT
  246. Language=English
  247. %1!.2x!%2!.2x!%3!.2x!%4!.2x! %5!.2x!%6!.2x!%7!.2x!%8!.2x!
  248. .
  249. ;// SAPFILTER
  250. MessageId=0153 SymbolicName=MSG_SAPFILTER_TABLE_HDR
  251. Language=English
  252. %1 Filters, action: %2 matching services.
  253. Type Server Name
  254. =====================================================
  255. .
  256. MessageId=0154 SymbolicName=MSG_SAPFILTER_TABLE_FMT
  257. Language=English
  258. %1!.4x! %2!hs!
  259. .
  260. ;// NBNAME
  261. MessageId=0155 SymbolicName=MSG_NBNAME_TABLE_HDR
  262. Language=English
  263. Name Type
  264. ====================
  265. .
  266. MessageId=0156 SymbolicName=MSG_NBNAME_TABLE_FMT
  267. Language=English
  268. %1!-15.15s! <%2!.2x!>
  269. .
  270. ;// TRAFFICFILTER
  271. MessageId=0157 SymbolicName=MSG_TRAFFICFILTER_TABLE_HDR
  272. Language=English
  273. %1 Traffic Filters, action: %2 matching packets.
  274. ===================================+===================================+===+===
  275. SOURCE | DESTINATION |Pkt|Log
  276. Network-Netmask:MAC Address:Socket |Network-Netmask:MAC Address:Socket |Typ|Pkt
  277. ===================================+===================================+===+===
  278. .
  279. ;//xxxxxxxx-xxxxxxxx:xxxxxxxxxxxx:xxxx|xxxxxxxx-xxxxxxxx:xxxxxxxxxxxx:xxxx| xx|xxx
  280. MessageId=0158 SymbolicName=MSG_TRAFFICFILTER_TABLE_FMT
  281. Language=English
  282. %1-%2:%3:%4|%5-%6:%7:%8| %9|%10
  283. .
  284. ;//Hex numbers are converted to strings first so that DON'T CARE (xxx)
  285. ;//can be used if filtering on specific component of the packet header
  286. ;//is not desired.
  287. ;// GLOBAL
  288. MessageId=0159 SymbolicName=MSG_IPX_GLOBAL_FMT
  289. Language=English
  290. Event Log Level : %1
  291. .
  292. ;// RIPGLOBAL
  293. MessageId=0160 SymbolicName=MSG_RIP_GLOBAL_FMT
  294. Language=English
  295. Event Log Level : %1
  296. .
  297. ;// SAPGLOBAL
  298. MessageId=0161 SymbolicName=MSG_SAP_GLOBAL_FMT
  299. Language=English
  300. Event Log Level : %1
  301. .
  302. ;//
  303. ;// Error messages
  304. ;//
  305. MessageId=0200 SymbolicName=MSG_INVALID_INTERFACE_NAME
  306. Language=English
  307. The interface name specifed is invalid.
  308. .
  309. MessageId=0201 SymbolicName=MSG_INTERFACE_INFO_CORRUPTED
  310. Language=English
  311. The interface configuration information is corrupted.
  312. .
  313. MessageId=0202 SymbolicName=MSG_IPXIF_NOT_ROUTER
  314. Language=English
  315. The requested operation can only be performed on interfaces of type WAN ROUTER.
  316. .
  317. MessageId=0203 SymbolicName=MSG_INVALID_FILTERSET_NAME
  318. Language=English
  319. The filter set name specifed is invalid.
  320. .
  321. MessageId=0204 SymbolicName=MSG_ROUTER_INFO_CORRUPTED
  322. Language=English
  323. The router information database is corrupted.
  324. .
  325. MessageId=0205 SymbolicName=MSG_REGISTRY_FALLBACK
  326. Language=English
  327. Router query failed, trying to query registry...
  328. .
  329. MessageId=0206 SymbolicName=MSG_NO_IPX_ON_INTERFACE_ADM
  330. Language=English
  331. IPX is not installed on this interface in the router.
  332. .
  333. MessageId=0207 SymbolicName=MSG_NO_IPX_ON_INTERFACE_CFG
  334. Language=English
  335. IPX is not installed on this interface.
  336. .
  337. MessageId=0208 SymbolicName=MSG_NO_IPX_IN_ROUTER_ADM
  338. Language=English
  339. Router does not have IPX installed.
  340. .
  341. MessageId=0209 SymbolicName=MSG_NO_IPX_IN_ROUTER_CFG
  342. Language=English
  343. Router does not have IPX configured.
  344. .
  345. MessageId=0210 SymbolicName=MSG_INCOMPLETE_COMMAND
  346. Language=English
  347. The command is incomplete. The possible completions are:
  348. .
  349. ;//
  350. ;// Status messages
  351. ;//
  352. ;// IPX
  353. MessageId=0300 SymbolicName=MSG_IPXIF_SET_ADM
  354. Language=English
  355. Successfully set IPX information on interface %1!ls! into the router.
  356. .
  357. MessageId=0301 SymbolicName=MSG_IPXIF_SET_CFG
  358. Language=English
  359. Successfully set IPX information on interface %1!ls! into the registry.
  360. .
  361. MessageId=0302 SymbolicName=MSG_CLIENT_IPXIF_SET_ADM
  362. Language=English
  363. Successfully set IPX information on Dial-In Client interface into the router.
  364. .
  365. MessageId=0303 SymbolicName=MSG_CLIENT_IPXIF_SET_CFG
  366. Language=English
  367. Successfully set IPX information on Dial-In Client interface into the registry.
  368. .
  369. MessageId=0304 SymbolicName=MSG_IPXIF_ADD_ADM
  370. Language=English
  371. Successfully installed IPX on interface %1!ls! in the router.
  372. .
  373. MessageId=0305 SymbolicName=MSG_IPXIF_ADD_CFG
  374. Language=English
  375. Successfully installed IPX on interface %1!ls! in the registry.
  376. .
  377. MessageId=0306 SymbolicName=MSG_IPXIF_DEL_ADM
  378. Language=English
  379. Successfully removed IPX on interface %1!ls! from the router.
  380. .
  381. MessageId=0307 SymbolicName=MSG_IPXIF_DEL_CFG
  382. Language=English
  383. Successfully removed IPX on interface %1!ls! from the registry.
  384. .
  385. ;// RIP
  386. MessageId=0308 SymbolicName=MSG_RIPIF_SET_ADM
  387. Language=English
  388. Successfully set RIP information on interface %1!ls! into the router.
  389. .
  390. MessageId=0309 SymbolicName=MSG_RIPIF_SET_CFG
  391. Language=English
  392. Successfully set RIP information on interface %1!ls! into the registry.
  393. .
  394. MessageId=0310 SymbolicName=MSG_CLIENT_RIPIF_SET_ADM
  395. Language=English
  396. Successfully set RIP information on Dial-In Client interface into the router.
  397. .
  398. MessageId=0311 SymbolicName=MSG_CLIENT_RIPIF_SET_CFG
  399. Language=English
  400. Successfully set RIP information on Dial-In Client interface into the registry.
  401. .
  402. ;// SAP
  403. MessageId=0312 SymbolicName=MSG_SAPIF_SET_ADM
  404. Language=English
  405. Successfully set SAP information on interface %1!ls! into the router.
  406. .
  407. MessageId=0313 SymbolicName=MSG_SAPIF_SET_CFG
  408. Language=English
  409. Successfully set SAP information on interface %1!ls! into the registry.
  410. .
  411. MessageId=0314 SymbolicName=MSG_CLIENT_SAPIF_SET_ADM
  412. Language=English
  413. Successfully set SAP information on Dial-In Client interface into the router.
  414. .
  415. MessageId=0315 SymbolicName=MSG_CLIENT_SAPIF_SET_CFG
  416. Language=English
  417. Successfully set SAP information on Dial-In Client interface into the registry.
  418. .
  419. ;// NBIPX
  420. MessageId=0316 SymbolicName=MSG_NBIF_SET_ADM
  421. Language=English
  422. Successfully set NBIPX information on interface %1!ls! into the router.
  423. .
  424. MessageId=0317 SymbolicName=MSG_NBIF_SET_CFG
  425. Language=English
  426. Successfully set NBIPX information on interface %1!ls! into the registry.
  427. .
  428. MessageId=0318 SymbolicName=MSG_CLIENT_NBIF_SET_ADM
  429. Language=English
  430. Successfully set NBIPX information on Dial-In Client interface into the router.
  431. .
  432. MessageId=0319 SymbolicName=MSG_CLIENT_NBIF_SET_CFG
  433. Language=English
  434. Successfully set NBIPX information on Dial-In Client interface into the registry.
  435. .
  436. ;// STATICROUTE
  437. MessageId=0320 SymbolicName=MSG_STATICROUTE_SET_ADM
  438. Language=English
  439. Successfully set STATICROUTE information on interface %1!ls! into the router.
  440. .
  441. MessageId=0321 SymbolicName=MSG_STATICROUTE_SET_CFG
  442. Language=English
  443. Successfully set STATICROUTE information on interface %1!ls! into the registry.
  444. .
  445. MessageId=0322 SymbolicName=MSG_STATICROUTE_CREATED_ADM
  446. Language=English
  447. Successfully created STATICROUTE on interface %1!ls! in the router.
  448. .
  449. MessageId=0323 SymbolicName=MSG_STATICROUTE_CREATED_CFG
  450. Language=English
  451. Successfully created STATICROUTE on interface %1!ls! in the registry.
  452. .
  453. MessageId=0324 SymbolicName=MSG_STATICROUTE_DELETED_ADM
  454. Language=English
  455. Successfully deleted STATICROUTE on interface %1!ls! from the router.
  456. .
  457. MessageId=0325 SymbolicName=MSG_STATICROUTE_DELETED_CFG
  458. Language=English
  459. Successfully deleted STATICROUTE on interface %1!ls! from the registry.
  460. .
  461. ;// STATICSERVICE
  462. MessageId=0326 SymbolicName=MSG_STATICSERVICE_SET_ADM
  463. Language=English
  464. Successfully set STATICSERVICE information on interface %1!ls! into the router.
  465. .
  466. MessageId=0327 SymbolicName=MSG_STATICSERVICE_SET_CFG
  467. Language=English
  468. Successfully set STATICSERVICE information on interface %1!ls! into the registry.
  469. .
  470. MessageId=0328 SymbolicName=MSG_STATICSERVICE_CREATED_ADM
  471. Language=English
  472. Successfully created STATICSERVICE on interface %1!ls! in the router.
  473. .
  474. MessageId=0329 SymbolicName=MSG_STATICSERVICE_CREATED_CFG
  475. Language=English
  476. Successfully created STATICSERVICE on interface %1!ls! in the registry.
  477. .
  478. MessageId=0330 SymbolicName=MSG_STATICSERVICE_DELETED_ADM
  479. Language=English
  480. Successfully deleted STATICSERVICE on interface %1!ls! from the router.
  481. .
  482. MessageId=0331 SymbolicName=MSG_STATICSERVICE_DELETED_CFG
  483. Language=English
  484. Successfully deleted STATICSERVICE on interface %1!ls! from the registry.
  485. .
  486. ;// RIPFILTER
  487. MessageId=0332 SymbolicName=MSG_RIPFILTER_SET_ADM
  488. Language=English
  489. Successfully set RIPFILTER information on interface %1!ls! into the router.
  490. .
  491. MessageId=0333 SymbolicName=MSG_CLIENT_RIPFILTER_SET_ADM
  492. Language=English
  493. Successfully set RIPFILTER information on Dial-In Client interface into the router.
  494. .
  495. MessageId=0334 SymbolicName=MSG_RIPFILTER_SET_CFG
  496. Language=English
  497. Successfully set RIPFILTER information on interface %1!ls! into the registry.
  498. .
  499. MessageId=0335 SymbolicName=MSG_CLIENT_RIPFILTER_SET_CFG
  500. Language=English
  501. Successfully set RIPFILTER information on Dial-In Client interface into the registry.
  502. .
  503. MessageId=0336 SymbolicName=MSG_RIPFILTER_CREATED_ADM
  504. Language=English
  505. Successfully created RIPFILTER on interface %1!ls! in the router.
  506. .
  507. MessageId=0337 SymbolicName=MSG_CLIENT_RIPFILTER_CREATED_ADM
  508. Language=English
  509. Successfully created RIPFILTER on Dial-In Client interface in the router.
  510. .
  511. MessageId=0338 SymbolicName=MSG_RIPFILTER_CREATED_CFG
  512. Language=English
  513. Successfully created RIPFILTER on interface %1!ls! in the registry.
  514. .
  515. MessageId=0339 SymbolicName=MSG_CLIENT_RIPFILTER_CREATED_CFG
  516. Language=English
  517. Successfully created RIPFILTER on Dial-In Client interface in the registry.
  518. .
  519. MessageId=0340 SymbolicName=MSG_RIPFILTER_DELETED_ADM
  520. Language=English
  521. Successfully deleted RIPFILTER on interface %1!ls! from the router.
  522. .
  523. MessageId=0341 SymbolicName=MSG_CLIENT_RIPFILTER_DELETED_ADM
  524. Language=English
  525. Successfully deleted RIPFILTER on Dial-In Client interface from the router.
  526. .
  527. MessageId=0342 SymbolicName=MSG_RIPFILTER_DELETED_CFG
  528. Language=English
  529. Successfully deleted RIPFILTER on interface %1!ls! from the registry.
  530. .
  531. MessageId=0343 SymbolicName=MSG_CLIENT_RIPFILTER_DELETED_CFG
  532. Language=English
  533. Successfully deleted RIPFILTER on Dial-In Client interface from the registry.
  534. .
  535. ;// SAPFILTER
  536. MessageId=0344 SymbolicName=MSG_SAPFILTER_SET_ADM
  537. Language=English
  538. Successfully set SAPFILTER information on interface %1!ls! into the router.
  539. .
  540. MessageId=0345 SymbolicName=MSG_CLIENT_SAPFILTER_SET_ADM
  541. Language=English
  542. Successfully set SAPFILTER information on Dial-In Client interface into the router.
  543. .
  544. MessageId=0346 SymbolicName=MSG_SAPFILTER_SET_CFG
  545. Language=English
  546. Successfully set SAPFILTER information on interface %1!ls! into the registry.
  547. .
  548. MessageId=0347 SymbolicName=MSG_CLIENT_SAPFILTER_SET_CFG
  549. Language=English
  550. Successfully set SAPFILTER information on Dial-In Client interface into the registry.
  551. .
  552. MessageId=0348 SymbolicName=MSG_SAPFILTER_CREATED_ADM
  553. Language=English
  554. Successfully created SAPFILTER on interface %1!ls! in the router.
  555. .
  556. MessageId=0349 SymbolicName=MSG_CLIENT_SAPFILTER_CREATED_ADM
  557. Language=English
  558. Successfully created SAPFILTER on Dial-In Client interface in the router.
  559. .
  560. MessageId=0350 SymbolicName=MSG_SAPFILTER_CREATED_CFG
  561. Language=English
  562. Successfully created SAPFILTER on interface %1!ls! in the registry.
  563. .
  564. MessageId=0351 SymbolicName=MSG_CLIENT_SAPFILTER_CREATED_CFG
  565. Language=English
  566. Successfully created SAPFILTER on Dial-In Client interface in the registry.
  567. .
  568. MessageId=0352 SymbolicName=MSG_SAPFILTER_DELETED_ADM
  569. Language=English
  570. Successfully deleted SAPFILTER on interface %1!ls! from the router.
  571. .
  572. MessageId=0353 SymbolicName=MSG_CLIENT_SAPFILTER_DELETED_ADM
  573. Language=English
  574. Successfully deleted SAPFILTER on Dial-In Client interface from the router.
  575. .
  576. MessageId=0354 SymbolicName=MSG_SAPFILTER_DELETED_CFG
  577. Language=English
  578. Successfully deleted SAPFILTER on interface %1!ls! from the registry.
  579. .
  580. MessageId=0355 SymbolicName=MSG_CLIENT_SAPFILTER_DELETED_CFG
  581. Language=English
  582. Successfully deleted SAPFILTER on Dial-In Client interface from the registry.
  583. .
  584. ;// NBNAME
  585. MessageId=0356 SymbolicName=MSG_NBNAME_SET_ADM
  586. Language=English
  587. Successfully set NBNAME information on interface %1!ls! into the router.
  588. .
  589. MessageId=0357 SymbolicName=MSG_NBNAME_SET_CFG
  590. Language=English
  591. Successfully set NBNAME information on interface %1!ls! into the registry.
  592. .
  593. MessageId=0358 SymbolicName=MSG_NBNAME_CREATED_ADM
  594. Language=English
  595. Successfully created NBNAME on interface %1!ls! in the router.
  596. .
  597. MessageId=0359 SymbolicName=MSG_NBNAME_CREATED_CFG
  598. Language=English
  599. Successfully created NBNAME on interface %1!ls! in the registry.
  600. .
  601. MessageId=0360 SymbolicName=MSG_NBNAME_DELETED_ADM
  602. Language=English
  603. Successfully deleted NBNAME on interface %1!ls! from the router.
  604. .
  605. MessageId=0361 SymbolicName=MSG_NBNAME_DELETED_CFG
  606. Language=English
  607. Successfully deleted NBNAME on interface %1!ls! from the registry.
  608. .
  609. ;// TRAFFICFILTER
  610. MessageId=0362 SymbolicName=MSG_TRAFFICFILTER_SET_ADM
  611. Language=English
  612. Successfully set FILTER information on interface %1!ls! into the router.
  613. .
  614. MessageId=0363 SymbolicName=MSG_CLIENT_TRAFFICFILTER_SET_ADM
  615. Language=English
  616. Successfully set FILTER information on Dial-In Client interface into the router.
  617. .
  618. MessageId=0364 SymbolicName=MSG_TRAFFICFILTER_SET_CFG
  619. Language=English
  620. Successfully set FILTER information on interface %1!ls! into the registry.
  621. .
  622. MessageId=0365 SymbolicName=MSG_CLIENT_TRAFFICFILTER_SET_CFG
  623. Language=English
  624. Successfully set FILTER information on Dial-In Client interface into the registry.
  625. .
  626. MessageId=0366 SymbolicName=MSG_TRAFFICFILTER_CREATED_ADM
  627. Language=English
  628. Successfully created FILTER on interface %1!ls! in the router.
  629. .
  630. MessageId=0367 SymbolicName=MSG_CLIENT_TRAFFICFILTER_CREATED_ADM
  631. Language=English
  632. Successfully created FILTER on Dial-In Client interface in the router.
  633. .
  634. MessageId=0368 SymbolicName=MSG_TRAFFICFILTER_CREATED_CFG
  635. Language=English
  636. Successfully created FILTER on interface %1!ls! in the registry.
  637. .
  638. MessageId=0369 SymbolicName=MSG_CLIENT_TRAFFICFILTER_CREATED_CFG
  639. Language=English
  640. Successfully created FILTER on Dial-In Client interface in the registry.
  641. .
  642. MessageId=0370 SymbolicName=MSG_TRAFFICFILTER_DELETED_ADM
  643. Language=English
  644. Successfully deleted FILTER on interface %1!ls! from the router.
  645. .
  646. MessageId=0371 SymbolicName=MSG_CLIENT_TRAFFICFILTER_DELETED_ADM
  647. Language=English
  648. Successfully deleted FILTER on Dial-In Client interface from the router.
  649. .
  650. MessageId=0372 SymbolicName=MSG_TRAFFICFILTER_DELETED_CFG
  651. Language=English
  652. Successfully deleted FILTER on interface %1!ls! from the registry.
  653. .
  654. MessageId=0373 SymbolicName=MSG_CLIENT_TRAFFICFILTER_DELETED_CFG
  655. Language=English
  656. Successfully deleted FILTER on Dial-In Client interface from the registry.
  657. .
  658. MessageId=0374 SymbolicName=MSG_IPXGL_SET_ADM
  659. Language=English
  660. Successfully set IPX global parameters into the router.
  661. .
  662. MessageId=0375 SymbolicName=MSG_IPXGL_SET_CFG
  663. Language=English
  664. Successfully set IPX global parameters into the registry.
  665. .
  666. MessageId=0376 SymbolicName=MSG_RIPGL_SET_ADM
  667. Language=English
  668. Successfully set RIP global parameters into the router.
  669. .
  670. MessageId=0377 SymbolicName=MSG_RIPGL_SET_CFG
  671. Language=English
  672. Successfully set RIP global parameters into the registry.
  673. .
  674. MessageId=0378 SymbolicName=MSG_SAPGL_SET_ADM
  675. Language=English
  676. Successfully set SAP global parameters into the router.
  677. .
  678. MessageId=0379 SymbolicName=MSG_SAPGL_SET_CFG
  679. Language=English
  680. Successfully set SAP global parameters into the registry.
  681. .
  682. MessageId=0380 SymbolicName=MSG_STATICSERVICE_NONE_FOUND
  683. Language=English
  684. No static services are associated with the given interface.
  685. .
  686. MessageId=0381 SymbolicName=MSG_STATICROUTE_NONE_FOUND
  687. Language=English
  688. No static routes are associated with the given interface.
  689. .
  690. ; // DUMP
  691. MessageId=0901 SymbolicName=MSG_IPX_DUMP_HEADER
  692. Language=English
  693. #!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!#
  694. # #
  695. # BEFORE running this script #
  696. # #
  697. # To restore IPX router configuration, you must first #
  698. # UNINSTALL IPX from the Network connections folder and #
  699. # then REINSTALL it. #
  700. # #
  701. # This deletes the old IPX router configuration #
  702. # and restores the IPX router configuration to its #
  703. # default #
  704. # #
  705. #!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!#
  706. #----------------------------------------------------------
  707. # IPX configuration
  708. #----------------------------------------------------------
  709. .
  710. MessageId=0902 SymbolicName=MSG_IPX_DUMP_GLOBAL_HEADER
  711. Language=English
  712. #----------------------------------------------------------
  713. # IPX Global configuration
  714. #----------------------------------------------------------
  715. .
  716. MessageId=0903 SymbolicName=MSG_IPX_DUMP_IF_HEADER
  717. Language=English
  718. #----------------------------------------------------------
  719. # IPX Interface configuration
  720. #----------------------------------------------------------
  721. .
  722. MessageId=0904 SymbolicName=MSG_IPX_DUMP_STATIC_ROUTE_HEADER
  723. Language=English
  724. #----------------------------------------------------------
  725. # IPX Static Route configuration
  726. #----------------------------------------------------------
  727. .
  728. MessageId=0905 SymbolicName=MSG_IPX_DUMP_STATIC_SERVICE_HEADER
  729. Language=English
  730. #----------------------------------------------------------
  731. # IPX Static Service configuration
  732. #----------------------------------------------------------
  733. .
  734. MessageId=0906 SymbolicName=MSG_IPX_DUMP_TRAFFIC_FILTER_HEADER
  735. Language=English
  736. #----------------------------------------------------------
  737. # IPX Traffic Filter configuration
  738. #----------------------------------------------------------
  739. .
  740. MessageId=0907 SymbolicName=MSG_IPX_DUMP_FOOTER
  741. Language=English
  742. # End of IPX configuration
  743. .