|
<p><font size="4">88. 要启用HTTP访问,请键入以下命令: </font></p><p><font size="4"> switch(config)# ip http sever </font></p><p><font size="4"> 89. 在基于set命令的交换机上用setCL1启动和核实端口安全: </font></p><p><font size="4"> switch(enable) set port security mod_num/port_num…enable <br/> mac address </font></p><p><font size="4"> switch(enable) show port mod_num/port_num </font></p><p><font size="4"> 在基于CiscoIOS命令的交换机上启动和核实端口安全: </font></p><p><font size="4"> switch(config-if)# port secure [mac-mac-count <br/> maximum-MAC-count] </font></p><p><font size="4"> switch# show mac-address-table security [type <br/> module/port] </font></p><p><font size="4"> 90. 用命令access-list在标准通信量过滤表中创建一条记录: </font></p><p><font size="4"> Router(config)# access-list access-list-number <br/> {permit|deny} source-address [source-address] </font></p><p><font size="4"> 91. 用命令access-list在扩展通信量过滤表中创建一条记录: </font></p><p><font size="4"> Router(config)# access-list access-list-number <br/> {permit|deny{protocol|protocol-keyword}}{source <br/> source-wildcard|any}{destination <br/> destination-wildcard|any}[protocol-specific <br/> options][log] </font></p><p><font size="4"> 92. 对于带内路由更新,配置路由更新的最基本的命令格式是: </font></p><p><font size="4"> R1(config-router)#distribute-list <br/> access-list-number|name in [type number] </font></p><p><font size="4"> 93. 对于带外路由更新,配置路由更新的最基本的命令格式是: </font></p><p><font size="4"> R1(config-router)#distribute-list <br/> access-list-number|name out [interface-name] <br/> routing-process| autonomous-system-number </font></p><p><font size="4"> 94. set snmp命令选项: </font></p><p><font size="4"> set snmp community <br/> {read-only|ready-write|read-write-all}[community_string] </font></p><p><br/><font size="4"> 95. set snmp trap 命令格式如下: </font></p><p><font size="4"> set snmp trap {enable|disable} </font></p><p><font size="4"> [all|moudle|classis|bridge|repeater| <br/> auth|vtp|ippermit|vmps|config|entity|stpx] </font></p><p><font size="4"> set snmp trap rvcr_addr rcvr_community </font></p> |
|