Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1536146
  • 博文数量: 416
  • 博客积分: 10061
  • 博客等级: 上将
  • 技术积分: 3287
  • 用 户 组: 普通用户
  • 注册时间: 2006-12-05 11:12
个人简介

技术在于专研

文章分类

全部博文(416)

文章存档

2021年(3)

2015年(34)

2013年(2)

2012年(1)

2011年(2)

2010年(5)

2007年(344)

2006年(25)

分类: 系统运维

2007-10-28 14:59:46

DistributedDirector 配置举例

作者:    

  
  
  DistributedDirector#
  DistributedDirector#show run
  Building configuration...
  Current configuration:
  !
  version 11.1
  service udp-small-servers
  service tcp-small-servers
  !
  hostname DistributedDirector
  !
  enable password letmein
  !
  !
  key chain KEY-CHAIN-NAME
  key 1
  key-string my_keychain_password
  !
  interface Ethernet0
  ip address 192.168.134.234 255.255.255.248
  !
  interface Serial0
  no ip address
  shutdown
  no fair-queue
  !
  interface Serial1
  no ip address
  shutdown
  !
  ip host ddwest-servers.mycompany.com 172.18.73.51 192.168.14.83
  ip host ddwest.mycompany.com 192.168.134.236
  ip name-server 192.168.187.10
  ip drp authentication key-chain KEY-CHAIN-NAME
  no ip classless
  ip route 0.0.0.0 0.0.0.0 192.168.134.233
  ip dns primary ddwest-servers.mycompany.com soa ns.mycompany.comyourname.mycompany.com 21600 900 7776000 86400
  ip dns primary ddwest.mycompany.com soans.mycompany.com yourname.mycompany.com21600 900 7776000 86400
  ip director ip-address 192.168.134.236
  ip director server 172.18.73.51 drp-association 172.18.73.31
  ip director server 192.168.14.83 drp-association 192.168.134.235
  ip director hosts ddwest-servers.mycompany.com priority ran 10 drp-r 5
  ip director hosts ddwest-servers.mycompany.com connect 80 interval 60
  logging buffered
  access-list 99 deny 171.70.24.166
  access-list 99 permit any
  tftp-server flash igs-w3-l.111-27.IA.bin
  snmp-server community public RO
  !
  line con 0
  exec-timeout 0 0
  line aux 0
  line vty 0 4
  password letmein
  login
  !
  end
  DistributedDirector#
  
  DRPWest
  DRPWest#show run
  Building configuration...
  Current configuration:
  !
  version 12.0
  service timestamps debug uptime
  service timestamps log uptime
  no service password-encryption
  !
  hostname DRPWest
  !
  enable password letmein
  !
  ip subnet-zero
  !
  !
  key chain KEY-CHAIN-NAME
  key 1
  key-string my_keychain_password
  !
  !
  !
  interface FastEthernet0/0
  ip address 192.168.134.235 255.255.255.248
  no ip directed-broadcast
  no ip mroute-cache
  full-duplex
  !
  interface FastEthernet0/1
  no ip address
  no ip directed-broadcast
  no ip mroute-cache
  shutdown
  full-duplex
  !
  ip drp authentication key-chain KEY-CHAIN-NAME
  ip drp server
  ip classless
  ip route 0.0.0.0 0.0.0.0 192.168.134.233
  no ip http server
  !
  !
  line con 0
  transport input none
  line aux 0
  line vty 0 4
  password letmein
  login
  !
  end
  DRPWest#exit
  
  DRPEast
  DRPEast#show run
  Building configuration...
  Current configuration:
  !
  version 12.0
  service timestamps debug uptime
  service timestamps log uptime
  no service password-encryption
  !
  hostname DRPEast
  !
  enable password letmein
  !
  ip subnet-zero
  !
  !
  key chain KEY-CHAIN-NAME
  key 1
  key-string my_keychain_password
  !
  !
  !
  interface FastEthernet0/0
  ip address 172.18.73.31 255.255.255.0
  no ip directed-broadcast
  no ip mroute-cache
  full-duplex
  !
  interface FastEthernet0/1
  no ip address
  no ip directed-broadcast
  no ip mroute-cache
  shutdown
  full-duplex
  !
  ip drp authentication key-chain KEY-CHAIN-NAME
  ip drp server
  ip classless
  ip route 0.0.0.0 0.0.0.0 172.18.73.233
  no ip http server
  !
  !
  line con 0
  transport input none
  line aux 0
  line vty 0 4
  password letmein
  login
  !
  end
  DRPEast#exit
  
  
  
阅读(2338) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~