- 1、本文档共10页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
cisc路由器配置实例
配置1:
Building configuration...
Current configuration : 3069 bytes
!
version 12.2
service tcp-keepalives-in
service tcp-keepalives-out
service timestamps debug uptime
service timestamps log datetime msec
service password-encryption
service udp-small-servers
service tcp-small-servers
service disable-ip-fast-frag
!
hostname router
!
logging buffered 8192 debugging
logging console notifications
enable secret 5 $1$rpa6$T8xgLGmNpv0h1EOExo4At.
enable password 7 10681D300B161E5900
!
memory-size iomem 10
ip subnet-zero
no ip source-route
ip cef
ip cef accounting per-prefix
!
!
no ip domain-lookup
ip domain-name
ip name-server 9
ip name-server 0
ip name-server
!
ip audit notify log
ip audit po max-events 100
ip ssh time-out 15
ip ssh authentication-retries 1
!
class-map match-any http-hacks
match protocol http url *cmd.exe*
match protocol http url *root.exe*
match protocol http url *.ida*
match protocol http url *readme.eml*
class-map match-any arp
match protocol arp
!
!
policy-map ratelimitarp
class arp
police 8000 1500 1500 conform-action transmit exceed-action drop violate-ac
tion drop
policy-map mark-inbound-http-hacks
class http-hacks
set ip dscp 1
!
!
call rsvp-sync
!
!
!
!
!
!
!
!
interface Loopback0
no ip address
!
interface FastEthernet1/0
interface FastEthernet1/0
mac-address 0010.4b68.194c
ip address dhcp hostname router
ip access-group no_icmp in
no ip redirects
no ip proxy-arp
ip nat outside
speed 10
half-duplex
!
interface Serial1/0
no ip address
shutdown
!
interface FastEthernet1/1
ip address 32
no ip redirects
no ip proxy-arp
ip nat inside
speed 100
full-duplex
timeout absolute 5 0
fair-queue
!
interface Serial1/1
no ip address
shutdown
!
ip nat translation timeout 30
ip nat translation udp-timeout 5
ip nat translation finrst-timeout 5
ip nat translation syn-timeout 5
ip nat translation dns-timeout 5
ip nat translation icmp-timeout 5
ip nat translation max-entries 1000000
ip nat pool bellsouth 5 5 netmask
ip n
文档评论(0)