dsfsfs 发表于 2018-7-21 07:10:08

cisco easy *** 配置参考手册

  Router#show run
  Building configuration...
  Current configuration : 1693 bytes
  !
  version 12.4
  service timestampsdebug datetime msec
  service timestamps log datetime msec
  no servicepassword-encryption
  !
  hostnameRouter
  !
  boot-start-marker
  boot-end-marker
  !
  logging buffered4096 debugging
  !
  aaanew-model
  !
  !
  aaa authentication logindefault local
  aaa authorization exec default local
  aaa authorizationnetwork google local
  !
  aaa session-idcommon
  ip cef
  !
  !
  !
  !
  no ip domain lookup
  ipauth-proxy max-nodata-conns 3
  ip admission max-nodata-conns3
  !
  !
  !
  username cisco privilege 15 password 0cisco
  !
  !
  controller E1 0/0/0
  !
  !
  !
  crypto isakmp policy 10
  encr 3des
  authenticationpre-share
  group 2
  !
  crypto isakmp clientconfiguration group google (设置***登录帐号)
  key www.google.com (设置***登录密码)
  dns 202.96.134.133
  pool***DHCP
  !
  !
  crypto ipsec transform-set R1esp-3des esp-sha-hmac
  !
  crypto dynamic-mapdy*** 10
  set transform-set R1
  reverse-route
  !
  !
  crypto map dy*** isakmp authorization list google
  crypto mapdy*** client configuration address respond
  crypto map dy*** 1 ipsec-isakmpdynamic dy***
  !
  !
  !
  interface FastEthernet0/0
  ip address202.108.108.247 255.255.255.240
  duplex auto
  speed auto
  crypto map dy***
  !
  interfaceFastEthernet0/1
  description LAN$ES_LAN$
  ip address 192.16.106.125255.255.255.128
  duplex auto
  speed auto
  !
  iplocal pool ***DHCP 192.16.106.122 192.16.106.123 (***登录后自动分配的IP地址)
  ip localpool ***DHCP 192.16.106.29
  no ip forward-protocol nd
  ip route0.0.0.0 0.0.0.0 202.108.108.254
  ip route 192.0.0.0 255.0.0.0192.16.106.1
  !
  !
  ip http server
  ip http authentication local
  noip httpsecure-server
  !
  disable-eadi
  !
  !
  !
  control-plane
  !
  !
  !
  linecon 0
  line aux 0
  line vty 0 4
  !
  scheduler allocate 200001000
  end
页: [1]
查看完整版本: cisco easy *** 配置参考手册