User guide

29
# Applicable to 7/8 ports only
# Syntax is switch --set-port-dhcp-option82-ext=PORT:enable[:<optional text>]
switch --set-port-dhcp-option82-ext=1:1:”VLAN 100, LAN port 5”
switch --set-port-dhcp-option82-ext=2:1:”VLAN 200, LAN port 6”
switch --set-port-dhcp-option82-ext=3:1:”VLAN 300, LAN port 7”
switch --set-port-dhcp-option82-ext=4:1:”VLAN 400, LAN port 8”
lldp/edp/cdp
LLDP/EDP/CDPfeatureisenabledusingthefollowingsyntaxinthecongurationscript:
# Syntax is /etc/init.d/lldpd start [-OPTIONAL MODE <C | E | F>]
/etc/init.d/lldpd start # Starts LLDP on WAN port
/etc/init.d/lldpd start –C # Starts LLDP and CDP on WAN port
/etc/init.d/lldpd start –E # Starts LLDP and EDP on WAN port
# combinations of the above is also possible
/etc/init.d/lldpd start –CEF # Starts LLDP and CDP/EDP/Foundry DP on WAN port
support for ssh
Please note that support for SSH is available for all DKTCOMEGA CPE platforms except HW revision “FE1
0”orearlier.HWrevisioncanfoundviaSNMPOID-.1.3.6.1.4.1.27304.10.1.0
Alternatively with DKT-GENERIC-MIB::hwVersion.0
HWwithvaluesof“ERROR”or“FE10”donotsupportSSH.
InordertohaveSSHsupport,pleaseinsertthefollowingcommandinthecongurationscript:
# SSH daemon is started with the following command
/etc/init.d/sshd start