ip http access-class
To specify the access list that should be used to restrict access to the HTTP server, use the ip http access-class
command in global configuration mode. To remove a previously configured access list association, use the
no form of this command.
The existing ip http access-class access-list-number command is currently supported, but is going to be
deprecated. Use the ip http access-class ipv4 { access-list-number | access-list-name } and ip http
access-class ipv6 access-list-name instead.
Note
ip http access-class { access-list-number | ipv4 { access-list-number | access-list-name } | ipv6 access-list-name
}
no ip http access-class { access-list-number | ipv4 { access-list-number | access-list-name } | ipv6
access-list-name }
Syntax Description
Specifies the IPv4 access list to restrict access to the
secure HTTP server.
ipv4
Specifies the IPv6 access list to restrict access to the
secure HTTP server.
ipv6
Standard IP access list number in the range 0 to 99,
as configured by the access-list global configuration
command.
access-list-number
Name of a standard IPv4 access list, as configured by
the ip access-list command.
access-list-name
Command Default
No access list is applied to the HTTP server.
Command Modes
Global configuration (config)
Command History
ModificationRelease
This command was modified. The ipv4 and ipv6 keyword
were added.
Cisco IOS XE Denali 16.3.1
This command was introduced.Cisco IOS XE Release 3.3SE
Command Reference, Cisco IOS XE Everest 16.5.1a (Catalyst 3650 Switches)
769
ip http access-class