![Cisco ASR 14000 Series Скачать руководство пользователя страница 327](http://html.mh-extra.com/html/cisco/asr-14000-series/asr-14000-series_management-command-reference_66667327.webp)
C i s c o C o n f i d e n t i a l - B e t a R e v i e w R 3 . 7. 1
Manageability Commands on Cisco IOS XR Software
http server
SMR-325
Cisco ASR 14000 Series Router System Management Command Reference
OL-17231-01
Examples
The following example shows how to enable the HTTP server on the router:
RP/0/RP0/CPU0:router(config)#
http server
The following example shows how to enable SSL to run HTTP over a secure socket:
RP/0/RP0/CPU0:router(config)#
http server ssl
The following example shows how to enable SSL to run HTTP over a secure socket and to enable access
to the CWI from only IP address that meeting the conditions of the access group named test:
RP/0/RP0/CPU0:router(config)#
http server ssl access-group test
The following sample output from the
show ipv4 access-lists
commands displays the IPv4 access list
named test:
RP/0/RP0/CPU0:router#
show ipv4 access-lists test
ipv4 access-list test
10 deny ip host 171.71.163.96 any
20 permit ip host 64.102.48.34 any
Related Commands
Command
Description
Enables XML CORBA agent services.