• February 23, 2025, 10:26:39 PM
  • Welcome, Guest
Please login or register.

Login with username, password and session length
Advanced search  

News:

This Forum Beta is ONLY for registered owners of D-Link products in the USA for which we have created boards at this time.

Author Topic: DFL Command Line Interface  (Read 5622 times)

navi

  • Level 1 Member
  • *
  • Posts: 17
DFL Command Line Interface
« on: June 15, 2011, 12:22:51 AM »

I'm using DFL-800 firmware 2.27.03.25-14780


I wonder why CLI commands described in:
http://files.dlink.com.au/Products/DFL-800/REV_A/Manuals/NetDefendOS_2.27.03_CLI_Guide.pdf
doesn't work ;/

For example:
3.30.7. L2TPServer(p. 140) -  has Property:
"MemberOfRoutingTable -  All or Specific. (Default: All)"


DFL-800:/> set Interface L2TPServer MyL2TP_Server MemberOfRoutingTable="myTable"

Error: Invalid property name "MemberOfRoutingTable".
DFL-800:/>


When I use tab key to see which properties are avaible in current context I get:

DFL-800:/> set Interface L2TPServer MyL2TP
<key-value pair>:

 AllowedRoutes  DNS1  Interface  IPPool    MPPERC4128  MPPERC456  NBNS1  ProxyARPAllInterfaces  ServerIP        UseUserAuth
 Comments       DNS2  IP         MPPENone  MPPERC440   Name       NBNS2  ProxyARPInterfaces     TunnelProtocol


So comparing with documentation properties: RoutingTable, MemberOfRoutingTable, MPPEAllowStateful are missing.

Does anyone know why ??
Logged

danilovav

  • Level 4 Member
  • ****
  • Posts: 424
  • Alexandr Danilov
Re: DFL Command Line Interface
« Reply #1 on: June 15, 2011, 03:33:57 AM »

First, possible options depend from type of server
Code: [Select]
Home-800:/> set Interface L2TPServer pptps_wan2
<key-value pair>:

 AllowedRoutes  DNS1  Interface  IPPool             MPPENone    MPPERC440  Name   NBNS2                  ProxyARPInterfaces  TunnelProtocol
 Comments       DNS2  IP         MPPEAllowStateful  MPPERC4128  MPPERC456  NBNS1  ProxyARPAllInterfaces  ServerIP            UseUserAuth

 Other valid options: -disable, <enter>

Home-800:/> set Interface L2TPServer l2tps_vlan33
<key-value pair>:

 AllowedRoutes  DNS1  Interface  IPPool    MPPERC4128  MPPERC456  NBNS1  ProxyARPAllInterfaces  ServerIP        UseUserAuth
 Comments       DNS2  IP         MPPENone  MPPERC440   Name       NBNS2  ProxyARPInterfaces     TunnelProtocol

 Other valid options: -disable, <enter>

As you can see, MPPEAllowStateful is possible for PPTP server

Options MemberOfRoutingTable, MPPEAllowStateful seem not implemented in current version or disabled in DFL-800
« Last Edit: June 15, 2011, 03:35:33 AM by danilovav »
Logged
BR, Alexandr Danilov

navi

  • Level 1 Member
  • *
  • Posts: 17
Re: DFL Command Line Interface
« Reply #2 on: June 15, 2011, 05:44:12 AM »

So there are mistakes in documentations.

I'm intrested in property RoutingTable of VLAN interface.
I hoped that CLI will support it, because http doesn't have this option.

I need this because I want to configure 2 transparent systems.
1-WAN1+dmz
2-WAN2+VLAN on dmz interface

I configured new routing table for switched routes WAN2 wan2_net and VLANDMZ wan2_net,
but I get this error:
CFG WARNING: Iface 'VLANDMZ' has no specific routing table assigned to it. Using 'main' routing table for switching.


CLI Documentation (3.30.10 VLAN) has this property, but:

Quote
DFL-800:/> set Interface VLAN VLANDMZ RoutingTable=switched2table
Error: Invalid property name "RoutingTable".

So it's not implemented ;/
Logged

danilovav

  • Level 4 Member
  • ****
  • Posts: 424
  • Alexandr Danilov
Re: DFL Command Line Interface
« Reply #3 on: June 15, 2011, 06:39:27 AM »

It can be removed by licence same as HA (for example)
Possible, it can be used on higher models
Logged
BR, Alexandr Danilov