
Cisco IOS Web Browser Commands
ip http access-class
FR-159
Cisco IOS Configuration Fundamentals Command Reference
ip http access-class
To assign an access list to the Hypertext Transfer Protocol server used by the Cisco IOS ClickStart
software or the Cisco Web browser interface, use the ip http access-class global configuration
command. To remove the assigned access list, use the no form of this command.
ip http access-class {access-list-number | name}
no ip http access-class {access-list-number | name}
Syntax Description
Defaults There is no access list applied to the HTTP server.
Command Modes Global configuration
Command History
Usage Guidelines If this command is configured, the specified access list is assigned to the HTTP server. Before the HTTP
server accepts a connection, it checks the access list. If the check fails, the HTTP server does not accept
the request for a connection.
Examples The following example assigns the access list named marketing to the HTTP server:
ip http access-class marketing
ip access-list standard marketing
permit 192.5.34.0 0.0.0.255
permit 128.88.0.0 0.0.255.255
permit 36.0.0.0 0.255.255.255
! (Note: all other access implicitly denied)
Related Commands
access-list-number Standard IP access list number in the range 0 to 99, as configured by the
access-list (standard) command.
name Name of a standard IP access list, as configured by the ip access-list
command.
Release Modification
11.2 This command was introduced.
Command Description
ip access-list Defines an IP access list by name.
ip http server Enables monitoring or configuring of routers using the Cisco Web Browser
interface.
Kommentare zu diesen Handbüchern