搜索泥称 发表于 2018-7-10 09:26:26

cisco 1841 IPS (1)

Current configuration : 1463 bytes  !
  version 12.4
  service timestamps debug datetime msec
  service timestamps log datetime msec
  no service password-encryption
  !
  hostname Router
  !
  boot-start-marker
  boot-end-marker
  !
  enable password cisco
  !
  no aaa new-model
  ip cef
  !
  !
  ip name-server 222.47.62.22
  ip name-server 211.98.4.1
  vpdn enable
  !
  !
  interface FastEthernet0/0
  no ip address
  duplex auto
  speed auto
  pppoe enable group global
  pppoe-client dial-pool-number 1
  !
  interface FastEthernet0/1
  ip address 192.168.18.1 255.255.255.0
  ip nat inside
  ip virtual-reassembly
  duplex auto
  speed auto
  !
  interface Serial0/0/0
  bandwidth 1024
  no ip address
  no ip redirects
  no ip proxy-arp
  encapsulation frame-relay IETF
  fair-queue
  clock rate 2000000
  frame-relay lmi-type ansi
  max-reserved-bandwidth 100
  !
  interface Dialer1
  mtu 1492
  ip address negotiated
  ip inspect test out
  ip nat outside
  ip virtual-reassembly
  encapsulation ppp
  dialer pool 1
  dialer-group 1
  ppp authentication pap callin
  ppp pap sent-username ****** password 0 ******
  !
  ip route 0.0.0.0 0.0.0.0 Dialer1
  !
  no ip http server
  no ip http secure-server
  ip nat inside source list 1 interface Dialer1 overload
  ip nat inside source static tcp 192.168.1.1 23 134.248.10.*23 extendable
  !
  access-list 1 permit any
  dialer-list 1 protocol ip permit
  !
  !
  control-plane
  !
  !
  line con 0
  logging synchronous
  line aux 0
  line vty 0 4
  password cisco
  login
  !
  scheduler allocate 20000 1000
  end
页: [1]
查看完整版本: cisco 1841 IPS (1)