首页 > 学院 > 网络通信 > 正文

DistributedDirector 配置举例

2019-11-04 20:28:37
字体:
来源:转载
供稿:网友

  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


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表