Owners manual

DGS-1510 Series Gigabit Ethernet SmartPro Switch CLI Reference Guide
660
This example shows how to configure the Web authentication virtual IPv4 to be “1.1.1.1” and the FQDN
URL to be “www.website4.co”.
Switch# configure terminal
Switch(config)# web-auth virtual-ip ipv4 1.1.1.1
Switch(config)# web-auth virtual-ip url www.website4.co
Switch(config)#
This example shows how to Switch# configure terminal configure the Web authentication virtual IPv6 to
be “2000::2” and the FQDN URL to be “www.website6.co”.
Switch# configure terminal
Switch(config)# web-auth virtual-ip ipv6 2000::2
Switch(config)# web-auth virtual-ip url www.website6.co
Switch(config)#
73-6 snmp-server enable traps web-auth
This command is used to enable sending SNMP notifications for Web-Authentication. Use the no form of
this command to disable sending SNMP notifications.
snmp-server enable traps web-auth
no snmp-server enable traps web-auth
Parameters
None.
Default
By default, this option is disabled.
Command Mode
Global Configuration Mode.
Command Default Level
Level: 12.
Usage Guideline
Use this command to enable or disable sending SNMP notifications for Web-Authentication.
Example
This example shows how to enable sending SNMP notifications for Web-Authentication
Switch# configure terminal
Switch(config)# snmp-server enable traps web-auth
Switch(config)#