动网论坛,站长建站首选,国内使用量最多的论坛软件 动网论坛官方技术讨论区 站长工具 申请属于您自己的免费论坛
首页 | 新闻资讯 | 网站运营 | 网络编程 | 数据库 | 服务器 | 网页设计 | 图像媒体 | 网络应用 | 搜索优化 | 资源下载 | 动网主机 | DVBOX
    本站内  互联网 ASP论坛  ASP.Net论坛  PHP论坛
   服务器 → 阅读文章
  

 NAT+DHCP+HSRP+ACL+NTP配置实例

作者来源:51CTO.com整理  
阅读 数 462 人次 , 2006-3-18 13:23:00 

sh run

Building configuration...

Current configuration : 1664 bytes

!

! Last configuration change at 10:58:23 UTC Wed Dec 22 2004

! NVRAM config last updated at 10:58:53 UTC Wed Dec 22 2004

!

version 12.2

service timestamps debug uptime

service timestamps log uptime

no service password-encryption

!

hostname Router

!

enable secret 5 $1$FOJx$EaWLKlAfIHWh/JpXKMIaO/

!

ip subnet-zero

!

!

ip dhcp excluded-address 1.1.1.1

ip dhcp excluded-address 1.1.1.10

ip dhcp excluded-address 1.1.1.254

!

ip dhcp pool wuyou

--More--   network 1.1.1.0 255.255.255.0

dns-server 211.90.88.129 212.102.4.141

default-router 1.1.1.10

!

!

!

!

!

!

!

!

!

!

!

interface Loopback0

ip address 2.2.2.2 255.255.255.0

ip broadcast-address 2.2.2.255

!

interface FastEthernet0/0

ip address 222.1.8.200 255.255.0.0

ip broadcast-address 222.1.255.255

ip nat outside

duplex auto

--More--   speed auto

!

interface FastEthernet0/1

ip address 1.1.1.1 255.255.255.0

ip broadcast-address 1.1.1.255

ip nat inside

duplex auto

speed auto

standby timers 100 101 advertise 100

standby priority 200

standby preempt

standby track Loopback0 100

standby 1 ip 1.1.1.10

!

ip nat pool abc 222.1.8.200 222.1.8.250 netmask 255.255.0.0

ip nat inside source list 10 pool abc overload

ip classless

ip route 0.0.0.0 0.0.0.0 222.1.5.101

ip route 1.1.1.0 255.255.255.0 FastEthernet0/1

no ip http server

ip pim bidir-enable

!

!

--More--  access-list 10 permit 1.1.1.0 0.0.0.255

access-list 101 deny ip 222.1.0.0 0.0.255.255 1.1.1.0 0.0.0.255 log

access-list 101 permit ip any any

!

dial-peer cor custom

!

!

!

!

gatekeeper

shutdown

!

!

line con 0

line aux 0

line vty 0 4

password cisco

login

!

ntp authentication-key 1 md5 00071A150754 7

ntp authenticate

ntp trusted-key 1

ntp master 1

--More--  !

end

Router#telnet 1.1.1.254

Trying 1.1.1.254 ... Open

User Access Verification

Password:

Switch>en

Password:

Switch#sh run

Building configuration...

Current configuration:

!

! Last configuration change at 09:04:49 UTC Wed Dec 22 2004

! NVRAM config last updated at 15:37:59 UTC Tue Dec 21 2004

!

version 12.0

no service pad

service timestamps debug uptime

service timestamps log uptime

no service password-encryption

!

hostname Switch

!

enable password cisco

!

!

!

!

!

!

ip subnet-zero

!

--More--  !

!

interface FastEthernet0/1

port security

spanning-tree portfast

!

interface FastEthernet0/2

spanning-tree portfast

!

interface FastEthernet0/3

spanning-tree portfast

!

interface FastEthernet0/4

spanning-tree portfast

!

interface FastEthernet0/5

spanning-tree portfast

!

interface FastEthernet0/6

spanning-tree portfast

!

interface FastEthernet0/7

spanning-tree portfast

--More--  !

interface FastEthernet0/8

spanning-tree portfast

!

interface FastEthernet0/9

spanning-tree portfast

!

interface FastEthernet0/10

spanning-tree portfast

!

interface FastEthernet0/11

spanning-tree portfast

!

interface FastEthernet0/12

spanning-tree portfast

!

interface FastEthernet0/13

spanning-tree portfast

!

interface FastEthernet0/14

spanning-tree portfast

!

interface FastEthernet0/15

--More--   spanning-tree portfast

!

interface FastEthernet0/16

spanning-tree portfast

!

interface FastEthernet0/17

spanning-tree portfast

!

interface FastEthernet0/18

spanning-tree portfast

!

interface FastEthernet0/19

spanning-tree portfast

!

interface FastEthernet0/20

spanning-tree portfast

!

interface FastEthernet0/21

spanning-tree portfast

!

interface FastEthernet0/22

spanning-tree portfast

!

--More--  interface FastEthernet0/23

spanning-tree portfast

!

interface FastEthernet0/24

spanning-tree portfast

!

interface GigabitEthernet0/1

!

interface GigabitEthernet0/2

!

interface VLAN1

ip address 1.1.1.254 255.255.255.0

ip access-group 101 in

ip helper-address 1.1.1.10

ip directed-broadcast

no ip route-cache

!

interface VLAN2

no ip directed-broadcast

no ip route-cache

shutdown

!

mac-address-table secure 0000.e8af.67f8 FastEthernet0/1 vlan 1

--More--  !

line con 0

transport input none

stopbits 1

line vty 0 4

password cisco

login

line vty 5 15

login

!

ntp authentication-key 1 md5 13061E010803 7

ntp authenticate

ntp trusted-key 1

ntp clock-period 11259402

ntp server 1.1.1.10 key 1

end

Switch#



 
 收藏本文  打印本文  论坛讨论  关闭窗口
· 上一篇:交换机做DHCP服务器
· 下一篇:在接入服务器上使用Cisco IOS DHCP服务器(1)
· 为Windows 2003移植系统还原
· 找回Windows XP丢失的还原点
· 多服务器的日志合并统计(4)
· 制作Windows XP系统补丁自安装光盘
· Windows出现内存错误的常见原因


关于本站 | 联系我们 | 业务合作 | 客户案例 | 诚聘英才 | 广告合作 | 收藏本站
海口动网先锋网络科技有限公司版权所有
Copyright © 2000 - 2006 Cndw.Com
中华人民共和国电信与信息服务业务经营许可证编号 琼 ICP 020077