DKT Comega juma-ii series User Manual - Page 6
Browse online or download pdf User Manual for Network Hardware DKT Comega juma-ii series. DKT Comega juma-ii series 12 pages. Cpe
An example of a configuration file could be the following:
####################################################################
# DKT configuration
# Firmware version: XX_XX
####################################################################
switch --enable-lan # enable LAN ports
# Example, how to create 4 VLANs, egress tagged on WAN and untagged on all LANs
conf vlan init
conf vlan create vlan-table vid 100
conf vlan create vlan-table vid 200
conf vlan create vlan-table vid 300
conf vlan create vlan-table vid 400
conf vlan set vlan-table vid 100 member 0,4
conf vlan set vlan-table vid 200 member 1,4
conf vlan set vlan-table vid 300 member 2,4
conf vlan set vlan-table vid 400 member 3,4
conf vlan set pvid port 0 100
conf vlan set pvid port 1 200
conf vlan set pvid port 2 300
conf vlan set pvid port 3 400
conf vlan set pvid port 4 100
conf vlan set vlan-table vid 100 tag-member 4
conf vlan set vlan-table vid 100 untag-member 0
conf vlan set vlan-table vid 200 untag-member 1
conf vlan set vlan-table vid 300 untag-member 2
conf vlan set vlan-table vid 400 untag-member 3
# Example, how to enable double tagging on WAN, define SVID for each origin port
conf svlan init
conf svlan set service-port 4
conf svlan create svlan-table svid 500
conf svlan create svlan-table svid 600
conf svlan create svlan-table svid 700
conf svlan set svlan-table svid 500 member 0,4
conf svlan set svlan-table svid 600 member 1,4
conf svlan set svlan-table svid 700 member 2,4
conf svlan set port 0 svid 500
conf svlan set port 1 svid 600
conf svlan set port 2 svid 700
conf svlan set svlan-table svid 500 untag-member 0
conf svlan set svlan-table svid 600 untag-member 1
conf svlan set svlan-table svid 700 untag-member 2
#
# The following command enables TELNET access from WAN
telnetd -l /bin/sh
# End of DKT configuration
####################################################################
6