04-Web Configuration Commands
04-Web Configuration Commands
Table of Contents
Table of Contents
Chapter 1 STP Configuration Commands ...........................................................................................1
1.1 ip http language .....................................................................................................................1
1.2 ip http port ..............................................................................................................................1
1.3 ip http secure-port ..................................................................................................................2
1.4 ip http server ..........................................................................................................................2
1.5 ip http http-access enable ......................................................................................................2
1.6 ip http ssl-access enable .......................................................................................................3
1.7 ip http web max-vlan ..............................................................................................................3
1.8 ip http web igmp-groups ........................................................................................................3
1.9 show ip http ............................................................................................................................4
-I-
Configuration commands are shown as follow:
Parameter Remarks
Default value
N/A
Remarks
This command is configured in global configuration mode.
Example
The following example shows how to set the language to English.
Switch_config#ip http language english
Parameter Remarks
Default value
80
Remarks
This command is configured in global configuration mode.
Example
The following example shows how to set the HTTP port to 1234.
-1-
Configuration commands are shown as follow:
Parameter Remarks
Default value
443
Remarks
This command is configured in global configuration mode.
Example
The following example shows how to set the HTTPS port to 1234.
Switch_config# ip http secure-port 1234
-2-
Configuration commands are shown as follow:
The following example shows how to set the HTTP access mode.
Switch_config# ip http http-access enable
Parameter Remarks
Default value
100
Remarks
This command is configured in global configuration mode.
Example
The following example shows how to set the maximum number of VLAN entries
displayed in a web page to 123.
Switch_config# ip http web max-vlan 123
-3-
Configuration commands are shown as follow:
Parameter Remarks
Default value
15
Remarks
This command is configured in global configuration mode.
Example
The following example shows how to set the maximum number of multicast entries
displayed in a web page to 12.
Switch_config#ip http web igmp-groups 12
-4-