DIS-200G Series Gigabit Ethernet Switch CLI Reference Guide
253
Command Mode
Global Configuration Mode.
Command Default Level
Level: 12.
Usage Guideline
The virtual IP of Web authentication is just the characterization of the Web authentication function on the
Switch. All Web authentication processes communicate with this IP address, however, the virtual IP does not
respond to any ICMP packet or ARP request. So it’s not allowed to configure virtual IP in the same subnet as
the Switch’s IP interface or the same subnet as the host PCs’ subnet, otherwise the Web authentication cannot
operate correctly.
If the IPv4 virtual IP is not configured, the IPv4 access cannot start a Web authentication. If the IPv6 virtual IP
is not configured, the IPv6 access cannot start a Web authentication.
Example
This example shows how to configure the Web authentication virtual IPv4 to be “1.1.1.1” and virtual IPV6 to be
“2018::1”.
Switch# configure terminal
Switch(config)# web-auth virtual-ip ipv4 1.1.1.1
Switch(config)# web-auth virtual-ip ipv6 2018::1
Switch(config)#
45-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: 15.
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)#